Class SyncEventProtos.PartitionState

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
io.debezium.connector.spanner.kafka.event.proto.SyncEventProtos.PartitionState
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, SyncEventProtos.PartitionStateOrBuilder, Serializable
Enclosing class:
SyncEventProtos

public static final class SyncEventProtos.PartitionState extends com.google.protobuf.GeneratedMessageV3 implements SyncEventProtos.PartitionStateOrBuilder
Protobuf type io.debezium.connector.spanner.scale.proto.PartitionState
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • TOKEN_FIELD_NUMBER

      public static final int TOKEN_FIELD_NUMBER
      See Also:
    • token_

      private volatile Object token_
    • STARTTIMESTAMP_FIELD_NUMBER

      public static final int STARTTIMESTAMP_FIELD_NUMBER
      See Also:
    • startTimestamp_

      private volatile Object startTimestamp_
    • ENDTIMESTAMP_FIELD_NUMBER

      public static final int ENDTIMESTAMP_FIELD_NUMBER
      See Also:
    • endTimestamp_

      private volatile Object endTimestamp_
    • STATE_FIELD_NUMBER

      public static final int STATE_FIELD_NUMBER
      See Also:
    • state_

      private int state_
    • PARENTS_FIELD_NUMBER

      public static final int PARENTS_FIELD_NUMBER
      See Also:
    • parents_

      private com.google.protobuf.LazyStringList parents_
    • ASSIGNEETASKUID_FIELD_NUMBER

      public static final int ASSIGNEETASKUID_FIELD_NUMBER
      See Also:
    • assigneeTaskUid_

      private volatile Object assigneeTaskUid_
    • FINISHEDTIMESTAMP_FIELD_NUMBER

      public static final int FINISHEDTIMESTAMP_FIELD_NUMBER
      See Also:
    • finishedTimestamp_

      private volatile Object finishedTimestamp_
    • memoizedIsInitialized

      private byte memoizedIsInitialized
    • DEFAULT_INSTANCE

      private static final SyncEventProtos.PartitionState DEFAULT_INSTANCE
    • PARSER

      private static final com.google.protobuf.Parser<SyncEventProtos.PartitionState> PARSER
  • Constructor Details

    • PartitionState

      private PartitionState(com.google.protobuf.GeneratedMessageV3.Builder<?> builder)
    • PartitionState

      private PartitionState()
    • PartitionState

      private PartitionState(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getUnknownFields

      public final com.google.protobuf.UnknownFieldSet getUnknownFields()
      Specified by:
      getUnknownFields in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • getToken

      public String getToken()
      string token = 1;
      Specified by:
      getToken in interface SyncEventProtos.PartitionStateOrBuilder
      Returns:
      The token.
    • getTokenBytes

      public com.google.protobuf.ByteString getTokenBytes()
      string token = 1;
      Specified by:
      getTokenBytes in interface SyncEventProtos.PartitionStateOrBuilder
      Returns:
      The bytes for token.
    • getStartTimestamp

      public String getStartTimestamp()
      string startTimestamp = 2;
      Specified by:
      getStartTimestamp in interface SyncEventProtos.PartitionStateOrBuilder
      Returns:
      The startTimestamp.
    • getStartTimestampBytes

      public com.google.protobuf.ByteString getStartTimestampBytes()
      string startTimestamp = 2;
      Specified by:
      getStartTimestampBytes in interface SyncEventProtos.PartitionStateOrBuilder
      Returns:
      The bytes for startTimestamp.
    • getEndTimestamp

      public String getEndTimestamp()
      string endTimestamp = 3;
      Specified by:
      getEndTimestamp in interface SyncEventProtos.PartitionStateOrBuilder
      Returns:
      The endTimestamp.
    • getEndTimestampBytes

      public com.google.protobuf.ByteString getEndTimestampBytes()
      string endTimestamp = 3;
      Specified by:
      getEndTimestampBytes in interface SyncEventProtos.PartitionStateOrBuilder
      Returns:
      The bytes for endTimestamp.
    • getStateValue

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

      public SyncEventProtos.State getState()
      .io.debezium.connector.spanner.scale.proto.State state = 4;
      Specified by:
      getState in interface SyncEventProtos.PartitionStateOrBuilder
      Returns:
      The state.
    • getParentsList

      public com.google.protobuf.ProtocolStringList getParentsList()
      repeated string parents = 5;
      Specified by:
      getParentsList in interface SyncEventProtos.PartitionStateOrBuilder
      Returns:
      A list containing the parents.
    • getParentsCount

      public int getParentsCount()
      repeated string parents = 5;
      Specified by:
      getParentsCount in interface SyncEventProtos.PartitionStateOrBuilder
      Returns:
      The count of parents.
    • getParents

      public String getParents(int index)
      repeated string parents = 5;
      Specified by:
      getParents in interface SyncEventProtos.PartitionStateOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The parents at the given index.
    • getParentsBytes

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

      public String getAssigneeTaskUid()
      string assigneeTaskUid = 6;
      Specified by:
      getAssigneeTaskUid in interface SyncEventProtos.PartitionStateOrBuilder
      Returns:
      The assigneeTaskUid.
    • getAssigneeTaskUidBytes

      public com.google.protobuf.ByteString getAssigneeTaskUidBytes()
      string assigneeTaskUid = 6;
      Specified by:
      getAssigneeTaskUidBytes in interface SyncEventProtos.PartitionStateOrBuilder
      Returns:
      The bytes for assigneeTaskUid.
    • getFinishedTimestamp

      public String getFinishedTimestamp()
      string finishedTimestamp = 7;
      Specified by:
      getFinishedTimestamp in interface SyncEventProtos.PartitionStateOrBuilder
      Returns:
      The finishedTimestamp.
    • getFinishedTimestampBytes

      public com.google.protobuf.ByteString getFinishedTimestampBytes()
      string finishedTimestamp = 7;
      Specified by:
      getFinishedTimestampBytes in interface SyncEventProtos.PartitionStateOrBuilder
      Returns:
      The bytes for finishedTimestamp.
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static SyncEventProtos.PartitionState parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static SyncEventProtos.PartitionState parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static SyncEventProtos.PartitionState parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static SyncEventProtos.PartitionState parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static SyncEventProtos.PartitionState parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static SyncEventProtos.PartitionState parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static SyncEventProtos.PartitionState parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static SyncEventProtos.PartitionState parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static SyncEventProtos.PartitionState parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static SyncEventProtos.PartitionState parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static SyncEventProtos.PartitionState parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static SyncEventProtos.PartitionState parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public SyncEventProtos.PartitionState.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static SyncEventProtos.PartitionState.Builder newBuilder()
    • newBuilder

    • toBuilder

      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected SyncEventProtos.PartitionState.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static SyncEventProtos.PartitionState getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<SyncEventProtos.PartitionState> parser()
    • getParserForType

      public com.google.protobuf.Parser<SyncEventProtos.PartitionState> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public SyncEventProtos.PartitionState getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder