Class PipelineTaskExecutorDetail.ContainerDetail.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessage.Builder<PipelineTaskExecutorDetail.ContainerDetail.Builder>
com.google.cloud.aiplatform.v1.PipelineTaskExecutorDetail.ContainerDetail.Builder
All Implemented Interfaces:
PipelineTaskExecutorDetail.ContainerDetailOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
Enclosing class:
PipelineTaskExecutorDetail.ContainerDetail

public static final class PipelineTaskExecutorDetail.ContainerDetail.Builder extends com.google.protobuf.GeneratedMessage.Builder<PipelineTaskExecutorDetail.ContainerDetail.Builder> implements PipelineTaskExecutorDetail.ContainerDetailOrBuilder
 The detail of a container execution. It contains the job names of the
 lifecycle of a container execution.
 
Protobuf type google.cloud.aiplatform.v1.PipelineTaskExecutorDetail.ContainerDetail
  • Method Details

    • getDescriptor

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

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<PipelineTaskExecutorDetail.ContainerDetail.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.GeneratedMessage.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.GeneratedMessage.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

      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

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

    • isInitialized

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

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

      public String getMainJob()
       Output only. The name of the
       [CustomJob][google.cloud.aiplatform.v1.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.v1.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

       Output only. The name of the
       [CustomJob][google.cloud.aiplatform.v1.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

       Output only. The name of the
       [CustomJob][google.cloud.aiplatform.v1.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.v1.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.v1.CustomJob] for the
       pre-caching-check container execution. This job will be available if the
       [PipelineJob.pipeline_spec][google.cloud.aiplatform.v1.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.v1.CustomJob] for the
       pre-caching-check container execution. This job will be available if the
       [PipelineJob.pipeline_spec][google.cloud.aiplatform.v1.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.v1.CustomJob] for the
       pre-caching-check container execution. This job will be available if the
       [PipelineJob.pipeline_spec][google.cloud.aiplatform.v1.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.v1.CustomJob] for the
       pre-caching-check container execution. This job will be available if the
       [PipelineJob.pipeline_spec][google.cloud.aiplatform.v1.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.v1.CustomJob] for the
       pre-caching-check container execution. This job will be available if the
       [PipelineJob.pipeline_spec][google.cloud.aiplatform.v1.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.v1.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.v1.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.v1.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.v1.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.v1.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

       Output only. The names of the previously failed
       [CustomJob][google.cloud.aiplatform.v1.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

       Output only. The names of the previously failed
       [CustomJob][google.cloud.aiplatform.v1.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

       Output only. The names of the previously failed
       [CustomJob][google.cloud.aiplatform.v1.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.v1.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.v1.CustomJob] for the
       pre-caching-check container executions. This job will be available if the
       [PipelineJob.pipeline_spec][google.cloud.aiplatform.v1.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.v1.CustomJob] for the
       pre-caching-check container executions. This job will be available if the
       [PipelineJob.pipeline_spec][google.cloud.aiplatform.v1.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.v1.CustomJob] for the
       pre-caching-check container executions. This job will be available if the
       [PipelineJob.pipeline_spec][google.cloud.aiplatform.v1.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.v1.CustomJob] for the
       pre-caching-check container executions. This job will be available if the
       [PipelineJob.pipeline_spec][google.cloud.aiplatform.v1.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.v1.CustomJob] for the
       pre-caching-check container executions. This job will be available if the
       [PipelineJob.pipeline_spec][google.cloud.aiplatform.v1.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.v1.CustomJob] for the
       pre-caching-check container executions. This job will be available if the
       [PipelineJob.pipeline_spec][google.cloud.aiplatform.v1.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.v1.CustomJob] for the
       pre-caching-check container executions. This job will be available if the
       [PipelineJob.pipeline_spec][google.cloud.aiplatform.v1.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.v1.CustomJob] for the
       pre-caching-check container executions. This job will be available if the
       [PipelineJob.pipeline_spec][google.cloud.aiplatform.v1.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.v1.CustomJob] for the
       pre-caching-check container executions. This job will be available if the
       [PipelineJob.pipeline_spec][google.cloud.aiplatform.v1.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.