Package com.daml.ledger.api.v2
Interface StateServiceOuterClass.IncompleteUnassignedOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StateServiceOuterClass.IncompleteUnassigned
,StateServiceOuterClass.IncompleteUnassigned.Builder
- Enclosing class:
- StateServiceOuterClass
public static interface StateServiceOuterClass.IncompleteUnassignedOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionRequired The event as it appeared in the context of its last activation update (i.e.Required The event as it appeared in the context of its last activation update (i.e.RequiredRequiredboolean
Required The event as it appeared in the context of its last activation update (i.e.boolean
RequiredMethods 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
-
hasCreatedEvent
boolean hasCreatedEvent()Required The event as it appeared in the context of its last activation update (i.e. daml transaction or reassignment). In particular, the last activation offset, node_id pair is preserved. The last activation update is the most recent update created or assigned this contract on synchronizer_id synchronizer before the unassigned_event. The offset of the CreatedEvent might point to an already pruned update, therefore it cannot necessarily be used for lookups.
.com.daml.ledger.api.v2.CreatedEvent created_event = 1 [json_name = "createdEvent"];
- Returns:
- Whether the createdEvent field is set.
-
getCreatedEvent
EventOuterClass.CreatedEvent getCreatedEvent()Required The event as it appeared in the context of its last activation update (i.e. daml transaction or reassignment). In particular, the last activation offset, node_id pair is preserved. The last activation update is the most recent update created or assigned this contract on synchronizer_id synchronizer before the unassigned_event. The offset of the CreatedEvent might point to an already pruned update, therefore it cannot necessarily be used for lookups.
.com.daml.ledger.api.v2.CreatedEvent created_event = 1 [json_name = "createdEvent"];
- Returns:
- The createdEvent.
-
getCreatedEventOrBuilder
EventOuterClass.CreatedEventOrBuilder getCreatedEventOrBuilder()Required The event as it appeared in the context of its last activation update (i.e. daml transaction or reassignment). In particular, the last activation offset, node_id pair is preserved. The last activation update is the most recent update created or assigned this contract on synchronizer_id synchronizer before the unassigned_event. The offset of the CreatedEvent might point to an already pruned update, therefore it cannot necessarily be used for lookups.
.com.daml.ledger.api.v2.CreatedEvent created_event = 1 [json_name = "createdEvent"];
-
hasUnassignedEvent
boolean hasUnassignedEvent()Required
.com.daml.ledger.api.v2.UnassignedEvent unassigned_event = 2 [json_name = "unassignedEvent"];
- Returns:
- Whether the unassignedEvent field is set.
-
getUnassignedEvent
ReassignmentOuterClass.UnassignedEvent getUnassignedEvent()Required
.com.daml.ledger.api.v2.UnassignedEvent unassigned_event = 2 [json_name = "unassignedEvent"];
- Returns:
- The unassignedEvent.
-
getUnassignedEventOrBuilder
ReassignmentOuterClass.UnassignedEventOrBuilder getUnassignedEventOrBuilder()Required
.com.daml.ledger.api.v2.UnassignedEvent unassigned_event = 2 [json_name = "unassignedEvent"];
-