Interface SyncEventProtos.PartitionStateOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
SyncEventProtos.PartitionState, SyncEventProtos.PartitionState.Builder
Enclosing class:
SyncEventProtos

public static interface SyncEventProtos.PartitionStateOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getToken

      String getToken()
      string token = 1;
      Returns:
      The token.
    • getTokenBytes

      com.google.protobuf.ByteString getTokenBytes()
      string token = 1;
      Returns:
      The bytes for token.
    • getStartTimestamp

      String getStartTimestamp()
      string startTimestamp = 2;
      Returns:
      The startTimestamp.
    • getStartTimestampBytes

      com.google.protobuf.ByteString getStartTimestampBytes()
      string startTimestamp = 2;
      Returns:
      The bytes for startTimestamp.
    • getEndTimestamp

      String getEndTimestamp()
      string endTimestamp = 3;
      Returns:
      The endTimestamp.
    • getEndTimestampBytes

      com.google.protobuf.ByteString getEndTimestampBytes()
      string endTimestamp = 3;
      Returns:
      The bytes for endTimestamp.
    • getStateValue

      int getStateValue()
      .io.debezium.connector.spanner.scale.proto.State state = 4;
      Returns:
      The enum numeric value on the wire for state.
    • getState

      .io.debezium.connector.spanner.scale.proto.State state = 4;
      Returns:
      The state.
    • getParentsList

      List<String> getParentsList()
      repeated string parents = 5;
      Returns:
      A list containing the parents.
    • getParentsCount

      int getParentsCount()
      repeated string parents = 5;
      Returns:
      The count of parents.
    • getParents

      String getParents(int index)
      repeated string parents = 5;
      Parameters:
      index - The index of the element to return.
      Returns:
      The parents at the given index.
    • getParentsBytes

      com.google.protobuf.ByteString getParentsBytes(int index)
      repeated string parents = 5;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the parents at the given index.
    • getAssigneeTaskUid

      String getAssigneeTaskUid()
      string assigneeTaskUid = 6;
      Returns:
      The assigneeTaskUid.
    • getAssigneeTaskUidBytes

      com.google.protobuf.ByteString getAssigneeTaskUidBytes()
      string assigneeTaskUid = 6;
      Returns:
      The bytes for assigneeTaskUid.
    • getFinishedTimestamp

      String getFinishedTimestamp()
      string finishedTimestamp = 7;
      Returns:
      The finishedTimestamp.
    • getFinishedTimestampBytes

      com.google.protobuf.ByteString getFinishedTimestampBytes()
      string finishedTimestamp = 7;
      Returns:
      The bytes for finishedTimestamp.
    • getOriginParent

      String getOriginParent()
      string originParent = 8;
      Returns:
      The originParent.
    • getOriginParentBytes

      com.google.protobuf.ByteString getOriginParentBytes()
      string originParent = 8;
      Returns:
      The bytes for originParent.