Interface PipelineTaskExecutorDetail.ContainerDetailOrBuilder (3.0.0)

public static interface PipelineTaskExecutorDetail.ContainerDetailOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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) = { ... }

Returns
TypeDescription
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) = { ... }

Returns
TypeDescription
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) = { ... }

Returns
TypeDescription
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) = { ... }

Returns
TypeDescription
ByteString

The bytes for preCachingCheckJob.