Package com.google.bigtable.v2
Interface ProtoRowsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ProtoRows,ProtoRows.Builder
public interface ProtoRowsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetValues(int index) A proto rows message consists of a list of values.intA proto rows message consists of a list of values.A proto rows message consists of a list of values.getValuesOrBuilder(int index) A proto rows message consists of a list of values.List<? extends ValueOrBuilder>A proto rows message consists of a list of values.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
A proto rows message consists of a list of values. Every N complete values defines a row, where N is equal to the number of entries in the `metadata.proto_schema.columns` value received in the first response.
repeated .google.bigtable.v2.Value values = 2; -
getValues
A proto rows message consists of a list of values. Every N complete values defines a row, where N is equal to the number of entries in the `metadata.proto_schema.columns` value received in the first response.
repeated .google.bigtable.v2.Value values = 2; -
getValuesCount
int getValuesCount()A proto rows message consists of a list of values. Every N complete values defines a row, where N is equal to the number of entries in the `metadata.proto_schema.columns` value received in the first response.
repeated .google.bigtable.v2.Value values = 2; -
getValuesOrBuilderList
List<? extends ValueOrBuilder> getValuesOrBuilderList()A proto rows message consists of a list of values. Every N complete values defines a row, where N is equal to the number of entries in the `metadata.proto_schema.columns` value received in the first response.
repeated .google.bigtable.v2.Value values = 2; -
getValuesOrBuilder
A proto rows message consists of a list of values. Every N complete values defines a row, where N is equal to the number of entries in the `metadata.proto_schema.columns` value received in the first response.
repeated .google.bigtable.v2.Value values = 2;
-