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

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

Namespace

Google \ Cloud \ ResourceManager \ V3

Methods

__construct

Constructor.

Parameters
Name Description
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
Type Description
Google\Protobuf\Internal\RepeatedField

setTagKeys

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

Parameter
Name Description
var array<Google\Cloud\ResourceManager\V3\TagKey>
Returns
Type Description
$this

getNextPageToken

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

Returns
Type Description
string

setNextPageToken

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

Parameter
Name Description
var string
Returns
Type Description
$this