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 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

       Required
       
      .com.daml.ledger.api.v2.UnassignedEvent unassigned_event = 2 [json_name = "unassignedEvent"];
      Returns:
      The unassignedEvent.
    • getUnassignedEventOrBuilder

       Required
       
      .com.daml.ledger.api.v2.UnassignedEvent unassigned_event = 2 [json_name = "unassignedEvent"];