Google Cloud Data Catalog V1 Client - Class ListTaxonomiesResponse (1.8.2)

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

Namespace

Google \ Cloud \ DataCatalog \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
Google\Protobuf\Internal\RepeatedField

setTaxonomies

Taxonomies that the project contains.

Parameter
NameDescription
var array<Google\Cloud\DataCatalog\V1\Taxonomy>
Returns
TypeDescription
$this

getNextPageToken

Pagination token of the next results page. Empty if there are no more results in the list.

Returns
TypeDescription
string

setNextPageToken

Pagination token of the next results page. Empty if there are no more results in the list.

Parameter
NameDescription
var string
Returns
TypeDescription
$this