- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Lists TagHolds under a TagValue.
HTTP request
GET https://cloudresourcemanager.googleapis.com/v3/{parent=tagValues/*}/tagHolds
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The resource name of the parent TagValue. Must be of the form: |
Query parameters
Parameters | |
---|---|
pageSize |
Optional. The maximum number of TagHolds to return in the response. The server allows a maximum of 300 TagHolds to return. If unspecified, the server will use 100 as the default. |
pageToken |
Optional. A pagination token returned from a previous call to |
filter |
Optional. Criteria used to select a subset of TagHolds parented by the TagValue to return. This field follows the syntax defined by aip.dev/160; the
|
Request body
The request body must be empty.
Response body
The tagHolds.list response.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"tagHolds": [
{
object ( |
Fields | |
---|---|
tagHolds[] |
A possibly paginated list of TagHolds. |
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-platform
https://www.googleapis.com/auth/cloud-platform.read-only
For more information, see the Authentication Overview.