public static interface ValueOuterClass.ListOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
ValueOuterClass.Value |
getElements(int index)
The elements must all be of the same concrete value type.
|
int |
getElementsCount()
The elements must all be of the same concrete value type.
|
java.util.List<ValueOuterClass.Value> |
getElementsList()
The elements must all be of the same concrete value type.
|
ValueOuterClass.ValueOrBuilder |
getElementsOrBuilder(int index)
The elements must all be of the same concrete value type.
|
java.util.List<? extends ValueOuterClass.ValueOrBuilder> |
getElementsOrBuilderList()
The elements must all be of the same concrete value type.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
java.util.List<ValueOuterClass.Value> getElementsList()
The elements must all be of the same concrete value type. Optional
repeated .com.daml.ledger.api.v1.Value elements = 1 [json_name = "elements"];
ValueOuterClass.Value getElements(int index)
The elements must all be of the same concrete value type. Optional
repeated .com.daml.ledger.api.v1.Value elements = 1 [json_name = "elements"];
int getElementsCount()
The elements must all be of the same concrete value type. Optional
repeated .com.daml.ledger.api.v1.Value elements = 1 [json_name = "elements"];
java.util.List<? extends ValueOuterClass.ValueOrBuilder> getElementsOrBuilderList()
The elements must all be of the same concrete value type. Optional
repeated .com.daml.ledger.api.v1.Value elements = 1 [json_name = "elements"];
ValueOuterClass.ValueOrBuilder getElementsOrBuilder(int index)
The elements must all be of the same concrete value type. Optional
repeated .com.daml.ledger.api.v1.Value elements = 1 [json_name = "elements"];