Package com.daml.ledger.api.v2
Interface CommandCompletionServiceOuterClass.CompletionStreamResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CommandCompletionServiceOuterClass.CompletionStreamResponse,CommandCompletionServiceOuterClass.CompletionStreamResponse.Builder
- Enclosing class:
CommandCompletionServiceOuterClass
public static interface CommandCompletionServiceOuterClass.CompletionStreamResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.com.daml.ledger.api.v2.Completion completion = 1;.com.daml.ledger.api.v2.Completion completion = 1;.com.daml.ledger.api.v2.OffsetCheckpoint offset_checkpoint = 2;.com.daml.ledger.api.v2.OffsetCheckpoint offset_checkpoint = 2;boolean.com.daml.ledger.api.v2.Completion completion = 1;boolean.com.daml.ledger.api.v2.OffsetCheckpoint offset_checkpoint = 2;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
-
hasCompletion
boolean hasCompletion().com.daml.ledger.api.v2.Completion completion = 1;- Returns:
- Whether the completion field is set.
-
getCompletion
CompletionOuterClass.Completion getCompletion().com.daml.ledger.api.v2.Completion completion = 1;- Returns:
- The completion.
-
getCompletionOrBuilder
CompletionOuterClass.CompletionOrBuilder getCompletionOrBuilder().com.daml.ledger.api.v2.Completion completion = 1; -
hasOffsetCheckpoint
boolean hasOffsetCheckpoint().com.daml.ledger.api.v2.OffsetCheckpoint offset_checkpoint = 2;- Returns:
- Whether the offsetCheckpoint field is set.
-
getOffsetCheckpoint
OffsetCheckpointOuterClass.OffsetCheckpoint getOffsetCheckpoint().com.daml.ledger.api.v2.OffsetCheckpoint offset_checkpoint = 2;- Returns:
- The offsetCheckpoint.
-
getOffsetCheckpointOrBuilder
OffsetCheckpointOuterClass.OffsetCheckpointOrBuilder getOffsetCheckpointOrBuilder().com.daml.ledger.api.v2.OffsetCheckpoint offset_checkpoint = 2; -
getCompletionResponseCase
CommandCompletionServiceOuterClass.CompletionStreamResponse.CompletionResponseCase getCompletionResponseCase()
-