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

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

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
string

setParent

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

Parameter
NameDescription
var string
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
var int
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$this