Interface ChangeStreamRecord.PartitionEventRecord.MoveInEventOrBuilder

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

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

    Modifier and Type
    Method
    Description
    An unique partition identifier describing the source change stream partition that recorded changes for the key range that is moving into this partition.
    com.google.protobuf.ByteString
    An unique partition identifier describing the source change stream partition that recorded changes for the key range that is moving into 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

    • getSourcePartitionToken

      String getSourcePartitionToken()
       An unique partition identifier describing the source change stream
       partition that recorded changes for the key range that is moving
       into this partition.
       
      string source_partition_token = 1;
      Returns:
      The sourcePartitionToken.
    • getSourcePartitionTokenBytes

      com.google.protobuf.ByteString getSourcePartitionTokenBytes()
       An unique partition identifier describing the source change stream
       partition that recorded changes for the key range that is moving
       into this partition.
       
      string source_partition_token = 1;
      Returns:
      The bytes for sourcePartitionToken.