Class PipelineTaskDetail

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
com.google.cloud.aiplatform.v1.PipelineTaskDetail
All Implemented Interfaces:
PipelineTaskDetailOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable

@Generated public final class PipelineTaskDetail extends com.google.protobuf.GeneratedMessage implements PipelineTaskDetailOrBuilder
 The runtime detail of a task execution.
 
Protobuf type google.cloud.aiplatform.v1.PipelineTaskDetail
See Also:
  • Field Details

    • TASK_ID_FIELD_NUMBER

      public static final int TASK_ID_FIELD_NUMBER
      See Also:
    • PARENT_TASK_ID_FIELD_NUMBER

      public static final int PARENT_TASK_ID_FIELD_NUMBER
      See Also:
    • TASK_NAME_FIELD_NUMBER

      public static final int TASK_NAME_FIELD_NUMBER
      See Also:
    • CREATE_TIME_FIELD_NUMBER

      public static final int CREATE_TIME_FIELD_NUMBER
      See Also:
    • START_TIME_FIELD_NUMBER

      public static final int START_TIME_FIELD_NUMBER
      See Also:
    • END_TIME_FIELD_NUMBER

      public static final int END_TIME_FIELD_NUMBER
      See Also:
    • EXECUTOR_DETAIL_FIELD_NUMBER

      public static final int EXECUTOR_DETAIL_FIELD_NUMBER
      See Also:
    • STATE_FIELD_NUMBER

      public static final int STATE_FIELD_NUMBER
      See Also:
    • EXECUTION_FIELD_NUMBER

      public static final int EXECUTION_FIELD_NUMBER
      See Also:
    • ERROR_FIELD_NUMBER

      public static final int ERROR_FIELD_NUMBER
      See Also:
    • PIPELINE_TASK_STATUS_FIELD_NUMBER

      public static final int PIPELINE_TASK_STATUS_FIELD_NUMBER
      See Also:
    • INPUTS_FIELD_NUMBER

      public static final int INPUTS_FIELD_NUMBER
      See Also:
    • OUTPUTS_FIELD_NUMBER

      public static final int OUTPUTS_FIELD_NUMBER
      See Also:
    • TASK_UNIQUE_NAME_FIELD_NUMBER

      public static final int TASK_UNIQUE_NAME_FIELD_NUMBER
      See Also:
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetMapFieldReflection

      protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
      Overrides:
      internalGetMapFieldReflection in class com.google.protobuf.GeneratedMessage
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage
    • getTaskId

      public long getTaskId()
       Output only. The system generated ID of the task.
       
      int64 task_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getTaskId in interface PipelineTaskDetailOrBuilder
      Returns:
      The taskId.
    • getParentTaskId

      public 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];
      Specified by:
      getParentTaskId in interface PipelineTaskDetailOrBuilder
      Returns:
      The parentTaskId.
    • getTaskName

      public 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];
      Specified by:
      getTaskName in interface PipelineTaskDetailOrBuilder
      Returns:
      The taskName.
    • getTaskNameBytes

      public 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];
      Specified by:
      getTaskNameBytes in interface PipelineTaskDetailOrBuilder
      Returns:
      The bytes for taskName.
    • hasCreateTime

      public boolean hasCreateTime()
       Output only. Task create time.
       
      .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      hasCreateTime in interface PipelineTaskDetailOrBuilder
      Returns:
      Whether the createTime field is set.
    • getCreateTime

      public com.google.protobuf.Timestamp getCreateTime()
       Output only. Task create time.
       
      .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getCreateTime in interface PipelineTaskDetailOrBuilder
      Returns:
      The createTime.
    • getCreateTimeOrBuilder

      public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
       Output only. Task create time.
       
      .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getCreateTimeOrBuilder in interface PipelineTaskDetailOrBuilder
    • hasStartTime

      public boolean hasStartTime()
       Output only. Task start time.
       
      .google.protobuf.Timestamp start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      hasStartTime in interface PipelineTaskDetailOrBuilder
      Returns:
      Whether the startTime field is set.
    • getStartTime

      public com.google.protobuf.Timestamp getStartTime()
       Output only. Task start time.
       
      .google.protobuf.Timestamp start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getStartTime in interface PipelineTaskDetailOrBuilder
      Returns:
      The startTime.
    • getStartTimeOrBuilder

      public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
       Output only. Task start time.
       
      .google.protobuf.Timestamp start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getStartTimeOrBuilder in interface PipelineTaskDetailOrBuilder
    • hasEndTime

      public boolean hasEndTime()
       Output only. Task end time.
       
      .google.protobuf.Timestamp end_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      hasEndTime in interface PipelineTaskDetailOrBuilder
      Returns:
      Whether the endTime field is set.
    • getEndTime

      public com.google.protobuf.Timestamp getEndTime()
       Output only. Task end time.
       
      .google.protobuf.Timestamp end_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getEndTime in interface PipelineTaskDetailOrBuilder
      Returns:
      The endTime.
    • getEndTimeOrBuilder

      public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
       Output only. Task end time.
       
      .google.protobuf.Timestamp end_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getEndTimeOrBuilder in interface PipelineTaskDetailOrBuilder
    • hasExecutorDetail

      public boolean hasExecutorDetail()
       Output only. The detailed execution info.
       
      .google.cloud.aiplatform.v1.PipelineTaskExecutorDetail executor_detail = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      hasExecutorDetail in interface PipelineTaskDetailOrBuilder
      Returns:
      Whether the executorDetail field is set.
    • getExecutorDetail

      public PipelineTaskExecutorDetail getExecutorDetail()
       Output only. The detailed execution info.
       
      .google.cloud.aiplatform.v1.PipelineTaskExecutorDetail executor_detail = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getExecutorDetail in interface PipelineTaskDetailOrBuilder
      Returns:
      The executorDetail.
    • getExecutorDetailOrBuilder

      public PipelineTaskExecutorDetailOrBuilder getExecutorDetailOrBuilder()
       Output only. The detailed execution info.
       
      .google.cloud.aiplatform.v1.PipelineTaskExecutorDetail executor_detail = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getExecutorDetailOrBuilder in interface PipelineTaskDetailOrBuilder
    • getStateValue

      public int getStateValue()
       Output only. State of the task.
       
      .google.cloud.aiplatform.v1.PipelineTaskDetail.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getStateValue in interface PipelineTaskDetailOrBuilder
      Returns:
      The enum numeric value on the wire for state.
    • getState

      public PipelineTaskDetail.State getState()
       Output only. State of the task.
       
      .google.cloud.aiplatform.v1.PipelineTaskDetail.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getState in interface PipelineTaskDetailOrBuilder
      Returns:
      The state.
    • hasExecution

      public boolean hasExecution()
       Output only. The execution metadata of the task.
       
      .google.cloud.aiplatform.v1.Execution execution = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      hasExecution in interface PipelineTaskDetailOrBuilder
      Returns:
      Whether the execution field is set.
    • getExecution

      public Execution getExecution()
       Output only. The execution metadata of the task.
       
      .google.cloud.aiplatform.v1.Execution execution = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getExecution in interface PipelineTaskDetailOrBuilder
      Returns:
      The execution.
    • getExecutionOrBuilder

      public ExecutionOrBuilder getExecutionOrBuilder()
       Output only. The execution metadata of the task.
       
      .google.cloud.aiplatform.v1.Execution execution = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getExecutionOrBuilder in interface PipelineTaskDetailOrBuilder
    • hasError

      public 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];
      Specified by:
      hasError in interface PipelineTaskDetailOrBuilder
      Returns:
      Whether the error field is set.
    • getError

      public 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];
      Specified by:
      getError in interface PipelineTaskDetailOrBuilder
      Returns:
      The error.
    • getErrorOrBuilder

      public 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];
      Specified by:
      getErrorOrBuilder in interface PipelineTaskDetailOrBuilder
    • getPipelineTaskStatusList

      public 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];
      Specified by:
      getPipelineTaskStatusList in interface PipelineTaskDetailOrBuilder
    • getPipelineTaskStatusOrBuilderList

      public 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];
      Specified by:
      getPipelineTaskStatusOrBuilderList in interface PipelineTaskDetailOrBuilder
    • getPipelineTaskStatusCount

      public 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];
      Specified by:
      getPipelineTaskStatusCount in interface PipelineTaskDetailOrBuilder
    • getPipelineTaskStatus

      public 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];
      Specified by:
      getPipelineTaskStatus in interface PipelineTaskDetailOrBuilder
    • getPipelineTaskStatusOrBuilder

      public 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];
      Specified by:
      getPipelineTaskStatusOrBuilder in interface PipelineTaskDetailOrBuilder
    • getInputsCount

      public int getInputsCount()
      Description copied from interface: PipelineTaskDetailOrBuilder
       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];
      Specified by:
      getInputsCount in interface PipelineTaskDetailOrBuilder
    • containsInputs

      public 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];
      Specified by:
      containsInputs in interface PipelineTaskDetailOrBuilder
    • getInputs

      Deprecated.
      Use getInputsMap() instead.
      Specified by:
      getInputs in interface PipelineTaskDetailOrBuilder
    • getInputsMap

      public 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];
      Specified by:
      getInputsMap in interface PipelineTaskDetailOrBuilder
    • getInputsOrDefault

      public 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];
      Specified by:
      getInputsOrDefault in interface PipelineTaskDetailOrBuilder
    • getInputsOrThrow

      public 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];
      Specified by:
      getInputsOrThrow in interface PipelineTaskDetailOrBuilder
    • getOutputsCount

      public int getOutputsCount()
      Description copied from interface: PipelineTaskDetailOrBuilder
       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];
      Specified by:
      getOutputsCount in interface PipelineTaskDetailOrBuilder
    • containsOutputs

      public 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];
      Specified by:
      containsOutputs in interface PipelineTaskDetailOrBuilder
    • getOutputs

      Deprecated.
      Use getOutputsMap() instead.
      Specified by:
      getOutputs in interface PipelineTaskDetailOrBuilder
    • getOutputsMap

      public 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];
      Specified by:
      getOutputsMap in interface PipelineTaskDetailOrBuilder
    • getOutputsOrDefault

      public 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];
      Specified by:
      getOutputsOrDefault in interface PipelineTaskDetailOrBuilder
    • getOutputsOrThrow

      public 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];
      Specified by:
      getOutputsOrThrow in interface PipelineTaskDetailOrBuilder
    • getTaskUniqueName

      public String getTaskUniqueName()
       Output only. The unique name of a task.
       This field is used by rerun pipeline job.
       Console UI and Vertex AI SDK will support triggering pipeline job reruns.
       The name is constructed by concatenating all the parent tasks name with
       the task name. For example, if a task named "child_task" has a parent task
       named "parent_task_1" and parent task 1 has a parent task named
       "parent_task_2", the task unique name will be
       "parent_task_2.parent_task_1.child_task".
       
      string task_unique_name = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getTaskUniqueName in interface PipelineTaskDetailOrBuilder
      Returns:
      The taskUniqueName.
    • getTaskUniqueNameBytes

      public com.google.protobuf.ByteString getTaskUniqueNameBytes()
       Output only. The unique name of a task.
       This field is used by rerun pipeline job.
       Console UI and Vertex AI SDK will support triggering pipeline job reruns.
       The name is constructed by concatenating all the parent tasks name with
       the task name. For example, if a task named "child_task" has a parent task
       named "parent_task_1" and parent task 1 has a parent task named
       "parent_task_2", the task unique name will be
       "parent_task_2.parent_task_1.child_task".
       
      string task_unique_name = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getTaskUniqueNameBytes in interface PipelineTaskDetailOrBuilder
      Returns:
      The bytes for taskUniqueName.
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessage
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessage
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static PipelineTaskDetail parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static PipelineTaskDetail parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static PipelineTaskDetail parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static PipelineTaskDetail parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static PipelineTaskDetail parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static PipelineTaskDetail parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static PipelineTaskDetail parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static PipelineTaskDetail parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static PipelineTaskDetail parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static PipelineTaskDetail parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static PipelineTaskDetail parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static PipelineTaskDetail parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public PipelineTaskDetail.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static PipelineTaskDetail.Builder newBuilder()
    • newBuilder

      public static PipelineTaskDetail.Builder newBuilder(PipelineTaskDetail prototype)
    • toBuilder

      public PipelineTaskDetail.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected PipelineTaskDetail.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
      Overrides:
      newBuilderForType in class com.google.protobuf.AbstractMessage
    • getDefaultInstance

      public static PipelineTaskDetail getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<PipelineTaskDetail> parser()
    • getParserForType

      public com.google.protobuf.Parser<PipelineTaskDetail> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessage
    • getDefaultInstanceForType

      public PipelineTaskDetail getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder