addAll

@JvmName(name = "addAllInstance")
fun DslList<String, ObjectMappingKt.Dsl.InstanceProxy>.addAll(values: Iterable<String>)
Maps an enumeration instance to this object. Enumeration membership is contextual.

repeated string instance = 1;

Parameters

values

The instance to add.