Package com.daml.ledger.api.v2
Interface OffsetCheckpointOuterClass.OffsetCheckpointOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
OffsetCheckpointOuterClass.OffsetCheckpoint
,OffsetCheckpointOuterClass.OffsetCheckpoint.Builder
- Enclosing class:
- OffsetCheckpointOuterClass
public static interface OffsetCheckpointOuterClass.OffsetCheckpointOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlong
The participant's offset, the details of the offset field are described in ``community/ledger-api/README.md``.getSynchronizerTimes
(int index) repeated .com.daml.ledger.api.v2.SynchronizerTime synchronizer_times = 2 [json_name = "synchronizerTimes"];
int
repeated .com.daml.ledger.api.v2.SynchronizerTime synchronizer_times = 2 [json_name = "synchronizerTimes"];
repeated .com.daml.ledger.api.v2.SynchronizerTime synchronizer_times = 2 [json_name = "synchronizerTimes"];
getSynchronizerTimesOrBuilder
(int index) repeated .com.daml.ledger.api.v2.SynchronizerTime synchronizer_times = 2 [json_name = "synchronizerTimes"];
repeated .com.daml.ledger.api.v2.SynchronizerTime synchronizer_times = 2 [json_name = "synchronizerTimes"];
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
-
getOffset
long getOffset()The participant's offset, the details of the offset field are described in ``community/ledger-api/README.md``. Required, must be a valid absolute offset (positive integer).
int64 offset = 1 [json_name = "offset"];
- Returns:
- The offset.
-
getSynchronizerTimesList
List<OffsetCheckpointOuterClass.SynchronizerTime> getSynchronizerTimesList()repeated .com.daml.ledger.api.v2.SynchronizerTime synchronizer_times = 2 [json_name = "synchronizerTimes"];
-
getSynchronizerTimes
repeated .com.daml.ledger.api.v2.SynchronizerTime synchronizer_times = 2 [json_name = "synchronizerTimes"];
-
getSynchronizerTimesCount
int getSynchronizerTimesCount()repeated .com.daml.ledger.api.v2.SynchronizerTime synchronizer_times = 2 [json_name = "synchronizerTimes"];
-
getSynchronizerTimesOrBuilderList
List<? extends OffsetCheckpointOuterClass.SynchronizerTimeOrBuilder> getSynchronizerTimesOrBuilderList()repeated .com.daml.ledger.api.v2.SynchronizerTime synchronizer_times = 2 [json_name = "synchronizerTimes"];
-
getSynchronizerTimesOrBuilder
repeated .com.daml.ledger.api.v2.SynchronizerTime synchronizer_times = 2 [json_name = "synchronizerTimes"];
-