types

@JvmName(name = "sfjkjmfisnmogsra")
suspend fun types(value: Output<List<TypeArgs>>)
@JvmName(name = "ppjpvoyatiptwqlb")
suspend fun types(value: List<TypeArgs>?)

Parameters

value

A list of all proto message types included in this API service. Types referenced directly or indirectly by the apis are automatically included. Messages which are not referenced but shall be included, such as types used by the google.protobuf.Any type, should be listed here by name by the configuration author. Example: types: - name: google.protobuf.Int32


@JvmName(name = "ktlhyumhdvcqpktk")
suspend fun types(vararg values: Output<TypeArgs>)


@JvmName(name = "lgxtjatvpmtxjfak")
suspend fun types(values: List<Output<TypeArgs>>)
@JvmName(name = "bssbjfbvdyxlpgpf")
suspend fun types(vararg values: TypeArgs)

Parameters

values

A list of all proto message types included in this API service. Types referenced directly or indirectly by the apis are automatically included. Messages which are not referenced but shall be included, such as types used by the google.protobuf.Any type, should be listed here by name by the configuration author. Example: types: - name: google.protobuf.Int32


@JvmName(name = "xpabglsdraytpebn")
suspend fun types(argument: List<suspend TypeArgsBuilder.() -> Unit>)
@JvmName(name = "lsnvxtkounnvmbfn")
suspend fun types(vararg argument: suspend TypeArgsBuilder.() -> Unit)
@JvmName(name = "xmybugtpnyjssxxe")
suspend fun types(argument: suspend TypeArgsBuilder.() -> Unit)

Parameters

argument

A list of all proto message types included in this API service. Types referenced directly or indirectly by the apis are automatically included. Messages which are not referenced but shall be included, such as types used by the google.protobuf.Any type, should be listed here by name by the configuration author. Example: types: - name: google.protobuf.Int32