- 0.54.0 (latest)
- 0.52.0
- 0.51.0
- 0.50.0
- 0.49.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.7.0
- 0.6.2
- 0.5.0
- 0.4.0
- 0.3.0
- 0.2.4
public static final class MigrationTask.Builder extends 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.v2.MigrationTask
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > MigrationTask.BuilderImplements
MigrationTaskOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public MigrationTask.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
MigrationTask.Builder |
build()
public MigrationTask build()
Returns | |
---|---|
Type | Description |
MigrationTask |
buildPartial()
public MigrationTask buildPartial()
Returns | |
---|---|
Type | Description |
MigrationTask |
clear()
public MigrationTask.Builder clear()
Returns | |
---|---|
Type | Description |
MigrationTask.Builder |
clearCreateTime()
public MigrationTask.Builder clearCreateTime()
Time when the task was created.
.google.protobuf.Timestamp create_time = 6;
Returns | |
---|---|
Type | Description |
MigrationTask.Builder |
clearField(Descriptors.FieldDescriptor field)
public MigrationTask.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field | FieldDescriptor |
Returns | |
---|---|
Type | Description |
MigrationTask.Builder |
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 | |
---|---|
Type | Description |
MigrationTask.Builder | This builder for chaining. |
clearLastUpdateTime()
public MigrationTask.Builder clearLastUpdateTime()
Time when the task was last updated.
.google.protobuf.Timestamp last_update_time = 7;
Returns | |
---|---|
Type | Description |
MigrationTask.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public MigrationTask.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof | OneofDescriptor |
Returns | |
---|---|
Type | Description |
MigrationTask.Builder |
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];
Returns | |
---|---|
Type | Description |
MigrationTask.Builder |
clearState()
public MigrationTask.Builder clearState()
Output only. The current state of the task.
.google.cloud.bigquery.migration.v2.MigrationTask.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
MigrationTask.Builder | This builder for chaining. |
clearTaskDetails()
public MigrationTask.Builder clearTaskDetails()
Returns | |
---|---|
Type | Description |
MigrationTask.Builder |
clearTranslationConfigDetails()
public MigrationTask.Builder clearTranslationConfigDetails()
Task configuration for Batch SQL Translation.
.google.cloud.bigquery.migration.v2.TranslationConfigDetails translation_config_details = 14;
Returns | |
---|---|
Type | Description |
MigrationTask.Builder |
clearType()
public MigrationTask.Builder clearType()
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.
string type = 2;
Returns | |
---|---|
Type | Description |
MigrationTask.Builder | This builder for chaining. |
clone()
public MigrationTask.Builder clone()
Returns | |
---|---|
Type | Description |
MigrationTask.Builder |
getCreateTime()
public Timestamp getCreateTime()
Time when the task was created.
.google.protobuf.Timestamp create_time = 6;
Returns | |
---|---|
Type | Description |
Timestamp | The createTime. |
getCreateTimeBuilder()
public Timestamp.Builder getCreateTimeBuilder()
Time when the task was created.
.google.protobuf.Timestamp create_time = 6;
Returns | |
---|---|
Type | Description |
Builder |
getCreateTimeOrBuilder()
public TimestampOrBuilder getCreateTimeOrBuilder()
Time when the task was created.
.google.protobuf.Timestamp create_time = 6;
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getDefaultInstanceForType()
public MigrationTask getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
MigrationTask |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
ByteString | The bytes for id. |
getLastUpdateTime()
public Timestamp getLastUpdateTime()
Time when the task was last updated.
.google.protobuf.Timestamp last_update_time = 7;
Returns | |
---|---|
Type | Description |
Timestamp | The lastUpdateTime. |
getLastUpdateTimeBuilder()
public Timestamp.Builder getLastUpdateTimeBuilder()
Time when the task was last updated.
.google.protobuf.Timestamp last_update_time = 7;
Returns | |
---|---|
Type | Description |
Builder |
getLastUpdateTimeOrBuilder()
public TimestampOrBuilder getLastUpdateTimeOrBuilder()
Time when the task was last updated.
.google.protobuf.Timestamp last_update_time = 7;
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
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 | |
---|---|
Type | Description |
com.google.rpc.ErrorInfo | The processingError. |
getProcessingErrorBuilder()
public 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];
Returns | |
---|---|
Type | Description |
com.google.rpc.ErrorInfo.Builder |
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 | |
---|---|
Type | Description |
com.google.rpc.ErrorInfoOrBuilder |
getState()
public 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];
Returns | |
---|---|
Type | Description |
MigrationTask.State | The state. |
getStateValue()
public 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];
Returns | |
---|---|
Type | Description |
int | The enum numeric value on the wire for state. |
getTaskDetailsCase()
public MigrationTask.TaskDetailsCase getTaskDetailsCase()
Returns | |
---|---|
Type | Description |
MigrationTask.TaskDetailsCase |
getTranslationConfigDetails()
public TranslationConfigDetails getTranslationConfigDetails()
Task configuration for Batch SQL Translation.
.google.cloud.bigquery.migration.v2.TranslationConfigDetails translation_config_details = 14;
Returns | |
---|---|
Type | Description |
TranslationConfigDetails | The translationConfigDetails. |
getTranslationConfigDetailsBuilder()
public TranslationConfigDetails.Builder getTranslationConfigDetailsBuilder()
Task configuration for Batch SQL Translation.
.google.cloud.bigquery.migration.v2.TranslationConfigDetails translation_config_details = 14;
Returns | |
---|---|
Type | Description |
TranslationConfigDetails.Builder |
getTranslationConfigDetailsOrBuilder()
public TranslationConfigDetailsOrBuilder getTranslationConfigDetailsOrBuilder()
Task configuration for Batch SQL Translation.
.google.cloud.bigquery.migration.v2.TranslationConfigDetails translation_config_details = 14;
Returns | |
---|---|
Type | Description |
TranslationConfigDetailsOrBuilder |
getType()
public 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.
string type = 2;
Returns | |
---|---|
Type | Description |
String | The type. |
getTypeBytes()
public 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.
string type = 2;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for type. |
hasCreateTime()
public boolean hasCreateTime()
Time when the task was created.
.google.protobuf.Timestamp create_time = 6;
Returns | |
---|---|
Type | Description |
boolean | Whether the createTime field is set. |
hasLastUpdateTime()
public boolean hasLastUpdateTime()
Time when the task was last updated.
.google.protobuf.Timestamp last_update_time = 7;
Returns | |
---|---|
Type | Description |
boolean | Whether the lastUpdateTime 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 | |
---|---|
Type | Description |
boolean | Whether the processingError field is set. |
hasTranslationConfigDetails()
public boolean hasTranslationConfigDetails()
Task configuration for Batch SQL Translation.
.google.cloud.bigquery.migration.v2.TranslationConfigDetails translation_config_details = 14;
Returns | |
---|---|
Type | Description |
boolean | Whether the translationConfigDetails field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeCreateTime(Timestamp value)
public MigrationTask.Builder mergeCreateTime(Timestamp value)
Time when the task was created.
.google.protobuf.Timestamp create_time = 6;
Parameter | |
---|---|
Name | Description |
value | Timestamp |
Returns | |
---|---|
Type | Description |
MigrationTask.Builder |
mergeFrom(MigrationTask other)
public MigrationTask.Builder mergeFrom(MigrationTask other)
Parameter | |
---|---|
Name | Description |
other | MigrationTask |
Returns | |
---|---|
Type | Description |
MigrationTask.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public MigrationTask.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
MigrationTask.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public MigrationTask.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other | Message |
Returns | |
---|---|
Type | Description |
MigrationTask.Builder |
mergeLastUpdateTime(Timestamp value)
public MigrationTask.Builder mergeLastUpdateTime(Timestamp value)
Time when the task was last updated.
.google.protobuf.Timestamp last_update_time = 7;
Parameter | |
---|---|
Name | Description |
value | Timestamp |
Returns | |
---|---|
Type | Description |
MigrationTask.Builder |
mergeProcessingError(ErrorInfo value)
public MigrationTask.Builder mergeProcessingError(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];
Parameter | |
---|---|
Name | Description |
value | com.google.rpc.ErrorInfo |
Returns | |
---|---|
Type | Description |
MigrationTask.Builder |
mergeTranslationConfigDetails(TranslationConfigDetails value)
public MigrationTask.Builder mergeTranslationConfigDetails(TranslationConfigDetails value)
Task configuration for Batch SQL Translation.
.google.cloud.bigquery.migration.v2.TranslationConfigDetails translation_config_details = 14;
Parameter | |
---|---|
Name | Description |
value | TranslationConfigDetails |
Returns | |
---|---|
Type | Description |
MigrationTask.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final MigrationTask.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
MigrationTask.Builder |
setCreateTime(Timestamp value)
public MigrationTask.Builder setCreateTime(Timestamp value)
Time when the task was created.
.google.protobuf.Timestamp create_time = 6;
Parameter | |
---|---|
Name | Description |
value | Timestamp |
Returns | |
---|---|
Type | Description |
MigrationTask.Builder |
setCreateTime(Timestamp.Builder builderForValue)
public MigrationTask.Builder setCreateTime(Timestamp.Builder builderForValue)
Time when the task was created.
.google.protobuf.Timestamp create_time = 6;
Parameter | |
---|---|
Name | Description |
builderForValue | Builder |
Returns | |
---|---|
Type | Description |
MigrationTask.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public MigrationTask.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
MigrationTask.Builder |
setId(String value)
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];
Parameter | |
---|---|
Name | Description |
value | String The id to set. |
Returns | |
---|---|
Type | Description |
MigrationTask.Builder | This builder for chaining. |
setIdBytes(ByteString value)
public MigrationTask.Builder setIdBytes(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];
Parameter | |
---|---|
Name | Description |
value | ByteString The bytes for id to set. |
Returns | |
---|---|
Type | Description |
MigrationTask.Builder | This builder for chaining. |
setLastUpdateTime(Timestamp value)
public MigrationTask.Builder setLastUpdateTime(Timestamp value)
Time when the task was last updated.
.google.protobuf.Timestamp last_update_time = 7;
Parameter | |
---|---|
Name | Description |
value | Timestamp |
Returns | |
---|---|
Type | Description |
MigrationTask.Builder |
setLastUpdateTime(Timestamp.Builder builderForValue)
public MigrationTask.Builder setLastUpdateTime(Timestamp.Builder builderForValue)
Time when the task was last updated.
.google.protobuf.Timestamp last_update_time = 7;
Parameter | |
---|---|
Name | Description |
builderForValue | Builder |
Returns | |
---|---|
Type | Description |
MigrationTask.Builder |
setProcessingError(ErrorInfo value)
public MigrationTask.Builder setProcessingError(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];
Parameter | |
---|---|
Name | Description |
value | com.google.rpc.ErrorInfo |
Returns | |
---|---|
Type | Description |
MigrationTask.Builder |
setProcessingError(ErrorInfo.Builder builderForValue)
public MigrationTask.Builder setProcessingError(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];
Parameter | |
---|---|
Name | Description |
builderForValue | com.google.rpc.ErrorInfo.Builder |
Returns | |
---|---|
Type | Description |
MigrationTask.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public MigrationTask.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Returns | |
---|---|
Type | Description |
MigrationTask.Builder |
setState(MigrationTask.State value)
public MigrationTask.Builder setState(MigrationTask.State value)
Output only. The current state of the task.
.google.cloud.bigquery.migration.v2.MigrationTask.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value | MigrationTask.State The state to set. |
Returns | |
---|---|
Type | Description |
MigrationTask.Builder | This builder for chaining. |
setStateValue(int value)
public MigrationTask.Builder setStateValue(int value)
Output only. The current state of the task.
.google.cloud.bigquery.migration.v2.MigrationTask.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value | int The enum numeric value on the wire for state to set. |
Returns | |
---|---|
Type | Description |
MigrationTask.Builder | This builder for chaining. |
setTranslationConfigDetails(TranslationConfigDetails value)
public MigrationTask.Builder setTranslationConfigDetails(TranslationConfigDetails value)
Task configuration for Batch SQL Translation.
.google.cloud.bigquery.migration.v2.TranslationConfigDetails translation_config_details = 14;
Parameter | |
---|---|
Name | Description |
value | TranslationConfigDetails |
Returns | |
---|---|
Type | Description |
MigrationTask.Builder |
setTranslationConfigDetails(TranslationConfigDetails.Builder builderForValue)
public MigrationTask.Builder setTranslationConfigDetails(TranslationConfigDetails.Builder builderForValue)
Task configuration for Batch SQL Translation.
.google.cloud.bigquery.migration.v2.TranslationConfigDetails translation_config_details = 14;
Parameter | |
---|---|
Name | Description |
builderForValue | TranslationConfigDetails.Builder |
Returns | |
---|---|
Type | Description |
MigrationTask.Builder |
setType(String value)
public MigrationTask.Builder setType(String value)
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.
string type = 2;
Parameter | |
---|---|
Name | Description |
value | String The type to set. |
Returns | |
---|---|
Type | Description |
MigrationTask.Builder | This builder for chaining. |
setTypeBytes(ByteString value)
public MigrationTask.Builder setTypeBytes(ByteString value)
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.
string type = 2;
Parameter | |
---|---|
Name | Description |
value | ByteString The bytes for type to set. |
Returns | |
---|---|
Type | Description |
MigrationTask.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final MigrationTask.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
MigrationTask.Builder |