Class PipelineJobDetail.Builder

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

public static final class PipelineJobDetail.Builder extends com.google.protobuf.GeneratedMessage.Builder<PipelineJobDetail.Builder> implements PipelineJobDetailOrBuilder
 The runtime detail of PipelineJob.
 
Protobuf type google.cloud.aiplatform.v1.PipelineJobDetail
  • 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<PipelineJobDetail.Builder>
    • clear

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

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

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

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

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

      public PipelineJobDetail.Builder mergeFrom(PipelineJobDetail other)
    • isInitialized

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

      public PipelineJobDetail.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<PipelineJobDetail.Builder>
      Throws:
      IOException
    • hasPipelineContext

      public boolean hasPipelineContext()
       Output only. The context of the pipeline.
       
      .google.cloud.aiplatform.v1.Context pipeline_context = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      hasPipelineContext in interface PipelineJobDetailOrBuilder
      Returns:
      Whether the pipelineContext field is set.
    • getPipelineContext

      public Context getPipelineContext()
       Output only. The context of the pipeline.
       
      .google.cloud.aiplatform.v1.Context pipeline_context = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getPipelineContext in interface PipelineJobDetailOrBuilder
      Returns:
      The pipelineContext.
    • setPipelineContext

      public PipelineJobDetail.Builder setPipelineContext(Context value)
       Output only. The context of the pipeline.
       
      .google.cloud.aiplatform.v1.Context pipeline_context = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • setPipelineContext

      public PipelineJobDetail.Builder setPipelineContext(Context.Builder builderForValue)
       Output only. The context of the pipeline.
       
      .google.cloud.aiplatform.v1.Context pipeline_context = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • mergePipelineContext

      public PipelineJobDetail.Builder mergePipelineContext(Context value)
       Output only. The context of the pipeline.
       
      .google.cloud.aiplatform.v1.Context pipeline_context = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • clearPipelineContext

      public PipelineJobDetail.Builder clearPipelineContext()
       Output only. The context of the pipeline.
       
      .google.cloud.aiplatform.v1.Context pipeline_context = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getPipelineContextBuilder

      public Context.Builder getPipelineContextBuilder()
       Output only. The context of the pipeline.
       
      .google.cloud.aiplatform.v1.Context pipeline_context = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getPipelineContextOrBuilder

      public ContextOrBuilder getPipelineContextOrBuilder()
       Output only. The context of the pipeline.
       
      .google.cloud.aiplatform.v1.Context pipeline_context = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getPipelineContextOrBuilder in interface PipelineJobDetailOrBuilder
    • hasPipelineRunContext

      public boolean hasPipelineRunContext()
       Output only. The context of the current pipeline run.
       
      .google.cloud.aiplatform.v1.Context pipeline_run_context = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      hasPipelineRunContext in interface PipelineJobDetailOrBuilder
      Returns:
      Whether the pipelineRunContext field is set.
    • getPipelineRunContext

      public Context getPipelineRunContext()
       Output only. The context of the current pipeline run.
       
      .google.cloud.aiplatform.v1.Context pipeline_run_context = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getPipelineRunContext in interface PipelineJobDetailOrBuilder
      Returns:
      The pipelineRunContext.
    • setPipelineRunContext

      public PipelineJobDetail.Builder setPipelineRunContext(Context value)
       Output only. The context of the current pipeline run.
       
      .google.cloud.aiplatform.v1.Context pipeline_run_context = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • setPipelineRunContext

      public PipelineJobDetail.Builder setPipelineRunContext(Context.Builder builderForValue)
       Output only. The context of the current pipeline run.
       
      .google.cloud.aiplatform.v1.Context pipeline_run_context = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • mergePipelineRunContext

      public PipelineJobDetail.Builder mergePipelineRunContext(Context value)
       Output only. The context of the current pipeline run.
       
      .google.cloud.aiplatform.v1.Context pipeline_run_context = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • clearPipelineRunContext

      public PipelineJobDetail.Builder clearPipelineRunContext()
       Output only. The context of the current pipeline run.
       
      .google.cloud.aiplatform.v1.Context pipeline_run_context = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getPipelineRunContextBuilder

      public Context.Builder getPipelineRunContextBuilder()
       Output only. The context of the current pipeline run.
       
      .google.cloud.aiplatform.v1.Context pipeline_run_context = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getPipelineRunContextOrBuilder

      public ContextOrBuilder getPipelineRunContextOrBuilder()
       Output only. The context of the current pipeline run.
       
      .google.cloud.aiplatform.v1.Context pipeline_run_context = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getPipelineRunContextOrBuilder in interface PipelineJobDetailOrBuilder
    • getTaskDetailsList

      public List<PipelineTaskDetail> getTaskDetailsList()
       Output only. The runtime details of the tasks under the pipeline.
       
      repeated .google.cloud.aiplatform.v1.PipelineTaskDetail task_details = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getTaskDetailsList in interface PipelineJobDetailOrBuilder
    • getTaskDetailsCount

      public int getTaskDetailsCount()
       Output only. The runtime details of the tasks under the pipeline.
       
      repeated .google.cloud.aiplatform.v1.PipelineTaskDetail task_details = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getTaskDetailsCount in interface PipelineJobDetailOrBuilder
    • getTaskDetails

      public PipelineTaskDetail getTaskDetails(int index)
       Output only. The runtime details of the tasks under the pipeline.
       
      repeated .google.cloud.aiplatform.v1.PipelineTaskDetail task_details = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getTaskDetails in interface PipelineJobDetailOrBuilder
    • setTaskDetails

      public PipelineJobDetail.Builder setTaskDetails(int index, PipelineTaskDetail value)
       Output only. The runtime details of the tasks under the pipeline.
       
      repeated .google.cloud.aiplatform.v1.PipelineTaskDetail task_details = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • setTaskDetails

      public PipelineJobDetail.Builder setTaskDetails(int index, PipelineTaskDetail.Builder builderForValue)
       Output only. The runtime details of the tasks under the pipeline.
       
      repeated .google.cloud.aiplatform.v1.PipelineTaskDetail task_details = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • addTaskDetails

      public PipelineJobDetail.Builder addTaskDetails(PipelineTaskDetail value)
       Output only. The runtime details of the tasks under the pipeline.
       
      repeated .google.cloud.aiplatform.v1.PipelineTaskDetail task_details = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • addTaskDetails

      public PipelineJobDetail.Builder addTaskDetails(int index, PipelineTaskDetail value)
       Output only. The runtime details of the tasks under the pipeline.
       
      repeated .google.cloud.aiplatform.v1.PipelineTaskDetail task_details = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • addTaskDetails

      public PipelineJobDetail.Builder addTaskDetails(PipelineTaskDetail.Builder builderForValue)
       Output only. The runtime details of the tasks under the pipeline.
       
      repeated .google.cloud.aiplatform.v1.PipelineTaskDetail task_details = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • addTaskDetails

      public PipelineJobDetail.Builder addTaskDetails(int index, PipelineTaskDetail.Builder builderForValue)
       Output only. The runtime details of the tasks under the pipeline.
       
      repeated .google.cloud.aiplatform.v1.PipelineTaskDetail task_details = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • addAllTaskDetails

      public PipelineJobDetail.Builder addAllTaskDetails(Iterable<? extends PipelineTaskDetail> values)
       Output only. The runtime details of the tasks under the pipeline.
       
      repeated .google.cloud.aiplatform.v1.PipelineTaskDetail task_details = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • clearTaskDetails

      public PipelineJobDetail.Builder clearTaskDetails()
       Output only. The runtime details of the tasks under the pipeline.
       
      repeated .google.cloud.aiplatform.v1.PipelineTaskDetail task_details = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • removeTaskDetails

      public PipelineJobDetail.Builder removeTaskDetails(int index)
       Output only. The runtime details of the tasks under the pipeline.
       
      repeated .google.cloud.aiplatform.v1.PipelineTaskDetail task_details = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getTaskDetailsBuilder

      public PipelineTaskDetail.Builder getTaskDetailsBuilder(int index)
       Output only. The runtime details of the tasks under the pipeline.
       
      repeated .google.cloud.aiplatform.v1.PipelineTaskDetail task_details = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getTaskDetailsOrBuilder

      public PipelineTaskDetailOrBuilder getTaskDetailsOrBuilder(int index)
       Output only. The runtime details of the tasks under the pipeline.
       
      repeated .google.cloud.aiplatform.v1.PipelineTaskDetail task_details = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getTaskDetailsOrBuilder in interface PipelineJobDetailOrBuilder
    • getTaskDetailsOrBuilderList

      public List<? extends PipelineTaskDetailOrBuilder> getTaskDetailsOrBuilderList()
       Output only. The runtime details of the tasks under the pipeline.
       
      repeated .google.cloud.aiplatform.v1.PipelineTaskDetail task_details = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getTaskDetailsOrBuilderList in interface PipelineJobDetailOrBuilder
    • addTaskDetailsBuilder

      public PipelineTaskDetail.Builder addTaskDetailsBuilder()
       Output only. The runtime details of the tasks under the pipeline.
       
      repeated .google.cloud.aiplatform.v1.PipelineTaskDetail task_details = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • addTaskDetailsBuilder

      public PipelineTaskDetail.Builder addTaskDetailsBuilder(int index)
       Output only. The runtime details of the tasks under the pipeline.
       
      repeated .google.cloud.aiplatform.v1.PipelineTaskDetail task_details = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getTaskDetailsBuilderList

      public List<PipelineTaskDetail.Builder> getTaskDetailsBuilderList()
       Output only. The runtime details of the tasks under the pipeline.
       
      repeated .google.cloud.aiplatform.v1.PipelineTaskDetail task_details = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];