Google Cloud Resource Manager V3 Client - Class ListTagValuesResponse (0.8.0)

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 \ V3

Methods

__construct

Constructor.

Parameters
NameDescription
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 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.

getTagValues

A possibly paginated list of TagValues that are direct descendants of the specified parent TagKey.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setTagValues

A possibly paginated list of TagValues that are direct descendants of the specified parent TagKey.

Parameter
NameDescription
var array<Google\Cloud\ResourceManager\V3\TagValue>
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$this