Interface ChangeStreamRecord.PartitionEventRecord.MoveOutEventOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ChangeStreamRecord.PartitionEventRecord.MoveOutEvent, ChangeStreamRecord.PartitionEventRecord.MoveOutEvent.Builder
Enclosing class:
ChangeStreamRecord.PartitionEventRecord

public static interface ChangeStreamRecord.PartitionEventRecord.MoveOutEventOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    An unique partition identifier describing the destination change stream partition that will record changes for the key range that is moving out of this partition.
    com.google.protobuf.ByteString
    An unique partition identifier describing the destination change stream partition that will record changes for the key range that is moving out of this partition.

    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

    • getDestinationPartitionToken

      String getDestinationPartitionToken()
       An unique partition identifier describing the destination change
       stream partition that will record changes for the key range that is
       moving out of this partition.
       
      string destination_partition_token = 1;
      Returns:
      The destinationPartitionToken.
    • getDestinationPartitionTokenBytes

      com.google.protobuf.ByteString getDestinationPartitionTokenBytes()
       An unique partition identifier describing the destination change
       stream partition that will record changes for the key range that is
       moving out of this partition.
       
      string destination_partition_token = 1;
      Returns:
      The bytes for destinationPartitionToken.