Method: tagBindings.list Stay organized with collections Save and categorize content based on your preferences.
Lists the TagBindings for the given Google Cloud resource, as specified withparent.
NOTE: Theparent field is expected to be a full resource name:https://cloud.google.com/apis/design/resource_names#fullResourceName
HTTP request
GET https://cloudresourcemanager.googleapis.com/v3/tagBindings
The URL usesgRPC Transcoding syntax.
Query parameters
| Parameters | |
|---|---|
parent |
Required. The full resource name of a resource for which you want to list existing TagBindings. E.g. "//cloudresourcemanager.googleapis.com/projects/123" |
pageSize |
Optional. The maximum number of TagBindings to return in the response. The server allows a maximum of 300 TagBindings to return. If unspecified, the server will use 100 as the default. |
pageToken |
Optional. A pagination token returned from a previous call to |
Request body
The request body must be empty.
Response body
The tagBindings.list response.
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{"tagBindings":[{object ( |
| Fields | |
|---|---|
tagBindings[] |
A possibly paginated list of TagBindings for the specified resource. |
nextPageToken |
Pagination token. If the result set is too large to fit in a single response, this token is returned. It encodes the position of the current result cursor. Feeding this value into a new list request with the When Pagination tokens have a limited lifetime. |
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/cloud-platformhttps://www.googleapis.com/auth/cloud-platform.read-only
For more information, see theAuthentication Overview.
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-06-11 UTC.