Reference documentation and code samples for the Google Cloud Resource Manager V3 Client class ListTagValuesResponse.
The ListTagValues response.
Generated from protobuf message google.cloud.resourcemanager.v3.ListTagValuesResponse
Namespace
Google \ Cloud \ ResourceManager \ V3Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ tag_values |
array<Google\Cloud\ResourceManager\V3\TagValue>
A possibly paginated list of TagValues that are direct descendants of the specified parent TagKey. |
↳ next_page_token |
string
A pagination token returned from a previous call to |
getTagValues
A possibly paginated list of TagValues that are direct descendants of the specified parent TagKey.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setTagValues
A possibly paginated list of TagValues that are direct descendants of the specified parent TagKey.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\ResourceManager\V3\TagValue>
|
Returns | |
---|---|
Type | Description |
$this |
getNextPageToken
A pagination token returned from a previous call to ListTagValues
that indicates from where listing should continue. This is currently not
used, but the server may at any point start supplying a valid token.
Returns | |
---|---|
Type | Description |
string |
setNextPageToken
A pagination token returned from a previous call to ListTagValues
that indicates from where listing should continue. This is currently not
used, but the server may at any point start supplying a valid token.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |