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
Namespace
Google \ Cloud \ DataCatalog \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setTaxonomies
List of taxonomies and policy tags as nested protocol buffers.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\DataCatalog\V1\SerializedTaxonomy>
|
Returns | |
---|---|
Type | Description |
$this |