Package com.daml.ledger.api.v1
Interface CommandCompletionServiceOuterClass.CheckpointOrBuilder
- 
- All Superinterfaces:
 com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
 CommandCompletionServiceOuterClass.Checkpoint,CommandCompletionServiceOuterClass.Checkpoint.Builder
- Enclosing class:
 - CommandCompletionServiceOuterClass
 
public static interface CommandCompletionServiceOuterClass.CheckpointOrBuilder extends com.google.protobuf.MessageOrBuilder 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LedgerOffsetOuterClass.LedgerOffsetgetOffset()May be used in a subsequent CompletionStreamRequest to resume the consumption of this stream at a later time.LedgerOffsetOuterClass.LedgerOffsetOrBuildergetOffsetOrBuilder()May be used in a subsequent CompletionStreamRequest to resume the consumption of this stream at a later time.com.google.protobuf.TimestampgetRecordTime()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.TimestampOrBuildergetRecordTimeOrBuilder()All commands with a maximum record time below this value MUST be considered lost if their completion has not arrived before this checkpoint.booleanhasOffset()May be used in a subsequent CompletionStreamRequest to resume the consumption of this stream at a later time.booleanhasRecordTime()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.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof 
 - 
 
 - 
 
- 
- 
Method Detail
- 
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 = 1 [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 = 1 [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 = 1 [json_name = "recordTime"]; 
- 
hasOffset
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"];- Returns:
 - Whether the offset field is set.
 
 
- 
getOffset
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"];- Returns:
 - The offset.
 
 
- 
getOffsetOrBuilder
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"]; 
 - 
 
 -