Package com.google.protobuf
Interface ListValueOrBuilder
- All Superinterfaces:
MessageLiteOrBuilder
- All Known Implementing Classes:
ListValue,ListValue.Builder
-
Method Summary
Modifier and TypeMethodDescriptiongetValues(int index) Repeated field of dynamically typed values.intRepeated field of dynamically typed values.Repeated field of dynamically typed values.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getValuesList
Repeated field of dynamically typed values.
repeated .google.protobuf.Value values = 1; -
getValues
Repeated field of dynamically typed values.
repeated .google.protobuf.Value values = 1; -
getValuesCount
int getValuesCount()Repeated field of dynamically typed values.
repeated .google.protobuf.Value values = 1;
-