public final class MigrationTask extends com.google.protobuf.GeneratedMessageV3 implements MigrationTaskOrBuilder
A single task for a migration which has details about the configuration of the task.Protobuf type
google.cloud.bigquery.migration.v2.MigrationTask| Modifier and Type | Class and Description |
|---|---|
static class |
MigrationTask.Builder
A single task for a migration which has details about the configuration of
the task.
|
static class |
MigrationTask.State
Possible states of a migration task.
|
static class |
MigrationTask.TaskDetailsCase |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
CREATE_TIME_FIELD_NUMBER |
static int |
ID_FIELD_NUMBER |
static int |
LAST_UPDATE_TIME_FIELD_NUMBER |
static int |
PROCESSING_ERROR_FIELD_NUMBER |
static int |
STATE_FIELD_NUMBER |
static int |
TRANSLATION_CONFIG_DETAILS_FIELD_NUMBER |
static int |
TYPE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
com.google.protobuf.Timestamp |
getCreateTime()
Time when the task was created.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
Time when the task was created.
|
static MigrationTask |
getDefaultInstance() |
MigrationTask |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getId()
Output only.
|
com.google.protobuf.ByteString |
getIdBytes()
Output only.
|
com.google.protobuf.Timestamp |
getLastUpdateTime()
Time when the task was last updated.
|
com.google.protobuf.TimestampOrBuilder |
getLastUpdateTimeOrBuilder()
Time when the task was last updated.
|
com.google.protobuf.Parser<MigrationTask> |
getParserForType() |
com.google.rpc.ErrorInfo |
getProcessingError()
Output only.
|
com.google.rpc.ErrorInfoOrBuilder |
getProcessingErrorOrBuilder()
Output only.
|
int |
getSerializedSize() |
MigrationTask.State |
getState()
Output only.
|
int |
getStateValue()
Output only.
|
MigrationTask.TaskDetailsCase |
getTaskDetailsCase() |
TranslationConfigDetails |
getTranslationConfigDetails()
Task configuration for Batch SQL Translation.
|
TranslationConfigDetailsOrBuilder |
getTranslationConfigDetailsOrBuilder()
Task configuration for Batch SQL Translation.
|
String |
getType()
The type of the task.
|
com.google.protobuf.ByteString |
getTypeBytes()
The type of the task.
|
boolean |
hasCreateTime()
Time when the task was created.
|
int |
hashCode() |
boolean |
hasLastUpdateTime()
Time when the task was last updated.
|
boolean |
hasProcessingError()
Output only.
|
boolean |
hasTranslationConfigDetails()
Task configuration for Batch SQL Translation.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static MigrationTask.Builder |
newBuilder() |
static MigrationTask.Builder |
newBuilder(MigrationTask prototype) |
MigrationTask.Builder |
newBuilderForType() |
protected MigrationTask.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static MigrationTask |
parseDelimitedFrom(InputStream input) |
static MigrationTask |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MigrationTask |
parseFrom(byte[] data) |
static MigrationTask |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MigrationTask |
parseFrom(ByteBuffer data) |
static MigrationTask |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MigrationTask |
parseFrom(com.google.protobuf.ByteString data) |
static MigrationTask |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MigrationTask |
parseFrom(com.google.protobuf.CodedInputStream input) |
static MigrationTask |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MigrationTask |
parseFrom(InputStream input) |
static MigrationTask |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<MigrationTask> |
parser() |
MigrationTask.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int TRANSLATION_CONFIG_DETAILS_FIELD_NUMBER
public static final int ID_FIELD_NUMBER
public static final int TYPE_FIELD_NUMBER
public static final int STATE_FIELD_NUMBER
public static final int PROCESSING_ERROR_FIELD_NUMBER
public static final int CREATE_TIME_FIELD_NUMBER
public static final int LAST_UPDATE_TIME_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public MigrationTask.TaskDetailsCase getTaskDetailsCase()
getTaskDetailsCase in interface MigrationTaskOrBuilderpublic boolean hasTranslationConfigDetails()
Task configuration for Batch SQL Translation.
.google.cloud.bigquery.migration.v2.TranslationConfigDetails translation_config_details = 14;
hasTranslationConfigDetails in interface MigrationTaskOrBuilderpublic TranslationConfigDetails getTranslationConfigDetails()
Task configuration for Batch SQL Translation.
.google.cloud.bigquery.migration.v2.TranslationConfigDetails translation_config_details = 14;
getTranslationConfigDetails in interface MigrationTaskOrBuilderpublic TranslationConfigDetailsOrBuilder getTranslationConfigDetailsOrBuilder()
Task configuration for Batch SQL Translation.
.google.cloud.bigquery.migration.v2.TranslationConfigDetails translation_config_details = 14;
getTranslationConfigDetailsOrBuilder in interface MigrationTaskOrBuilderpublic 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];
getId in interface MigrationTaskOrBuilderpublic 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];
getIdBytes in interface MigrationTaskOrBuilderpublic String getType()
The type of the task. This must be one of the supported task types: Translation_Teradata2BQ, Translation_Redshift2BQ, Translation_Bteq2BQ, Translation_Oracle2BQ, Translation_HiveQL2BQ, Translation_SparkSQL2BQ, Translation_Snowflake2BQ, Translation_Netezza2BQ, Translation_AzureSynapse2BQ, Translation_Vertica2BQ, Translation_SQLServer2BQ, Translation_Presto2BQ, Translation_MySQL2BQ, Translation_Postgresql2BQ.
string type = 2;getType in interface MigrationTaskOrBuilderpublic com.google.protobuf.ByteString getTypeBytes()
The type of the task. This must be one of the supported task types: Translation_Teradata2BQ, Translation_Redshift2BQ, Translation_Bteq2BQ, Translation_Oracle2BQ, Translation_HiveQL2BQ, Translation_SparkSQL2BQ, Translation_Snowflake2BQ, Translation_Netezza2BQ, Translation_AzureSynapse2BQ, Translation_Vertica2BQ, Translation_SQLServer2BQ, Translation_Presto2BQ, Translation_MySQL2BQ, Translation_Postgresql2BQ.
string type = 2;getTypeBytes in interface MigrationTaskOrBuilderpublic int getStateValue()
Output only. The current state of the task.
.google.cloud.bigquery.migration.v2.MigrationTask.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
getStateValue in interface MigrationTaskOrBuilderpublic MigrationTask.State getState()
Output only. The current state of the task.
.google.cloud.bigquery.migration.v2.MigrationTask.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
getState in interface MigrationTaskOrBuilderpublic 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];
hasProcessingError in interface MigrationTaskOrBuilderpublic 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];
getProcessingError in interface MigrationTaskOrBuilderpublic 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];
getProcessingErrorOrBuilder in interface MigrationTaskOrBuilderpublic boolean hasCreateTime()
Time when the task was created.
.google.protobuf.Timestamp create_time = 6;hasCreateTime in interface MigrationTaskOrBuilderpublic com.google.protobuf.Timestamp getCreateTime()
Time when the task was created.
.google.protobuf.Timestamp create_time = 6;getCreateTime in interface MigrationTaskOrBuilderpublic com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Time when the task was created.
.google.protobuf.Timestamp create_time = 6;getCreateTimeOrBuilder in interface MigrationTaskOrBuilderpublic boolean hasLastUpdateTime()
Time when the task was last updated.
.google.protobuf.Timestamp last_update_time = 7;hasLastUpdateTime in interface MigrationTaskOrBuilderpublic com.google.protobuf.Timestamp getLastUpdateTime()
Time when the task was last updated.
.google.protobuf.Timestamp last_update_time = 7;getLastUpdateTime in interface MigrationTaskOrBuilderpublic com.google.protobuf.TimestampOrBuilder getLastUpdateTimeOrBuilder()
Time when the task was last updated.
.google.protobuf.Timestamp last_update_time = 7;getLastUpdateTimeOrBuilder in interface MigrationTaskOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static MigrationTask parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static MigrationTask parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static MigrationTask parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static MigrationTask parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static MigrationTask parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static MigrationTask parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static MigrationTask parseFrom(InputStream input) throws IOException
IOExceptionpublic static MigrationTask parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static MigrationTask parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static MigrationTask parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static MigrationTask parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static MigrationTask parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic MigrationTask.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static MigrationTask.Builder newBuilder()
public static MigrationTask.Builder newBuilder(MigrationTask prototype)
public MigrationTask.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected MigrationTask.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static MigrationTask getDefaultInstance()
public static com.google.protobuf.Parser<MigrationTask> parser()
public com.google.protobuf.Parser<MigrationTask> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public MigrationTask getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2024 Google LLC. All rights reserved.