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; |
List<Value> |
getValuesList()
repeated .google.protobuf.Value values = 1; |
ValueOrBuilder |
getValuesOrBuilder(int index)
repeated .google.protobuf.Value values = 1; |
List<? extends ValueOrBuilder> |
getValuesOrBuilderList()
repeated .google.protobuf.Value values = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
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.
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.
Copyright © 2008–2015 Google. All rights reserved.