Interface PipelineTaskExecutorDetail.CustomJobDetailOrBuilder (3.42.0)

public static interface PipelineTaskExecutorDetail.CustomJobDetailOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFailedJobs(int index)

public abstract String getFailedJobs(int index)

Output only. The names of the previously failed CustomJob. The list includes the all attempts in chronological order.

repeated string failed_jobs = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The failedJobs at the given index.

getFailedJobsBytes(int index)

public abstract ByteString getFailedJobsBytes(int index)

Output only. The names of the previously failed CustomJob. The list includes the all attempts in chronological order.

repeated string failed_jobs = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the failedJobs at the given index.

getFailedJobsCount()

public abstract int getFailedJobsCount()

Output only. The names of the previously failed CustomJob. The list includes the all attempts in chronological order.

repeated string failed_jobs = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
int

The count of failedJobs.

getFailedJobsList()

public abstract List<String> getFailedJobsList()

Output only. The names of the previously failed CustomJob. The list includes the all attempts in chronological order.

repeated string failed_jobs = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
List<String>

A list containing the failedJobs.

getJob()

public abstract String getJob()

Output only. The name of the CustomJob.

string job = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The job.

getJobBytes()

public abstract ByteString getJobBytes()

Output only. The name of the CustomJob.

string job = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for job.