Interface PipelineTaskExecutorDetail.ContainerDetailOrBuilder (3.35.0)

public static interface PipelineTaskExecutorDetail.ContainerDetailOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFailedMainJobs(int index)

public abstract String getFailedMainJobs(int index)

Output only. The names of the previously failed 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];

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The failedMainJobs at the given index.

getFailedMainJobsBytes(int index)

public abstract ByteString getFailedMainJobsBytes(int index)

Output only. The names of the previously failed 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];

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the failedMainJobs at the given index.

getFailedMainJobsCount()

public abstract int getFailedMainJobsCount()

Output only. The names of the previously failed 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
Type Description
int

The count of failedMainJobs.

getFailedMainJobsList()

public abstract List<String> getFailedMainJobsList()

Output only. The names of the previously failed 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
Type Description
List<String>

A list containing the failedMainJobs.

getFailedPreCachingCheckJobs(int index)

public abstract String getFailedPreCachingCheckJobs(int index)

Output only. The names of the previously failed CustomJob for the pre-