Class SyncEventProtos.SyncEvent

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

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

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • TASKUID_FIELD_NUMBER

      public static final int TASKUID_FIELD_NUMBER
      See Also:
    • taskUid_

      private volatile Object taskUid_
    • CONSUMERID_FIELD_NUMBER

      public static final int CONSUMERID_FIELD_NUMBER
      See Also:
    • consumerId_

      private volatile Object consumerId_
    • MESSAGETIMESTAMP_FIELD_NUMBER

      public static final int MESSAGETIMESTAMP_FIELD_NUMBER
      See Also:
    • messageTimestamp_

      private long messageTimestamp_
    • REBALANCEGENERATIONID_FIELD_NUMBER

      public static final int REBALANCEGENERATIONID_FIELD_NUMBER
      See Also:
    • rebalanceGenerationId_

      private long rebalanceGenerationId_
    • MESSAGETYPE_FIELD_NUMBER

      public static final int MESSAGETYPE_FIELD_NUMBER
      See Also:
    • messageType_

      private int messageType_
    • EPOCHOFFSET_FIELD_NUMBER

      public static final int EPOCHOFFSET_FIELD_NUMBER
      See Also:
    • epochOffset_

      private long epochOffset_
    • TASKSTATES_FIELD_NUMBER

      public static final int TASKSTATES_FIELD_NUMBER
      See Also:
    • taskStates_

      private List<SyncEventProtos.TaskState> taskStates_
    • memoizedIsInitialized

      private byte memoizedIsInitialized
    • DEFAULT_INSTANCE

      private static final SyncEventProtos.SyncEvent DEFAULT_INSTANCE
    • PARSER

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

    • SyncEvent

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

      private SyncEvent()
    • SyncEvent

      private SyncEvent(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
    • getTaskUid

      public String getTaskUid()
      string taskUid = 2;
      Specified by:
      getTaskUid in interface SyncEventProtos.SyncEventOrBuilder
      Returns:
      The taskUid.
    • getTaskUidBytes

      public com.google.protobuf.ByteString getTaskUidBytes()
      string taskUid = 2;
      Specified by:
      getTaskUidBytes in interface SyncEventProtos.SyncEventOrBuilder
      Returns:
      The bytes for taskUid.
    • getConsumerId

      public String getConsumerId()
      string consumerId = 3;
      Specified by:
      getConsumerId in interface SyncEventProtos.SyncEventOrBuilder
      Returns:
      The consumerId.
    • getConsumerIdBytes

      public com.google.protobuf.ByteString getConsumerIdBytes()
      string consumerId = 3;
      Specified by:
      getConsumerIdBytes in interface SyncEventProtos.SyncEventOrBuilder
      Returns:
      The bytes for consumerId.
    • getMessageTimestamp

      public long getMessageTimestamp()
      int64 messageTimestamp = 4;
      Specified by:
      getMessageTimestamp in interface SyncEventProtos.SyncEventOrBuilder
      Returns:
      The messageTimestamp.
    • getRebalanceGenerationId

      public long getRebalanceGenerationId()
      int64 rebalanceGenerationId = 5;
      Specified by:
      getRebalanceGenerationId in interface SyncEventProtos.SyncEventOrBuilder
      Returns:
      The rebalanceGenerationId.
    • getMessageTypeValue

      public int getMessageTypeValue()
      .io.debezium.connector.spanner.scale.proto.MessageType messageType = 6;
      Specified by:
      getMessageTypeValue in interface SyncEventProtos.SyncEventOrBuilder
      Returns:
      The enum numeric value on the wire for messageType.
    • getMessageType

      public SyncEventProtos.MessageType getMessageType()
      .io.debezium.connector.spanner.scale.proto.MessageType messageType = 6;
      Specified by:
      getMessageType in interface SyncEventProtos.SyncEventOrBuilder
      Returns:
      The messageType.
    • getEpochOffset

      public long getEpochOffset()
      int64 epochOffset = 7;
      Specified by:
      getEpochOffset in interface SyncEventProtos.SyncEventOrBuilder
      Returns:
      The epochOffset.
    • getTaskStatesList

      public List<SyncEventProtos.TaskState> getTaskStatesList()
      repeated .io.debezium.connector.spanner.scale.proto.TaskState taskStates = 8;
      Specified by:
      getTaskStatesList in interface SyncEventProtos.SyncEventOrBuilder
    • getTaskStatesOrBuilderList

      public List<? extends SyncEventProtos.TaskStateOrBuilder> getTaskStatesOrBuilderList()
      repeated .io.debezium.connector.spanner.scale.proto.TaskState taskStates = 8;
      Specified by:
      getTaskStatesOrBuilderList in interface SyncEventProtos.SyncEventOrBuilder
    • getTaskStatesCount

      public int getTaskStatesCount()
      repeated .io.debezium.connector.spanner.scale.proto.TaskState taskStates = 8;
      Specified by:
      getTaskStatesCount in interface SyncEventProtos.SyncEventOrBuilder
    • getTaskStates

      public SyncEventProtos.TaskState getTaskStates(int index)
      repeated .io.debezium.connector.spanner.scale.proto.TaskState taskStates = 8;
      Specified by:
      getTaskStates in interface SyncEventProtos.SyncEventOrBuilder
    • getTaskStatesOrBuilder

      public SyncEventProtos.TaskStateOrBuilder getTaskStatesOrBuilder(int index)
      repeated .io.debezium.connector.spanner.scale.proto.TaskState taskStates = 8;
      Specified by:
      getTaskStatesOrBuilder in interface SyncEventProtos.SyncEventOrBuilder
    • 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.SyncEvent parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

      public static SyncEventProtos.SyncEvent 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.SyncEvent parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

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

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

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

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

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

      public static SyncEventProtos.SyncEvent.Builder newBuilder(SyncEventProtos.SyncEvent prototype)
    • toBuilder

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

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

      public static SyncEventProtos.SyncEvent getDefaultInstance()
    • parser

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

      public com.google.protobuf.Parser<SyncEventProtos.SyncEvent> 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.SyncEvent getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder