Package com.google.cloud.aiplatform.v1
Class PipelineJobDetail.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessage.Builder<PipelineJobDetail.Builder>
com.google.cloud.aiplatform.v1.PipelineJobDetail.Builder
- All Implemented Interfaces:
PipelineJobDetailOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable
- Enclosing class:
- PipelineJobDetail
public static final class PipelineJobDetail.Builder
extends com.google.protobuf.GeneratedMessage.Builder<PipelineJobDetail.Builder>
implements PipelineJobDetailOrBuilder
The runtime detail of PipelineJob.Protobuf type
google.cloud.aiplatform.v1.PipelineJobDetail-
Method Summary
Modifier and TypeMethodDescriptionaddAllTaskDetails(Iterable<? extends PipelineTaskDetail> values) Output only.addTaskDetails(int index, PipelineTaskDetail value) Output only.addTaskDetails(int index, PipelineTaskDetail.Builder builderForValue) Output only.addTaskDetails(PipelineTaskDetail value) Output only.addTaskDetails(PipelineTaskDetail.Builder builderForValue) Output only.Output only.addTaskDetailsBuilder(int index) Output only.build()clear()Output only.Output only.Output only.static final com.google.protobuf.Descriptors.Descriptorcom.google.protobuf.Descriptors.DescriptorOutput only.Output only.Output only.Output only.Output only.Output only.getTaskDetails(int index) Output only.getTaskDetailsBuilder(int index) Output only.Output only.intOutput only.Output only.getTaskDetailsOrBuilder(int index) Output only.List<? extends PipelineTaskDetailOrBuilder>Output only.booleanOutput only.booleanOutput only.protected com.google.protobuf.GeneratedMessage.FieldAccessorTablefinal booleanmergeFrom(PipelineJobDetail other) mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom(com.google.protobuf.Message other) mergePipelineContext(Context value) Output only.mergePipelineRunContext(Context value) Output only.removeTaskDetails(int index) Output only.setPipelineContext(Context value) Output only.setPipelineContext(Context.Builder builderForValue) Output only.setPipelineRunContext(Context value) Output only.setPipelineRunContext(Context.Builder builderForValue) Output only.setTaskDetails(int index, PipelineTaskDetail value) Output only.setTaskDetails(int index, PipelineTaskDetail.Builder builderForValue) Output only.Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.Message.Builder
mergeDelimitedFrom, mergeDelimitedFromMethods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFromMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessage.Builder<PipelineJobDetail.Builder>
-
clear
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessage.Builder<PipelineJobDetail.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessage.Builder<PipelineJobDetail.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
mergeFrom
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<PipelineJobDetail.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessage.Builder<PipelineJobDetail.Builder>
-
mergeFrom
public PipelineJobDetail.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<PipelineJobDetail.Builder>- Throws:
IOException
-
hasPipelineContext
public boolean hasPipelineContext()Output only. The context of the pipeline.
.google.cloud.aiplatform.v1.Context pipeline_context = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
hasPipelineContextin interfacePipelineJobDetailOrBuilder- Returns:
- Whether the pipelineContext field is set.
-
getPipelineContext
Output only. The context of the pipeline.
.google.cloud.aiplatform.v1.Context pipeline_context = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getPipelineContextin interfacePipelineJobDetailOrBuilder- Returns:
- The pipelineContext.
-
setPipelineContext
Output only. The context of the pipeline.
.google.cloud.aiplatform.v1.Context pipeline_context = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
setPipelineContext
Output only. The context of the pipeline.
.google.cloud.aiplatform.v1.Context pipeline_context = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
mergePipelineContext
Output only. The context of the pipeline.
.google.cloud.aiplatform.v1.Context pipeline_context = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
clearPipelineContext
Output only. The context of the pipeline.
.google.cloud.aiplatform.v1.Context pipeline_context = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getPipelineContextBuilder
Output only. The context of the pipeline.
.google.cloud.aiplatform.v1.Context pipeline_context = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getPipelineContextOrBuilder
Output only. The context of the pipeline.
.google.cloud.aiplatform.v1.Context pipeline_context = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getPipelineContextOrBuilderin interfacePipelineJobDetailOrBuilder
-
hasPipelineRunContext
public boolean hasPipelineRunContext()Output only. The context of the current pipeline run.
.google.cloud.aiplatform.v1.Context pipeline_run_context = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
hasPipelineRunContextin interfacePipelineJobDetailOrBuilder- Returns:
- Whether the pipelineRunContext field is set.
-
getPipelineRunContext
Output only. The context of the current pipeline run.
.google.cloud.aiplatform.v1.Context pipeline_run_context = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getPipelineRunContextin interfacePipelineJobDetailOrBuilder- Returns:
- The pipelineRunContext.
-
setPipelineRunContext
Output only. The context of the current pipeline run.
.google.cloud.aiplatform.v1.Context pipeline_run_context = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
setPipelineRunContext
Output only. The context of the current pipeline run.
.google.cloud.aiplatform.v1.Context pipeline_run_context = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
mergePipelineRunContext
Output only. The context of the current pipeline run.
.google.cloud.aiplatform.v1.Context pipeline_run_context = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
clearPipelineRunContext
Output only. The context of the current pipeline run.
.google.cloud.aiplatform.v1.Context pipeline_run_context = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getPipelineRunContextBuilder
Output only. The context of the current pipeline run.
.google.cloud.aiplatform.v1.Context pipeline_run_context = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getPipelineRunContextOrBuilder
Output only. The context of the current pipeline run.
.google.cloud.aiplatform.v1.Context pipeline_run_context = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getPipelineRunContextOrBuilderin interfacePipelineJobDetailOrBuilder
-
getTaskDetailsList
Output only. The runtime details of the tasks under the pipeline.
repeated .google.cloud.aiplatform.v1.PipelineTaskDetail task_details = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getTaskDetailsListin interfacePipelineJobDetailOrBuilder
-
getTaskDetailsCount
public int getTaskDetailsCount()Output only. The runtime details of the tasks under the pipeline.
repeated .google.cloud.aiplatform.v1.PipelineTaskDetail task_details = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getTaskDetailsCountin interfacePipelineJobDetailOrBuilder
-
getTaskDetails
Output only. The runtime details of the tasks under the pipeline.
repeated .google.cloud.aiplatform.v1.PipelineTaskDetail task_details = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getTaskDetailsin interfacePipelineJobDetailOrBuilder
-
setTaskDetails
Output only. The runtime details of the tasks under the pipeline.
repeated .google.cloud.aiplatform.v1.PipelineTaskDetail task_details = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
setTaskDetails
public PipelineJobDetail.Builder setTaskDetails(int index, PipelineTaskDetail.Builder builderForValue) Output only. The runtime details of the tasks under the pipeline.
repeated .google.cloud.aiplatform.v1.PipelineTaskDetail task_details = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
addTaskDetails
Output only. The runtime details of the tasks under the pipeline.
repeated .google.cloud.aiplatform.v1.PipelineTaskDetail task_details = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
addTaskDetails
Output only. The runtime details of the tasks under the pipeline.
repeated .google.cloud.aiplatform.v1.PipelineTaskDetail task_details = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
addTaskDetails
Output only. The runtime details of the tasks under the pipeline.
repeated .google.cloud.aiplatform.v1.PipelineTaskDetail task_details = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
addTaskDetails
public PipelineJobDetail.Builder addTaskDetails(int index, PipelineTaskDetail.Builder builderForValue) Output only. The runtime details of the tasks under the pipeline.
repeated .google.cloud.aiplatform.v1.PipelineTaskDetail task_details = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
addAllTaskDetails
Output only. The runtime details of the tasks under the pipeline.
repeated .google.cloud.aiplatform.v1.PipelineTaskDetail task_details = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
clearTaskDetails
Output only. The runtime details of the tasks under the pipeline.
repeated .google.cloud.aiplatform.v1.PipelineTaskDetail task_details = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
removeTaskDetails
Output only. The runtime details of the tasks under the pipeline.
repeated .google.cloud.aiplatform.v1.PipelineTaskDetail task_details = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getTaskDetailsBuilder
Output only. The runtime details of the tasks under the pipeline.
repeated .google.cloud.aiplatform.v1.PipelineTaskDetail task_details = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getTaskDetailsOrBuilder
Output only. The runtime details of the tasks under the pipeline.
repeated .google.cloud.aiplatform.v1.PipelineTaskDetail task_details = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getTaskDetailsOrBuilderin interfacePipelineJobDetailOrBuilder
-
getTaskDetailsOrBuilderList
Output only. The runtime details of the tasks under the pipeline.
repeated .google.cloud.aiplatform.v1.PipelineTaskDetail task_details = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getTaskDetailsOrBuilderListin interfacePipelineJobDetailOrBuilder
-
addTaskDetailsBuilder
Output only. The runtime details of the tasks under the pipeline.
repeated .google.cloud.aiplatform.v1.PipelineTaskDetail task_details = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
addTaskDetailsBuilder
Output only. The runtime details of the tasks under the pipeline.
repeated .google.cloud.aiplatform.v1.PipelineTaskDetail task_details = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getTaskDetailsBuilderList
Output only. The runtime details of the tasks under the pipeline.
repeated .google.cloud.aiplatform.v1.PipelineTaskDetail task_details = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
-