Class EventOuterClass.InterfaceView.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<EventOuterClass.InterfaceView.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<EventOuterClass.InterfaceView.Builder>
      • getDefaultInstanceForType

        public EventOuterClass.InterfaceView getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public EventOuterClass.InterfaceView build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public EventOuterClass.InterfaceView buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • setRepeatedField

        public EventOuterClass.InterfaceView.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                                      int index,
                                                                      java.lang.Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<EventOuterClass.InterfaceView.Builder>
      • addRepeatedField

        public EventOuterClass.InterfaceView.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                                      java.lang.Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<EventOuterClass.InterfaceView.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<EventOuterClass.InterfaceView.Builder>
      • mergeFrom

        public EventOuterClass.InterfaceView.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                               com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                        throws java.io.IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<EventOuterClass.InterfaceView.Builder>
        Throws:
        java.io.IOException
      • hasInterfaceId

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

        public EventOuterClass.InterfaceView.Builder clearInterfaceId()
         The interface implemented by the matched event.
         Required
         
        .com.daml.ledger.api.v1.Identifier interface_id = 1 [json_name = "interfaceId"];
      • getInterfaceIdBuilder

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

        public 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"];
        Specified by:
        hasViewStatus in interface EventOuterClass.InterfaceViewOrBuilder
        Returns:
        Whether the viewStatus field is set.
      • getViewStatus

        public 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"];
        Specified by:
        getViewStatus in interface EventOuterClass.InterfaceViewOrBuilder
        Returns:
        The viewStatus.
      • setViewStatus

        public EventOuterClass.InterfaceView.Builder setViewStatus​(com.google.rpc.Status value)
         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"];
      • setViewStatus

        public EventOuterClass.InterfaceView.Builder setViewStatus​(com.google.rpc.Status.Builder builderForValue)
         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"];
      • mergeViewStatus

        public EventOuterClass.InterfaceView.Builder mergeViewStatus​(com.google.rpc.Status value)
         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"];
      • clearViewStatus

        public EventOuterClass.InterfaceView.Builder clearViewStatus()
         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"];
      • getViewStatusBuilder

        public com.google.rpc.Status.Builder getViewStatusBuilder()
         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"];
      • getViewStatusOrBuilder

        public 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"];
        Specified by:
        getViewStatusOrBuilder in interface EventOuterClass.InterfaceViewOrBuilder
      • hasViewValue

        public 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"];
        Specified by:
        hasViewValue in interface EventOuterClass.InterfaceViewOrBuilder
        Returns:
        Whether the viewValue field is set.
      • getViewValue

        public 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"];
        Specified by:
        getViewValue in interface EventOuterClass.InterfaceViewOrBuilder
        Returns:
        The viewValue.
      • setViewValue

        public EventOuterClass.InterfaceView.Builder setViewValue​(ValueOuterClass.Record value)
         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"];
      • setViewValue

        public EventOuterClass.InterfaceView.Builder setViewValue​(ValueOuterClass.Record.Builder builderForValue)
         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"];
      • mergeViewValue

        public EventOuterClass.InterfaceView.Builder mergeViewValue​(ValueOuterClass.Record value)
         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"];
      • clearViewValue

        public EventOuterClass.InterfaceView.Builder clearViewValue()
         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"];
      • getViewValueBuilder

        public ValueOuterClass.Record.Builder getViewValueBuilder()
         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"];