Reference documentation and code samples for the Google Cloud Data Catalog V1 Client class ImportTaxonomiesResponse.
Response message for ImportTaxonomies.
Generated from protobuf message google.cloud.datacatalog.v1.ImportTaxonomiesResponse
Namespace
Google \ Cloud \ DataCatalog \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description | 
| data | arrayOptional. Data for populating the Message object. | 
| ↳ taxonomies | array<Google\Cloud\DataCatalog\V1\Taxonomy>Imported taxonomies. | 
getTaxonomies
Imported taxonomies.
| Returns | |
|---|---|
| Type | Description | 
| Google\Protobuf\Internal\RepeatedField | |
setTaxonomies
Imported taxonomies.
| Parameter | |
|---|---|
| Name | Description | 
| var | array<Google\Cloud\DataCatalog\V1\Taxonomy> | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |