public static interface PipelineTaskExecutorDetail.ContainerDetailOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getMainJob()
public abstract String getMainJob()Output only. The name of the CustomJob for the main container execution.
string main_job = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
| Type | Description |
| String | The mainJob. |
getMainJobBytes()
public abstract ByteString getMainJobBytes()Output only. The name of the CustomJob for the main container execution.
string main_job = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
| Type | Description |
| ByteString | The bytes for mainJob. |
getPreCachingCheckJob()
public abstract String getPreCachingCheckJob() Output only. The name of the CustomJob for the pre-caching-check container
execution. This job will be available if the
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) = { ... }
| Type | Description |
| String | The preCachingCheckJob. |
getPreCachingCheckJobBytes()
public abstract ByteString getPreCachingCheckJobBytes() Output only. The name of the CustomJob for the pre-caching-check container
execution. This job will be available if the
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) = { ... }
| Type | Description |
| ByteString | The bytes for preCachingCheckJob. |