Google Cloud Data Catalog V1 Client - Class ImportTaxonomiesResponse (2.4.1)
Stay organized with collections
Save and categorize content based on your preferences.
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 |
array
Optional. Data for populating the Message object. |
↳ taxonomies |
array<Taxonomy>
Imported taxonomies. |
getTaxonomies
Imported taxonomies.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setTaxonomies
Imported taxonomies.
| Parameter | |
|---|---|
| Name | Description |
var |
array<Taxonomy>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|