Google Cloud Resource Manager V3 Client - Class ListTagValuesRequest (0.6.1)

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

The request message for listing TagValues for the specified TagKey.

Resource name for TagKey, parent of the TagValues to be listed, in the format tagKeys/123.

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

Namespace

Google \ Cloud \ ResourceManager \ V3

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

Required.

↳ page_size int

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.

↳ page_token string

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

getParent

Required.

Returns
TypeDescription
string

setParent

Required.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getPageSize

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.

Returns
TypeDescription
int

setPageSize

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.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getPageToken

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

Returns
TypeDescription
string

setPageToken

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this

static::build

Parameter
NameDescription
parent string

Required.

Returns
TypeDescription
Google\Cloud\ResourceManager\V3\ListTagValuesRequest