Generated from protobuf messagegoogle.cloud.datacatalog.v1.ListTaxonomiesRequest
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 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
Type
Description
string
setParent
Required. Resource name of the project to list the taxonomies 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,
the first page is returned.
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,
the first page is returned.
The token is returned in the response to a previous list request.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getFilter
Supported field for filter is 'service' and value is 'dataplex'.
Eg: service=dataplex.
Returns
Type
Description
string
setFilter
Supported field for filter is 'service' and value is 'dataplex'.
Eg: service=dataplex.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
static::build
Parameter
Name
Description
parent
string
Required. Resource name of the project to list the taxonomies of. Please seePolicyTagManagerClient::locationName()for help formatting this field.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Cloud Data Catalog V1 Client - Class ListTaxonomiesRequest (2.3.2)\n\nVersion latestkeyboard_arrow_down\n\n- [2.3.2 (latest)](/php/docs/reference/cloud-data-catalog/latest/V1.ListTaxonomiesRequest)\n- [2.3.1](/php/docs/reference/cloud-data-catalog/2.3.1/V1.ListTaxonomiesRequest)\n- [2.2.4](/php/docs/reference/cloud-data-catalog/2.2.4/V1.ListTaxonomiesRequest)\n- [2.1.0](/php/docs/reference/cloud-data-catalog/2.1.0/V1.ListTaxonomiesRequest)\n- [2.0.2](/php/docs/reference/cloud-data-catalog/2.0.2/V1.ListTaxonomiesRequest)\n- [1.10.3](/php/docs/reference/cloud-data-catalog/1.10.3/V1.ListTaxonomiesRequest)\n- [1.9.1](/php/docs/reference/cloud-data-catalog/1.9.1/V1.ListTaxonomiesRequest)\n- [1.8.2](/php/docs/reference/cloud-data-catalog/1.8.2/V1.ListTaxonomiesRequest)\n- [1.7.1](/php/docs/reference/cloud-data-catalog/1.7.1/V1.ListTaxonomiesRequest)\n- [1.6.0](/php/docs/reference/cloud-data-catalog/1.6.0/V1.ListTaxonomiesRequest)\n- [1.5.1](/php/docs/reference/cloud-data-catalog/1.5.1/V1.ListTaxonomiesRequest)\n- [1.4.2](/php/docs/reference/cloud-data-catalog/1.4.2/V1.ListTaxonomiesRequest)\n- [1.3.9](/php/docs/reference/cloud-data-catalog/1.3.9/V1.ListTaxonomiesRequest) \nReference documentation and code samples for the Google Cloud Data Catalog V1 Client class ListTaxonomiesRequest.\n\nRequest message for\n[ListTaxonomies](/php/docs/reference/cloud-data-catalog/latest/V1.Client.PolicyTagManagerClient#_Google_Cloud_DataCatalog_V1_Client_PolicyTagManagerClient__listTaxonomies__).\n\nGenerated from protobuf message `google.cloud.datacatalog.v1.ListTaxonomiesRequest`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ DataCatalog \\\\ V1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getParent\n\nRequired. Resource name of the project to list the taxonomies of.\n\n### setParent\n\nRequired. Resource name of the project to list the taxonomies of.\n\n### getPageSize\n\nThe maximum number of items to return. Must be a value between 1 and 1000\ninclusively. If not set, defaults to 50.\n\n### setPageSize\n\nThe maximum number of items to return. Must be a value between 1 and 1000\ninclusively. If not set, defaults to 50.\n\n### getPageToken\n\nThe pagination token of the next results page. If not set,\nthe first page is returned.\n\nThe token is returned in the response to a previous list request.\n\n### setPageToken\n\nThe pagination token of the next results page. If not set,\nthe first page is returned.\n\nThe token is returned in the response to a previous list request.\n\n### getFilter\n\nSupported field for filter is 'service' and value is 'dataplex'.\n\nEg: service=dataplex.\n\n### setFilter\n\nSupported field for filter is 'service' and value is 'dataplex'.\n\nEg: service=dataplex.\n\n### static::build"]]