Google Cloud Data Catalog V1 Client - Class ExportTaxonomiesResponse (1.4.2)

Reference documentation and code samples for the Google Cloud Data Catalog V1 Client class ExportTaxonomiesResponse.

Response message for ExportTaxonomies.

Generated from protobuf message google.cloud.datacatalog.v1.ExportTaxonomiesResponse

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ taxonomies array<Google\Cloud\DataCatalog\V1\SerializedTaxonomy>

List of taxonomies and policy tags as nested protocol buffers.

getTaxonomies

List of taxonomies and policy tags as nested protocol buffers.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setTaxonomies

List of taxonomies and policy tags as nested protocol buffers.

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