Class PipelineTaskDetail.PipelineTaskStatus.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessage.Builder<PipelineTaskDetail.PipelineTaskStatus.Builder>
com.google.cloud.aiplatform.v1.PipelineTaskDetail.PipelineTaskStatus.Builder
All Implemented Interfaces:
PipelineTaskDetail.PipelineTaskStatusOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
Enclosing class:
PipelineTaskDetail.PipelineTaskStatus

public static final class PipelineTaskDetail.PipelineTaskStatus.Builder extends com.google.protobuf.GeneratedMessage.Builder<PipelineTaskDetail.PipelineTaskStatus.Builder> implements PipelineTaskDetail.PipelineTaskStatusOrBuilder
 A single record of the task status.
 
Protobuf type google.cloud.aiplatform.v1.PipelineTaskDetail.PipelineTaskStatus
  • Method Details

    • getDescriptor

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

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<PipelineTaskDetail.PipelineTaskStatus.Builder>
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessage.Builder<PipelineTaskDetail.PipelineTaskStatus.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<PipelineTaskDetail.PipelineTaskStatus.Builder>
    • getDefaultInstanceForType

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

      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public PipelineTaskDetail.PipelineTaskStatus.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<PipelineTaskDetail.PipelineTaskStatus.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage.Builder<PipelineTaskDetail.PipelineTaskStatus.Builder>
    • mergeFrom

      public PipelineTaskDetail.PipelineTaskStatus.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<PipelineTaskDetail.PipelineTaskStatus.Builder>
      Throws:
      IOException
    • hasUpdateTime

      public boolean hasUpdateTime()
       Output only. Update time of this status.
       
      .google.protobuf.Timestamp update_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      hasUpdateTime in interface PipelineTaskDetail.PipelineTaskStatusOrBuilder
      Returns:
      Whether the updateTime field is set.
    • getUpdateTime

      public com.google.protobuf.Timestamp getUpdateTime()
       Output only. Update time of this status.
       
      .google.protobuf.Timestamp update_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getUpdateTime in interface PipelineTaskDetail.PipelineTaskStatusOrBuilder
      Returns:
      The updateTime.
    • setUpdateTime

      public PipelineTaskDetail.PipelineTaskStatus.Builder setUpdateTime(com.google.protobuf.Timestamp value)
       Output only. Update time of this status.
       
      .google.protobuf.Timestamp update_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • setUpdateTime

      public PipelineTaskDetail.PipelineTaskStatus.Builder setUpdateTime(com.google.protobuf.Timestamp.Builder builderForValue)
       Output only. Update time of this status.
       
      .google.protobuf.Timestamp update_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • mergeUpdateTime

      public PipelineTaskDetail.PipelineTaskStatus.Builder mergeUpdateTime(com.google.protobuf.Timestamp value)
       Output only. Update time of this status.
       
      .google.protobuf.Timestamp update_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • clearUpdateTime

       Output only. Update time of this status.
       
      .google.protobuf.Timestamp update_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getUpdateTimeBuilder

      public com.google.protobuf.Timestamp.Builder getUpdateTimeBuilder()
       Output only. Update time of this status.
       
      .google.protobuf.Timestamp update_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getUpdateTimeOrBuilder

      public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
       Output only. Update time of this status.
       
      .google.protobuf.Timestamp update_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getUpdateTimeOrBuilder in interface PipelineTaskDetail.PipelineTaskStatusOrBuilder
    • getStateValue

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

      public PipelineTaskDetail.PipelineTaskStatus.Builder setStateValue(int value)
       Output only. The state of the task.
       
      .google.cloud.aiplatform.v1.PipelineTaskDetail.State state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Parameters:
      value - The enum numeric value on the wire for state to set.
      Returns:
      This builder for chaining.
    • getState

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

       Output only. The state of the task.
       
      .google.cloud.aiplatform.v1.PipelineTaskDetail.State state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Parameters:
      value - The state to set.
      Returns:
      This builder for chaining.
    • clearState

       Output only. The state of the task.
       
      .google.cloud.aiplatform.v1.PipelineTaskDetail.State state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      This builder for chaining.
    • hasError

      public boolean hasError()
       Output only. The error that occurred during the state. May be set when
       the state is any of the non-final state (PENDING/RUNNING/CANCELLING) or
       FAILED state. If the state is FAILED, the error here is final and not
       going to be retried. If the state is a non-final state, the error
       indicates a system-error being retried.
       
      .google.rpc.Status error = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      hasError in interface PipelineTaskDetail.PipelineTaskStatusOrBuilder
      Returns:
      Whether the error field is set.
    • getError

      public Status getError()
       Output only. The error that occurred during the state. May be set when
       the state is any of the non-final state (PENDING/RUNNING/CANCELLING) or
       FAILED state. If the state is FAILED, the error here is final and not
       going to be retried. If the state is a non-final state, the error
       indicates a system-error being retried.
       
      .google.rpc.Status error = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getError in interface PipelineTaskDetail.PipelineTaskStatusOrBuilder
      Returns:
      The error.
    • setError

       Output only. The error that occurred during the state. May be set when
       the state is any of the non-final state (PENDING/RUNNING/CANCELLING) or
       FAILED state. If the state is FAILED, the error here is final and not
       going to be retried. If the state is a non-final state, the error
       indicates a system-error being retried.
       
      .google.rpc.Status error = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • setError

       Output only. The error that occurred during the state. May be set when
       the state is any of the non-final state (PENDING/RUNNING/CANCELLING) or
       FAILED state. If the state is FAILED, the error here is final and not
       going to be retried. If the state is a non-final state, the error
       indicates a system-error being retried.
       
      .google.rpc.Status error = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • mergeError

       Output only. The error that occurred during the state. May be set when
       the state is any of the non-final state (PENDING/RUNNING/CANCELLING) or
       FAILED state. If the state is FAILED, the error here is final and not
       going to be retried. If the state is a non-final state, the error
       indicates a system-error being retried.
       
      .google.rpc.Status error = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • clearError

       Output only. The error that occurred during the state. May be set when
       the state is any of the non-final state (PENDING/RUNNING/CANCELLING) or
       FAILED state. If the state is FAILED, the error here is final and not
       going to be retried. If the state is a non-final state, the error
       indicates a system-error being retried.
       
      .google.rpc.Status error = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getErrorBuilder

      public Status.Builder getErrorBuilder()
       Output only. The error that occurred during the state. May be set when
       the state is any of the non-final state (PENDING/RUNNING/CANCELLING) or
       FAILED state. If the state is FAILED, the error here is final and not
       going to be retried. If the state is a non-final state, the error
       indicates a system-error being retried.
       
      .google.rpc.Status error = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getErrorOrBuilder

      public StatusOrBuilder getErrorOrBuilder()
       Output only. The error that occurred during the state. May be set when
       the state is any of the non-final state (PENDING/RUNNING/CANCELLING) or
       FAILED state. If the state is FAILED, the error here is final and not
       going to be retried. If the state is a non-final state, the error
       indicates a system-error being retried.
       
      .google.rpc.Status error = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getErrorOrBuilder in interface PipelineTaskDetail.PipelineTaskStatusOrBuilder