public static interface CommandCompletionServiceOuterClass.CheckpointOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
LedgerOffsetOuterClass.LedgerOffset |
getOffset()
May be used in a subsequent CompletionStreamRequest to resume the consumption of this stream at a later time.
|
LedgerOffsetOuterClass.LedgerOffsetOrBuilder |
getOffsetOrBuilder()
May be used in a subsequent CompletionStreamRequest to resume the consumption of this stream at a later time.
|
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.
|
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.
|
boolean |
hasOffset()
May be used in a subsequent CompletionStreamRequest to resume the consumption of this stream at a later time.
|
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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
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 = 1[json_name = "recordTime"];
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 = 1[json_name = "recordTime"];
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 = 1[json_name = "recordTime"];
boolean hasOffset()
May be used in a subsequent CompletionStreamRequest to resume the consumption of this stream at a later time. Required
.com.daml.ledger.api.v1.LedgerOffset offset = 2[json_name = "offset"];
LedgerOffsetOuterClass.LedgerOffset getOffset()
May be used in a subsequent CompletionStreamRequest to resume the consumption of this stream at a later time. Required
.com.daml.ledger.api.v1.LedgerOffset offset = 2[json_name = "offset"];
LedgerOffsetOuterClass.LedgerOffsetOrBuilder getOffsetOrBuilder()
May be used in a subsequent CompletionStreamRequest to resume the consumption of this stream at a later time. Required
.com.daml.ledger.api.v1.LedgerOffset offset = 2[json_name = "offset"];