requirements

@JvmName(name = "fabwdbvpwygexydf")
suspend fun requirements(value: Output<List<String>>)
@JvmName(name = "wciycidfmqqbobqq")
suspend fun requirements(value: List<String>?)

Parameters

value

Requirements that must be satisfied before a consumer project can use the service. Each requirement is of the form /; for example 'serviceusage.googleapis.com/billing-enabled'. For Google APIs, a Terms of Service requirement must be included here. Google Cloud APIs must include "serviceusage.googleapis.com/tos/cloud". Other Google APIs should include "serviceusage.googleapis.com/tos/universal". Additional ToS can be included based on the business needs.


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


@JvmName(name = "vloltfgjdioqehuq")
suspend fun requirements(values: List<Output<String>>)
@JvmName(name = "hhcskpyantqrahuo")
suspend fun requirements(vararg values: String)

Parameters

values

Requirements that must be satisfied before a consumer project can use the service. Each requirement is of the form /; for example 'serviceusage.googleapis.com/billing-enabled'. For Google APIs, a Terms of Service requirement must be included here. Google Cloud APIs must include "serviceusage.googleapis.com/tos/cloud". Other Google APIs should include "serviceusage.googleapis.com/tos/universal". Additional ToS can be included based on the business needs.