Class PipelineTaskExecutorDetail.CustomJobDetail.Builder (3.42.0)

public static final class PipelineTaskExecutorDetail.CustomJobDetail.Builder extends GeneratedMessageV3.Builder<PipelineTaskExecutorDetail.CustomJobDetail.Builder> implements PipelineTaskExecutorDetail.CustomJobDetailOrBuilder

The detailed info for a custom job executor.

Protobuf type google.cloud.aiplatform.v1.PipelineTaskExecutorDetail.CustomJobDetail

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addAllFailedJobs(Iterable<String> values)

public PipelineTaskExecutorDetail.CustomJobDetail.Builder addAllFailedJobs(Iterable<String> values)

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

The failedJobs to add.

Returns
TypeDescription
PipelineTaskExecutorDetail.CustomJobDetail.Builder

This builder for chaining.

addFailedJobs(String value)

public PipelineTaskExecutorDetail.CustomJobDetail.Builder addFailedJobs(String value)

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
valueString

The failedJobs to add.

Returns
TypeDescription
PipelineTaskExecutorDetail.CustomJobDetail.Builder

This builder for chaining.

addFailedJobsBytes(ByteString value)

public PipelineTaskExecutorDetail.CustomJobDetail.Builder addFailedJobsBytes(ByteString value)

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
valueByteString

The bytes of the failedJobs to add.

Returns
TypeDescription
PipelineTaskExecutorDetail.CustomJobDetail.Builder

This builder for chaining.

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

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

buildPartial()

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

clear()

public PipelineTaskExecutorDetail.CustomJobDetail.Builder clear()
Returns
TypeDescription
PipelineTaskExecutorDetail.CustomJobDetail.Builder
Overrides

clearFailedJobs()

public PipelineTaskExecutorDetail.CustomJobDetail.Builder clearFailedJobs()

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

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public PipelineTaskExecutorDetail.CustomJobDetail.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
PipelineTaskExecutorDetail.CustomJobDetail.Builder
Overrides

clearJob()

public PipelineTaskExecutorDetail.CustomJobDetail.Builder clearJob()

Output only. The name of the CustomJob.

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

Returns
TypeDescription
PipelineTaskExecutorDetail.CustomJobDetail.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public PipelineTaskExecutorDetail.CustomJobDetail.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
PipelineTaskExecutorDetail.CustomJobDetail.Builder
Overrides

clone()

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

getDefaultInstanceForType()

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

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getFailedJobs(int index)

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

A list containing the failedJobs.

getJob()

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

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(PipelineTaskExecutorDetail.CustomJobDetail other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

public final PipelineTaskExecutorDetail.CustomJobDetail.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
PipelineTaskExecutorDetail.CustomJobDetail.Builder
Overrides

setFailedJobs(int index, String value)

public PipelineTaskExecutorDetail.CustomJobDetail.Builder setFailedJobs(int index, String value)

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

Parameters
NameDescription
indexint

The index to set the value at.

valueString

The failedJobs to set.

Returns
TypeDescription
PipelineTaskExecutorDetail.CustomJobDetail.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

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

setJob(String value)

public PipelineTaskExecutorDetail.CustomJobDetail.Builder setJob(String value)

Output only. The name of the CustomJob.

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

Parameter
NameDescription
valueString

The job to set.

Returns
TypeDescription
PipelineTaskExecutorDetail.CustomJobDetail.Builder

This builder for chaining.

setJobBytes(ByteString value)

public PipelineTaskExecutorDetail.CustomJobDetail.Builder setJobBytes(ByteString value)

Output only. The name of the CustomJob.

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

Parameter
NameDescription
valueByteString

The bytes for job to set.

Returns
TypeDescription
PipelineTaskExecutorDetail.CustomJobDetail.Builder

This builder for chaining.

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

public PipelineTaskExecutorDetail.CustomJobDetail.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
PipelineTaskExecutorDetail.CustomJobDetail.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

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