Method: projects.locations.updateAutoMigrationConfig

Updates the AutoMigrationConfig for a given project and location.

HTTP request

PATCH https://config.googleapis.com/v1/{autoMigrationConfig.name=projects/*/locations/*/autoMigrationConfig}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
autoMigrationConfig.name

string

Identifier. The name of the AutoMigrationConfig. Format: 'projects/{projectId}/locations/{location}/AutoMigrationConfig'. It takes the form projects/{project}/locations/{location}/autoMigrationConfig.

Query parameters

Parameters
updateMask

string (FieldMask format)

Optional. The update mask applies to the resource. See google.protobuf.FieldMask.

This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".

Request body

The request body contains an instance of AutoMigrationConfig.

Response body

If successful, the response body contains an instance of Operation.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.