Interface EventOuterClass.InterfaceViewOrBuilder

    • Method Detail

      • hasInterfaceId

        boolean hasInterfaceId()
         The interface implemented by the matched event.
         Required
         
        .com.daml.ledger.api.v1.Identifier interface_id = 1 [json_name = "interfaceId"];
        Returns:
        Whether the interfaceId field is set.
      • getInterfaceId

        ValueOuterClass.Identifier getInterfaceId()
         The interface implemented by the matched event.
         Required
         
        .com.daml.ledger.api.v1.Identifier interface_id = 1 [json_name = "interfaceId"];
        Returns:
        The interfaceId.
      • getInterfaceIdOrBuilder

        ValueOuterClass.IdentifierOrBuilder getInterfaceIdOrBuilder()
         The interface implemented by the matched event.
         Required
         
        .com.daml.ledger.api.v1.Identifier interface_id = 1 [json_name = "interfaceId"];
      • hasViewStatus

        boolean hasViewStatus()
         Whether the view was successfully computed, and if not,
         the reason for the error. The error is reported using the same rules
         for error codes and messages as the errors returned for API requests.
         Required
         
        .google.rpc.Status view_status = 2 [json_name = "viewStatus"];
        Returns:
        Whether the viewStatus field is set.
      • getViewStatus

        com.google.rpc.Status getViewStatus()
         Whether the view was successfully computed, and if not,
         the reason for the error. The error is reported using the same rules
         for error codes and messages as the errors returned for API requests.
         Required
         
        .google.rpc.Status view_status = 2 [json_name = "viewStatus"];
        Returns:
        The viewStatus.
      • getViewStatusOrBuilder

        com.google.rpc.StatusOrBuilder getViewStatusOrBuilder()
         Whether the view was successfully computed, and if not,
         the reason for the error. The error is reported using the same rules
         for error codes and messages as the errors returned for API requests.
         Required
         
        .google.rpc.Status view_status = 2 [json_name = "viewStatus"];
      • hasViewValue

        boolean hasViewValue()
         The value of the interface's view method on this event.
         Set if it was requested in the ``InterfaceFilter`` and it could be
         sucessfully computed.
         Optional
         
        .com.daml.ledger.api.v1.Record view_value = 3 [json_name = "viewValue"];
        Returns:
        Whether the viewValue field is set.
      • getViewValue

        ValueOuterClass.Record getViewValue()
         The value of the interface's view method on this event.
         Set if it was requested in the ``InterfaceFilter`` and it could be
         sucessfully computed.
         Optional
         
        .com.daml.ledger.api.v1.Record view_value = 3 [json_name = "viewValue"];
        Returns:
        The viewValue.
      • getViewValueOrBuilder

        ValueOuterClass.RecordOrBuilder getViewValueOrBuilder()
         The value of the interface's view method on this event.
         Set if it was requested in the ``InterfaceFilter`` and it could be
         sucessfully computed.
         Optional
         
        .com.daml.ledger.api.v1.Record view_value = 3 [json_name = "viewValue"];