public interface ListValueOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Value |
getValues(int index)
repeated .google.protobuf.Value values = 1; |
int |
getValuesCount()
repeated .google.protobuf.Value values = 1; |
java.util.List<Value> |
getValuesList()
repeated .google.protobuf.Value values = 1; |
ValueOrBuilder |
getValuesOrBuilder(int index)
repeated .google.protobuf.Value values = 1; |
java.util.List<? extends ValueOrBuilder> |
getValuesOrBuilderList()
repeated .google.protobuf.Value values = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.util.List<Value> getValuesList()
repeated .google.protobuf.Value values = 1;
Repeated field of dynamically typed values.
Value getValues(int index)
repeated .google.protobuf.Value values = 1;
Repeated field of dynamically typed values.
int getValuesCount()
repeated .google.protobuf.Value values = 1;
Repeated field of dynamically typed values.
java.util.List<? extends ValueOrBuilder> getValuesOrBuilderList()
repeated .google.protobuf.Value values = 1;
Repeated field of dynamically typed values.
ValueOrBuilder getValuesOrBuilder(int index)
repeated .google.protobuf.Value values = 1;
Repeated field of dynamically typed values.