Interface PipelineTaskExecutorDetailOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
PipelineTaskExecutorDetail, PipelineTaskExecutorDetail.Builder

@Generated public interface PipelineTaskExecutorDetailOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasContainerDetail

      boolean hasContainerDetail()
       Output only. The detailed info for a container executor.
       
      .google.cloud.aiplatform.v1.PipelineTaskExecutorDetail.ContainerDetail container_detail = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      Whether the containerDetail field is set.
    • getContainerDetail

       Output only. The detailed info for a container executor.
       
      .google.cloud.aiplatform.v1.PipelineTaskExecutorDetail.ContainerDetail container_detail = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The containerDetail.
    • getContainerDetailOrBuilder

       Output only. The detailed info for a container executor.
       
      .google.cloud.aiplatform.v1.PipelineTaskExecutorDetail.ContainerDetail container_detail = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • hasCustomJobDetail

      boolean hasCustomJobDetail()
       Output only. The detailed info for a custom job executor.
       
      .google.cloud.aiplatform.v1.PipelineTaskExecutorDetail.CustomJobDetail custom_job_detail = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      Whether the customJobDetail field is set.
    • getCustomJobDetail

       Output only. The detailed info for a custom job executor.
       
      .google.cloud.aiplatform.v1.PipelineTaskExecutorDetail.CustomJobDetail custom_job_detail = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The customJobDetail.
    • getCustomJobDetailOrBuilder

       Output only. The detailed info for a custom job executor.
       
      .google.cloud.aiplatform.v1.PipelineTaskExecutorDetail.CustomJobDetail custom_job_detail = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getDetailsCase