Namespace google::cloud::bigquery_migration_v2 (2.19.0)

Classes

MigrationServiceClient

Service to handle EDW migrations.

MigrationServiceConnection

The MigrationServiceConnection object for MigrationServiceClient.

MigrationServiceConnectionIdempotencyPolicy

MigrationServiceLimitedErrorCountRetryPolicy

A retry policy for MigrationServiceConnection based on counting errors.

MigrationServiceLimitedTimeRetryPolicy

A retry policy for MigrationServiceConnection based on elapsed time.

MigrationServiceRetryPolicy

The retry policy for MigrationServiceConnection.

Structs

MigrationServiceBackoffPolicyOption

Use with google::cloud::Options to configure the backoff policy.

MigrationServiceConnectionIdempotencyPolicyOption

Use with google::cloud::Options to configure which operations are retried.

MigrationServiceRetryPolicyOption

Use with google::cloud::Options to configure the retry policy.

Functions

MakeMigrationServiceConnection(Options)

A factory function to construct an object of type MigrationServiceConnection.

The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of MigrationServiceClient.

The optional options argument may be used to configure aspects of the returned MigrationServiceConnection. Expected options are any of the types in the following option lists:

Parameter
NameDescription
options

(optional) Configure the MigrationServiceConnection created by this function.

Returns
TypeDescription
std::shared_ptr< MigrationServiceConnection >

MakeDefaultMigrationServiceConnectionIdempotencyPolicy()

Returns
TypeDescription
std::unique_ptr< MigrationServiceConnectionIdempotencyPolicy >

Type Aliases

MigrationServicePolicyOptionList

Alias Of: OptionList< MigrationServiceRetryPolicyOption, MigrationServiceBackoffPolicyOption, MigrationServiceConnectionIdempotencyPolicyOption >

The options applicable to MigrationService.