Class PipelineTaskDetail.PipelineTaskStatus.Builder

    • Method Detail

      • getDescriptor

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

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.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.GeneratedMessageV3.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

        public PipelineTaskDetail.PipelineTaskStatus build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public PipelineTaskDetail.PipelineTaskStatus buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<PipelineTaskDetail.PipelineTaskStatus.Builder>
      • 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];
      • 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];
      • getStateValue

        public int getStateValue()
         Output only. The state of the task.
         
        .google.cloud.aiplatform.v1beta1.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.v1beta1.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.
      • clearState

        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];
        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 com.google.rpc.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

        public PipelineTaskDetail.PipelineTaskStatus.Builder setError​(com.google.rpc.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];
      • setError

        public PipelineTaskDetail.PipelineTaskStatus.Builder setError​(com.google.rpc.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];
      • mergeError

        public PipelineTaskDetail.PipelineTaskStatus.Builder mergeError​(com.google.rpc.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];
      • clearError

        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];
      • getErrorBuilder

        public com.google.rpc.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 com.google.rpc.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