Google Cloud Data Catalog V1 Client - Class ReplaceTaxonomyRequest (1.5.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 ReplaceTaxonomyRequest.
Request message for ReplaceTaxonomy.
Generated from protobuf message google.cloud.datacatalog.v1.ReplaceTaxonomyRequest
Namespace
Google \ Cloud \ DataCatalog \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. Resource name of the taxonomy to update. |
↳ serialized_taxonomy |
Google\Cloud\DataCatalog\V1\SerializedTaxonomy
Required. Taxonomy to update along with its child policy tags. |
getName
Required. Resource name of the taxonomy to update.
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Required. Resource name of the taxonomy to update.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getSerializedTaxonomy
Required. Taxonomy to update along with its child policy tags.
| Returns | |
|---|---|
| Type | Description |
Google\Cloud\DataCatalog\V1\SerializedTaxonomy|null |
|
hasSerializedTaxonomy
clearSerializedTaxonomy
setSerializedTaxonomy
Required. Taxonomy to update along with its child policy tags.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Cloud\DataCatalog\V1\SerializedTaxonomy
|
| Returns | |
|---|---|
| Type | Description |
$this |
|