Infrastructure Manager API (config:v1)

2025-12-12

2 new methods

Additions

    Methods
  • config.projects.locations.getAutoMigrationConfig

      Parameter Order : name

      Parameters :

        name

          Required : Yes

          Type : string

          Description : Required. The name of the AutoMigrationConfig. Format: 'projects/{project_id}/locations/{location}/AutoMigrationConfig'.

          Pattern : ^projects/[^/]+/locations/[^/]+/autoMigrationConfig$

          Location : path

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/autoMigrationConfig

      Path : v1/{+name}

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

      Description : Get the AutoMigrationConfig for a given project and location.

      HTTP Method : GET

  • config.projects.locations.updateAutoMigrationConfig

      Path : v1/{+name}

      Parameter Order : name

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

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/autoMigrationConfig

      Description : Updates the AutoMigrationConfig for a given project and location.

      Parameters :

        name

          Required : Yes

          Location : path

          Type : string

          Pattern : ^projects/[^/]+/locations/[^/]+/autoMigrationConfig$

          Description : Identifier. The name of the AutoMigrationConfig. Format: 'projects/{project_id}/locations/{location}/AutoMigrationConfig'.

        updateMask

          Location : query

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

          Type : string

          Format : google-fieldmask

      HTTP Method : PATCH