Interface InteractiveSubmissionServiceOuterClass.DamlTransaction.NodeOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
InteractiveSubmissionServiceOuterClass.DamlTransaction.Node, InteractiveSubmissionServiceOuterClass.DamlTransaction.Node.Builder
Enclosing class:
InteractiveSubmissionServiceOuterClass.DamlTransaction

public static interface InteractiveSubmissionServiceOuterClass.DamlTransaction.NodeOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string node_id = 1 [json_name = "nodeId"];
    com.google.protobuf.ByteString
    string node_id = 1 [json_name = "nodeId"];
    Start at 1000 so we can add more fields before if necessary When new versions will be added, they will show here
    Start at 1000 so we can add more fields before if necessary When new versions will be added, they will show here
     
    boolean
    Start at 1000 so we can add more fields before if necessary When new versions will be added, they will show here

    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

    • getNodeId

      String getNodeId()
      string node_id = 1 [json_name = "nodeId"];
      Returns:
      The nodeId.
    • getNodeIdBytes

      com.google.protobuf.ByteString getNodeIdBytes()
      string node_id = 1 [json_name = "nodeId"];
      Returns:
      The bytes for nodeId.
    • hasV1

      boolean hasV1()
       Start at 1000 so we can add more fields before if necessary
       When new versions will be added, they will show here
       
      .com.daml.ledger.api.v2.interactive.transaction.v1.Node v1 = 1000 [json_name = "v1"];
      Returns:
      Whether the v1 field is set.
    • getV1

       Start at 1000 so we can add more fields before if necessary
       When new versions will be added, they will show here
       
      .com.daml.ledger.api.v2.interactive.transaction.v1.Node v1 = 1000 [json_name = "v1"];
      Returns:
      The v1.
    • getV1OrBuilder

       Start at 1000 so we can add more fields before if necessary
       When new versions will be added, they will show here
       
      .com.daml.ledger.api.v2.interactive.transaction.v1.Node v1 = 1000 [json_name = "v1"];
    • getVersionedNodeCase