- 3.52.0 (latest)
- 3.50.0
- 3.49.0
- 3.48.0
- 3.47.0
- 3.46.0
- 3.45.0
- 3.44.0
- 3.43.0
- 3.42.0
- 3.41.0
- 3.40.0
- 3.38.0
- 3.37.0
- 3.36.0
- 3.35.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.30.0
- 3.29.0
- 3.28.0
- 3.25.0
- 3.24.0
- 3.23.0
- 3.22.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.0
- 3.6.0
- 3.5.0
- 3.4.2
- 3.3.0
- 3.2.0
- 3.0.0
- 2.9.8
- 2.8.9
- 2.7.4
- 2.5.3
- 2.4.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.v1.PipelineTaskExecutorDetail.ContainerDetail
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > PipelineTaskExecutorDetail.ContainerDetail.BuilderStatic 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 |
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 |
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 |
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 |
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 |
getDefaultInstanceForType()
public PipelineTaskExecutorDetail.ContainerDetail getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
PipelineTaskExecutorDetail.ContainerDetail |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
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 |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
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 |
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 |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final PipelineTaskExecutorDetail.ContainerDetail.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
PipelineTaskExecutorDetail.ContainerDetail.Builder |
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 |
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 |
setUnknownFields(UnknownFieldSet unknownFields)
public final PipelineTaskExecutorDetail.ContainerDetail.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
PipelineTaskExecutorDetail.ContainerDetail.Builder |