Cloud Resource Manager API (cloudresourcemanager:v3)

2025-06-10

1 new method | 1 removed method

Additions

    Methods
  • cloudresourcemanager.locations.tagBindingCollections.update

      Path : v3/{+name}

      Flat Path : v3/locations/{locationsId}/tagBindingCollections/{tagBindingCollectionsId}

      HTTP Method : PUT

      Parameters :

        name

          Description : Identifier. The name of the TagBindingCollection, following the convention: `locations/{location}/tagBindingCollections/{encoded-full-resource-name}` where the encoded-full-resource-name is the UTF-8 encoded name of the GCP resource the TagBindings are bound to. "locations/global/tagBindingCollections/%2f%2fcloudresourcemanager.googleapis.com%2fprojects%2f123"

          Pattern : ^locations/[^/]+/tagBindingCollections/[^/]+$

          Location : path

          Required : Yes

          Type : string

      Parameter Order : name

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

      Description : Updates tag bindings directly attached to a GCP resource.

Deletions

    Methods
  • cloudresourcemanager.locations.tagBindingCollections.patch

      Path : v3/{+name}

      Flat Path : v3/locations/{locationsId}/tagBindingCollections/{tagBindingCollectionsId}

      HTTP Method : PATCH

      Parameters :

        name

          Description : Identifier. The name of the TagBindingCollection, following the convention: `locations/{location}/tagBindingCollections/{encoded-full-resource-name}` where the encoded-full-resource-name is the UTF-8 encoded name of the GCP resource the TagBindings are bound to. "locations/global/tagBindingCollections/%2f%2fcloudresourcemanager.googleapis.com%2fprojects%2f123"

          Pattern : ^locations/[^/]+/tagBindingCollections/[^/]+$

          Location : path

          Required : Yes

          Type : string

        updateMask

          Description : Optional. An update mask to selectively update fields.

          Location : query

          Type : string

          Format : google-fieldmask

      Parameter Order : name

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

      Description : Updates tag bindings directly attached to a GCP resource. Update_mask can be kept empty or "*".