services

@JvmName(name = "lfbpesvoncjyipmo")
suspend fun services(value: Output<List<String>>)
@JvmName(name = "opbhwqepydywnorq")
suspend fun services(value: List<String>?)

Parameters

value

A set of services of the form services/{service_id}, specifying that usage from only this set of services should be included in the budget. If omitted, the report will include usage for all the services. The service names are available through the Catalog API: https://cloud.google.com/billing/v1/how-tos/catalog-api.


@JvmName(name = "mrgbhcttkutymqog")
suspend fun services(vararg values: Output<String>)


@JvmName(name = "yvpuquaedqhqiiai")
suspend fun services(values: List<Output<String>>)
@JvmName(name = "ddoirkhmqxtqblls")
suspend fun services(vararg values: String)

Parameters

values

A set of services of the form services/{service_id}, specifying that usage from only this set of services should be included in the budget. If omitted, the report will include usage for all the services. The service names are available through the Catalog API: https://cloud.google.com/billing/v1/how-tos/catalog-api.