Google Cloud Data Catalog V1 Client - Class ListTaxonomiesRequest (1.5.1)

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

Request message for ListTaxonomies.

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

Namespace

Google \ Cloud \ DataCatalog \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

Required. Resource name of the project to list the taxonomies 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, the first page is returned. The token is returned in the response to a previous list request.

↳ filter string

Supported field for filter is 'service' and value is 'dataplex'. Eg: service=dataplex.

getParent

Required. Resource name of the project to list the taxonomies of.

Returns
TypeDescription
string

setParent

Required. Resource name of the project to list the taxonomies 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, the first page is returned.

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, the first page is returned.

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getFilter

Supported field for filter is 'service' and value is 'dataplex'.

Eg: service=dataplex.

Returns
TypeDescription
string

setFilter

Supported field for filter is 'service' and value is 'dataplex'.

Eg: service=dataplex.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

static::build

Parameter
NameDescription
parent string

Required. Resource name of the project to list the taxonomies of. Please see Google\Cloud\DataCatalog\V1\PolicyTagManagerClient::locationName() for help formatting this field.

Returns
TypeDescription
Google\Cloud\DataCatalog\V1\ListTaxonomiesRequest