Lists all TagValues for a specific TagKey.
HTTP request
 GET https://cloudresourcemanager.googleapis.com/v3/tagValues 
The URL uses gRPC Transcoding syntax.
Query parameters
| Parameters | |
|---|---|
| parent |   Required. Resource name for the parent of the TagValues to be listed, in the format  | 
| pageSize |   Optional. The maximum number of TagValues to return in the response. The server allows a maximum of 300 TagValues 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 tagValues.list response.
If successful, the response body contains data with the following structure:
| JSON representation | 
|---|
|  { 
 "tagValues" 
 : 
 [ 
 { 
 object (  | 
| Fields | |
|---|---|
| tagValues[] |   A possibly paginated list of TagValues that are direct descendants of the specified parent TagKey. | 
| nextPageToken |   A pagination token returned from a previous call to  | 
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 .

