Cloud Resource Manager API (cloudresourcemanager:v3)

2025-05-28

3 new methods

Additions

    Methods
  • cloudresourcemanager.locations.tagBindingCollections.get

      Path : v3/{+name}

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

      HTTP Method : GET

      Parameters :

        name

          Description : Required. The full name of the TagBindingCollection in format: `locations/{location}/tagBindingCollections/{encoded-full-resource-name}` where the enoded-full-resource-name is the UTF-8 encoded name of the resource the TagBindings are bound to. E.g. "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
    • https://www.googleapis.com/auth/cloud-platform.read-only
    • Description : Returns tag bindings directly attached to a GCP resource.

  • 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 "*".

  • cloudresourcemanager.locations.effectiveTagBindingCollections.get

      Path : v3/{+name}

      Flat Path : v3/locations/{locationsId}/effectiveTagBindingCollections/{effectiveTagBindingCollectionsId}

      HTTP Method : GET

      Parameters :

        name

          Description : Required. The full name of the EffectiveTagBindingCollection in format: `locations/{location}/effectiveTagBindingCollections/{encoded-full-resource-name}` where the encoded-full-resource-name is the UTF-8 encoded name of the resource the TagBindings are bound to. E.g. "locations/global/effectiveTagBindingCollections/%2f%2fcloudresourcemanager.googleapis.com%2fprojects%2f123"

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

          Location : path

          Required : Yes

          Type : string

      Parameter Order : name

      Scopes :

    • https://www.googleapis.com/auth/cloud-platform
    • https://www.googleapis.com/auth/cloud-platform.read-only
    • Description : Returns effective tag bindings on a GCP resource.