set

@JvmName(name = "setInstance")
operator fun DslList<String, ObjectMappingKt.Dsl.InstanceProxy>.set(index: Int, value: String)
Maps an enumeration instance to this object. Enumeration membership is contextual.

repeated string instance = 1;

Parameters

index

The index to set the value at.

value

The instance to set.