apis

@JvmName(name = "xwsnekjiyncsknpe")
suspend fun apis(value: Output<List<ApiArgs>>)
@JvmName(name = "tjgktsgwxnnlpcqq")
suspend fun apis(value: List<ApiArgs>?)

Parameters

value

A list of API interfaces exported by this service. Only the name field of the google.protobuf.Api needs to be provided by the configuration author, as the remaining fields will be derived from the IDL during the normalization process. It is an error to specify an API interface here which cannot be resolved against the associated IDL files.


@JvmName(name = "jwewhwxtpojvimea")
suspend fun apis(vararg values: Output<ApiArgs>)


@JvmName(name = "totmkydsicgsekse")
suspend fun apis(values: List<Output<ApiArgs>>)
@JvmName(name = "mxdbuypdxxnkspfy")
suspend fun apis(vararg values: ApiArgs)

Parameters

values

A list of API interfaces exported by this service. Only the name field of the google.protobuf.Api needs to be provided by the configuration author, as the remaining fields will be derived from the IDL during the normalization process. It is an error to specify an API interface here which cannot be resolved against the associated IDL files.


@JvmName(name = "pydyfgweunntyvwi")
suspend fun apis(argument: List<suspend ApiArgsBuilder.() -> Unit>)
@JvmName(name = "jgqhpwvxagcjqxei")
suspend fun apis(vararg argument: suspend ApiArgsBuilder.() -> Unit)
@JvmName(name = "ossegyumfrgtcogh")
suspend fun apis(argument: suspend ApiArgsBuilder.() -> Unit)

Parameters

argument

A list of API interfaces exported by this service. Only the name field of the google.protobuf.Api needs to be provided by the configuration author, as the remaining fields will be derived from the IDL during the normalization process. It is an error to specify an API interface here which cannot be resolved against the associated IDL files.