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 \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description | 
| data | arrayOptional. Data for populating the Message object. | 
| ↳ parent | stringRequired. Resource name of the project to list the taxonomies of. | 
| ↳ page_size | intThe maximum number of items to return. Must be a value between 1 and 1000 inclusively. If not set, defaults to 50. | 
| ↳ page_token | stringThe 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 | stringSupported 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 | stringRequired. Resource name of the project to list the taxonomies of. Please see Google\Cloud\DataCatalog\V1\PolicyTagManagerClient::locationName() for help formatting this field. | 
| Returns | |
|---|---|
| Type | Description | 
| Google\Cloud\DataCatalog\V1\ListTaxonomiesRequest | |