Package com.google.protobuf
Interface ListValueOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
ListValue,ListValue.Builder
@Generated public interface ListValueOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ValuegetValues(int index)repeated .google.protobuf.Value values = 1 [json_name = "values"];intgetValuesCount()repeated .google.protobuf.Value values = 1 [json_name = "values"];java.util.List<Value>getValuesList()repeated .google.protobuf.Value values = 1 [json_name = "values"];
-
-
-
Method Detail
-
getValuesList
java.util.List<Value> getValuesList()
repeated .google.protobuf.Value values = 1 [json_name = "values"];
-
getValues
Value getValues(int index)
repeated .google.protobuf.Value values = 1 [json_name = "values"];
-
getValuesCount
int getValuesCount()
repeated .google.protobuf.Value values = 1 [json_name = "values"];
-
-