Interface StreamPartitionOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
StreamPartition, StreamPartition.Builder

public interface StreamPartitionOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The row range covered by this partition and is specified by [`start_key_closed`, `end_key_open`).
    The row range covered by this partition and is specified by [`start_key_closed`, `end_key_open`).
    boolean
    The row range covered by this partition and is specified by [`start_key_closed`, `end_key_open`).

    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

    • hasRowRange

      boolean hasRowRange()
       The row range covered by this partition and is specified by
       [`start_key_closed`, `end_key_open`).
       
      .google.bigtable.v2.RowRange row_range = 1;
      Returns:
      Whether the rowRange field is set.
    • getRowRange

      RowRange getRowRange()
       The row range covered by this partition and is specified by
       [`start_key_closed`, `end_key_open`).
       
      .google.bigtable.v2.RowRange row_range = 1;
      Returns:
      The rowRange.
    • getRowRangeOrBuilder

      RowRangeOrBuilder getRowRangeOrBuilder()
       The row range covered by this partition and is specified by
       [`start_key_closed`, `end_key_open`).
       
      .google.bigtable.v2.RowRange row_range = 1;