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 Type
    Method
    Description
    getValues(int index)
    A proto rows message consists of a list of values.
    int
    A 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

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getValuesList

      List<Value> 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

      Value getValues(int index)
       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

      ValueOrBuilder getValuesOrBuilder(int index)
       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;