Interface GenerateInitialChangeStreamPartitionsResponseOrBuilder

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

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

    Modifier and Type
    Method
    Description
    A partition of the change stream.
    A partition of the change stream.
    boolean
    A partition of the change stream.

    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

    • hasPartition

      boolean hasPartition()
       A partition of the change stream.
       
      .google.bigtable.v2.StreamPartition partition = 1;
      Returns:
      Whether the partition field is set.
    • getPartition

      StreamPartition getPartition()
       A partition of the change stream.
       
      .google.bigtable.v2.StreamPartition partition = 1;
      Returns:
      The partition.
    • getPartitionOrBuilder

      StreamPartitionOrBuilder getPartitionOrBuilder()
       A partition of the change stream.
       
      .google.bigtable.v2.StreamPartition partition = 1;