Class JobExecutionDetails.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<JobExecutionDetails.Builder>
      • clear

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

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

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

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

        public JobExecutionDetails.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<JobExecutionDetails.Builder>
      • setField

        public JobExecutionDetails.Builder setField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                    Object value)
        Specified by:
        setField in interface com.google.protobuf.Message.Builder
        Overrides:
        setField in class com.google.protobuf.GeneratedMessageV3.Builder<JobExecutionDetails.Builder>
      • clearField

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

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

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

        public JobExecutionDetails.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<JobExecutionDetails.Builder>
      • mergeFrom

        public JobExecutionDetails.Builder mergeFrom​(com.google.protobuf.Message other)
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<JobExecutionDetails.Builder>
      • isInitialized

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

        public JobExecutionDetails.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<JobExecutionDetails.Builder>
        Throws:
        IOException
      • getStagesCount

        public int getStagesCount()
         The stages of the job execution.
         
        repeated .google.dataflow.v1beta3.StageSummary stages = 1;
        Specified by:
        getStagesCount in interface JobExecutionDetailsOrBuilder
      • clearStages

        public JobExecutionDetails.Builder clearStages()
         The stages of the job execution.
         
        repeated .google.dataflow.v1beta3.StageSummary stages = 1;
      • removeStages

        public JobExecutionDetails.Builder removeStages​(int index)
         The stages of the job execution.
         
        repeated .google.dataflow.v1beta3.StageSummary stages = 1;
      • getStagesBuilder

        public StageSummary.Builder getStagesBuilder​(int index)
         The stages of the job execution.
         
        repeated .google.dataflow.v1beta3.StageSummary stages = 1;
      • addStagesBuilder

        public StageSummary.Builder addStagesBuilder()
         The stages of the job execution.
         
        repeated .google.dataflow.v1beta3.StageSummary stages = 1;
      • addStagesBuilder

        public StageSummary.Builder addStagesBuilder​(int index)
         The stages of the job execution.
         
        repeated .google.dataflow.v1beta3.StageSummary stages = 1;
      • getStagesBuilderList

        public List<StageSummary.Builder> getStagesBuilderList()
         The stages of the job execution.
         
        repeated .google.dataflow.v1beta3.StageSummary stages = 1;
      • getNextPageToken

        public String getNextPageToken()
         If present, this response does not contain all requested tasks.  To obtain
         the next page of results, repeat the request with page_token set to this
         value.
         
        string next_page_token = 2;
        Specified by:
        getNextPageToken in interface JobExecutionDetailsOrBuilder
        Returns:
        The nextPageToken.
      • getNextPageTokenBytes

        public com.google.protobuf.ByteString getNextPageTokenBytes()
         If present, this response does not contain all requested tasks.  To obtain
         the next page of results, repeat the request with page_token set to this
         value.
         
        string next_page_token = 2;
        Specified by:
        getNextPageTokenBytes in interface JobExecutionDetailsOrBuilder
        Returns:
        The bytes for nextPageToken.
      • setNextPageToken

        public JobExecutionDetails.Builder setNextPageToken​(String value)
         If present, this response does not contain all requested tasks.  To obtain
         the next page of results, repeat the request with page_token set to this
         value.
         
        string next_page_token = 2;
        Parameters:
        value - The nextPageToken to set.
        Returns:
        This builder for chaining.
      • clearNextPageToken

        public JobExecutionDetails.Builder clearNextPageToken()
         If present, this response does not contain all requested tasks.  To obtain
         the next page of results, repeat the request with page_token set to this
         value.
         
        string next_page_token = 2;
        Returns:
        This builder for chaining.
      • setNextPageTokenBytes

        public JobExecutionDetails.Builder setNextPageTokenBytes​(com.google.protobuf.ByteString value)
         If present, this response does not contain all requested tasks.  To obtain
         the next page of results, repeat the request with page_token set to this
         value.
         
        string next_page_token = 2;
        Parameters:
        value - The bytes for nextPageToken to set.
        Returns:
        This builder for chaining.
      • setUnknownFields

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

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