Google Cloud Resource Manager V3 Client - Class ListEffectiveTagsRequest (0.7.2)

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

The request message to ListEffectiveTags

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

Namespace

Google \ Cloud \ ResourceManager \ V3

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The full resource name of a resource for which you want to list the effective tags. E.g. "//cloudresourcemanager.googleapis.com/projects/123"

↳ page_size int

Optional. The maximum number of effective tags to return in the response. The server allows a maximum of 300 effective tags to return in a single page. If unspecified, the server will use 100 as the default.

↳ page_token string

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

getParent

Required. The full resource name of a resource for which you want to list the effective tags. E.g.

"//cloudresourcemanager.googleapis.com/projects/123"

Returns
TypeDescription
string

setParent

Required. The full resource name of a resource for which you want to list the effective tags. E.g.

"//cloudresourcemanager.googleapis.com/projects/123"

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getPageSize

Optional. The maximum number of effective tags to return in the response.

The server allows a maximum of 300 effective tags to return in a single page. If unspecified, the server will use 100 as the default.

Returns
TypeDescription
int

setPageSize

Optional. The maximum number of effective tags to return in the response.

The server allows a maximum of 300 effective tags to return in a single page. 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 ListEffectiveTags that indicates from where this listing should continue.

Returns
TypeDescription
string

setPageToken

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this

static::build

Parameter
NameDescription
parent string

Required. The full resource name of a resource for which you want to list the effective tags. E.g. "//cloudresourcemanager.googleapis.com/projects/123"

Returns
TypeDescription
Google\Cloud\ResourceManager\V3\ListEffectiveTagsRequest