Class PipelineJob.Builder

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

    public static final class PipelineJob.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<PipelineJob.Builder>
    implements PipelineJobOrBuilder
     An instance of a machine learning PipelineJob.
     
    Protobuf type google.cloud.aiplatform.v1beta1.PipelineJob
    • Method Detail

      • getDescriptor

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

        protected com.google.protobuf.MapField internalGetMapField​(int number)
        Overrides:
        internalGetMapField in class com.google.protobuf.GeneratedMessageV3.Builder<PipelineJob.Builder>
      • internalGetMutableMapField

        protected com.google.protobuf.MapField internalGetMutableMapField​(int number)
        Overrides:
        internalGetMutableMapField in class com.google.protobuf.GeneratedMessageV3.Builder<PipelineJob.Builder>
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<PipelineJob.Builder>
      • clear

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

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

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

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

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

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

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

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

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

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

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

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

        public PipelineJob.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<PipelineJob.Builder>
        Throws:
        IOException
      • getName

        public String getName()
         Output only. The resource name of the PipelineJob.
         
        string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getName in interface PipelineJobOrBuilder
        Returns:
        The name.
      • getNameBytes

        public com.google.protobuf.ByteString getNameBytes()
         Output only. The resource name of the PipelineJob.
         
        string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getNameBytes in interface PipelineJobOrBuilder
        Returns:
        The bytes for name.
      • setName

        public PipelineJob.Builder setName​(String value)
         Output only. The resource name of the PipelineJob.
         
        string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The name to set.
        Returns:
        This builder for chaining.
      • clearName

        public PipelineJob.Builder clearName()
         Output only. The resource name of the PipelineJob.
         
        string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • setNameBytes

        public PipelineJob.Builder setNameBytes​(com.google.protobuf.ByteString value)
         Output only. The resource name of the PipelineJob.
         
        string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The bytes for name to set.
        Returns:
        This builder for chaining.
      • getDisplayName

        public String getDisplayName()
         The display name of the Pipeline.
         The name can be up to 128 characters long and can consist of any UTF-8
         characters.
         
        string display_name = 2;
        Specified by:
        getDisplayName in interface PipelineJobOrBuilder
        Returns:
        The displayName.
      • getDisplayNameBytes

        public com.google.protobuf.ByteString getDisplayNameBytes()
         The display name of the Pipeline.
         The name can be up to 128 characters long and can consist of any UTF-8
         characters.
         
        string display_name = 2;
        Specified by:
        getDisplayNameBytes in interface PipelineJobOrBuilder
        Returns:
        The bytes for displayName.
      • setDisplayName

        public PipelineJob.Builder setDisplayName​(String value)
         The display name of the Pipeline.
         The name can be up to 128 characters long and can consist of any UTF-8
         characters.
         
        string display_name = 2;
        Parameters:
        value - The displayName to set.
        Returns:
        This builder for chaining.
      • clearDisplayName

        public PipelineJob.Builder clearDisplayName()
         The display name of the Pipeline.
         The name can be up to 128 characters long and can consist of any UTF-8
         characters.
         
        string display_name = 2;
        Returns:
        This builder for chaining.
      • setDisplayNameBytes

        public PipelineJob.Builder setDisplayNameBytes​(com.google.protobuf.ByteString value)
         The display name of the Pipeline.
         The name can be up to 128 characters long and can consist of any UTF-8
         characters.
         
        string display_name = 2;
        Parameters:
        value - The bytes for displayName to set.
        Returns:
        This builder for chaining.
      • hasCreateTime

        public boolean hasCreateTime()
         Output only. Pipeline creation time.
         
        .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasCreateTime in interface PipelineJobOrBuilder
        Returns:
        Whether the createTime field is set.
      • getCreateTime

        public com.google.protobuf.Timestamp getCreateTime()
         Output only. Pipeline creation time.
         
        .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getCreateTime in interface PipelineJobOrBuilder
        Returns:
        The createTime.
      • setCreateTime

        public PipelineJob.Builder setCreateTime​(com.google.protobuf.Timestamp value)
         Output only. Pipeline creation time.
         
        .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • setCreateTime

        public PipelineJob.Builder setCreateTime​(com.google.protobuf.Timestamp.Builder builderForValue)
         Output only. Pipeline creation time.
         
        .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • mergeCreateTime

        public PipelineJob.Builder mergeCreateTime​(com.google.protobuf.Timestamp value)
         Output only. Pipeline creation time.
         
        .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • clearCreateTime

        public PipelineJob.Builder clearCreateTime()
         Output only. Pipeline creation time.
         
        .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getCreateTimeBuilder

        public com.google.protobuf.Timestamp.Builder getCreateTimeBuilder()
         Output only. Pipeline creation time.
         
        .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getCreateTimeOrBuilder

        public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
         Output only. Pipeline creation time.
         
        .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getCreateTimeOrBuilder in interface PipelineJobOrBuilder
      • hasStartTime

        public boolean hasStartTime()
         Output only. Pipeline start time.
         
        .google.protobuf.Timestamp start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasStartTime in interface PipelineJobOrBuilder
        Returns:
        Whether the startTime field is set.
      • getStartTime

        public com.google.protobuf.Timestamp getStartTime()
         Output only. Pipeline start time.
         
        .google.protobuf.Timestamp start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getStartTime in interface PipelineJobOrBuilder
        Returns:
        The startTime.
      • setStartTime

        public PipelineJob.Builder setStartTime​(com.google.protobuf.Timestamp value)
         Output only. Pipeline start time.
         
        .google.protobuf.Timestamp start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • setStartTime

        public PipelineJob.Builder setStartTime​(com.google.protobuf.Timestamp.Builder builderForValue)
         Output only. Pipeline start time.
         
        .google.protobuf.Timestamp start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • mergeStartTime

        public PipelineJob.Builder mergeStartTime​(com.google.protobuf.Timestamp value)
         Output only. Pipeline start time.
         
        .google.protobuf.Timestamp start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • clearStartTime

        public PipelineJob.Builder clearStartTime()
         Output only. Pipeline start time.
         
        .google.protobuf.Timestamp start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getStartTimeBuilder

        public com.google.protobuf.Timestamp.Builder getStartTimeBuilder()
         Output only. Pipeline start time.
         
        .google.protobuf.Timestamp start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getStartTimeOrBuilder

        public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
         Output only. Pipeline start time.
         
        .google.protobuf.Timestamp start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getStartTimeOrBuilder in interface PipelineJobOrBuilder
      • hasEndTime

        public boolean hasEndTime()
         Output only. Pipeline end time.
         
        .google.protobuf.Timestamp end_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasEndTime in interface PipelineJobOrBuilder
        Returns:
        Whether the endTime field is set.
      • getEndTime

        public com.google.protobuf.Timestamp getEndTime()
         Output only. Pipeline end time.
         
        .google.protobuf.Timestamp end_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getEndTime in interface PipelineJobOrBuilder
        Returns:
        The endTime.
      • setEndTime

        public PipelineJob.Builder setEndTime​(com.google.protobuf.Timestamp value)
         Output only. Pipeline end time.
         
        .google.protobuf.Timestamp end_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • setEndTime

        public PipelineJob.Builder setEndTime​(com.google.protobuf.Timestamp.Builder builderForValue)
         Output only. Pipeline end time.
         
        .google.protobuf.Timestamp end_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • mergeEndTime

        public PipelineJob.Builder mergeEndTime​(com.google.protobuf.Timestamp value)
         Output only. Pipeline end time.
         
        .google.protobuf.Timestamp end_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • clearEndTime

        public PipelineJob.Builder clearEndTime()
         Output only. Pipeline end time.
         
        .google.protobuf.Timestamp end_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getEndTimeBuilder

        public com.google.protobuf.Timestamp.Builder getEndTimeBuilder()
         Output only. Pipeline end time.
         
        .google.protobuf.Timestamp end_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getEndTimeOrBuilder

        public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
         Output only. Pipeline end time.
         
        .google.protobuf.Timestamp end_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getEndTimeOrBuilder in interface PipelineJobOrBuilder
      • hasUpdateTime

        public boolean hasUpdateTime()
         Output only. Timestamp when this PipelineJob was most recently updated.
         
        .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasUpdateTime in interface PipelineJobOrBuilder
        Returns:
        Whether the updateTime field is set.
      • getUpdateTime

        public com.google.protobuf.Timestamp getUpdateTime()
         Output only. Timestamp when this PipelineJob was most recently updated.
         
        .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getUpdateTime in interface PipelineJobOrBuilder
        Returns:
        The updateTime.
      • setUpdateTime

        public PipelineJob.Builder setUpdateTime​(com.google.protobuf.Timestamp value)
         Output only. Timestamp when this PipelineJob was most recently updated.
         
        .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • setUpdateTime

        public PipelineJob.Builder setUpdateTime​(com.google.protobuf.Timestamp.Builder builderForValue)
         Output only. Timestamp when this PipelineJob was most recently updated.
         
        .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • mergeUpdateTime

        public PipelineJob.Builder mergeUpdateTime​(com.google.protobuf.Timestamp value)
         Output only. Timestamp when this PipelineJob was most recently updated.
         
        .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • clearUpdateTime

        public PipelineJob.Builder clearUpdateTime()
         Output only. Timestamp when this PipelineJob was most recently updated.
         
        .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getUpdateTimeBuilder

        public com.google.protobuf.Timestamp.Builder getUpdateTimeBuilder()
         Output only. Timestamp when this PipelineJob was most recently updated.
         
        .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getUpdateTimeOrBuilder

        public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
         Output only. Timestamp when this PipelineJob was most recently updated.
         
        .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getUpdateTimeOrBuilder in interface PipelineJobOrBuilder
      • hasPipelineSpec

        public boolean hasPipelineSpec()
         The spec of the pipeline.
         
        .google.protobuf.Struct pipeline_spec = 7;
        Specified by:
        hasPipelineSpec in interface PipelineJobOrBuilder
        Returns:
        Whether the pipelineSpec field is set.
      • getPipelineSpec

        public com.google.protobuf.Struct getPipelineSpec()
         The spec of the pipeline.
         
        .google.protobuf.Struct pipeline_spec = 7;
        Specified by:
        getPipelineSpec in interface PipelineJobOrBuilder
        Returns:
        The pipelineSpec.
      • setPipelineSpec

        public PipelineJob.Builder setPipelineSpec​(com.google.protobuf.Struct value)
         The spec of the pipeline.
         
        .google.protobuf.Struct pipeline_spec = 7;
      • setPipelineSpec

        public PipelineJob.Builder setPipelineSpec​(com.google.protobuf.Struct.Builder builderForValue)
         The spec of the pipeline.
         
        .google.protobuf.Struct pipeline_spec = 7;
      • mergePipelineSpec

        public PipelineJob.Builder mergePipelineSpec​(com.google.protobuf.Struct value)
         The spec of the pipeline.
         
        .google.protobuf.Struct pipeline_spec = 7;
      • clearPipelineSpec

        public PipelineJob.Builder clearPipelineSpec()
         The spec of the pipeline.
         
        .google.protobuf.Struct pipeline_spec = 7;
      • getPipelineSpecBuilder

        public com.google.protobuf.Struct.Builder getPipelineSpecBuilder()
         The spec of the pipeline.
         
        .google.protobuf.Struct pipeline_spec = 7;
      • getPipelineSpecOrBuilder

        public com.google.protobuf.StructOrBuilder getPipelineSpecOrBuilder()
         The spec of the pipeline.
         
        .google.protobuf.Struct pipeline_spec = 7;
        Specified by:
        getPipelineSpecOrBuilder in interface PipelineJobOrBuilder
      • getStateValue

        public int getStateValue()
         Output only. The detailed state of the job.
         
        .google.cloud.aiplatform.v1beta1.PipelineState state = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getStateValue in interface PipelineJobOrBuilder
        Returns:
        The enum numeric value on the wire for state.
      • setStateValue

        public PipelineJob.Builder setStateValue​(int value)
         Output only. The detailed state of the job.
         
        .google.cloud.aiplatform.v1beta1.PipelineState state = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The enum numeric value on the wire for state to set.
        Returns:
        This builder for chaining.
      • getState

        public PipelineState getState()
         Output only. The detailed state of the job.
         
        .google.cloud.aiplatform.v1beta1.PipelineState state = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getState in interface PipelineJobOrBuilder
        Returns:
        The state.
      • setState

        public PipelineJob.Builder setState​(PipelineState value)
         Output only. The detailed state of the job.
         
        .google.cloud.aiplatform.v1beta1.PipelineState state = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The state to set.
        Returns:
        This builder for chaining.
      • clearState

        public PipelineJob.Builder clearState()
         Output only. The detailed state of the job.
         
        .google.cloud.aiplatform.v1beta1.PipelineState state = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • hasJobDetail

        public boolean hasJobDetail()
         Output only. The details of pipeline run. Not available in the list view.
         
        .google.cloud.aiplatform.v1beta1.PipelineJobDetail job_detail = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasJobDetail in interface PipelineJobOrBuilder
        Returns:
        Whether the jobDetail field is set.
      • getJobDetail

        public PipelineJobDetail getJobDetail()
         Output only. The details of pipeline run. Not available in the list view.
         
        .google.cloud.aiplatform.v1beta1.PipelineJobDetail job_detail = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getJobDetail in interface PipelineJobOrBuilder
        Returns:
        The jobDetail.
      • setJobDetail

        public PipelineJob.Builder setJobDetail​(PipelineJobDetail value)
         Output only. The details of pipeline run. Not available in the list view.
         
        .google.cloud.aiplatform.v1beta1.PipelineJobDetail job_detail = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • setJobDetail

        public PipelineJob.Builder setJobDetail​(PipelineJobDetail.Builder builderForValue)
         Output only. The details of pipeline run. Not available in the list view.
         
        .google.cloud.aiplatform.v1beta1.PipelineJobDetail job_detail = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • mergeJobDetail

        public PipelineJob.Builder mergeJobDetail​(PipelineJobDetail value)
         Output only. The details of pipeline run. Not available in the list view.
         
        .google.cloud.aiplatform.v1beta1.PipelineJobDetail job_detail = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • clearJobDetail

        public PipelineJob.Builder clearJobDetail()
         Output only. The details of pipeline run. Not available in the list view.
         
        .google.cloud.aiplatform.v1beta1.PipelineJobDetail job_detail = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getJobDetailBuilder

        public PipelineJobDetail.Builder getJobDetailBuilder()
         Output only. The details of pipeline run. Not available in the list view.
         
        .google.cloud.aiplatform.v1beta1.PipelineJobDetail job_detail = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getJobDetailOrBuilder

        public PipelineJobDetailOrBuilder getJobDetailOrBuilder()
         Output only. The details of pipeline run. Not available in the list view.
         
        .google.cloud.aiplatform.v1beta1.PipelineJobDetail job_detail = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getJobDetailOrBuilder in interface PipelineJobOrBuilder
      • hasError

        public boolean hasError()
         Output only. The error that occurred during pipeline execution.
         Only populated when the pipeline's state is FAILED or CANCELLED.
         
        .google.rpc.Status error = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasError in interface PipelineJobOrBuilder
        Returns:
        Whether the error field is set.
      • getError

        public com.google.rpc.Status getError()
         Output only. The error that occurred during pipeline execution.
         Only populated when the pipeline's state is FAILED or CANCELLED.
         
        .google.rpc.Status error = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getError in interface PipelineJobOrBuilder
        Returns:
        The error.
      • setError

        public PipelineJob.Builder setError​(com.google.rpc.Status value)
         Output only. The error that occurred during pipeline execution.
         Only populated when the pipeline's state is FAILED or CANCELLED.
         
        .google.rpc.Status error = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • setError

        public PipelineJob.Builder setError​(com.google.rpc.Status.Builder builderForValue)
         Output only. The error that occurred during pipeline execution.
         Only populated when the pipeline's state is FAILED or CANCELLED.
         
        .google.rpc.Status error = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • mergeError

        public PipelineJob.Builder mergeError​(com.google.rpc.Status value)
         Output only. The error that occurred during pipeline execution.
         Only populated when the pipeline's state is FAILED or CANCELLED.
         
        .google.rpc.Status error = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • clearError

        public PipelineJob.Builder clearError()
         Output only. The error that occurred during pipeline execution.
         Only populated when the pipeline's state is FAILED or CANCELLED.
         
        .google.rpc.Status error = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getErrorBuilder

        public com.google.rpc.Status.Builder getErrorBuilder()
         Output only. The error that occurred during pipeline execution.
         Only populated when the pipeline's state is FAILED or CANCELLED.
         
        .google.rpc.Status error = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getErrorOrBuilder

        public com.google.rpc.StatusOrBuilder getErrorOrBuilder()
         Output only. The error that occurred during pipeline execution.
         Only populated when the pipeline's state is FAILED or CANCELLED.
         
        .google.rpc.Status error = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getErrorOrBuilder in interface PipelineJobOrBuilder
      • getLabelsCount

        public int getLabelsCount()
        Description copied from interface: PipelineJobOrBuilder
         The labels with user-defined metadata to organize PipelineJob.
        
         Label keys and values can be no longer than 64 characters
         (Unicode codepoints), can only contain lowercase letters, numeric
         characters, underscores and dashes. International characters are allowed.
        
         See https://goo.gl/xmQnxf for more information and examples of labels.
        
         Note there is some reserved label key for Vertex AI Pipelines.
         - `vertex-ai-pipelines-run-billing-id`, user set value will get overrided.
         
        map<string, string> labels = 11;
        Specified by:
        getLabelsCount in interface PipelineJobOrBuilder
      • containsLabels

        public boolean containsLabels​(String key)
         The labels with user-defined metadata to organize PipelineJob.
        
         Label keys and values can be no longer than 64 characters
         (Unicode codepoints), can only contain lowercase letters, numeric
         characters, underscores and dashes. International characters are allowed.
        
         See https://goo.gl/xmQnxf for more information and examples of labels.
        
         Note there is some reserved label key for Vertex AI Pipelines.
         - `vertex-ai-pipelines-run-billing-id`, user set value will get overrided.
         
        map<string, string> labels = 11;
        Specified by:
        containsLabels in interface PipelineJobOrBuilder
      • getLabelsMap

        public Map<String,​String> getLabelsMap()
         The labels with user-defined metadata to organize PipelineJob.
        
         Label keys and values can be no longer than 64 characters
         (Unicode codepoints), can only contain lowercase letters, numeric
         characters, underscores and dashes. International characters are allowed.
        
         See https://goo.gl/xmQnxf for more information and examples of labels.
        
         Note there is some reserved label key for Vertex AI Pipelines.
         - `vertex-ai-pipelines-run-billing-id`, user set value will get overrided.
         
        map<string, string> labels = 11;
        Specified by:
        getLabelsMap in interface PipelineJobOrBuilder
      • getLabelsOrDefault

        public String getLabelsOrDefault​(String key,
                                         String defaultValue)
         The labels with user-defined metadata to organize PipelineJob.
        
         Label keys and values can be no longer than 64 characters
         (Unicode codepoints), can only contain lowercase letters, numeric
         characters, underscores and dashes. International characters are allowed.
        
         See https://goo.gl/xmQnxf for more information and examples of labels.
        
         Note there is some reserved label key for Vertex AI Pipelines.
         - `vertex-ai-pipelines-run-billing-id`, user set value will get overrided.
         
        map<string, string> labels = 11;
        Specified by:
        getLabelsOrDefault in interface PipelineJobOrBuilder
      • getLabelsOrThrow

        public String getLabelsOrThrow​(String key)
         The labels with user-defined metadata to organize PipelineJob.
        
         Label keys and values can be no longer than 64 characters
         (Unicode codepoints), can only contain lowercase letters, numeric
         characters, underscores and dashes. International characters are allowed.
        
         See https://goo.gl/xmQnxf for more information and examples of labels.
        
         Note there is some reserved label key for Vertex AI Pipelines.
         - `vertex-ai-pipelines-run-billing-id`, user set value will get overrided.
         
        map<string, string> labels = 11;
        Specified by:
        getLabelsOrThrow in interface PipelineJobOrBuilder
      • removeLabels

        public PipelineJob.Builder removeLabels​(String key)
         The labels with user-defined metadata to organize PipelineJob.
        
         Label keys and values can be no longer than 64 characters
         (Unicode codepoints), can only contain lowercase letters, numeric
         characters, underscores and dashes. International characters are allowed.
        
         See https://goo.gl/xmQnxf for more information and examples of labels.
        
         Note there is some reserved label key for Vertex AI Pipelines.
         - `vertex-ai-pipelines-run-billing-id`, user set value will get overrided.
         
        map<string, string> labels = 11;
      • getMutableLabels

        @Deprecated
        public Map<String,​String> getMutableLabels()
        Deprecated.
        Use alternate mutation accessors instead.
      • putLabels

        public PipelineJob.Builder putLabels​(String key,
                                             String value)
         The labels with user-defined metadata to organize PipelineJob.
        
         Label keys and values can be no longer than 64 characters
         (Unicode codepoints), can only contain lowercase letters, numeric
         characters, underscores and dashes. International characters are allowed.
        
         See https://goo.gl/xmQnxf for more information and examples of labels.
        
         Note there is some reserved label key for Vertex AI Pipelines.
         - `vertex-ai-pipelines-run-billing-id`, user set value will get overrided.
         
        map<string, string> labels = 11;
      • putAllLabels

        public PipelineJob.Builder putAllLabels​(Map<String,​String> values)
         The labels with user-defined metadata to organize PipelineJob.
        
         Label keys and values can be no longer than 64 characters
         (Unicode codepoints), can only contain lowercase letters, numeric
         characters, underscores and dashes. International characters are allowed.
        
         See https://goo.gl/xmQnxf for more information and examples of labels.
        
         Note there is some reserved label key for Vertex AI Pipelines.
         - `vertex-ai-pipelines-run-billing-id`, user set value will get overrided.
         
        map<string, string> labels = 11;
      • hasRuntimeConfig

        public boolean hasRuntimeConfig()
         Runtime config of the pipeline.
         
        .google.cloud.aiplatform.v1beta1.PipelineJob.RuntimeConfig runtime_config = 12;
        Specified by:
        hasRuntimeConfig in interface PipelineJobOrBuilder
        Returns:
        Whether the runtimeConfig field is set.
      • clearRuntimeConfig

        public PipelineJob.Builder clearRuntimeConfig()
         Runtime config of the pipeline.
         
        .google.cloud.aiplatform.v1beta1.PipelineJob.RuntimeConfig runtime_config = 12;
      • getRuntimeConfigBuilder

        public PipelineJob.RuntimeConfig.Builder getRuntimeConfigBuilder()
         Runtime config of the pipeline.
         
        .google.cloud.aiplatform.v1beta1.PipelineJob.RuntimeConfig runtime_config = 12;
      • hasEncryptionSpec

        public boolean hasEncryptionSpec()
         Customer-managed encryption key spec for a pipelineJob. If set, this
         PipelineJob and all of its sub-resources will be secured by this key.
         
        .google.cloud.aiplatform.v1beta1.EncryptionSpec encryption_spec = 16;
        Specified by:
        hasEncryptionSpec in interface PipelineJobOrBuilder
        Returns:
        Whether the encryptionSpec field is set.
      • getEncryptionSpec

        public EncryptionSpec getEncryptionSpec()
         Customer-managed encryption key spec for a pipelineJob. If set, this
         PipelineJob and all of its sub-resources will be secured by this key.
         
        .google.cloud.aiplatform.v1beta1.EncryptionSpec encryption_spec = 16;
        Specified by:
        getEncryptionSpec in interface PipelineJobOrBuilder
        Returns:
        The encryptionSpec.
      • setEncryptionSpec

        public PipelineJob.Builder setEncryptionSpec​(EncryptionSpec value)
         Customer-managed encryption key spec for a pipelineJob. If set, this
         PipelineJob and all of its sub-resources will be secured by this key.
         
        .google.cloud.aiplatform.v1beta1.EncryptionSpec encryption_spec = 16;
      • setEncryptionSpec

        public PipelineJob.Builder setEncryptionSpec​(EncryptionSpec.Builder builderForValue)
         Customer-managed encryption key spec for a pipelineJob. If set, this
         PipelineJob and all of its sub-resources will be secured by this key.
         
        .google.cloud.aiplatform.v1beta1.EncryptionSpec encryption_spec = 16;
      • mergeEncryptionSpec

        public PipelineJob.Builder mergeEncryptionSpec​(EncryptionSpec value)
         Customer-managed encryption key spec for a pipelineJob. If set, this
         PipelineJob and all of its sub-resources will be secured by this key.
         
        .google.cloud.aiplatform.v1beta1.EncryptionSpec encryption_spec = 16;
      • clearEncryptionSpec

        public PipelineJob.Builder clearEncryptionSpec()
         Customer-managed encryption key spec for a pipelineJob. If set, this
         PipelineJob and all of its sub-resources will be secured by this key.
         
        .google.cloud.aiplatform.v1beta1.EncryptionSpec encryption_spec = 16;
      • getEncryptionSpecBuilder

        public EncryptionSpec.Builder getEncryptionSpecBuilder()
         Customer-managed encryption key spec for a pipelineJob. If set, this
         PipelineJob and all of its sub-resources will be secured by this key.
         
        .google.cloud.aiplatform.v1beta1.EncryptionSpec encryption_spec = 16;
      • getEncryptionSpecOrBuilder

        public EncryptionSpecOrBuilder getEncryptionSpecOrBuilder()
         Customer-managed encryption key spec for a pipelineJob. If set, this
         PipelineJob and all of its sub-resources will be secured by this key.
         
        .google.cloud.aiplatform.v1beta1.EncryptionSpec encryption_spec = 16;
        Specified by:
        getEncryptionSpecOrBuilder in interface PipelineJobOrBuilder
      • getServiceAccount

        public String getServiceAccount()
         The service account that the pipeline workload runs as.
         If not specified, the Compute Engine default service account in the project
         will be used.
         See
         https://cloud.google.com/compute/docs/access/service-accounts#default_service_account
        
         Users starting the pipeline must have the `iam.serviceAccounts.actAs`
         permission on this service account.
         
        string service_account = 17;
        Specified by:
        getServiceAccount in interface PipelineJobOrBuilder
        Returns:
        The serviceAccount.
      • getServiceAccountBytes

        public com.google.protobuf.ByteString getServiceAccountBytes()
         The service account that the pipeline workload runs as.
         If not specified, the Compute Engine default service account in the project
         will be used.
         See
         https://cloud.google.com/compute/docs/access/service-accounts#default_service_account
        
         Users starting the pipeline must have the `iam.serviceAccounts.actAs`
         permission on this service account.
         
        string service_account = 17;
        Specified by:
        getServiceAccountBytes in interface PipelineJobOrBuilder
        Returns:
        The bytes for serviceAccount.
      • setServiceAccount

        public PipelineJob.Builder setServiceAccount​(String value)
         The service account that the pipeline workload runs as.
         If not specified, the Compute Engine default service account in the project
         will be used.
         See
         https://cloud.google.com/compute/docs/access/service-accounts#default_service_account
        
         Users starting the pipeline must have the `iam.serviceAccounts.actAs`
         permission on this service account.
         
        string service_account = 17;
        Parameters:
        value - The serviceAccount to set.
        Returns:
        This builder for chaining.
      • clearServiceAccount

        public PipelineJob.Builder clearServiceAccount()
         The service account that the pipeline workload runs as.
         If not specified, the Compute Engine default service account in the project
         will be used.
         See
         https://cloud.google.com/compute/docs/access/service-accounts#default_service_account
        
         Users starting the pipeline must have the `iam.serviceAccounts.actAs`
         permission on this service account.
         
        string service_account = 17;
        Returns:
        This builder for chaining.
      • setServiceAccountBytes

        public PipelineJob.Builder setServiceAccountBytes​(com.google.protobuf.ByteString value)
         The service account that the pipeline workload runs as.
         If not specified, the Compute Engine default service account in the project
         will be used.
         See
         https://cloud.google.com/compute/docs/access/service-accounts#default_service_account
        
         Users starting the pipeline must have the `iam.serviceAccounts.actAs`
         permission on this service account.
         
        string service_account = 17;
        Parameters:
        value - The bytes for serviceAccount to set.
        Returns:
        This builder for chaining.
      • getNetwork

        public String getNetwork()
         The full name of the Compute Engine
         [network](/compute/docs/networks-and-firewalls#networks) to which the
         Pipeline Job's workload should be peered. For example,
         `projects/12345/global/networks/myVPC`.
         [Format](/compute/docs/reference/rest/v1/networks/insert)
         is of the form `projects/{project}/global/networks/{network}`.
         Where {project} is a project number, as in `12345`, and {network} is a
         network name.
        
         Private services access must already be configured for the network.
         Pipeline job will apply the network configuration to the Google Cloud
         resources being launched, if applied, such as Vertex AI
         Training or Dataflow job. If left unspecified, the workload is not peered
         with any network.
         
        string network = 18 [(.google.api.resource_reference) = { ... }
        Specified by:
        getNetwork in interface PipelineJobOrBuilder
        Returns:
        The network.
      • getNetworkBytes

        public com.google.protobuf.ByteString getNetworkBytes()
         The full name of the Compute Engine
         [network](/compute/docs/networks-and-firewalls#networks) to which the
         Pipeline Job's workload should be peered. For example,
         `projects/12345/global/networks/myVPC`.
         [Format](/compute/docs/reference/rest/v1/networks/insert)
         is of the form `projects/{project}/global/networks/{network}`.
         Where {project} is a project number, as in `12345`, and {network} is a
         network name.
        
         Private services access must already be configured for the network.
         Pipeline job will apply the network configuration to the Google Cloud
         resources being launched, if applied, such as Vertex AI
         Training or Dataflow job. If left unspecified, the workload is not peered
         with any network.
         
        string network = 18 [(.google.api.resource_reference) = { ... }
        Specified by:
        getNetworkBytes in interface PipelineJobOrBuilder
        Returns:
        The bytes for network.
      • setNetwork

        public PipelineJob.Builder setNetwork​(String value)
         The full name of the Compute Engine
         [network](/compute/docs/networks-and-firewalls#networks) to which the
         Pipeline Job's workload should be peered. For example,
         `projects/12345/global/networks/myVPC`.
         [Format](/compute/docs/reference/rest/v1/networks/insert)
         is of the form `projects/{project}/global/networks/{network}`.
         Where {project} is a project number, as in `12345`, and {network} is a
         network name.
        
         Private services access must already be configured for the network.
         Pipeline job will apply the network configuration to the Google Cloud
         resources being launched, if applied, such as Vertex AI
         Training or Dataflow job. If left unspecified, the workload is not peered
         with any network.
         
        string network = 18 [(.google.api.resource_reference) = { ... }
        Parameters:
        value - The network to set.
        Returns:
        This builder for chaining.
      • clearNetwork

        public PipelineJob.Builder clearNetwork()
         The full name of the Compute Engine
         [network](/compute/docs/networks-and-firewalls#networks) to which the
         Pipeline Job's workload should be peered. For example,
         `projects/12345/global/networks/myVPC`.
         [Format](/compute/docs/reference/rest/v1/networks/insert)
         is of the form `projects/{project}/global/networks/{network}`.
         Where {project} is a project number, as in `12345`, and {network} is a
         network name.
        
         Private services access must already be configured for the network.
         Pipeline job will apply the network configuration to the Google Cloud
         resources being launched, if applied, such as Vertex AI
         Training or Dataflow job. If left unspecified, the workload is not peered
         with any network.
         
        string network = 18 [(.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • setNetworkBytes

        public PipelineJob.Builder setNetworkBytes​(com.google.protobuf.ByteString value)
         The full name of the Compute Engine
         [network](/compute/docs/networks-and-firewalls#networks) to which the
         Pipeline Job's workload should be peered. For example,
         `projects/12345/global/networks/myVPC`.
         [Format](/compute/docs/reference/rest/v1/networks/insert)
         is of the form `projects/{project}/global/networks/{network}`.
         Where {project} is a project number, as in `12345`, and {network} is a
         network name.
        
         Private services access must already be configured for the network.
         Pipeline job will apply the network configuration to the Google Cloud
         resources being launched, if applied, such as Vertex AI
         Training or Dataflow job. If left unspecified, the workload is not peered
         with any network.
         
        string network = 18 [(.google.api.resource_reference) = { ... }
        Parameters:
        value - The bytes for network to set.
        Returns:
        This builder for chaining.
      • getReservedIpRangesList

        public com.google.protobuf.ProtocolStringList getReservedIpRangesList()
         A list of names for the reserved ip ranges under the VPC network
         that can be used for this Pipeline Job's workload.
        
         If set, we will deploy the Pipeline Job's workload within the provided ip
         ranges. Otherwise, the job will be deployed to any ip ranges under the
         provided VPC network.
        
         Example: ['vertex-ai-ip-range'].
         
        repeated string reserved_ip_ranges = 25;
        Specified by:
        getReservedIpRangesList in interface PipelineJobOrBuilder
        Returns:
        A list containing the reservedIpRanges.
      • getReservedIpRangesCount

        public int getReservedIpRangesCount()
         A list of names for the reserved ip ranges under the VPC network
         that can be used for this Pipeline Job's workload.
        
         If set, we will deploy the Pipeline Job's workload within the provided ip
         ranges. Otherwise, the job will be deployed to any ip ranges under the
         provided VPC network.
        
         Example: ['vertex-ai-ip-range'].
         
        repeated string reserved_ip_ranges = 25;
        Specified by:
        getReservedIpRangesCount in interface PipelineJobOrBuilder
        Returns:
        The count of reservedIpRanges.
      • getReservedIpRanges

        public String getReservedIpRanges​(int index)
         A list of names for the reserved ip ranges under the VPC network
         that can be used for this Pipeline Job's workload.
        
         If set, we will deploy the Pipeline Job's workload within the provided ip
         ranges. Otherwise, the job will be deployed to any ip ranges under the
         provided VPC network.
        
         Example: ['vertex-ai-ip-range'].
         
        repeated string reserved_ip_ranges = 25;
        Specified by:
        getReservedIpRanges in interface PipelineJobOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The reservedIpRanges at the given index.
      • getReservedIpRangesBytes

        public com.google.protobuf.ByteString getReservedIpRangesBytes​(int index)
         A list of names for the reserved ip ranges under the VPC network
         that can be used for this Pipeline Job's workload.
        
         If set, we will deploy the Pipeline Job's workload within the provided ip
         ranges. Otherwise, the job will be deployed to any ip ranges under the
         provided VPC network.
        
         Example: ['vertex-ai-ip-range'].
         
        repeated string reserved_ip_ranges = 25;
        Specified by:
        getReservedIpRangesBytes in interface PipelineJobOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the reservedIpRanges at the given index.
      • setReservedIpRanges

        public PipelineJob.Builder setReservedIpRanges​(int index,
                                                       String value)
         A list of names for the reserved ip ranges under the VPC network
         that can be used for this Pipeline Job's workload.
        
         If set, we will deploy the Pipeline Job's workload within the provided ip
         ranges. Otherwise, the job will be deployed to any ip ranges under the
         provided VPC network.
        
         Example: ['vertex-ai-ip-range'].
         
        repeated string reserved_ip_ranges = 25;
        Parameters:
        index - The index to set the value at.
        value - The reservedIpRanges to set.
        Returns:
        This builder for chaining.
      • addReservedIpRanges

        public PipelineJob.Builder addReservedIpRanges​(String value)
         A list of names for the reserved ip ranges under the VPC network
         that can be used for this Pipeline Job's workload.
        
         If set, we will deploy the Pipeline Job's workload within the provided ip
         ranges. Otherwise, the job will be deployed to any ip ranges under the
         provided VPC network.
        
         Example: ['vertex-ai-ip-range'].
         
        repeated string reserved_ip_ranges = 25;
        Parameters:
        value - The reservedIpRanges to add.
        Returns:
        This builder for chaining.
      • addAllReservedIpRanges

        public PipelineJob.Builder addAllReservedIpRanges​(Iterable<String> values)
         A list of names for the reserved ip ranges under the VPC network
         that can be used for this Pipeline Job's workload.
        
         If set, we will deploy the Pipeline Job's workload within the provided ip
         ranges. Otherwise, the job will be deployed to any ip ranges under the
         provided VPC network.
        
         Example: ['vertex-ai-ip-range'].
         
        repeated string reserved_ip_ranges = 25;
        Parameters:
        values - The reservedIpRanges to add.
        Returns:
        This builder for chaining.
      • clearReservedIpRanges

        public PipelineJob.Builder clearReservedIpRanges()
         A list of names for the reserved ip ranges under the VPC network
         that can be used for this Pipeline Job's workload.
        
         If set, we will deploy the Pipeline Job's workload within the provided ip
         ranges. Otherwise, the job will be deployed to any ip ranges under the
         provided VPC network.
        
         Example: ['vertex-ai-ip-range'].
         
        repeated string reserved_ip_ranges = 25;
        Returns:
        This builder for chaining.
      • addReservedIpRangesBytes

        public PipelineJob.Builder addReservedIpRangesBytes​(com.google.protobuf.ByteString value)
         A list of names for the reserved ip ranges under the VPC network
         that can be used for this Pipeline Job's workload.
        
         If set, we will deploy the Pipeline Job's workload within the provided ip
         ranges. Otherwise, the job will be deployed to any ip ranges under the
         provided VPC network.
        
         Example: ['vertex-ai-ip-range'].
         
        repeated string reserved_ip_ranges = 25;
        Parameters:
        value - The bytes of the reservedIpRanges to add.
        Returns:
        This builder for chaining.
      • getTemplateUri

        public String getTemplateUri()
         A template uri from where the
         [PipelineJob.pipeline_spec][google.cloud.aiplatform.v1beta1.PipelineJob.pipeline_spec],
         if empty, will be downloaded.
         
        string template_uri = 19;
        Specified by:
        getTemplateUri in interface PipelineJobOrBuilder
        Returns:
        The templateUri.
      • getTemplateUriBytes

        public com.google.protobuf.ByteString getTemplateUriBytes()
         A template uri from where the
         [PipelineJob.pipeline_spec][google.cloud.aiplatform.v1beta1.PipelineJob.pipeline_spec],
         if empty, will be downloaded.
         
        string template_uri = 19;
        Specified by:
        getTemplateUriBytes in interface PipelineJobOrBuilder
        Returns:
        The bytes for templateUri.
      • setTemplateUri

        public PipelineJob.Builder setTemplateUri​(String value)
         A template uri from where the
         [PipelineJob.pipeline_spec][google.cloud.aiplatform.v1beta1.PipelineJob.pipeline_spec],
         if empty, will be downloaded.
         
        string template_uri = 19;
        Parameters:
        value - The templateUri to set.
        Returns:
        This builder for chaining.
      • clearTemplateUri

        public PipelineJob.Builder clearTemplateUri()
         A template uri from where the
         [PipelineJob.pipeline_spec][google.cloud.aiplatform.v1beta1.PipelineJob.pipeline_spec],
         if empty, will be downloaded.
         
        string template_uri = 19;
        Returns:
        This builder for chaining.
      • setTemplateUriBytes

        public PipelineJob.Builder setTemplateUriBytes​(com.google.protobuf.ByteString value)
         A template uri from where the
         [PipelineJob.pipeline_spec][google.cloud.aiplatform.v1beta1.PipelineJob.pipeline_spec],
         if empty, will be downloaded.
         
        string template_uri = 19;
        Parameters:
        value - The bytes for templateUri to set.
        Returns:
        This builder for chaining.
      • hasTemplateMetadata

        public boolean hasTemplateMetadata()
         Output only. Pipeline template metadata. Will fill up fields if
         [PipelineJob.template_uri][google.cloud.aiplatform.v1beta1.PipelineJob.template_uri]
         is from supported template registry.
         
        .google.cloud.aiplatform.v1beta1.PipelineTemplateMetadata template_metadata = 20 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasTemplateMetadata in interface PipelineJobOrBuilder
        Returns:
        Whether the templateMetadata field is set.
      • getTemplateMetadata

        public PipelineTemplateMetadata getTemplateMetadata()
         Output only. Pipeline template metadata. Will fill up fields if
         [PipelineJob.template_uri][google.cloud.aiplatform.v1beta1.PipelineJob.template_uri]
         is from supported template registry.
         
        .google.cloud.aiplatform.v1beta1.PipelineTemplateMetadata template_metadata = 20 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getTemplateMetadata in interface PipelineJobOrBuilder
        Returns:
        The templateMetadata.
      • setTemplateMetadata

        public PipelineJob.Builder setTemplateMetadata​(PipelineTemplateMetadata value)
         Output only. Pipeline template metadata. Will fill up fields if
         [PipelineJob.template_uri][google.cloud.aiplatform.v1beta1.PipelineJob.template_uri]
         is from supported template registry.
         
        .google.cloud.aiplatform.v1beta1.PipelineTemplateMetadata template_metadata = 20 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • setTemplateMetadata

        public PipelineJob.Builder setTemplateMetadata​(PipelineTemplateMetadata.Builder builderForValue)
         Output only. Pipeline template metadata. Will fill up fields if
         [PipelineJob.template_uri][google.cloud.aiplatform.v1beta1.PipelineJob.template_uri]
         is from supported template registry.
         
        .google.cloud.aiplatform.v1beta1.PipelineTemplateMetadata template_metadata = 20 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • mergeTemplateMetadata

        public PipelineJob.Builder mergeTemplateMetadata​(PipelineTemplateMetadata value)
         Output only. Pipeline template metadata. Will fill up fields if
         [PipelineJob.template_uri][google.cloud.aiplatform.v1beta1.PipelineJob.template_uri]
         is from supported template registry.
         
        .google.cloud.aiplatform.v1beta1.PipelineTemplateMetadata template_metadata = 20 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • clearTemplateMetadata

        public PipelineJob.Builder clearTemplateMetadata()
         Output only. Pipeline template metadata. Will fill up fields if
         [PipelineJob.template_uri][google.cloud.aiplatform.v1beta1.PipelineJob.template_uri]
         is from supported template registry.
         
        .google.cloud.aiplatform.v1beta1.PipelineTemplateMetadata template_metadata = 20 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getTemplateMetadataBuilder

        public PipelineTemplateMetadata.Builder getTemplateMetadataBuilder()
         Output only. Pipeline template metadata. Will fill up fields if
         [PipelineJob.template_uri][google.cloud.aiplatform.v1beta1.PipelineJob.template_uri]
         is from supported template registry.
         
        .google.cloud.aiplatform.v1beta1.PipelineTemplateMetadata template_metadata = 20 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getTemplateMetadataOrBuilder

        public PipelineTemplateMetadataOrBuilder getTemplateMetadataOrBuilder()
         Output only. Pipeline template metadata. Will fill up fields if
         [PipelineJob.template_uri][google.cloud.aiplatform.v1beta1.PipelineJob.template_uri]
         is from supported template registry.
         
        .google.cloud.aiplatform.v1beta1.PipelineTemplateMetadata template_metadata = 20 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getTemplateMetadataOrBuilder in interface PipelineJobOrBuilder
      • getScheduleName

        public String getScheduleName()
         Output only. The schedule resource name.
         Only returned if the Pipeline is created by Schedule API.
         
        string schedule_name = 22 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getScheduleName in interface PipelineJobOrBuilder
        Returns:
        The scheduleName.
      • getScheduleNameBytes

        public com.google.protobuf.ByteString getScheduleNameBytes()
         Output only. The schedule resource name.
         Only returned if the Pipeline is created by Schedule API.
         
        string schedule_name = 22 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getScheduleNameBytes in interface PipelineJobOrBuilder
        Returns:
        The bytes for scheduleName.
      • setScheduleName

        public PipelineJob.Builder setScheduleName​(String value)
         Output only. The schedule resource name.
         Only returned if the Pipeline is created by Schedule API.
         
        string schedule_name = 22 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The scheduleName to set.
        Returns:
        This builder for chaining.
      • clearScheduleName

        public PipelineJob.Builder clearScheduleName()
         Output only. The schedule resource name.
         Only returned if the Pipeline is created by Schedule API.
         
        string schedule_name = 22 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • setScheduleNameBytes

        public PipelineJob.Builder setScheduleNameBytes​(com.google.protobuf.ByteString value)
         Output only. The schedule resource name.
         Only returned if the Pipeline is created by Schedule API.
         
        string schedule_name = 22 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The bytes for scheduleName to set.
        Returns:
        This builder for chaining.
      • setUnknownFields

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

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