Class PipelineTaskExecutorDetail.ContainerDetail.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<PipelineTaskExecutorDetail.ContainerDetail.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<PipelineTaskExecutorDetail.ContainerDetail.Builder>
      • getDefaultInstanceForType

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

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

        public PipelineTaskExecutorDetail.ContainerDetail 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<PipelineTaskExecutorDetail.ContainerDetail.Builder>
      • getMainJob

        public String getMainJob()
         Output only. The name of the
         [CustomJob][google.cloud.aiplatform.v1beta1.CustomJob] for the main
         container execution.
         
        string main_job = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Specified by:
        getMainJob in interface PipelineTaskExecutorDetail.ContainerDetailOrBuilder
        Returns:
        The mainJob.
      • getMainJobBytes

        public com.google.protobuf.ByteString getMainJobBytes()
         Output only. The name of the
         [CustomJob][google.cloud.aiplatform.v1beta1.CustomJob] for the main
         container execution.
         
        string main_job = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Specified by:
        getMainJobBytes in interface PipelineTaskExecutorDetail.ContainerDetailOrBuilder
        Returns:
        The bytes for mainJob.
      • setMainJob

        public PipelineTaskExecutorDetail.ContainerDetail.Builder setMainJob​(String value)
         Output only. The name of the
         [CustomJob][google.cloud.aiplatform.v1beta1.CustomJob] for the main
         container execution.
         
        string main_job = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The mainJob to set.
        Returns:
        This builder for chaining.
      • clearMainJob

        public PipelineTaskExecutorDetail.ContainerDetail.Builder clearMainJob()
         Output only. The name of the
         [CustomJob][google.cloud.aiplatform.v1beta1.CustomJob] for the main
         container execution.
         
        string main_job = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • setMainJobBytes

        public PipelineTaskExecutorDetail.ContainerDetail.Builder setMainJobBytes​(com.google.protobuf.ByteString value)
         Output only. The name of the
         [CustomJob][google.cloud.aiplatform.v1beta1.CustomJob] for the main
         container execution.
         
        string main_job = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The bytes for mainJob to set.
        Returns:
        This builder for chaining.
      • getPreCachingCheckJob

        public String getPreCachingCheckJob()
         Output only. The name of the
         [CustomJob][google.cloud.aiplatform.v1beta1.CustomJob] for the
         pre-caching-check container execution. This job will be available if the
         [PipelineJob.pipeline_spec][google.cloud.aiplatform.v1beta1.PipelineJob.pipeline_spec]
         specifies the `pre_caching_check` hook in the lifecycle events.
         
        string pre_caching_check_job = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Specified by:
        getPreCachingCheckJob in interface PipelineTaskExecutorDetail.ContainerDetailOrBuilder
        Returns:
        The preCachingCheckJob.
      • getPreCachingCheckJobBytes

        public com.google.protobuf.ByteString getPreCachingCheckJobBytes()
         Output only. The name of the
         [CustomJob][google.cloud.aiplatform.v1beta1.CustomJob] for the
         pre-caching-check container execution. This job will be available if the
         [PipelineJob.pipeline_spec][google.cloud.aiplatform.v1beta1.PipelineJob.pipeline_spec]
         specifies the `pre_caching_check` hook in the lifecycle events.
         
        string pre_caching_check_job = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Specified by:
        getPreCachingCheckJobBytes in interface PipelineTaskExecutorDetail.ContainerDetailOrBuilder
        Returns:
        The bytes for preCachingCheckJob.
      • setPreCachingCheckJob

        public PipelineTaskExecutorDetail.ContainerDetail.Builder setPreCachingCheckJob​(String value)
         Output only. The name of the
         [CustomJob][google.cloud.aiplatform.v1beta1.CustomJob] for the
         pre-caching-check container execution. This job will be available if the
         [PipelineJob.pipeline_spec][google.cloud.aiplatform.v1beta1.PipelineJob.pipeline_spec]
         specifies the `pre_caching_check` hook in the lifecycle events.
         
        string pre_caching_check_job = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The preCachingCheckJob to set.
        Returns:
        This builder for chaining.
      • clearPreCachingCheckJob

        public PipelineTaskExecutorDetail.ContainerDetail.Builder clearPreCachingCheckJob()
         Output only. The name of the
         [CustomJob][google.cloud.aiplatform.v1beta1.CustomJob] for the
         pre-caching-check container execution. This job will be available if the
         [PipelineJob.pipeline_spec][google.cloud.aiplatform.v1beta1.PipelineJob.pipeline_spec]
         specifies the `pre_caching_check` hook in the lifecycle events.
         
        string pre_caching_check_job = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • setPreCachingCheckJobBytes

        public PipelineTaskExecutorDetail.ContainerDetail.Builder setPreCachingCheckJobBytes​(com.google.protobuf.ByteString value)
         Output only. The name of the
         [CustomJob][google.cloud.aiplatform.v1beta1.CustomJob] for the
         pre-caching-check container execution. This job will be available if the
         [PipelineJob.pipeline_spec][google.cloud.aiplatform.v1beta1.PipelineJob.pipeline_spec]
         specifies the `pre_caching_check` hook in the lifecycle events.
         
        string pre_caching_check_job = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The bytes for preCachingCheckJob to set.
        Returns:
        This builder for chaining.
      • getFailedMainJobsList

        public com.google.protobuf.ProtocolStringList getFailedMainJobsList()
         Output only. The names of the previously failed
         [CustomJob][google.cloud.aiplatform.v1beta1.CustomJob] for the main
         container executions. The list includes the all attempts in chronological
         order.
         
        repeated string failed_main_jobs = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getFailedMainJobsList in interface PipelineTaskExecutorDetail.ContainerDetailOrBuilder
        Returns:
        A list containing the failedMainJobs.
      • getFailedMainJobsCount

        public int getFailedMainJobsCount()
         Output only. The names of the previously failed
         [CustomJob][google.cloud.aiplatform.v1beta1.CustomJob] for the main
         container executions. The list includes the all attempts in chronological
         order.
         
        repeated string failed_main_jobs = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getFailedMainJobsCount in interface PipelineTaskExecutorDetail.ContainerDetailOrBuilder
        Returns:
        The count of failedMainJobs.
      • getFailedMainJobs

        public String getFailedMainJobs​(int index)
         Output only. The names of the previously failed
         [CustomJob][google.cloud.aiplatform.v1beta1.CustomJob] for the main
         container executions. The list includes the all attempts in chronological
         order.
         
        repeated string failed_main_jobs = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getFailedMainJobs in interface PipelineTaskExecutorDetail.ContainerDetailOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The failedMainJobs at the given index.
      • getFailedMainJobsBytes

        public com.google.protobuf.ByteString getFailedMainJobsBytes​(int index)
         Output only. The names of the previously failed
         [CustomJob][google.cloud.aiplatform.v1beta1.CustomJob] for the main
         container executions. The list includes the all attempts in chronological
         order.
         
        repeated string failed_main_jobs = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getFailedMainJobsBytes in interface PipelineTaskExecutorDetail.ContainerDetailOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the failedMainJobs at the given index.
      • setFailedMainJobs

        public PipelineTaskExecutorDetail.ContainerDetail.Builder setFailedMainJobs​(int index,
                                                                                    String value)
         Output only. The names of the previously failed
         [CustomJob][google.cloud.aiplatform.v1beta1.CustomJob] for the main
         container executions. The list includes the all attempts in chronological
         order.
         
        repeated string failed_main_jobs = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        index - The index to set the value at.
        value - The failedMainJobs to set.
        Returns:
        This builder for chaining.
      • addFailedMainJobs

        public PipelineTaskExecutorDetail.ContainerDetail.Builder addFailedMainJobs​(String value)
         Output only. The names of the previously failed
         [CustomJob][google.cloud.aiplatform.v1beta1.CustomJob] for the main
         container executions. The list includes the all attempts in chronological
         order.
         
        repeated string failed_main_jobs = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The failedMainJobs to add.
        Returns:
        This builder for chaining.
      • addAllFailedMainJobs

        public PipelineTaskExecutorDetail.ContainerDetail.Builder addAllFailedMainJobs​(Iterable<String> values)
         Output only. The names of the previously failed
         [CustomJob][google.cloud.aiplatform.v1beta1.CustomJob] for the main
         container executions. The list includes the all attempts in chronological
         order.
         
        repeated string failed_main_jobs = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        values - The failedMainJobs to add.
        Returns:
        This builder for chaining.
      • clearFailedMainJobs

        public PipelineTaskExecutorDetail.ContainerDetail.Builder clearFailedMainJobs()
         Output only. The names of the previously failed
         [CustomJob][google.cloud.aiplatform.v1beta1.CustomJob] for the main
         container executions. The list includes the all attempts in chronological
         order.
         
        repeated string failed_main_jobs = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • addFailedMainJobsBytes

        public PipelineTaskExecutorDetail.ContainerDetail.Builder addFailedMainJobsBytes​(com.google.protobuf.ByteString value)
         Output only. The names of the previously failed
         [CustomJob][google.cloud.aiplatform.v1beta1.CustomJob] for the main
         container executions. The list includes the all attempts in chronological
         order.
         
        repeated string failed_main_jobs = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The bytes of the failedMainJobs to add.
        Returns:
        This builder for chaining.
      • getFailedPreCachingCheckJobsList

        public com.google.protobuf.ProtocolStringList getFailedPreCachingCheckJobsList()
         Output only. The names of the previously failed
         [CustomJob][google.cloud.aiplatform.v1beta1.CustomJob] for the
         pre-caching-check container executions. This job will be available if the
         [PipelineJob.pipeline_spec][google.cloud.aiplatform.v1beta1.PipelineJob.pipeline_spec]
         specifies the `pre_caching_check` hook in the lifecycle events. The list
         includes the all attempts in chronological order.
         
        repeated string failed_pre_caching_check_jobs = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getFailedPreCachingCheckJobsList in interface PipelineTaskExecutorDetail.ContainerDetailOrBuilder
        Returns:
        A list containing the failedPreCachingCheckJobs.
      • getFailedPreCachingCheckJobsCount

        public int getFailedPreCachingCheckJobsCount()
         Output only. The names of the previously failed
         [CustomJob][google.cloud.aiplatform.v1beta1.CustomJob] for the
         pre-caching-check container executions. This job will be available if the
         [PipelineJob.pipeline_spec][google.cloud.aiplatform.v1beta1.PipelineJob.pipeline_spec]
         specifies the `pre_caching_check` hook in the lifecycle events. The list
         includes the all attempts in chronological order.
         
        repeated string failed_pre_caching_check_jobs = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getFailedPreCachingCheckJobsCount in interface PipelineTaskExecutorDetail.ContainerDetailOrBuilder
        Returns:
        The count of failedPreCachingCheckJobs.
      • getFailedPreCachingCheckJobs

        public String getFailedPreCachingCheckJobs​(int index)
         Output only. The names of the previously failed
         [CustomJob][google.cloud.aiplatform.v1beta1.CustomJob] for the
         pre-caching-check container executions. This job will be available if the
         [PipelineJob.pipeline_spec][google.cloud.aiplatform.v1beta1.PipelineJob.pipeline_spec]
         specifies the `pre_caching_check` hook in the lifecycle events. The list
         includes the all attempts in chronological order.
         
        repeated string failed_pre_caching_check_jobs = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getFailedPreCachingCheckJobs in interface PipelineTaskExecutorDetail.ContainerDetailOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The failedPreCachingCheckJobs at the given index.
      • getFailedPreCachingCheckJobsBytes

        public com.google.protobuf.ByteString getFailedPreCachingCheckJobsBytes​(int index)
         Output only. The names of the previously failed
         [CustomJob][google.cloud.aiplatform.v1beta1.CustomJob] for the
         pre-caching-check container executions. This job will be available if the
         [PipelineJob.pipeline_spec][google.cloud.aiplatform.v1beta1.PipelineJob.pipeline_spec]
         specifies the `pre_caching_check` hook in the lifecycle events. The list
         includes the all attempts in chronological order.
         
        repeated string failed_pre_caching_check_jobs = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getFailedPreCachingCheckJobsBytes in interface PipelineTaskExecutorDetail.ContainerDetailOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the failedPreCachingCheckJobs at the given index.
      • setFailedPreCachingCheckJobs

        public PipelineTaskExecutorDetail.ContainerDetail.Builder setFailedPreCachingCheckJobs​(int index,
                                                                                               String value)
         Output only. The names of the previously failed
         [CustomJob][google.cloud.aiplatform.v1beta1.CustomJob] for the
         pre-caching-check container executions. This job will be available if the
         [PipelineJob.pipeline_spec][google.cloud.aiplatform.v1beta1.PipelineJob.pipeline_spec]
         specifies the `pre_caching_check` hook in the lifecycle events. The list
         includes the all attempts in chronological order.
         
        repeated string failed_pre_caching_check_jobs = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        index - The index to set the value at.
        value - The failedPreCachingCheckJobs to set.
        Returns:
        This builder for chaining.
      • addFailedPreCachingCheckJobs

        public PipelineTaskExecutorDetail.ContainerDetail.Builder addFailedPreCachingCheckJobs​(String value)
         Output only. The names of the previously failed
         [CustomJob][google.cloud.aiplatform.v1beta1.CustomJob] for the
         pre-caching-check container executions. This job will be available if the
         [PipelineJob.pipeline_spec][google.cloud.aiplatform.v1beta1.PipelineJob.pipeline_spec]
         specifies the `pre_caching_check` hook in the lifecycle events. The list
         includes the all attempts in chronological order.
         
        repeated string failed_pre_caching_check_jobs = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The failedPreCachingCheckJobs to add.
        Returns:
        This builder for chaining.
      • addAllFailedPreCachingCheckJobs

        public PipelineTaskExecutorDetail.ContainerDetail.Builder addAllFailedPreCachingCheckJobs​(Iterable<String> values)
         Output only. The names of the previously failed
         [CustomJob][google.cloud.aiplatform.v1beta1.CustomJob] for the
         pre-caching-check container executions. This job will be available if the
         [PipelineJob.pipeline_spec][google.cloud.aiplatform.v1beta1.PipelineJob.pipeline_spec]
         specifies the `pre_caching_check` hook in the lifecycle events. The list
         includes the all attempts in chronological order.
         
        repeated string failed_pre_caching_check_jobs = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        values - The failedPreCachingCheckJobs to add.
        Returns:
        This builder for chaining.
      • clearFailedPreCachingCheckJobs

        public PipelineTaskExecutorDetail.ContainerDetail.Builder clearFailedPreCachingCheckJobs()
         Output only. The names of the previously failed
         [CustomJob][google.cloud.aiplatform.v1beta1.CustomJob] for the
         pre-caching-check container executions. This job will be available if the
         [PipelineJob.pipeline_spec][google.cloud.aiplatform.v1beta1.PipelineJob.pipeline_spec]
         specifies the `pre_caching_check` hook in the lifecycle events. The list
         includes the all attempts in chronological order.
         
        repeated string failed_pre_caching_check_jobs = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • addFailedPreCachingCheckJobsBytes

        public PipelineTaskExecutorDetail.ContainerDetail.Builder addFailedPreCachingCheckJobsBytes​(com.google.protobuf.ByteString value)
         Output only. The names of the previously failed
         [CustomJob][google.cloud.aiplatform.v1beta1.CustomJob] for the
         pre-caching-check container executions. This job will be available if the
         [PipelineJob.pipeline_spec][google.cloud.aiplatform.v1beta1.PipelineJob.pipeline_spec]
         specifies the `pre_caching_check` hook in the lifecycle events. The list
         includes the all attempts in chronological order.
         
        repeated string failed_pre_caching_check_jobs = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The bytes of the failedPreCachingCheckJobs to add.
        Returns:
        This builder for chaining.