value

@JvmName(name = "btlxprsdjfxfkgay")
suspend fun value(value: Output<Map<String, String>>)
@JvmName(name = "secpqvacffkuurlq")
suspend fun value(value: Map<String, String>?)

Parameters

value

The option's value packed in an Any message. If the value is a primitive, the corresponding wrapper type defined in google/protobuf/wrappers.proto should be used. If the value is an enum, it should be stored as an int32 value using the google.protobuf.Int32Value type.


@JvmName(name = "fiyeiqddckyebcqp")
fun value(vararg values: Pair<String, String>)

Parameters

values

The option's value packed in an Any message. If the value is a primitive, the corresponding wrapper type defined in google/protobuf/wrappers.proto should be used. If the value is an enum, it should be stored as an int32 value using the google.protobuf.Int32Value type.