Package com.google.bigtable.v2
Interface ArrayValueOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ArrayValue,ArrayValue.Builder
public interface ArrayValueOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetValues(int index) The ordered elements in the array.intThe ordered elements in the array.The ordered elements in the array.getValuesOrBuilder(int index) The ordered elements in the array.List<? extends ValueOrBuilder>The ordered elements in the array.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getValuesList
The ordered elements in the array.
repeated .google.bigtable.v2.Value values = 1; -
getValues
The ordered elements in the array.
repeated .google.bigtable.v2.Value values = 1; -
getValuesCount
int getValuesCount()The ordered elements in the array.
repeated .google.bigtable.v2.Value values = 1; -
getValuesOrBuilderList
List<? extends ValueOrBuilder> getValuesOrBuilderList()The ordered elements in the array.
repeated .google.bigtable.v2.Value values = 1; -
getValuesOrBuilder
The ordered elements in the array.
repeated .google.bigtable.v2.Value values = 1;
-