public final class PipelineTaskDetail extends com.google.protobuf.GeneratedMessageV3 implements PipelineTaskDetailOrBuilder
The runtime detail of a task execution.Protobuf type
google.cloud.aiplatform.v1.PipelineTaskDetail| Modifier and Type | Class and Description |
|---|---|
static class |
PipelineTaskDetail.ArtifactList
A list of artifact metadata.
|
static interface |
PipelineTaskDetail.ArtifactListOrBuilder |
static class |
PipelineTaskDetail.Builder
The runtime detail of a task execution.
|
static class |
PipelineTaskDetail.PipelineTaskStatus
A single record of the task status.
|
static interface |
PipelineTaskDetail.PipelineTaskStatusOrBuilder |
static class |
PipelineTaskDetail.State
Specifies state of TaskExecution
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
CREATE_TIME_FIELD_NUMBER |
static int |
END_TIME_FIELD_NUMBER |
static int |
ERROR_FIELD_NUMBER |
static int |
EXECUTION_FIELD_NUMBER |
static int |
EXECUTOR_DETAIL_FIELD_NUMBER |
static int |
INPUTS_FIELD_NUMBER |
static int |
OUTPUTS_FIELD_NUMBER |
static int |
PARENT_TASK_ID_FIELD_NUMBER |
static int |
PIPELINE_TASK_STATUS_FIELD_NUMBER |
static int |
START_TIME_FIELD_NUMBER |
static int |
STATE_FIELD_NUMBER |
static int |
TASK_ID_FIELD_NUMBER |
static int |
TASK_NAME_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsInputs(String key)
Output only.
|
boolean |
containsOutputs(String key)
Output only.
|
boolean |
equals(Object obj) |
com.google.protobuf.Timestamp |
getCreateTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
Output only.
|
static PipelineTaskDetail |
getDefaultInstance() |
PipelineTaskDetail |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Timestamp |
getEndTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getEndTimeOrBuilder()
Output only.
|
com.google.rpc.Status |
getError()
Output only.
|
com.google.rpc.StatusOrBuilder |
getErrorOrBuilder()
Output only.
|
Execution |
getExecution()
Output only.
|
ExecutionOrBuilder |
getExecutionOrBuilder()
Output only.
|
PipelineTaskExecutorDetail |
getExecutorDetail()
Output only.
|
PipelineTaskExecutorDetailOrBuilder |
getExecutorDetailOrBuilder()
Output only.
|
Map<String,PipelineTaskDetail.ArtifactList> |
getInputs()
Deprecated.
|
int |
getInputsCount()
Output only.
|
Map<String,PipelineTaskDetail.ArtifactList> |
getInputsMap()
Output only.
|
PipelineTaskDetail.ArtifactList |
getInputsOrDefault(String key,
PipelineTaskDetail.ArtifactList defaultValue)
Output only.
|
PipelineTaskDetail.ArtifactList |
getInputsOrThrow(String key)
Output only.
|
Map<String,PipelineTaskDetail.ArtifactList> |
getOutputs()
Deprecated.
|
int |
getOutputsCount()
Output only.
|
Map<String,PipelineTaskDetail.ArtifactList> |
getOutputsMap()
Output only.
|
PipelineTaskDetail.ArtifactList |
getOutputsOrDefault(String key,
PipelineTaskDetail.ArtifactList defaultValue)
Output only.
|
PipelineTaskDetail.ArtifactList |
getOutputsOrThrow(String key)
Output only.
|
long |
getParentTaskId()
Output only.
|
com.google.protobuf.Parser<PipelineTaskDetail> |
getParserForType() |
PipelineTaskDetail.PipelineTaskStatus |
getPipelineTaskStatus(int index)
Output only.
|
int |
getPipelineTaskStatusCount()
Output only.
|
List<PipelineTaskDetail.PipelineTaskStatus> |
getPipelineTaskStatusList()
Output only.
|
PipelineTaskDetail.PipelineTaskStatusOrBuilder |
getPipelineTaskStatusOrBuilder(int index)
Output only.
|
List<? extends PipelineTaskDetail.PipelineTaskStatusOrBuilder> |
getPipelineTaskStatusOrBuilderList()
Output only.
|
int |
getSerializedSize() |
com.google.protobuf.Timestamp |
getStartTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getStartTimeOrBuilder()
Output only.
|
PipelineTaskDetail.State |
getState()
Output only.
|
int |
getStateValue()
Output only.
|
long |
getTaskId()
Output only.
|
String |
getTaskName()
Output only.
|
com.google.protobuf.ByteString |
getTaskNameBytes()
Output only.
|
boolean |
hasCreateTime()
Output only.
|
boolean |
hasEndTime()
Output only.
|
boolean |
hasError()
Output only.
|
boolean |
hasExecution()
Output only.
|
boolean |
hasExecutorDetail()
Output only.
|
int |
hashCode() |
boolean |
hasStartTime()
Output only.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapField |
internalGetMapField(int number) |
boolean |
isInitialized() |
static PipelineTaskDetail.Builder |
newBuilder() |
static PipelineTaskDetail.Builder |
newBuilder(PipelineTaskDetail prototype) |
PipelineTaskDetail.Builder |
newBuilderForType() |
protected PipelineTaskDetail.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static PipelineTaskDetail |
parseDelimitedFrom(InputStream input) |
static PipelineTaskDetail |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PipelineTaskDetail |
parseFrom(byte[] data) |
static PipelineTaskDetail |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PipelineTaskDetail |
parseFrom(ByteBuffer data) |
static PipelineTaskDetail |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PipelineTaskDetail |
parseFrom(com.google.protobuf.ByteString data) |
static PipelineTaskDetail |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PipelineTaskDetail |
parseFrom(com.google.protobuf.CodedInputStream input) |
static PipelineTaskDetail |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PipelineTaskDetail |
parseFrom(InputStream input) |
static PipelineTaskDetail |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<PipelineTaskDetail> |
parser() |
PipelineTaskDetail.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int TASK_ID_FIELD_NUMBER
public static final int PARENT_TASK_ID_FIELD_NUMBER
public static final int TASK_NAME_FIELD_NUMBER
public static final int CREATE_TIME_FIELD_NUMBER
public static final int START_TIME_FIELD_NUMBER
public static final int END_TIME_FIELD_NUMBER
public static final int EXECUTOR_DETAIL_FIELD_NUMBER
public static final int STATE_FIELD_NUMBER
public static final int EXECUTION_FIELD_NUMBER
public static final int ERROR_FIELD_NUMBER
public static final int PIPELINE_TASK_STATUS_FIELD_NUMBER
public static final int INPUTS_FIELD_NUMBER
public static final int OUTPUTS_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.MapField internalGetMapField(int number)
internalGetMapField in class com.google.protobuf.GeneratedMessageV3protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public long getTaskId()
Output only. The system generated ID of the task.
int64 task_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];getTaskId in interface PipelineTaskDetailOrBuilderpublic long getParentTaskId()
Output only. The id of the parent task if the task is within a component scope. Empty if the task is at the root level.
int64 parent_task_id = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];getParentTaskId in interface PipelineTaskDetailOrBuilderpublic String getTaskName()
Output only. The user specified name of the task that is defined in [pipeline_spec][google.cloud.aiplatform.v1.PipelineJob.pipeline_spec].
string task_name = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];getTaskName in interface PipelineTaskDetailOrBuilderpublic com.google.protobuf.ByteString getTaskNameBytes()
Output only. The user specified name of the task that is defined in [pipeline_spec][google.cloud.aiplatform.v1.PipelineJob.pipeline_spec].
string task_name = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];getTaskNameBytes in interface PipelineTaskDetailOrBuilderpublic boolean hasCreateTime()
Output only. Task create time.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasCreateTime in interface PipelineTaskDetailOrBuilderpublic com.google.protobuf.Timestamp getCreateTime()
Output only. Task create time.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
getCreateTime in interface PipelineTaskDetailOrBuilderpublic com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Output only. Task create time.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
getCreateTimeOrBuilder in interface PipelineTaskDetailOrBuilderpublic boolean hasStartTime()
Output only. Task start time.
.google.protobuf.Timestamp start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasStartTime in interface PipelineTaskDetailOrBuilderpublic com.google.protobuf.Timestamp getStartTime()
Output only. Task start time.
.google.protobuf.Timestamp start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
getStartTime in interface PipelineTaskDetailOrBuilderpublic com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
Output only. Task start time.
.google.protobuf.Timestamp start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
getStartTimeOrBuilder in interface PipelineTaskDetailOrBuilderpublic boolean hasEndTime()
Output only. Task end time.
.google.protobuf.Timestamp end_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasEndTime in interface PipelineTaskDetailOrBuilderpublic com.google.protobuf.Timestamp getEndTime()
Output only. Task end time.
.google.protobuf.Timestamp end_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
getEndTime in interface PipelineTaskDetailOrBuilderpublic com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
Output only. Task end time.
.google.protobuf.Timestamp end_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
getEndTimeOrBuilder in interface PipelineTaskDetailOrBuilderpublic boolean hasExecutorDetail()
Output only. The detailed execution info.
.google.cloud.aiplatform.v1.PipelineTaskExecutorDetail executor_detail = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasExecutorDetail in interface PipelineTaskDetailOrBuilderpublic PipelineTaskExecutorDetail getExecutorDetail()
Output only. The detailed execution info.
.google.cloud.aiplatform.v1.PipelineTaskExecutorDetail executor_detail = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
getExecutorDetail in interface PipelineTaskDetailOrBuilderpublic PipelineTaskExecutorDetailOrBuilder getExecutorDetailOrBuilder()
Output only. The detailed execution info.
.google.cloud.aiplatform.v1.PipelineTaskExecutorDetail executor_detail = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
getExecutorDetailOrBuilder in interface PipelineTaskDetailOrBuilderpublic int getStateValue()
Output only. State of the task.
.google.cloud.aiplatform.v1.PipelineTaskDetail.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
getStateValue in interface PipelineTaskDetailOrBuilderpublic PipelineTaskDetail.State getState()
Output only. State of the task.
.google.cloud.aiplatform.v1.PipelineTaskDetail.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
getState in interface PipelineTaskDetailOrBuilderpublic boolean hasExecution()
Output only. The execution metadata of the task.
.google.cloud.aiplatform.v1.Execution execution = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasExecution in interface PipelineTaskDetailOrBuilderpublic Execution getExecution()
Output only. The execution metadata of the task.
.google.cloud.aiplatform.v1.Execution execution = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
getExecution in interface PipelineTaskDetailOrBuilderpublic ExecutionOrBuilder getExecutionOrBuilder()
Output only. The execution metadata of the task.
.google.cloud.aiplatform.v1.Execution execution = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
getExecutionOrBuilder in interface PipelineTaskDetailOrBuilderpublic boolean hasError()
Output only. The error that occurred during task execution. Only populated when the task's state is FAILED or CANCELLED.
.google.rpc.Status error = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];hasError in interface PipelineTaskDetailOrBuilderpublic com.google.rpc.Status getError()
Output only. The error that occurred during task execution. Only populated when the task's state is FAILED or CANCELLED.
.google.rpc.Status error = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];getError in interface PipelineTaskDetailOrBuilderpublic com.google.rpc.StatusOrBuilder getErrorOrBuilder()
Output only. The error that occurred during task execution. Only populated when the task's state is FAILED or CANCELLED.
.google.rpc.Status error = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];getErrorOrBuilder in interface PipelineTaskDetailOrBuilderpublic List<PipelineTaskDetail.PipelineTaskStatus> getPipelineTaskStatusList()
Output only. A list of task status. This field keeps a record of task status evolving over time.
repeated .google.cloud.aiplatform.v1.PipelineTaskDetail.PipelineTaskStatus pipeline_task_status = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
getPipelineTaskStatusList in interface PipelineTaskDetailOrBuilderpublic List<? extends PipelineTaskDetail.PipelineTaskStatusOrBuilder> getPipelineTaskStatusOrBuilderList()
Output only. A list of task status. This field keeps a record of task status evolving over time.
repeated .google.cloud.aiplatform.v1.PipelineTaskDetail.PipelineTaskStatus pipeline_task_status = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
getPipelineTaskStatusOrBuilderList in interface PipelineTaskDetailOrBuilderpublic int getPipelineTaskStatusCount()
Output only. A list of task status. This field keeps a record of task status evolving over time.
repeated .google.cloud.aiplatform.v1.PipelineTaskDetail.PipelineTaskStatus pipeline_task_status = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
getPipelineTaskStatusCount in interface PipelineTaskDetailOrBuilderpublic PipelineTaskDetail.PipelineTaskStatus getPipelineTaskStatus(int index)
Output only. A list of task status. This field keeps a record of task status evolving over time.
repeated .google.cloud.aiplatform.v1.PipelineTaskDetail.PipelineTaskStatus pipeline_task_status = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
getPipelineTaskStatus in interface PipelineTaskDetailOrBuilderpublic PipelineTaskDetail.PipelineTaskStatusOrBuilder getPipelineTaskStatusOrBuilder(int index)
Output only. A list of task status. This field keeps a record of task status evolving over time.
repeated .google.cloud.aiplatform.v1.PipelineTaskDetail.PipelineTaskStatus pipeline_task_status = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
getPipelineTaskStatusOrBuilder in interface PipelineTaskDetailOrBuilderpublic int getInputsCount()
PipelineTaskDetailOrBuilderOutput only. The runtime input artifacts of the task.
map<string, .google.cloud.aiplatform.v1.PipelineTaskDetail.ArtifactList> inputs = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
getInputsCount in interface PipelineTaskDetailOrBuilderpublic boolean containsInputs(String key)
Output only. The runtime input artifacts of the task.
map<string, .google.cloud.aiplatform.v1.PipelineTaskDetail.ArtifactList> inputs = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
containsInputs in interface PipelineTaskDetailOrBuilder@Deprecated public Map<String,PipelineTaskDetail.ArtifactList> getInputs()
getInputsMap() instead.getInputs in interface PipelineTaskDetailOrBuilderpublic Map<String,PipelineTaskDetail.ArtifactList> getInputsMap()
Output only. The runtime input artifacts of the task.
map<string, .google.cloud.aiplatform.v1.PipelineTaskDetail.ArtifactList> inputs = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
getInputsMap in interface PipelineTaskDetailOrBuilderpublic PipelineTaskDetail.ArtifactList getInputsOrDefault(String key, PipelineTaskDetail.ArtifactList defaultValue)
Output only. The runtime input artifacts of the task.
map<string, .google.cloud.aiplatform.v1.PipelineTaskDetail.ArtifactList> inputs = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
getInputsOrDefault in interface PipelineTaskDetailOrBuilderpublic PipelineTaskDetail.ArtifactList getInputsOrThrow(String key)
Output only. The runtime input artifacts of the task.
map<string, .google.cloud.aiplatform.v1.PipelineTaskDetail.ArtifactList> inputs = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
getInputsOrThrow in interface PipelineTaskDetailOrBuilderpublic int getOutputsCount()
PipelineTaskDetailOrBuilderOutput only. The runtime output artifacts of the task.
map<string, .google.cloud.aiplatform.v1.PipelineTaskDetail.ArtifactList> outputs = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
getOutputsCount in interface PipelineTaskDetailOrBuilderpublic boolean containsOutputs(String key)
Output only. The runtime output artifacts of the task.
map<string, .google.cloud.aiplatform.v1.PipelineTaskDetail.ArtifactList> outputs = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
containsOutputs in interface PipelineTaskDetailOrBuilder@Deprecated public Map<String,PipelineTaskDetail.ArtifactList> getOutputs()
getOutputsMap() instead.getOutputs in interface PipelineTaskDetailOrBuilderpublic Map<String,PipelineTaskDetail.ArtifactList> getOutputsMap()
Output only. The runtime output artifacts of the task.
map<string, .google.cloud.aiplatform.v1.PipelineTaskDetail.ArtifactList> outputs = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
getOutputsMap in interface PipelineTaskDetailOrBuilderpublic PipelineTaskDetail.ArtifactList getOutputsOrDefault(String key, PipelineTaskDetail.ArtifactList defaultValue)
Output only. The runtime output artifacts of the task.
map<string, .google.cloud.aiplatform.v1.PipelineTaskDetail.ArtifactList> outputs = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
getOutputsOrDefault in interface PipelineTaskDetailOrBuilderpublic PipelineTaskDetail.ArtifactList getOutputsOrThrow(String key)
Output only. The runtime output artifacts of the task.
map<string, .google.cloud.aiplatform.v1.PipelineTaskDetail.ArtifactList> outputs = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
getOutputsOrThrow in interface PipelineTaskDetailOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static PipelineTaskDetail parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PipelineTaskDetail parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PipelineTaskDetail parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PipelineTaskDetail parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PipelineTaskDetail parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PipelineTaskDetail parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PipelineTaskDetail parseFrom(InputStream input) throws IOException
IOExceptionpublic static PipelineTaskDetail parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static PipelineTaskDetail parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static PipelineTaskDetail parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static PipelineTaskDetail parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static PipelineTaskDetail parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic PipelineTaskDetail.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static PipelineTaskDetail.Builder newBuilder()
public static PipelineTaskDetail.Builder newBuilder(PipelineTaskDetail prototype)
public PipelineTaskDetail.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected PipelineTaskDetail.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static PipelineTaskDetail getDefaultInstance()
public static com.google.protobuf.Parser<PipelineTaskDetail> parser()
public com.google.protobuf.Parser<PipelineTaskDetail> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public PipelineTaskDetail getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2023 Google LLC. All rights reserved.