Interface TransactionOuterClass.TreeEventOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
TransactionOuterClass.TreeEvent, TransactionOuterClass.TreeEvent.Builder
Enclosing class:
TransactionOuterClass

@Deprecated public static interface TransactionOuterClass.TreeEventOrBuilder extends com.google.protobuf.MessageOrBuilder
Deprecated.
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    The event as it appeared in the context of its original daml transaction on this participant node.
    Deprecated.
    The event as it appeared in the context of its original daml transaction on this participant node.
    Deprecated.
    .com.daml.ledger.api.v2.ExercisedEvent exercised = 2 [json_name = "exercised"];
    Deprecated.
    .com.daml.ledger.api.v2.ExercisedEvent exercised = 2 [json_name = "exercised"];
    Deprecated.
     
    boolean
    Deprecated.
    The event as it appeared in the context of its original daml transaction on this participant node.
    boolean
    Deprecated.
    .com.daml.ledger.api.v2.ExercisedEvent exercised = 2 [json_name = "exercised"];

    Methods 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

    • hasCreated

      boolean hasCreated()
      Deprecated.
       The event as it appeared in the context of its original daml transaction on this participant node.
       In particular, the offset, node_id pair of the daml transaction are preserved.
       
      .com.daml.ledger.api.v2.CreatedEvent created = 1 [json_name = "created"];
      Returns:
      Whether the created field is set.
    • getCreated

      Deprecated.
       The event as it appeared in the context of its original daml transaction on this participant node.
       In particular, the offset, node_id pair of the daml transaction are preserved.
       
      .com.daml.ledger.api.v2.CreatedEvent created = 1 [json_name = "created"];
      Returns:
      The created.
    • getCreatedOrBuilder

      Deprecated.
       The event as it appeared in the context of its original daml transaction on this participant node.
       In particular, the offset, node_id pair of the daml transaction are preserved.
       
      .com.daml.ledger.api.v2.CreatedEvent created = 1 [json_name = "created"];
    • hasExercised

      boolean hasExercised()
      Deprecated.
      .com.daml.ledger.api.v2.ExercisedEvent exercised = 2 [json_name = "exercised"];
      Returns:
      Whether the exercised field is set.
    • getExercised

      Deprecated.
      .com.daml.ledger.api.v2.ExercisedEvent exercised = 2 [json_name = "exercised"];
      Returns:
      The exercised.
    • getExercisedOrBuilder

      Deprecated.
      .com.daml.ledger.api.v2.ExercisedEvent exercised = 2 [json_name = "exercised"];
    • getKindCase

      Deprecated.