Package com.daml.ledger.api.v2
Interface OffsetCheckpointOuterClass.SynchronizerTimeOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
OffsetCheckpointOuterClass.SynchronizerTime
,OffsetCheckpointOuterClass.SynchronizerTime.Builder
- Enclosing class:
- OffsetCheckpointOuterClass
public static interface OffsetCheckpointOuterClass.SynchronizerTimeOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.Timestamp
All commands with a maximum record time below this value MUST be considered lost if their completion has not arrived before this checkpoint.com.google.protobuf.TimestampOrBuilder
All commands with a maximum record time below this value MUST be considered lost if their completion has not arrived before this checkpoint.The id of the synchronizer.com.google.protobuf.ByteString
The id of the synchronizer.boolean
All commands with a maximum record time below this value MUST be considered lost if their completion has not arrived before this checkpoint.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getSynchronizerId
String getSynchronizerId()The id of the synchronizer. Required
string synchronizer_id = 1 [json_name = "synchronizerId"];
- Returns:
- The synchronizerId.
-
getSynchronizerIdBytes
com.google.protobuf.ByteString getSynchronizerIdBytes()The id of the synchronizer. Required
string synchronizer_id = 1 [json_name = "synchronizerId"];
- Returns:
- The bytes for synchronizerId.
-
hasRecordTime
boolean hasRecordTime()All commands with a maximum record time below this value MUST be considered lost if their completion has not arrived before this checkpoint. Required
.google.protobuf.Timestamp record_time = 2 [json_name = "recordTime"];
- Returns:
- Whether the recordTime field is set.
-
getRecordTime
com.google.protobuf.Timestamp getRecordTime()All commands with a maximum record time below this value MUST be considered lost if their completion has not arrived before this checkpoint. Required
.google.protobuf.Timestamp record_time = 2 [json_name = "recordTime"];
- Returns:
- The recordTime.
-
getRecordTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getRecordTimeOrBuilder()All commands with a maximum record time below this value MUST be considered lost if their completion has not arrived before this checkpoint. Required
.google.protobuf.Timestamp record_time = 2 [json_name = "recordTime"];
-