Class MigrationTask.Builder

  • All Implemented Interfaces:
    MigrationTaskOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
    Enclosing class:
    MigrationTask

    public static final class MigrationTask.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<MigrationTask.Builder>
    implements MigrationTaskOrBuilder
     A single task for a migration which has details about the configuration of
     the task.
     
    Protobuf type google.cloud.bigquery.migration.v2alpha.MigrationTask
    • 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<MigrationTask.Builder>
      • clear

        public MigrationTask.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.GeneratedMessageV3.Builder<MigrationTask.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<MigrationTask.Builder>
      • getDefaultInstanceForType

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

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

        public MigrationTask buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • clone

        public MigrationTask.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<MigrationTask.Builder>
      • setField

        public MigrationTask.Builder setField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                              Object value)
        Specified by:
        setField in interface com.google.protobuf.Message.Builder
        Overrides:
        setField in class com.google.protobuf.GeneratedMessageV3.Builder<MigrationTask.Builder>
      • clearField

        public MigrationTask.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<MigrationTask.Builder>
      • clearOneof

        public MigrationTask.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<MigrationTask.Builder>
      • setRepeatedField

        public MigrationTask.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                      int index,
                                                      Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<MigrationTask.Builder>
      • addRepeatedField

        public MigrationTask.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                      Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<MigrationTask.Builder>
      • mergeFrom

        public MigrationTask.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<MigrationTask.Builder>
      • isInitialized

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

        public MigrationTask.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<MigrationTask.Builder>
        Throws:
        IOException
      • hasAssessmentTaskDetails

        public boolean hasAssessmentTaskDetails()
         Task configuration for Assessment.
         
        .google.cloud.bigquery.migration.v2alpha.AssessmentTaskDetails assessment_task_details = 12;
        Specified by:
        hasAssessmentTaskDetails in interface MigrationTaskOrBuilder
        Returns:
        Whether the assessmentTaskDetails field is set.
      • setAssessmentTaskDetails

        public MigrationTask.Builder setAssessmentTaskDetails​(AssessmentTaskDetails value)
         Task configuration for Assessment.
         
        .google.cloud.bigquery.migration.v2alpha.AssessmentTaskDetails assessment_task_details = 12;
      • setAssessmentTaskDetails

        public MigrationTask.Builder setAssessmentTaskDetails​(AssessmentTaskDetails.Builder builderForValue)
         Task configuration for Assessment.
         
        .google.cloud.bigquery.migration.v2alpha.AssessmentTaskDetails assessment_task_details = 12;
      • mergeAssessmentTaskDetails

        public MigrationTask.Builder mergeAssessmentTaskDetails​(AssessmentTaskDetails value)
         Task configuration for Assessment.
         
        .google.cloud.bigquery.migration.v2alpha.AssessmentTaskDetails assessment_task_details = 12;
      • clearAssessmentTaskDetails

        public MigrationTask.Builder clearAssessmentTaskDetails()
         Task configuration for Assessment.
         
        .google.cloud.bigquery.migration.v2alpha.AssessmentTaskDetails assessment_task_details = 12;
      • getAssessmentTaskDetailsBuilder

        public AssessmentTaskDetails.Builder getAssessmentTaskDetailsBuilder()
         Task configuration for Assessment.
         
        .google.cloud.bigquery.migration.v2alpha.AssessmentTaskDetails assessment_task_details = 12;
      • hasTranslationTaskDetails

        public boolean hasTranslationTaskDetails()
         Task configuration for Batch/Offline SQL Translation.
         
        .google.cloud.bigquery.migration.v2alpha.TranslationTaskDetails translation_task_details = 13;
        Specified by:
        hasTranslationTaskDetails in interface MigrationTaskOrBuilder
        Returns:
        Whether the translationTaskDetails field is set.
      • getTranslationTaskDetails

        public TranslationTaskDetails getTranslationTaskDetails()
         Task configuration for Batch/Offline SQL Translation.
         
        .google.cloud.bigquery.migration.v2alpha.TranslationTaskDetails translation_task_details = 13;
        Specified by:
        getTranslationTaskDetails in interface MigrationTaskOrBuilder
        Returns:
        The translationTaskDetails.
      • setTranslationTaskDetails

        public MigrationTask.Builder setTranslationTaskDetails​(TranslationTaskDetails value)
         Task configuration for Batch/Offline SQL Translation.
         
        .google.cloud.bigquery.migration.v2alpha.TranslationTaskDetails translation_task_details = 13;
      • setTranslationTaskDetails

        public MigrationTask.Builder setTranslationTaskDetails​(TranslationTaskDetails.Builder builderForValue)
         Task configuration for Batch/Offline SQL Translation.
         
        .google.cloud.bigquery.migration.v2alpha.TranslationTaskDetails translation_task_details = 13;
      • mergeTranslationTaskDetails

        public MigrationTask.Builder mergeTranslationTaskDetails​(TranslationTaskDetails value)
         Task configuration for Batch/Offline SQL Translation.
         
        .google.cloud.bigquery.migration.v2alpha.TranslationTaskDetails translation_task_details = 13;
      • clearTranslationTaskDetails

        public MigrationTask.Builder clearTranslationTaskDetails()
         Task configuration for Batch/Offline SQL Translation.
         
        .google.cloud.bigquery.migration.v2alpha.TranslationTaskDetails translation_task_details = 13;
      • getTranslationTaskDetailsBuilder

        public TranslationTaskDetails.Builder getTranslationTaskDetailsBuilder()
         Task configuration for Batch/Offline SQL Translation.
         
        .google.cloud.bigquery.migration.v2alpha.TranslationTaskDetails translation_task_details = 13;
      • getId

        public String getId()
         Output only. Immutable. The unique identifier for the migration task. The ID is server-generated.
         
        string id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = IMMUTABLE];
        Specified by:
        getId in interface MigrationTaskOrBuilder
        Returns:
        The id.
      • getIdBytes

        public com.google.protobuf.ByteString getIdBytes()
         Output only. Immutable. The unique identifier for the migration task. The ID is server-generated.
         
        string id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = IMMUTABLE];
        Specified by:
        getIdBytes in interface MigrationTaskOrBuilder
        Returns:
        The bytes for id.
      • setId

        public MigrationTask.Builder setId​(String value)
         Output only. Immutable. The unique identifier for the migration task. The ID is server-generated.
         
        string id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = IMMUTABLE];
        Parameters:
        value - The id to set.
        Returns:
        This builder for chaining.
      • clearId

        public MigrationTask.Builder clearId()
         Output only. Immutable. The unique identifier for the migration task. The ID is server-generated.
         
        string id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = IMMUTABLE];
        Returns:
        This builder for chaining.
      • setIdBytes

        public MigrationTask.Builder setIdBytes​(com.google.protobuf.ByteString value)
         Output only. Immutable. The unique identifier for the migration task. The ID is server-generated.
         
        string id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = IMMUTABLE];
        Parameters:
        value - The bytes for id to set.
        Returns:
        This builder for chaining.
      • getType

        public String getType()
         The type of the task. This must be a supported task type.
         
        string type = 2;
        Specified by:
        getType in interface MigrationTaskOrBuilder
        Returns:
        The type.
      • getTypeBytes

        public com.google.protobuf.ByteString getTypeBytes()
         The type of the task. This must be a supported task type.
         
        string type = 2;
        Specified by:
        getTypeBytes in interface MigrationTaskOrBuilder
        Returns:
        The bytes for type.
      • setType

        public MigrationTask.Builder setType​(String value)
         The type of the task. This must be a supported task type.
         
        string type = 2;
        Parameters:
        value - The type to set.
        Returns:
        This builder for chaining.
      • clearType

        public MigrationTask.Builder clearType()
         The type of the task. This must be a supported task type.
         
        string type = 2;
        Returns:
        This builder for chaining.
      • setTypeBytes

        public MigrationTask.Builder setTypeBytes​(com.google.protobuf.ByteString value)
         The type of the task. This must be a supported task type.
         
        string type = 2;
        Parameters:
        value - The bytes for type to set.
        Returns:
        This builder for chaining.
      • hasDetails

        public boolean hasDetails()
         DEPRECATED! Use one of the task_details below.
         The details of the task. The type URL must be one of the supported task
         details messages and correspond to the Task's type.
         
        .google.protobuf.Any details = 3;
        Specified by:
        hasDetails in interface MigrationTaskOrBuilder
        Returns:
        Whether the details field is set.
      • getDetails

        public com.google.protobuf.Any getDetails()
         DEPRECATED! Use one of the task_details below.
         The details of the task. The type URL must be one of the supported task
         details messages and correspond to the Task's type.
         
        .google.protobuf.Any details = 3;
        Specified by:
        getDetails in interface MigrationTaskOrBuilder
        Returns:
        The details.
      • setDetails

        public MigrationTask.Builder setDetails​(com.google.protobuf.Any value)
         DEPRECATED! Use one of the task_details below.
         The details of the task. The type URL must be one of the supported task
         details messages and correspond to the Task's type.
         
        .google.protobuf.Any details = 3;
      • setDetails

        public MigrationTask.Builder setDetails​(com.google.protobuf.Any.Builder builderForValue)
         DEPRECATED! Use one of the task_details below.
         The details of the task. The type URL must be one of the supported task
         details messages and correspond to the Task's type.
         
        .google.protobuf.Any details = 3;
      • mergeDetails

        public MigrationTask.Builder mergeDetails​(com.google.protobuf.Any value)
         DEPRECATED! Use one of the task_details below.
         The details of the task. The type URL must be one of the supported task
         details messages and correspond to the Task's type.
         
        .google.protobuf.Any details = 3;
      • clearDetails

        public MigrationTask.Builder clearDetails()
         DEPRECATED! Use one of the task_details below.
         The details of the task. The type URL must be one of the supported task
         details messages and correspond to the Task's type.
         
        .google.protobuf.Any details = 3;
      • getDetailsBuilder

        public com.google.protobuf.Any.Builder getDetailsBuilder()
         DEPRECATED! Use one of the task_details below.
         The details of the task. The type URL must be one of the supported task
         details messages and correspond to the Task's type.
         
        .google.protobuf.Any details = 3;
      • getDetailsOrBuilder

        public com.google.protobuf.AnyOrBuilder getDetailsOrBuilder()
         DEPRECATED! Use one of the task_details below.
         The details of the task. The type URL must be one of the supported task
         details messages and correspond to the Task's type.
         
        .google.protobuf.Any details = 3;
        Specified by:
        getDetailsOrBuilder in interface MigrationTaskOrBuilder
      • getStateValue

        public int getStateValue()
         Output only. The current state of the task.
         
        .google.cloud.bigquery.migration.v2alpha.MigrationTask.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getStateValue in interface MigrationTaskOrBuilder
        Returns:
        The enum numeric value on the wire for state.
      • setStateValue

        public MigrationTask.Builder setStateValue​(int value)
         Output only. The current state of the task.
         
        .google.cloud.bigquery.migration.v2alpha.MigrationTask.State state = 4 [(.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 MigrationTask.State getState()
         Output only. The current state of the task.
         
        .google.cloud.bigquery.migration.v2alpha.MigrationTask.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getState in interface MigrationTaskOrBuilder
        Returns:
        The state.
      • setState

        public MigrationTask.Builder setState​(MigrationTask.State value)
         Output only. The current state of the task.
         
        .google.cloud.bigquery.migration.v2alpha.MigrationTask.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The state to set.
        Returns:
        This builder for chaining.
      • clearState

        public MigrationTask.Builder clearState()
         Output only. The current state of the task.
         
        .google.cloud.bigquery.migration.v2alpha.MigrationTask.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • hasProcessingError

        public boolean hasProcessingError()
         Output only. An explanation that may be populated when the task is in FAILED state.
         
        .google.rpc.ErrorInfo processing_error = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasProcessingError in interface MigrationTaskOrBuilder
        Returns:
        Whether the processingError field is set.
      • getProcessingError

        public com.google.rpc.ErrorInfo getProcessingError()
         Output only. An explanation that may be populated when the task is in FAILED state.
         
        .google.rpc.ErrorInfo processing_error = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getProcessingError in interface MigrationTaskOrBuilder
        Returns:
        The processingError.
      • setProcessingError

        public MigrationTask.Builder setProcessingError​(com.google.rpc.ErrorInfo value)
         Output only. An explanation that may be populated when the task is in FAILED state.
         
        .google.rpc.ErrorInfo processing_error = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • setProcessingError

        public MigrationTask.Builder setProcessingError​(com.google.rpc.ErrorInfo.Builder builderForValue)
         Output only. An explanation that may be populated when the task is in FAILED state.
         
        .google.rpc.ErrorInfo processing_error = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • mergeProcessingError

        public MigrationTask.Builder mergeProcessingError​(com.google.rpc.ErrorInfo value)
         Output only. An explanation that may be populated when the task is in FAILED state.
         
        .google.rpc.ErrorInfo processing_error = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • clearProcessingError

        public MigrationTask.Builder clearProcessingError()
         Output only. An explanation that may be populated when the task is in FAILED state.
         
        .google.rpc.ErrorInfo processing_error = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getProcessingErrorBuilder

        public com.google.rpc.ErrorInfo.Builder getProcessingErrorBuilder()
         Output only. An explanation that may be populated when the task is in FAILED state.
         
        .google.rpc.ErrorInfo processing_error = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getProcessingErrorOrBuilder

        public com.google.rpc.ErrorInfoOrBuilder getProcessingErrorOrBuilder()
         Output only. An explanation that may be populated when the task is in FAILED state.
         
        .google.rpc.ErrorInfo processing_error = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getProcessingErrorOrBuilder in interface MigrationTaskOrBuilder
      • hasCreateTime

        public boolean hasCreateTime()
         Time when the task was created.
         
        .google.protobuf.Timestamp create_time = 6;
        Specified by:
        hasCreateTime in interface MigrationTaskOrBuilder
        Returns:
        Whether the createTime field is set.
      • getCreateTime

        public com.google.protobuf.Timestamp getCreateTime()
         Time when the task was created.
         
        .google.protobuf.Timestamp create_time = 6;
        Specified by:
        getCreateTime in interface MigrationTaskOrBuilder
        Returns:
        The createTime.
      • setCreateTime

        public MigrationTask.Builder setCreateTime​(com.google.protobuf.Timestamp value)
         Time when the task was created.
         
        .google.protobuf.Timestamp create_time = 6;
      • setCreateTime

        public MigrationTask.Builder setCreateTime​(com.google.protobuf.Timestamp.Builder builderForValue)
         Time when the task was created.
         
        .google.protobuf.Timestamp create_time = 6;
      • mergeCreateTime

        public MigrationTask.Builder mergeCreateTime​(com.google.protobuf.Timestamp value)
         Time when the task was created.
         
        .google.protobuf.Timestamp create_time = 6;
      • clearCreateTime

        public MigrationTask.Builder clearCreateTime()
         Time when the task was created.
         
        .google.protobuf.Timestamp create_time = 6;
      • getCreateTimeBuilder

        public com.google.protobuf.Timestamp.Builder getCreateTimeBuilder()
         Time when the task was created.
         
        .google.protobuf.Timestamp create_time = 6;
      • getCreateTimeOrBuilder

        public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
         Time when the task was created.
         
        .google.protobuf.Timestamp create_time = 6;
        Specified by:
        getCreateTimeOrBuilder in interface MigrationTaskOrBuilder
      • hasLastUpdateTime

        public boolean hasLastUpdateTime()
         Time when the task was last updated.
         
        .google.protobuf.Timestamp last_update_time = 7;
        Specified by:
        hasLastUpdateTime in interface MigrationTaskOrBuilder
        Returns:
        Whether the lastUpdateTime field is set.
      • getLastUpdateTime

        public com.google.protobuf.Timestamp getLastUpdateTime()
         Time when the task was last updated.
         
        .google.protobuf.Timestamp last_update_time = 7;
        Specified by:
        getLastUpdateTime in interface MigrationTaskOrBuilder
        Returns:
        The lastUpdateTime.
      • setLastUpdateTime

        public MigrationTask.Builder setLastUpdateTime​(com.google.protobuf.Timestamp value)
         Time when the task was last updated.
         
        .google.protobuf.Timestamp last_update_time = 7;
      • setLastUpdateTime

        public MigrationTask.Builder setLastUpdateTime​(com.google.protobuf.Timestamp.Builder builderForValue)
         Time when the task was last updated.
         
        .google.protobuf.Timestamp last_update_time = 7;
      • mergeLastUpdateTime

        public MigrationTask.Builder mergeLastUpdateTime​(com.google.protobuf.Timestamp value)
         Time when the task was last updated.
         
        .google.protobuf.Timestamp last_update_time = 7;
      • clearLastUpdateTime

        public MigrationTask.Builder clearLastUpdateTime()
         Time when the task was last updated.
         
        .google.protobuf.Timestamp last_update_time = 7;
      • getLastUpdateTimeBuilder

        public com.google.protobuf.Timestamp.Builder getLastUpdateTimeBuilder()
         Time when the task was last updated.
         
        .google.protobuf.Timestamp last_update_time = 7;
      • getLastUpdateTimeOrBuilder

        public com.google.protobuf.TimestampOrBuilder getLastUpdateTimeOrBuilder()
         Time when the task was last updated.
         
        .google.protobuf.Timestamp last_update_time = 7;
        Specified by:
        getLastUpdateTimeOrBuilder in interface MigrationTaskOrBuilder
      • hasOrchestrationResult

        public boolean hasOrchestrationResult()
         Output only. Additional information about the orchestration.
         
        .google.cloud.bigquery.migration.v2alpha.MigrationTaskOrchestrationResult orchestration_result = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasOrchestrationResult in interface MigrationTaskOrBuilder
        Returns:
        Whether the orchestrationResult field is set.
      • getOrchestrationResult

        public MigrationTaskOrchestrationResult getOrchestrationResult()
         Output only. Additional information about the orchestration.
         
        .google.cloud.bigquery.migration.v2alpha.MigrationTaskOrchestrationResult orchestration_result = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getOrchestrationResult in interface MigrationTaskOrBuilder
        Returns:
        The orchestrationResult.
      • setOrchestrationResult

        public MigrationTask.Builder setOrchestrationResult​(MigrationTaskOrchestrationResult value)
         Output only. Additional information about the orchestration.
         
        .google.cloud.bigquery.migration.v2alpha.MigrationTaskOrchestrationResult orchestration_result = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • setOrchestrationResult

        public MigrationTask.Builder setOrchestrationResult​(MigrationTaskOrchestrationResult.Builder builderForValue)
         Output only. Additional information about the orchestration.
         
        .google.cloud.bigquery.migration.v2alpha.MigrationTaskOrchestrationResult orchestration_result = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • mergeOrchestrationResult

        public MigrationTask.Builder mergeOrchestrationResult​(MigrationTaskOrchestrationResult value)
         Output only. Additional information about the orchestration.
         
        .google.cloud.bigquery.migration.v2alpha.MigrationTaskOrchestrationResult orchestration_result = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • clearOrchestrationResult

        public MigrationTask.Builder clearOrchestrationResult()
         Output only. Additional information about the orchestration.
         
        .google.cloud.bigquery.migration.v2alpha.MigrationTaskOrchestrationResult orchestration_result = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getOrchestrationResultBuilder

        public MigrationTaskOrchestrationResult.Builder getOrchestrationResultBuilder()
         Output only. Additional information about the orchestration.
         
        .google.cloud.bigquery.migration.v2alpha.MigrationTaskOrchestrationResult orchestration_result = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • setUnknownFields

        public final MigrationTask.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<MigrationTask.Builder>
      • mergeUnknownFields

        public final MigrationTask.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<MigrationTask.Builder>