Interface SyncEventProtos.TaskStateOrBuilder

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

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

    • getTaskUid

      String getTaskUid()
      string taskUid = 1;
      Returns:
      The taskUid.
    • getTaskUidBytes

      com.google.protobuf.ByteString getTaskUidBytes()
      string taskUid = 1;
      Returns:
      The bytes for taskUid.
    • getConsumerId

      String getConsumerId()
      string consumerId = 2;
      Returns:
      The consumerId.
    • getConsumerIdBytes

      com.google.protobuf.ByteString getConsumerIdBytes()
      string consumerId = 2;
      Returns:
      The bytes for consumerId.
    • getRebalanceGenerationId

      long getRebalanceGenerationId()
      int64 rebalanceGenerationId = 3;
      Returns:
      The rebalanceGenerationId.
    • getStateTimestamp

      long getStateTimestamp()
      int64 stateTimestamp = 4;
      Returns:
      The stateTimestamp.
    • getPartitionsList

      List<SyncEventProtos.PartitionState> getPartitionsList()
      repeated .io.debezium.connector.spanner.scale.proto.PartitionState partitions = 5;
    • getPartitions

      SyncEventProtos.PartitionState getPartitions(int index)
      repeated .io.debezium.connector.spanner.scale.proto.PartitionState partitions = 5;
    • getPartitionsCount

      int getPartitionsCount()
      repeated .io.debezium.connector.spanner.scale.proto.PartitionState partitions = 5;
    • getPartitionsOrBuilderList

      List<? extends SyncEventProtos.PartitionStateOrBuilder> getPartitionsOrBuilderList()
      repeated .io.debezium.connector.spanner.scale.proto.PartitionState partitions = 5;
    • getPartitionsOrBuilder

      SyncEventProtos.PartitionStateOrBuilder getPartitionsOrBuilder(int index)
      repeated .io.debezium.connector.spanner.scale.proto.PartitionState partitions = 5;
    • getSharedPartitionsList

      List<SyncEventProtos.PartitionState> getSharedPartitionsList()
      repeated .io.debezium.connector.spanner.scale.proto.PartitionState sharedPartitions = 6;
    • getSharedPartitions

      SyncEventProtos.PartitionState getSharedPartitions(int index)
      repeated .io.debezium.connector.spanner.scale.proto.PartitionState sharedPartitions = 6;
    • getSharedPartitionsCount

      int getSharedPartitionsCount()
      repeated .io.debezium.connector.spanner.scale.proto.PartitionState sharedPartitions = 6;
    • getSharedPartitionsOrBuilderList

      List<? extends SyncEventProtos.PartitionStateOrBuilder> getSharedPartitionsOrBuilderList()
      repeated .io.debezium.connector.spanner.scale.proto.PartitionState sharedPartitions = 6;
    • getSharedPartitionsOrBuilder

      SyncEventProtos.PartitionStateOrBuilder getSharedPartitionsOrBuilder(int index)
      repeated .io.debezium.connector.spanner.scale.proto.PartitionState sharedPartitions = 6;