Show / Hide Table of Contents

Namespace Google.Apis.DatabaseMigrationService.v1

Classes

DatabaseMigrationServiceBaseServiceRequest<TResponse>

A base abstract class for DatabaseMigrationService requests.

DatabaseMigrationServiceService

The DatabaseMigrationService Service.

DatabaseMigrationServiceService.Scope

Available OAuth 2.0 scopes for use with the Database Migration API.

DatabaseMigrationServiceService.ScopeConstants

Available OAuth 2.0 scope constants for use with the Database Migration API.

ProjectsResource

The "projects" collection of methods.

ProjectsResource.LocationsResource

The "locations" collection of methods.

ProjectsResource.LocationsResource.ConnectionProfilesResource

The "connectionProfiles" collection of methods.

ProjectsResource.LocationsResource.ConnectionProfilesResource.CreateRequest

Creates a new connection profile in a given project and location.

ProjectsResource.LocationsResource.ConnectionProfilesResource.DeleteRequest

Deletes a single Database Migration Service connection profile. A connection profile can only be deleted if it is not in use by any active migration jobs.

ProjectsResource.LocationsResource.ConnectionProfilesResource.GetIamPolicyRequest

Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.

ProjectsResource.LocationsResource.ConnectionProfilesResource.GetRequest

Gets details of a single connection profile.

ProjectsResource.LocationsResource.ConnectionProfilesResource.ListRequest

Retrieves a list of all connection profiles in a given project and location.

ProjectsResource.LocationsResource.ConnectionProfilesResource.PatchRequest

Update the configuration of a single connection profile.

ProjectsResource.LocationsResource.ConnectionProfilesResource.SetIamPolicyRequest

Sets the access control policy on the specified resource. Replaces any existing policy. Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED errors.

ProjectsResource.LocationsResource.ConnectionProfilesResource.TestIamPermissionsRequest

Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning.

ProjectsResource.LocationsResource.ConversionWorkspacesResource

The "conversionWorkspaces" collection of methods.

ProjectsResource.LocationsResource.ConversionWorkspacesResource.ApplyRequest

Applies draft tree onto a specific destination database.

ProjectsResource.LocationsResource.ConversionWorkspacesResource.CommitRequest

Marks all the data in the conversion workspace as committed.

ProjectsResource.LocationsResource.ConversionWorkspacesResource.ConvertRequest

Creates a draft tree schema for the destination database.

ProjectsResource.LocationsResource.ConversionWorkspacesResource.CreateRequest

Creates a new conversion workspace in a given project and location.

ProjectsResource.LocationsResource.ConversionWorkspacesResource.DeleteRequest

Deletes a single conversion workspace.

ProjectsResource.LocationsResource.ConversionWorkspacesResource.DescribeConversionWorkspaceRevisionsRequest

Retrieves a list of committed revisions of a specific conversion workspace.

ProjectsResource.LocationsResource.ConversionWorkspacesResource.DescribeDatabaseEntitiesRequest

Describes the database entities tree for a specific conversion workspace and a specific tree type. Database entities are not resources like conversion workspaces or mapping rules, and they can't be created, updated or deleted. Instead, they are simple data objects describing the structure of the client database.

ProjectsResource.LocationsResource.ConversionWorkspacesResource.GetIamPolicyRequest

Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.

ProjectsResource.LocationsResource.ConversionWorkspacesResource.GetRequest

Gets details of a single conversion workspace.

ProjectsResource.LocationsResource.ConversionWorkspacesResource.ListRequest

Lists conversion workspaces in a given project and location.

ProjectsResource.LocationsResource.ConversionWorkspacesResource.MappingRulesResource

The "mappingRules" collection of methods.

ProjectsResource.LocationsResource.ConversionWorkspacesResource.MappingRulesResource.ImportRequest

Imports the mapping rules for a given conversion workspace. Supports various formats of external rules files.

ProjectsResource.LocationsResource.ConversionWorkspacesResource.PatchRequest

Updates the parameters of a single conversion workspace.

ProjectsResource.LocationsResource.ConversionWorkspacesResource.RollbackRequest

Rolls back a conversion workspace to the last committed snapshot.

ProjectsResource.LocationsResource.ConversionWorkspacesResource.SearchBackgroundJobsRequest

Searches/lists the background jobs for a specific conversion workspace. The background jobs are not resources like conversion workspaces or mapping rules, and they can't be created, updated or deleted. Instead, they are a way to expose the data plane jobs log.

ProjectsResource.LocationsResource.ConversionWorkspacesResource.SeedRequest

Imports a snapshot of the source database into the conversion workspace.

ProjectsResource.LocationsResource.ConversionWorkspacesResource.SetIamPolicyRequest

Sets the access control policy on the specified resource. Replaces any existing policy. Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED errors.

ProjectsResource.LocationsResource.ConversionWorkspacesResource.TestIamPermissionsRequest

Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning.

ProjectsResource.LocationsResource.FetchStaticIpsRequest

Fetches a set of static IP addresses that need to be allowlisted by the customer when using the static-IP connectivity method.

ProjectsResource.LocationsResource.GetRequest

Gets information about a location.

ProjectsResource.LocationsResource.ListRequest

Lists information about the supported locations for this service.

ProjectsResource.LocationsResource.MigrationJobsResource

The "migrationJobs" collection of methods.

ProjectsResource.LocationsResource.MigrationJobsResource.CreateRequest

Creates a new migration job in a given project and location.

ProjectsResource.LocationsResource.MigrationJobsResource.DeleteRequest

Deletes a single migration job.

ProjectsResource.LocationsResource.MigrationJobsResource.GenerateSshScriptRequest

Generate a SSH configuration script to configure the reverse SSH connectivity.

ProjectsResource.LocationsResource.MigrationJobsResource.GetIamPolicyRequest

Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.

ProjectsResource.LocationsResource.MigrationJobsResource.GetRequest

Gets details of a single migration job.

ProjectsResource.LocationsResource.MigrationJobsResource.ListRequest

Lists migration jobs in a given project and location.

ProjectsResource.LocationsResource.MigrationJobsResource.PatchRequest

Updates the parameters of a single migration job.

ProjectsResource.LocationsResource.MigrationJobsResource.PromoteRequest

Promote a migration job, stopping replication to the destination and promoting the destination to be a standalone database.

ProjectsResource.LocationsResource.MigrationJobsResource.RestartRequest

Restart a stopped or failed migration job, resetting the destination instance to its original state and starting the migration process from scratch.

ProjectsResource.LocationsResource.MigrationJobsResource.ResumeRequest

Resume a migration job that is currently stopped and is resumable (was stopped during CDC phase).

ProjectsResource.LocationsResource.MigrationJobsResource.SetIamPolicyRequest

Sets the access control policy on the specified resource. Replaces any existing policy. Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED errors.

ProjectsResource.LocationsResource.MigrationJobsResource.StartRequest

Start an already created migration job.

ProjectsResource.LocationsResource.MigrationJobsResource.StopRequest

Stops a running migration job.

ProjectsResource.LocationsResource.MigrationJobsResource.TestIamPermissionsRequest

Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning.

ProjectsResource.LocationsResource.MigrationJobsResource.VerifyRequest

Verify a migration job, making sure the destination can reach the source and that all configuration and prerequisites are met.

ProjectsResource.LocationsResource.OperationsResource

The "operations" collection of methods.

ProjectsResource.LocationsResource.OperationsResource.CancelRequest

Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns google.rpc.Code.UNIMPLEMENTED. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED.

ProjectsResource.LocationsResource.OperationsResource.DeleteRequest

Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns google.rpc.Code.UNIMPLEMENTED.

ProjectsResource.LocationsResource.OperationsResource.GetRequest

Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

ProjectsResource.LocationsResource.OperationsResource.ListRequest

Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED.

ProjectsResource.LocationsResource.PrivateConnectionsResource

The "privateConnections" collection of methods.

ProjectsResource.LocationsResource.PrivateConnectionsResource.CreateRequest

Creates a new private connection in a given project and location.

ProjectsResource.LocationsResource.PrivateConnectionsResource.DeleteRequest

Deletes a single Database Migration Service private connection.

ProjectsResource.LocationsResource.PrivateConnectionsResource.GetRequest

Gets details of a single private connection.

ProjectsResource.LocationsResource.PrivateConnectionsResource.ListRequest

Retrieves a list of private connections in a given project and location.

Enums

DatabaseMigrationServiceBaseServiceRequest<TResponse>.AltEnum

Data format for response.

DatabaseMigrationServiceBaseServiceRequest<TResponse>.XgafvEnum

V1 error format.

ProjectsResource.LocationsResource.ConversionWorkspacesResource.DescribeDatabaseEntitiesRequest.TreeEnum

The tree to fetch.

In This Article
Back to top Generated by DocFX