Interface GenerateInitialChangeStreamPartitionsResponseOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      StreamPartition getPartition()
      A partition of the change stream.
      StreamPartitionOrBuilder getPartitionOrBuilder()
      A partition of the change stream.
      boolean hasPartition()
      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 Detail

      • 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;