Reference documentation and code samples for the Google Cloud Data Catalog V1 Client class UpdateTaxonomyRequest.
Request message for UpdateTaxonomy.
Generated from protobuf message google.cloud.datacatalog.v1.UpdateTaxonomyRequest
Namespace
Google \ Cloud \ DataCatalog \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ taxonomy |
Google\Cloud\DataCatalog\V1\Taxonomy
The taxonomy to update. You can update only its description, display name, and activated policy types. |
↳ update_mask |
Google\Protobuf\FieldMask
Specifies fields to update. If not set, defaults to all fields you can update. For more information, see FieldMask. |
getTaxonomy
The taxonomy to update. You can update only its description, display name, and activated policy types.
Returns | |
---|---|
Type | Description |
Google\Cloud\DataCatalog\V1\Taxonomy|null |
hasTaxonomy
clearTaxonomy
setTaxonomy
The taxonomy to update. You can update only its description, display name, and activated policy types.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\DataCatalog\V1\Taxonomy
|
Returns | |
---|---|
Type | Description |
$this |
getUpdateMask
Specifies fields to update. If not set, defaults to all fields you can update.
For more information, see FieldMask.
Returns | |
---|---|
Type | Description |
Google\Protobuf\FieldMask|null |
hasUpdateMask
clearUpdateMask
setUpdateMask
Specifies fields to update. If not set, defaults to all fields you can update.
For more information, see FieldMask.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\FieldMask
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameter | |
---|---|
Name | Description |
taxonomy |
Google\Cloud\DataCatalog\V1\Taxonomy
The taxonomy to update. You can update only its description, display name, and activated policy types. |
Returns | |
---|---|
Type | Description |
Google\Cloud\DataCatalog\V1\UpdateTaxonomyRequest |