Class PipelineTaskExecutorDetail.ContainerDetail.Builder (3.42.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
TypeDescription
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
NameDescription
valuesIterable<String>

The failedMainJobs to add.

Returns
TypeDescription
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
NameDescription
valuesIterable<String>

The failedPreCachingCheckJobs to add.

Returns
TypeDescription
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
NameDescription
valueString

The failedMainJobs to add.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes of the failedMainJobs to add.

Returns
TypeDescription
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
NameDescription
valueString

The failedPreCachingCheckJobs to add.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes of the failedPreCachingCheckJobs to add.

Returns
TypeDescription
PipelineTaskExecutorDetail.ContainerDetail.Builder

This builder for chaining.

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public PipelineTaskExecutorDetail.ContainerDetail.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
PipelineTaskExecutorDetail.ContainerDetail.Builder
Overrides

build()

public PipelineTaskExecutorDetail.ContainerDetail build()
Returns
TypeDescription
PipelineTaskExecutorDetail.ContainerDetail

buildPartial()

public PipelineTaskExecutorDetail.ContainerDetail buildPartial()
Returns
TypeDescription
PipelineTaskExecutorDetail.ContainerDetail

clear()

public PipelineTaskExecutorDetail.ContainerDetail.Builder clear()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
PipelineTaskExecutorDetail.ContainerDetail.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public PipelineTaskExecutorDetail.ContainerDetail.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
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
TypeDescription
PipelineTaskExecutorDetail.ContainerDetail.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public PipelineTaskExecutorDetail.ContainerDetail.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
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
TypeDescription
PipelineTaskExecutorDetail.ContainerDetail.Builder

This builder for chaining.

clone()

public PipelineTaskExecutorDetail.ContainerDetail.Builder clone()
Returns
TypeDescription
PipelineTaskExecutorDetail.ContainerDetail.Builder
Overrides

getDefaultInstanceForType()

public PipelineTaskExecutorDetail.ContainerDetail getDefaultInstanceForType()
Returns
TypeDescription
PipelineTaskExecutorDetail.ContainerDetail

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
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
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
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
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
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
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for preCachingCheckJob.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(PipelineTaskExecutorDetail.ContainerDetail other)

public PipelineTaskExecutorDetail.ContainerDetail.Builder mergeFrom(PipelineTaskExecutorDetail.ContainerDetail other)
Parameter
NameDescription
otherPipelineTaskExecutorDetail.ContainerDetail
Returns
TypeDescription
PipelineTaskExecutorDetail.ContainerDetail.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public PipelineTaskExecutorDetail.ContainerDetail.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
PipelineTaskExecutorDetail.ContainerDetail.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public PipelineTaskExecutorDetail.ContainerDetail.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
PipelineTaskExecutorDetail.ContainerDetail.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final PipelineTaskExecutorDetail.ContainerDetail.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
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
NameDescription
indexint

The index to set the value at.

valueString

The failedMainJobs to set.

Returns
TypeDescription
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
NameDescription
indexint

The index to set the value at.

valueString

The failedPreCachingCheckJobs to set.

Returns
TypeDescription
PipelineTaskExecutorDetail.ContainerDetail.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public PipelineTaskExecutorDetail.ContainerDetail.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
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
NameDescription
valueString

The mainJob to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for mainJob to set.

Returns
TypeDescription
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
NameDescription
valueString

The preCachingCheckJob to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for preCachingCheckJob to set.

Returns
TypeDescription
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
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
PipelineTaskExecutorDetail.ContainerDetail.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final PipelineTaskExecutorDetail.ContainerDetail.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
PipelineTaskExecutorDetail.ContainerDetail.Builder
Overrides