Class MigrationTask (0.11.0)

public final class MigrationTask extends GeneratedMessageV3 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

Static Fields

ASSESSMENT_TASK_DETAILS_FIELD_NUMBER

public static final int ASSESSMENT_TASK_DETAILS_FIELD_NUMBER
Field Value
TypeDescription
int

CREATE_TIME_FIELD_NUMBER

public static final int CREATE_TIME_FIELD_NUMBER
Field Value
TypeDescription
int

DETAILS_FIELD_NUMBER

public static final int DETAILS_FIELD_NUMBER
Field Value
TypeDescription
int

ID_FIELD_NUMBER

public static final int ID_FIELD_NUMBER
Field Value
TypeDescription
int

LAST_UPDATE_TIME_FIELD_NUMBER

public static final int LAST_UPDATE_TIME_FIELD_NUMBER
Field Value
TypeDescription
int

ORCHESTRATION_RESULT_FIELD_NUMBER

public static final int ORCHESTRATION_RESULT_FIELD_NUMBER
Field Value
TypeDescription
int

PROCESSING_ERROR_FIELD_NUMBER

public static final int PROCESSING_ERROR_FIELD_NUMBER
Field Value
TypeDescription
int

STATE_FIELD_NUMBER

public static final int STATE_FIELD_NUMBER
Field Value
TypeDescription
int

TRANSLATION_TASK_DETAILS_FIELD_NUMBER

public static final int TRANSLATION_TASK_DETAILS_FIELD_NUMBER
Field Value
TypeDescription
int

TYPE_FIELD_NUMBER

public static final int TYPE_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static MigrationTask getDefaultInstance()
Returns
TypeDescription
MigrationTask

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static MigrationTask.Builder newBuilder()
Returns
TypeDescription
MigrationTask.Builder

newBuilder(MigrationTask prototype)

public static MigrationTask.Builder newBuilder(MigrationTask prototype)
Parameter
NameDescription
prototypeMigrationTask
Returns
TypeDescription
MigrationTask.Builder

parseDelimitedFrom(InputStream input)

public static MigrationTask parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
MigrationTask
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static MigrationTask parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
MigrationTask
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static MigrationTask parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
MigrationTask
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static MigrationTask parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
MigrationTask
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static MigrationTask parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
MigrationTask
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static MigrationTask parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
MigrationTask
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static MigrationTask parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
MigrationTask
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static MigrationTask parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
MigrationTask
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static MigrationTask parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
MigrationTask
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static MigrationTask parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
MigrationTask
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static MigrationTask parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
MigrationTask
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static MigrationTask parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
MigrationTask
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<MigrationTask> parser()
Returns
TypeDescription
Parser<MigrationTask>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getAssessmentTaskDetails()

public AssessmentTaskDetails getAssessmentTaskDetails()

Task configuration for Assessment.

.google.cloud.bigquery.migration.v2alpha.AssessmentTaskDetails assessment_task_details = 12;

Returns
TypeDescription
AssessmentTaskDetails

The assessmentTaskDetails.

getAssessmentTaskDetailsOrBuilder()

public AssessmentTaskDetailsOrBuilder getAssessmentTaskDetailsOrBuilder()

Task configuration for Assessment.

.google.cloud.bigquery.migration.v2alpha.AssessmentTaskDetails assessment_task_details = 12;

Returns
TypeDescription
AssessmentTaskDetailsOrBuilder

getCreateTime()

public Timestamp getCreateTime()

Time when the task was created.

.google.protobuf.Timestamp create_time = 6;

Returns
TypeDescription
Timestamp

The createTime.

getCreateTimeOrBuilder()

public TimestampOrBuilder getCreateTimeOrBuilder()

Time when the task was created.

.google.protobuf.Timestamp create_time = 6;

Returns
TypeDescription
TimestampOrBuilder

getDefaultInstanceForType()

public MigrationTask getDefaultInstanceForType()
Returns
TypeDescription
MigrationTask

getDetails()

public 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;

Returns
TypeDescription
Any

The details.

getDetailsOrBuilder()

public 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;

Returns
TypeDescription
AnyOrBuilder

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

Returns
TypeDescription
String

The id.

getIdBytes()

public 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];

Returns
TypeDescription
ByteString

The bytes for id.

getLastUpdateTime()

public Timestamp getLastUpdateTime()

Time when the task was last updated.

.google.protobuf.Timestamp last_update_time = 7;

Returns
TypeDescription
Timestamp

The lastUpdateTime.

getLastUpdateTimeOrBuilder()

public TimestampOrBuilder getLastUpdateTimeOrBuilder()

Time when the task was last updated.

.google.protobuf.Timestamp last_update_time = 7;

Returns
TypeDescription
TimestampOrBuilder

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

Returns
TypeDescription
MigrationTaskOrchestrationResult

The orchestrationResult.

getOrchestrationResultOrBuilder()

public MigrationTaskOrchestrationResultOrBuilder getOrchestrationResultOrBuilder()

Output only. Additional information about the orchestration.

.google.cloud.bigquery.migration.v2alpha.MigrationTaskOrchestrationResult orchestration_result = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
MigrationTaskOrchestrationResultOrBuilder

getParserForType()

public Parser<MigrationTask> getParserForType()
Returns
TypeDescription
Parser<MigrationTask>
Overrides

getProcessingError()

public 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];

Returns
TypeDescription
com.google.rpc.ErrorInfo

The processingError.

getProcessingErrorOrBuilder()

public 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];

Returns
TypeDescription
com.google.rpc.ErrorInfoOrBuilder

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

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

Returns
TypeDescription
MigrationTask.State

The state.

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

Returns
TypeDescription
int

The enum numeric value on the wire for state.

getTaskDetailsCase()

public MigrationTask.TaskDetailsCase getTaskDetailsCase()
Returns
TypeDescription
MigrationTask.TaskDetailsCase

getTranslationTaskDetails()

public TranslationTaskDetails getTranslationTaskDetails()

Task configuration for Batch/Offline SQL Translation.

.google.cloud.bigquery.migration.v2alpha.TranslationTaskDetails translation_task_details = 13;

Returns
TypeDescription
TranslationTaskDetails

The translationTaskDetails.

getTranslationTaskDetailsOrBuilder()

public TranslationTaskDetailsOrBuilder getTranslationTaskDetailsOrBuilder()

Task configuration for Batch/Offline SQL Translation.

.google.cloud.bigquery.migration.v2alpha.TranslationTaskDetails translation_task_details = 13;

Returns
TypeDescription
TranslationTaskDetailsOrBuilder

getType()

public String getType()

The type of the task. This must be a supported task type.

string type = 2;

Returns
TypeDescription
String

The type.

getTypeBytes()

public ByteString getTypeBytes()

The type of the task. This must be a supported task type.

string type = 2;

Returns
TypeDescription
ByteString

The bytes for type.

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
Overrides

hasAssessmentTaskDetails()

public boolean hasAssessmentTaskDetails()

Task configuration for Assessment.

.google.cloud.bigquery.migration.v2alpha.AssessmentTaskDetails assessment_task_details = 12;

Returns
TypeDescription
boolean

Whether the assessmentTaskDetails field is set.

hasCreateTime()

public boolean hasCreateTime()

Time when the task was created.

.google.protobuf.Timestamp create_time = 6;

Returns
TypeDescription
boolean

Whether the createTime field is set.

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;

Returns
TypeDescription
boolean

Whether the details field is set.

hasLastUpdateTime()

public boolean hasLastUpdateTime()

Time when the task was last updated.

.google.protobuf.Timestamp last_update_time = 7;

Returns
TypeDescription
boolean

Whether the lastUpdateTime field is set.

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

Returns
TypeDescription
boolean

Whether the orchestrationResult field is set.

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

Returns
TypeDescription
boolean

Whether the processingError field is set.

hasTranslationTaskDetails()

public boolean hasTranslationTaskDetails()

Task configuration for Batch/Offline SQL Translation.

.google.cloud.bigquery.migration.v2alpha.TranslationTaskDetails translation_task_details = 13;

Returns
TypeDescription
boolean

Whether the translationTaskDetails field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public MigrationTask.Builder newBuilderForType()
Returns
TypeDescription
MigrationTask.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected MigrationTask.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
MigrationTask.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public MigrationTask.Builder toBuilder()
Returns
TypeDescription
MigrationTask.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides Exceptions
TypeDescription
IOException