Class JobExecutionStageInfo.Builder

  • All Implemented Interfaces:
    JobExecutionStageInfoOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
    Enclosing class:
    JobExecutionStageInfo

    public static final class JobExecutionStageInfo.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<JobExecutionStageInfo.Builder>
    implements JobExecutionStageInfoOrBuilder
     Contains information about how a particular
     [google.dataflow.v1beta3.Step][google.dataflow.v1beta3.Step] will be executed.
     
    Protobuf type google.dataflow.v1beta3.JobExecutionStageInfo
    • 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<JobExecutionStageInfo.Builder>
      • clear

        public JobExecutionStageInfo.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<JobExecutionStageInfo.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<JobExecutionStageInfo.Builder>
      • getDefaultInstanceForType

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

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

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

        public JobExecutionStageInfo.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<JobExecutionStageInfo.Builder>
      • clearField

        public JobExecutionStageInfo.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<JobExecutionStageInfo.Builder>
      • clearOneof

        public JobExecutionStageInfo.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<JobExecutionStageInfo.Builder>
      • setRepeatedField

        public JobExecutionStageInfo.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<JobExecutionStageInfo.Builder>
      • addRepeatedField

        public JobExecutionStageInfo.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<JobExecutionStageInfo.Builder>
      • isInitialized

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

        public JobExecutionStageInfo.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<JobExecutionStageInfo.Builder>
        Throws:
        IOException
      • getStepNameList

        public com.google.protobuf.ProtocolStringList getStepNameList()
         The steps associated with the execution stage.
         Note that stages may have several steps, and that a given step
         might be run by more than one stage.
         
        repeated string step_name = 1;
        Specified by:
        getStepNameList in interface JobExecutionStageInfoOrBuilder
        Returns:
        A list containing the stepName.
      • getStepNameCount

        public int getStepNameCount()
         The steps associated with the execution stage.
         Note that stages may have several steps, and that a given step
         might be run by more than one stage.
         
        repeated string step_name = 1;
        Specified by:
        getStepNameCount in interface JobExecutionStageInfoOrBuilder
        Returns:
        The count of stepName.
      • getStepName

        public String getStepName​(int index)
         The steps associated with the execution stage.
         Note that stages may have several steps, and that a given step
         might be run by more than one stage.
         
        repeated string step_name = 1;
        Specified by:
        getStepName in interface JobExecutionStageInfoOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The stepName at the given index.
      • getStepNameBytes

        public com.google.protobuf.ByteString getStepNameBytes​(int index)
         The steps associated with the execution stage.
         Note that stages may have several steps, and that a given step
         might be run by more than one stage.
         
        repeated string step_name = 1;
        Specified by:
        getStepNameBytes in interface JobExecutionStageInfoOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the stepName at the given index.
      • setStepName

        public JobExecutionStageInfo.Builder setStepName​(int index,
                                                         String value)
         The steps associated with the execution stage.
         Note that stages may have several steps, and that a given step
         might be run by more than one stage.
         
        repeated string step_name = 1;
        Parameters:
        index - The index to set the value at.
        value - The stepName to set.
        Returns:
        This builder for chaining.
      • addStepName

        public JobExecutionStageInfo.Builder addStepName​(String value)
         The steps associated with the execution stage.
         Note that stages may have several steps, and that a given step
         might be run by more than one stage.
         
        repeated string step_name = 1;
        Parameters:
        value - The stepName to add.
        Returns:
        This builder for chaining.
      • addAllStepName

        public JobExecutionStageInfo.Builder addAllStepName​(Iterable<String> values)
         The steps associated with the execution stage.
         Note that stages may have several steps, and that a given step
         might be run by more than one stage.
         
        repeated string step_name = 1;
        Parameters:
        values - The stepName to add.
        Returns:
        This builder for chaining.
      • clearStepName

        public JobExecutionStageInfo.Builder clearStepName()
         The steps associated with the execution stage.
         Note that stages may have several steps, and that a given step
         might be run by more than one stage.
         
        repeated string step_name = 1;
        Returns:
        This builder for chaining.
      • addStepNameBytes

        public JobExecutionStageInfo.Builder addStepNameBytes​(com.google.protobuf.ByteString value)
         The steps associated with the execution stage.
         Note that stages may have several steps, and that a given step
         might be run by more than one stage.
         
        repeated string step_name = 1;
        Parameters:
        value - The bytes of the stepName to add.
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final JobExecutionStageInfo.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<JobExecutionStageInfo.Builder>
      • mergeUnknownFields

        public final JobExecutionStageInfo.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<JobExecutionStageInfo.Builder>