Class Execution.Status.Step.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<Execution.Status.Step.Builder>
      • clear

        public Execution.Status.Step.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<Execution.Status.Step.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<Execution.Status.Step.Builder>
      • getDefaultInstanceForType

        public Execution.Status.Step getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public Execution.Status.Step build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public Execution.Status.Step buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • clone

        public Execution.Status.Step.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<Execution.Status.Step.Builder>
      • clearField

        public Execution.Status.Step.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<Execution.Status.Step.Builder>
      • clearOneof

        public Execution.Status.Step.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Execution.Status.Step.Builder>
      • setRepeatedField

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

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

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

        public Execution.Status.Step.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<Execution.Status.Step.Builder>
        Throws:
        IOException
      • getRoutineBytes

        public com.google.protobuf.ByteString getRoutineBytes()
         Name of a routine within the workflow.
         
        string routine = 1;
        Specified by:
        getRoutineBytes in interface Execution.Status.StepOrBuilder
        Returns:
        The bytes for routine.
      • setRoutine

        public Execution.Status.Step.Builder setRoutine​(String value)
         Name of a routine within the workflow.
         
        string routine = 1;
        Parameters:
        value - The routine to set.
        Returns:
        This builder for chaining.
      • clearRoutine

        public Execution.Status.Step.Builder clearRoutine()
         Name of a routine within the workflow.
         
        string routine = 1;
        Returns:
        This builder for chaining.
      • setRoutineBytes

        public Execution.Status.Step.Builder setRoutineBytes​(com.google.protobuf.ByteString value)
         Name of a routine within the workflow.
         
        string routine = 1;
        Parameters:
        value - The bytes for routine to set.
        Returns:
        This builder for chaining.
      • getStepBytes

        public com.google.protobuf.ByteString getStepBytes()
         Name of a step within the routine.
         
        string step = 2;
        Specified by:
        getStepBytes in interface Execution.Status.StepOrBuilder
        Returns:
        The bytes for step.
      • setStep

        public Execution.Status.Step.Builder setStep​(String value)
         Name of a step within the routine.
         
        string step = 2;
        Parameters:
        value - The step to set.
        Returns:
        This builder for chaining.
      • clearStep

        public Execution.Status.Step.Builder clearStep()
         Name of a step within the routine.
         
        string step = 2;
        Returns:
        This builder for chaining.
      • setStepBytes

        public Execution.Status.Step.Builder setStepBytes​(com.google.protobuf.ByteString value)
         Name of a step within the routine.
         
        string step = 2;
        Parameters:
        value - The bytes for step to set.
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final Execution.Status.Step.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Execution.Status.Step.Builder>
      • mergeUnknownFields

        public final Execution.Status.Step.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Execution.Status.Step.Builder>