Package io.dapr.v1

Class DaprProtos.GetWorkflowRequest.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<DaprProtos.GetWorkflowRequest.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<DaprProtos.GetWorkflowRequest.Builder>
      • getDefaultInstanceForType

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

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

        public DaprProtos.GetWorkflowRequest buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • isInitialized

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

        public DaprProtos.GetWorkflowRequest.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                               com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                        throws 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<DaprProtos.GetWorkflowRequest.Builder>
        Throws:
        IOException
      • getInstanceIdBytes

        public com.google.protobuf.ByteString getInstanceIdBytes()
         ID of the workflow instance to query.
         
        string instance_id = 1 [json_name = "instanceID"];
        Specified by:
        getInstanceIdBytes in interface DaprProtos.GetWorkflowRequestOrBuilder
        Returns:
        The bytes for instanceId.
      • setInstanceId

        public DaprProtos.GetWorkflowRequest.Builder setInstanceId​(String value)
         ID of the workflow instance to query.
         
        string instance_id = 1 [json_name = "instanceID"];
        Parameters:
        value - The instanceId to set.
        Returns:
        This builder for chaining.
      • clearInstanceId

        public DaprProtos.GetWorkflowRequest.Builder clearInstanceId()
         ID of the workflow instance to query.
         
        string instance_id = 1 [json_name = "instanceID"];
        Returns:
        This builder for chaining.
      • setInstanceIdBytes

        public DaprProtos.GetWorkflowRequest.Builder setInstanceIdBytes​(com.google.protobuf.ByteString value)
         ID of the workflow instance to query.
         
        string instance_id = 1 [json_name = "instanceID"];
        Parameters:
        value - The bytes for instanceId to set.
        Returns:
        This builder for chaining.
      • getWorkflowComponentBytes

        public com.google.protobuf.ByteString getWorkflowComponentBytes()
         Name of the workflow component.
         
        string workflow_component = 2 [json_name = "workflowComponent"];
        Specified by:
        getWorkflowComponentBytes in interface DaprProtos.GetWorkflowRequestOrBuilder
        Returns:
        The bytes for workflowComponent.
      • setWorkflowComponent

        public DaprProtos.GetWorkflowRequest.Builder setWorkflowComponent​(String value)
         Name of the workflow component.
         
        string workflow_component = 2 [json_name = "workflowComponent"];
        Parameters:
        value - The workflowComponent to set.
        Returns:
        This builder for chaining.
      • clearWorkflowComponent

        public DaprProtos.GetWorkflowRequest.Builder clearWorkflowComponent()
         Name of the workflow component.
         
        string workflow_component = 2 [json_name = "workflowComponent"];
        Returns:
        This builder for chaining.
      • setWorkflowComponentBytes

        public DaprProtos.GetWorkflowRequest.Builder setWorkflowComponentBytes​(com.google.protobuf.ByteString value)
         Name of the workflow component.
         
        string workflow_component = 2 [json_name = "workflowComponent"];
        Parameters:
        value - The bytes for workflowComponent to set.
        Returns:
        This builder for chaining.