Google Cloud Data Catalog V1 Client - Class ListPolicyTagsRequest (1.10.1)

Reference documentation and code samples for the Google Cloud Data Catalog V1 Client class ListPolicyTagsRequest.

Request message for ListPolicyTags.

Generated from protobuf message google.cloud.datacatalog.v1.ListPolicyTagsRequest

Namespace

Google \ Cloud \ DataCatalog \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ parent string

Required. Resource name of the taxonomy to list the policy tags of.

↳ page_size int

The maximum number of items to return. Must be a value between 1 and 1000 inclusively. If not set, defaults to 50.

↳ page_token string

The pagination token of the next results page. If not set, returns the first page. The token is returned in the response to a previous list request.

getParent

Required. Resource name of the taxonomy to list the policy tags of.

Returns
Type Description
string

setParent

Required. Resource name of the taxonomy to list the policy tags of.

Parameter
Name Description
var string
Returns
Type Description
$this

getPageSize

The maximum number of items to return. Must be a value between 1 and 1000 inclusively.

If not set, defaults to 50.

Returns
Type Description
int

setPageSize

The maximum number of items to return. Must be a value between 1 and 1000 inclusively.

If not set, defaults to 50.

Parameter
Name Description
var int
Returns
Type Description
$this

getPageToken

The pagination token of the next results page. If not set, returns the first page.

The token is returned in the response to a previous list request.

Returns
Type Description
string

setPageToken

The pagination token of the next results page. If not set, returns the first page.

The token is returned in the response to a previous list request.

Parameter
Name Description
var string
Returns
Type Description
$this

static::build

Parameter
Name Description
parent string

Required. Resource name of the taxonomy to list the policy tags of. Please see Google\Cloud\DataCatalog\V1\PolicyTagManagerClient::taxonomyName() for help formatting this field.

Returns
Type Description
Google\Cloud\DataCatalog\V1\ListPolicyTagsRequest