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
Methods
__construct
Constructor.
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.
string
setParent
Required. Resource name of the project to list the taxonomies of.
var
string
$this
getPageSize
The maximum number of items to return. Must be a value between 1 and 1000 inclusively. If not set, defaults to 50.
int
setPageSize
The maximum number of items to return. Must be a value between 1 and 1000 inclusively. If not set, defaults to 50.
var
int
$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.
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.
var
string
$this
getFilter
Supported field for filter is 'service' and value is 'dataplex'.
Eg: service=dataplex.
string
setFilter
Supported field for filter is 'service' and value is 'dataplex'.
Eg: service=dataplex.
var
string
$this