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 Summary
Modifier and TypeMethodDescriptionstring assigneeTaskUid = 6;com.google.protobuf.ByteStringstring assigneeTaskUid = 6;string endTimestamp = 3;com.google.protobuf.ByteStringstring endTimestamp = 3;string finishedTimestamp = 7;com.google.protobuf.ByteStringstring finishedTimestamp = 7;string originParent = 8;com.google.protobuf.ByteStringstring originParent = 8;getParents(int index) repeated string parents = 5;com.google.protobuf.ByteStringgetParentsBytes(int index) repeated string parents = 5;intrepeated string parents = 5;repeated string parents = 5;string startTimestamp = 2;com.google.protobuf.ByteStringstring startTimestamp = 2;getState().io.debezium.connector.spanner.scale.proto.State state = 4;int.io.debezium.connector.spanner.scale.proto.State state = 4;getToken()string token = 1;com.google.protobuf.ByteStringstring token = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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
SyncEventProtos.State getState().io.debezium.connector.spanner.scale.proto.State state = 4;- Returns:
- The state.
-
getParentsList
repeated string parents = 5;- Returns:
- A list containing the parents.
-
getParentsCount
int getParentsCount()repeated string parents = 5;- Returns:
- The count of parents.
-
getParents
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.
-