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 |
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 |
SerializedTaxonomy|null |
|
hasSerializedTaxonomy
clearSerializedTaxonomy
setSerializedTaxonomy
Required. Taxonomy to update along with its child policy tags.
| Parameter | |
|---|---|
| Name | Description |
var |
SerializedTaxonomy
|
| Returns | |
|---|---|
| Type | Description |
$this |
|