Class PipelineTaskExecutorDetail.ContainerDetail.Builder (3.44.0)

public static final class PipelineTaskExecutorDetail.ContainerDetail.Builder extends GeneratedMessageV3.Builder<PipelineTaskExecutorDetail.ContainerDetail.Builder> implements PipelineTaskExecutorDetail.ContainerDetailOrBuilder

The detail of a container execution. It contains the job names of the lifecycle of a container execution.

Protobuf type google.cloud.aiplatform.v1beta1.PipelineTaskExecutorDetail.ContainerDetail

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addAllFailedMainJobs(Iterable<String> values)

public PipelineTaskExecutorDetail.ContainerDetail.Builder addAllFailedMainJobs(Iterable<String> values)

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
values Iterable<String>

The failedMainJobs to add.

Returns
Type Description
PipelineTaskExecutorDetail.ContainerDetail.Builder

This builder for chaining.

addAllFailedPreCachingCheckJobs(Iterable<String> values)

public PipelineTaskExecutorDetail.ContainerDetail.Builder addAllFailedPreCachingCheckJobs(Iterable<String> values)

Output only. The names of the previously failed CustomJob for the pre-caching-check container executions. This job will be available if the PipelineJob.pipeline_spec specifies the pre_caching_check hook in the lifecycle events. The list includes the all attempts in chronological order.

repeated string failed_pre_caching_check_jobs = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
values Iterable<String>

The failedPreCachingCheckJobs to add.

Returns
Type Description
PipelineTaskExecutorDetail.ContainerDetail.Builder

This builder for chaining.

addFailedMainJobs(String value)

public PipelineTaskExecutorDetail.ContainerDetail.Builder addFailedMainJobs(String value)

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
value String

The failedMainJobs to add.

Returns
Type Description
PipelineTaskExecutorDetail.ContainerDetail.Builder

This builder for chaining.

addFailedMainJobsBytes(ByteString value)

public PipelineTaskExecutorDetail.ContainerDetail.Builder addFailedMainJobsBytes(ByteString value)

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
value ByteString

The bytes of the failedMainJobs to add.

Returns
Type Description
PipelineTaskExecutorDetail.ContainerDetail.Builder

This builder for chaining.

addFailedPreCachingCheckJobs(String value)

public PipelineTaskExecutorDetail.ContainerDetail.Builder addFailedPreCachingCheckJobs(String value)

Output only. The names of the previously failed CustomJob for the pre-caching-check container executions. This job will be available if the PipelineJob.pipeline_spec specifies the pre_caching_check hook in the lifecycle events. The list includes the all attempts in chronological order.

repeated string failed_pre_caching_check_jobs = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value String

The failedPreCachingCheckJobs to add.

Returns
Type Description
PipelineTaskExecutorDetail.ContainerDetail.Builder

This builder for chaining.

addFailedPreCachingCheckJobsBytes(ByteString value)

public PipelineTaskExecutorDetail.ContainerDetail.Builder addFailedPreCachingCheckJobsBytes(ByteString value)

Output only. The names of the previously failed CustomJob for the pre-caching-check container executions. This job will be available if the PipelineJob.pipeline_spec specifies the pre_caching_check hook in the lifecycle events. The list includes the all attempts in chronological order.

repeated string failed_pre_caching_check_jobs = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value ByteString

The bytes of the failedPreCachingCheckJobs to add.

Returns
Type Description
PipelineTaskExecutorDetail.ContainerDetail.Builder

This builder for chaining.

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public PipelineTaskExecutorDetail.ContainerDetail.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
PipelineTaskExecutorDetail.ContainerDetail.Builder
Overrides

build()

public PipelineTaskExecutorDetail.ContainerDetail build()
Returns
Type Description
PipelineTaskExecutorDetail.ContainerDetail

buildPartial()

public PipelineTaskExecutorDetail.ContainerDetail buildPartial()
Returns
Type Description
PipelineTaskExecutorDetail.ContainerDetail

clear()

public PipelineTaskExecutorDetail.ContainerDetail.Builder clear()
Returns
Type Description
PipelineTaskExecutorDetail.ContainerDetail.Builder
Overrides

clearFailedMainJobs()

public PipelineTaskExecutorDetail.ContainerDetail.Builder clearFailedMainJobs()

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
PipelineTaskExecutorDetail.ContainerDetail.Builder

This builder for chaining.

clearFailedPreCachingCheckJobs()

public PipelineTaskExecutorDetail.ContainerDetail.Builder clearFailedPreCachingCheckJobs()

Output only. The names of the previously failed CustomJob for the pre-caching-check container executions. This job will be available if the PipelineJob.pipeline_spec specifies the pre_caching_check hook in the lifecycle events. The list includes the all attempts in chronological order.

repeated string failed_pre_caching_check_jobs = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
PipelineTaskExecutorDetail.ContainerDetail.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public PipelineTaskExecutorDetail.ContainerDetail.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
PipelineTaskExecutorDetail.ContainerDetail.Builder
Overrides

clearMainJob()

public PipelineTaskExecutorDetail.ContainerDetail.Builder clearMainJob()

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
Type Description
PipelineTaskExecutorDetail.ContainerDetail.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public PipelineTaskExecutorDetail.ContainerDetail.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
PipelineTaskExecutorDetail.ContainerDetail.Builder
Overrides

clearPreCachingCheckJob()

public PipelineTaskExecutorDetail.ContainerDetail.Builder clearPreCachingCheckJob()

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
Type Description
PipelineTaskExecutorDetail.ContainerDetail.Builder

This builder for chaining.

clone()

public PipelineTaskExecutorDetail.ContainerDetail.Builder clone()
Returns
Type Description
PipelineTaskExecutorDetail.ContainerDetail.Builder
Overrides

getDefaultInstanceForType()

public PipelineTaskExecutorDetail.ContainerDetail getDefaultInstanceForType()
Returns
Type Description
PipelineTaskExecutorDetail.ContainerDetail

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getFailedMainJobs(int index)

public 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 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 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 ProtocolStringList 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
ProtocolStringList

A list containing the failedMainJobs.

getFailedPreCachingCheckJobs(int index)

public String getFailedPreCachingCheckJobs(int index)

Output only. The names of the previously failed CustomJob for the pre-caching-check container executions. This job will be available if the PipelineJob.pipeline_spec specifies the pre_caching_check hook in the lifecycle events. The list includes the all attempts in chronological order.

repeated string failed_pre_caching_check_jobs = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The failedPreCachingCheckJobs at the given index.

getFailedPreCachingCheckJobsBytes(int index)

public ByteString getFailedPreCachingCheckJobsBytes(int index)

Output only. The names of the previously failed CustomJob for the pre-caching-check container executions. This job will be available if the PipelineJob.pipeline_spec specifies the pre_caching_check hook in the lifecycle events. The list includes the all attempts in chronological order.

repeated string failed_pre_caching_check_jobs = 4 [(.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 failedPreCachingCheckJobs at the given index.

getFailedPreCachingCheckJobsCount()

public int getFailedPreCachingCheckJobsCount()

Output only. The names of the previously failed CustomJob for the pre-caching-check container executions. This job will be available if the PipelineJob.pipeline_spec specifies the pre_caching_check hook in the lifecycle events. The list includes the all attempts in chronological order.

repeated string failed_pre_caching_check_jobs = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The count of failedPreCachingCheckJobs.

getFailedPreCachingCheckJobsList()

public ProtocolStringList getFailedPreCachingCheckJobsList()

Output only. The names of the previously failed CustomJob for the pre-caching-check container executions. This job will be available if the PipelineJob.pipeline_spec specifies the pre_caching_check hook in the lifecycle events. The list includes the all attempts in chronological order.

repeated string failed_pre_caching_check_jobs = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ProtocolStringList

A list containing the failedPreCachingCheckJobs.

getMainJob()

public 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
Type Description
String

The mainJob.

getMainJobBytes()

public 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
Type Description
ByteString

The bytes for mainJob.

getPreCachingCheckJob()

public 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
Type Description
String

The preCachingCheckJob.

getPreCachingCheckJobBytes()

public 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
Type Description
ByteString

The bytes for preCachingCheckJob.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(PipelineTaskExecutorDetail.ContainerDetail other)

public PipelineTaskExecutorDetail.ContainerDetail.Builder mergeFrom(PipelineTaskExecutorDetail.ContainerDetail other)
Parameter
Name Description
other PipelineTaskExecutorDetail.ContainerDetail
Returns
Type Description
PipelineTaskExecutorDetail.ContainerDetail.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public PipelineTaskExecutorDetail.ContainerDetail.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
PipelineTaskExecutorDetail.ContainerDetail.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public PipelineTaskExecutorDetail.ContainerDetail.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
PipelineTaskExecutorDetail.ContainerDetail.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final PipelineTaskExecutorDetail.ContainerDetail.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
PipelineTaskExecutorDetail.ContainerDetail.Builder
Overrides

setFailedMainJobs(int index, String value)

public PipelineTaskExecutorDetail.ContainerDetail.Builder setFailedMainJobs(int index, String value)

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];

Parameters
Name Description
index int

The index to set the value at.

value String

The failedMainJobs to set.

Returns
Type Description
PipelineTaskExecutorDetail.ContainerDetail.Builder

This builder for chaining.

setFailedPreCachingCheckJobs(int index, String value)

public PipelineTaskExecutorDetail.ContainerDetail.Builder setFailedPreCachingCheckJobs(int index, String value)

Output only. The names of the previously failed CustomJob for the pre-caching-check container executions. This job will be available if the PipelineJob.pipeline_spec specifies the pre_caching_check hook in the lifecycle events. The list includes the all attempts in chronological order.

repeated string failed_pre_caching_check_jobs = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameters
Name Description
index int

The index to set the value at.

value String

The failedPreCachingCheckJobs to set.

Returns
Type Description
PipelineTaskExecutorDetail.ContainerDetail.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public PipelineTaskExecutorDetail.ContainerDetail.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
PipelineTaskExecutorDetail.ContainerDetail.Builder
Overrides

setMainJob(String value)

public PipelineTaskExecutorDetail.ContainerDetail.Builder setMainJob(String value)

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

Parameter
Name Description
value String

The mainJob to set.

Returns
Type Description
PipelineTaskExecutorDetail.ContainerDetail.Builder

This builder for chaining.

setMainJobBytes(ByteString value)

public PipelineTaskExecutorDetail.ContainerDetail.Builder setMainJobBytes(ByteString value)

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

Parameter
Name Description
value ByteString

The bytes for mainJob to set.

Returns
Type Description
PipelineTaskExecutorDetail.ContainerDetail.Builder

This builder for chaining.

setPreCachingCheckJob(String value)

public PipelineTaskExecutorDetail.ContainerDetail.Builder setPreCachingCheckJob(String value)

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

Parameter
Name Description
value String

The preCachingCheckJob to set.

Returns
Type Description
PipelineTaskExecutorDetail.ContainerDetail.Builder

This builder for chaining.

setPreCachingCheckJobBytes(ByteString value)

public PipelineTaskExecutorDetail.ContainerDetail.Builder setPreCachingCheckJobBytes(ByteString value)

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

Parameter
Name Description
value ByteString

The bytes for preCachingCheckJob to set.

Returns
Type Description
PipelineTaskExecutorDetail.ContainerDetail.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public PipelineTaskExecutorDetail.ContainerDetail.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
PipelineTaskExecutorDetail.ContainerDetail.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final PipelineTaskExecutorDetail.ContainerDetail.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
PipelineTaskExecutorDetail.ContainerDetail.Builder
Overrides