Google Cloud Resource Manager V3 Client - Class ListTagKeysResponse (0.3.9)

Reference documentation and code samples for the Google Cloud Resource Manager V3 Client class ListTagKeysResponse.

The ListTagKeys response message.

Generated from protobuf message google.cloud.resourcemanager.v3.ListTagKeysResponse

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ tag_keys array<Google\Cloud\ResourceManager\V3\TagKey>

List of TagKeys that live under the specified parent in the request.

↳ next_page_token string

A pagination token returned from a previous call to ListTagKeys that indicates from where listing should continue.

getTagKeys

List of TagKeys that live under the specified parent in the request.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setTagKeys

List of TagKeys that live under the specified parent in the request.

Parameter
NameDescription
var array<Google\Cloud\ResourceManager\V3\TagKey>
Returns
TypeDescription
$this

getNextPageToken

A pagination token returned from a previous call to ListTagKeys that indicates from where listing should continue.

Returns
TypeDescription
string

setNextPageToken

A pagination token returned from a previous call to ListTagKeys that indicates from where listing should continue.

Parameter
NameDescription
var string
Returns
TypeDescription
$this