@Generated("by gapic-generator-java")
Package com.google.cloud.bigquery.migration.v2
A client to BigQuery Migration API
The interfaces provided are listed below, along with usage samples.
======================= MigrationServiceClient =======================
Service Description: Service to handle EDW migrations.
Sample for MigrationServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (MigrationServiceClient migrationServiceClient = MigrationServiceClient.create()) {
LocationName parent = LocationName.of("[PROJECT]", "[LOCATION]");
MigrationWorkflow migrationWorkflow = MigrationWorkflow.newBuilder().build();
MigrationWorkflow response =
migrationServiceClient.createMigrationWorkflow(parent, migrationWorkflow);
}
-
Class Summary Class Description AzureSynapseDialect The dialect definition for Azure Synapse.AzureSynapseDialect.Builder The dialect definition for Azure Synapse.BigQueryDialect The dialect definition for BigQuery.BigQueryDialect.Builder The dialect definition for BigQuery.CreateMigrationWorkflowRequest Request to create a migration workflow resource.CreateMigrationWorkflowRequest.Builder Request to create a migration workflow resource.DeleteMigrationWorkflowRequest A request to delete a previously created migration workflow.DeleteMigrationWorkflowRequest.Builder A request to delete a previously created migration workflow.Dialect The possible dialect options for translation.Dialect.Builder The possible dialect options for translation.ErrorDetail Provides details for errors, e.g.ErrorDetail.Builder Provides details for errors, e.g.ErrorLocation Holds information about where the error is located.ErrorLocation.Builder Holds information about where the error is located.GetMigrationSubtaskRequest A request to get a previously created migration subtasks.GetMigrationSubtaskRequest.Builder A request to get a previously created migration subtasks.GetMigrationWorkflowRequest A request to get a previously created migration workflow.GetMigrationWorkflowRequest.Builder A request to get a previously created migration workflow.HiveQLDialect The dialect definition for HiveQL.HiveQLDialect.Builder The dialect definition for HiveQL.ListMigrationSubtasksRequest A request to list previously created migration subtasks.ListMigrationSubtasksRequest.Builder A request to list previously created migration subtasks.ListMigrationSubtasksResponse Response object for a `ListMigrationSubtasks` call.ListMigrationSubtasksResponse.Builder Response object for a `ListMigrationSubtasks` call.ListMigrationWorkflowsRequest A request to list previously created migration workflows.ListMigrationWorkflowsRequest.Builder A request to list previously created migration workflows.ListMigrationWorkflowsResponse Response object for a `ListMigrationWorkflows` call.ListMigrationWorkflowsResponse.Builder Response object for a `ListMigrationWorkflows` call.LocationName LocationName.Builder Builder for projects/{project}/locations/{location}.MigrationEntitiesProto MigrationErrorDetailsProto MigrationMetricsProto MigrationServiceClient Service Description: Service to handle EDW migrations.MigrationServiceClient.ListMigrationSubtasksFixedSizeCollection MigrationServiceClient.ListMigrationSubtasksPage MigrationServiceClient.ListMigrationSubtasksPagedResponse MigrationServiceClient.ListMigrationWorkflowsFixedSizeCollection MigrationServiceClient.ListMigrationWorkflowsPage MigrationServiceClient.ListMigrationWorkflowsPagedResponse MigrationServiceGrpc Service to handle EDW migrations.MigrationServiceGrpc.MigrationServiceBlockingStub A stub to allow clients to do synchronous rpc calls to service MigrationService.MigrationServiceGrpc.MigrationServiceFutureStub A stub to allow clients to do ListenableFuture-style rpc calls to service MigrationService.MigrationServiceGrpc.MigrationServiceImplBase Base class for the server implementation of the service MigrationService.MigrationServiceGrpc.MigrationServiceStub A stub to allow clients to do asynchronous rpc calls to service MigrationService.MigrationServiceProto MigrationServiceSettings Settings class to configure an instance ofMigrationServiceClient
.MigrationServiceSettings.Builder Builder for MigrationServiceSettings.MigrationSubtask A subtask for a migration which carries details about the configuration of the subtask.MigrationSubtask.Builder A subtask for a migration which carries details about the configuration of the subtask.MigrationSubtaskName MigrationSubtaskName.Builder Builder for projects/{project}/locations/{location}/workflows/{workflow}/subtasks/{subtask}.MigrationTask A single task for a migration which has details about the configuration of the task.MigrationTask.Builder A single task for a migration which has details about the configuration of the task.MigrationWorkflow A migration workflow which specifies what needs to be done for an EDW migration.MigrationWorkflow.Builder A migration workflow which specifies what needs to be done for an EDW migration.MigrationWorkflowName MigrationWorkflowName.Builder Builder for projects/{project}/locations/{location}/workflows/{workflow}.MySQLDialect The dialect definition for MySQL.MySQLDialect.Builder The dialect definition for MySQL.NameMappingKey The potential components of a full name mapping that will be mapped during translation in the source data warehouse.NameMappingKey.Builder The potential components of a full name mapping that will be mapped during translation in the source data warehouse.NameMappingValue The potential components of a full name mapping that will be mapped during translation in the target data warehouse.NameMappingValue.Builder The potential components of a full name mapping that will be mapped during translation in the target data warehouse.NetezzaDialect The dialect definition for Netezza.NetezzaDialect.Builder The dialect definition for Netezza.ObjectNameMapping Represents a key-value pair of NameMappingKey to NameMappingValue to represent the mapping of SQL names from the input value to desired output.ObjectNameMapping.Builder Represents a key-value pair of NameMappingKey to NameMappingValue to represent the mapping of SQL names from the input value to desired output.ObjectNameMappingList Represents a map of name mappings using a list of key:value proto messages of existing name to desired output name.ObjectNameMappingList.Builder Represents a map of name mappings using a list of key:value proto messages of existing name to desired output name.OracleDialect The dialect definition for Oracle.OracleDialect.Builder The dialect definition for Oracle.Point A single data point in a time series.Point.Builder A single data point in a time series.PostgresqlDialect The dialect definition for Postgresql.PostgresqlDialect.Builder The dialect definition for Postgresql.PrestoDialect The dialect definition for Presto.PrestoDialect.Builder The dialect definition for Presto.RedshiftDialect The dialect definition for Redshift.RedshiftDialect.Builder The dialect definition for Redshift.ResourceErrorDetail Provides details for errors and the corresponding resources.ResourceErrorDetail.Builder Provides details for errors and the corresponding resources.SnowflakeDialect The dialect definition for Snowflake.SnowflakeDialect.Builder The dialect definition for Snowflake.SourceEnv Represents the default source environment values for the translation.SourceEnv.Builder Represents the default source environment values for the translation.SparkSQLDialect The dialect definition for SparkSQL.SparkSQLDialect.Builder The dialect definition for SparkSQL.SQLServerDialect The dialect definition for SQL Server.SQLServerDialect.Builder The dialect definition for SQL Server.StartMigrationWorkflowRequest A request to start a previously created migration workflow.StartMigrationWorkflowRequest.Builder A request to start a previously created migration workflow.TeradataDialect The dialect definition for Teradata.TeradataDialect.Builder The dialect definition for Teradata.TimeInterval A time interval extending just after a start time through an end time.TimeInterval.Builder A time interval extending just after a start time through an end time.TimeSeries The metrics object for a SubTask.TimeSeries.Builder The metrics object for a SubTask.TranslationConfigDetails The translation config to capture necessary settings for a translation task and subtask.TranslationConfigDetails.Builder The translation config to capture necessary settings for a translation task and subtask.TranslationConfigProto TypedValue A single strongly-typed value.TypedValue.Builder A single strongly-typed value.VerticaDialect The dialect definition for Vertica.VerticaDialect.Builder The dialect definition for Vertica. -
Enum Summary Enum Description Dialect.DialectValueCase MigrationSubtask.State Possible states of a migration subtask.MigrationTask.State Possible states of a migration task.MigrationTask.TaskDetailsCase MigrationWorkflow.State Possible migration workflow states.NameMappingKey.Type The type of the object that is being mapped.TeradataDialect.Mode The sub-dialect options for Teradata.TranslationConfigDetails.OutputNameMappingCase TranslationConfigDetails.SourceLocationCase TranslationConfigDetails.TargetLocationCase TypedValue.ValueCase