Namespace google::cloud::bigquery_migration_v2 (2.11.0)

Classes

MigrationServiceClient

Service to handle EDW migrations.

MigrationServiceConnection

The MigrationServiceConnection object for MigrationServiceClient.

MigrationServiceConnectionIdempotencyPolicy

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
Name Description
options

(optional) Configure the MigrationServiceConnection created by this function.

Returns
Type Description
std::shared_ptr< MigrationServiceConnection >

MakeDefaultMigrationServiceConnectionIdempotencyPolicy()

Returns
Type Description
std::unique_ptr< MigrationServiceConnectionIdempotencyPolicy >

Type Aliases

MigrationServiceRetryPolicy

Alias Of: ::google::cloud::internal::TraitBasedRetryPolicy< bigquery_migration_v2_internal::MigrationServiceRetryTraits >

MigrationServiceLimitedTimeRetryPolicy

Alias Of: ::google::cloud::internal::LimitedTimeRetryPolicy< bigquery_migration_v2_internal::MigrationServiceRetryTraits >

MigrationServiceLimitedErrorCountRetryPolicy

Alias Of: ::google::cloud::internal::LimitedErrorCountRetryPolicy< bigquery_migration_v2_internal::MigrationServiceRetryTraits >

MigrationServicePolicyOptionList

Alias Of: OptionList< MigrationServiceRetryPolicyOption, MigrationServiceBackoffPolicyOption, MigrationServiceConnectionIdempotencyPolicyOption >

The options applicable to MigrationService.