Reference documentation and code samples for the Google Cloud Data Catalog V1 Client class ListTaxonomiesResponse.
Response message for ListTaxonomies.
Generated from protobuf message google.cloud.datacatalog.v1.ListTaxonomiesResponse
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ taxonomies |
array<Google\Cloud\DataCatalog\V1\Taxonomy>
Taxonomies that the project contains. |
↳ next_page_token |
string
Pagination token of the next results page. Empty if there are no more results in the list. |
getTaxonomies
Taxonomies that the project contains.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setTaxonomies
Taxonomies that the project contains.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\DataCatalog\V1\Taxonomy>
|
Returns | |
---|---|
Type | Description |
$this |
getNextPageToken
Pagination token of the next results page. Empty if there are no more results in the list.
Returns | |
---|---|
Type | Description |
string |
setNextPageToken
Pagination token of the next results page. Empty if there are no more results in the list.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |