public static final class PipelineTaskDetail.PipelineTaskStatus.Builder extends GeneratedMessageV3.Builder<PipelineTaskDetail.PipelineTaskStatus.Builder> implements PipelineTaskDetail.PipelineTaskStatusOrBuilder
   
   A single record of the task status.
 Protobuf type google.cloud.aiplatform.v1beta1.PipelineTaskDetail.PipelineTaskStatus
    Inherited Members
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Methods
  
  
  
  
    public static final Descriptors.Descriptor getDescriptor()
   
  
  Methods
  
  
  
  
    public PipelineTaskDetail.PipelineTaskStatus.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  
  
    public PipelineTaskDetail.PipelineTaskStatus build()
   
  
  
  
  
    public PipelineTaskDetail.PipelineTaskStatus buildPartial()
   
  
  
  
  
    public PipelineTaskDetail.PipelineTaskStatus.Builder clear()
   
  
  Overrides
  
  
  
  
    public PipelineTaskDetail.PipelineTaskStatus.Builder 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];
    public PipelineTaskDetail.PipelineTaskStatus.Builder clearField(Descriptors.FieldDescriptor field)
   
  
  
  Overrides
  
  
  
  
    public PipelineTaskDetail.PipelineTaskStatus.Builder clearOneof(Descriptors.OneofDescriptor oneof)
   
  
  
  Overrides
  
  
  
  
    public PipelineTaskDetail.PipelineTaskStatus.Builder clearState()
   
   Output only. The state of the task.
 
 .google.cloud.aiplatform.v1beta1.PipelineTaskDetail.State state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
    public PipelineTaskDetail.PipelineTaskStatus.Builder clearUpdateTime()
   
   Output only. Update time of this status.
 
 .google.protobuf.Timestamp update_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
    public PipelineTaskDetail.PipelineTaskStatus.Builder clone()
   
  
  Overrides
  
  
  
  
    public PipelineTaskDetail.PipelineTaskStatus getDefaultInstanceForType()
   
  
  
  
  
    public Descriptors.Descriptor getDescriptorForType()
   
  
  Overrides
  
  
  
  
   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];
    
      
        | Returns | 
      
        | Type | Description | 
      
        | com.google.rpc.Status | The error. | 
    
  
  
  
  
    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];
    
      
        | Returns | 
      
        | Type | Description | 
      
        | com.google.rpc.Status.Builder |  | 
    
  
  
  
  
    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];
    
      
        | Returns | 
      
        | Type | Description | 
      
        | com.google.rpc.StatusOrBuilder |  | 
    
  
  
  
  
    public PipelineTaskDetail.State getState()
   
   Output only. The state of the task.
 
 .google.cloud.aiplatform.v1beta1.PipelineTaskDetail.State state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
    public int getStateValue()
   
   Output only. The state of the task.
 
 .google.cloud.aiplatform.v1beta1.PipelineTaskDetail.State state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | int | The enum numeric value on the wire for state. | 
    
  
  
  
  
    public Timestamp getUpdateTime()
   
   Output only. Update time of this status.
 
 .google.protobuf.Timestamp update_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | Timestamp | The updateTime. | 
    
  
  
  
  
    public Timestamp.Builder getUpdateTimeBuilder()
   
   Output only. Update time of this status.
 
 .google.protobuf.Timestamp update_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
    public TimestampOrBuilder getUpdateTimeOrBuilder()
   
   Output only. Update time of this status.
 
 .google.protobuf.Timestamp update_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
    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];
    
      
        | Returns | 
      
        | Type | Description | 
      
        | boolean | Whether the error field is set. | 
    
  
  
  
  
    public boolean hasUpdateTime()
   
   Output only. Update time of this status.
 
 .google.protobuf.Timestamp update_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | boolean | Whether the updateTime field is set. | 
    
  
  
  
  
    protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
   
  
  Overrides
  
  
  
  
    public final boolean isInitialized()
   
  
  Overrides
  
  
  
  
    public PipelineTaskDetail.PipelineTaskStatus.Builder mergeError(Status value)
   
   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];
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | value | com.google.rpc.Status
 | 
    
  
  
  
  
  
    public PipelineTaskDetail.PipelineTaskStatus.Builder mergeFrom(PipelineTaskDetail.PipelineTaskStatus other)
   
  
  
  
  
  
    public PipelineTaskDetail.PipelineTaskStatus.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  Overrides
  
  
  
  
  
    public PipelineTaskDetail.PipelineTaskStatus.Builder mergeFrom(Message other)
   
  
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | other | Message
 | 
    
  
  
  Overrides
  
  
  
  
    public final PipelineTaskDetail.PipelineTaskStatus.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides
  
  
  
  
    public PipelineTaskDetail.PipelineTaskStatus.Builder mergeUpdateTime(Timestamp value)
   
   Output only. Update time of this status.
 
 .google.protobuf.Timestamp update_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
    public PipelineTaskDetail.PipelineTaskStatus.Builder setError(Status value)
   
   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];
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | value | com.google.rpc.Status
 | 
    
  
  
  
  
  
    public PipelineTaskDetail.PipelineTaskStatus.Builder setError(Status.Builder builderForValue)
   
   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];
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | builderForValue | com.google.rpc.Status.Builder
 | 
    
  
  
  
  
  
    public PipelineTaskDetail.PipelineTaskStatus.Builder setField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  
  
    public PipelineTaskDetail.PipelineTaskStatus.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
   
  
  
  Overrides
  
  
  
  
    public PipelineTaskDetail.PipelineTaskStatus.Builder setState(PipelineTaskDetail.State value)
   
   Output only. The state of the task.
 
 .google.cloud.aiplatform.v1beta1.PipelineTaskDetail.State state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
    public PipelineTaskDetail.PipelineTaskStatus.Builder setStateValue(int value)
   
   Output only. The state of the task.
 
 .google.cloud.aiplatform.v1beta1.PipelineTaskDetail.State state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | value | int
 The enum numeric value on the wire for state to set. | 
    
  
  
  
  
  
    public final PipelineTaskDetail.PipelineTaskStatus.Builder setUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides
  
  
  
  
    public PipelineTaskDetail.PipelineTaskStatus.Builder setUpdateTime(Timestamp value)
   
   Output only. Update time of this status.
 
 .google.protobuf.Timestamp update_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
    public PipelineTaskDetail.PipelineTaskStatus.Builder setUpdateTime(Timestamp.Builder builderForValue)
   
   Output only. Update time of this status.
 
 .google.protobuf.Timestamp update_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | builderForValue | Builder
 |