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.
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.
hasTaxonomy
clearTaxonomy
setTaxonomy
The taxonomy to update. You can update only its description, display name, and activated policy types.
$this
getUpdateMask
Specifies fields to update. If not set, defaults to all fields you can update.
For more information, see FieldMask .
hasUpdateMask
clearUpdateMask
setUpdateMask
Specifies fields to update. If not set, defaults to all fields you can update.
For more information, see FieldMask .
$this
static::build
taxonomy
Google\Cloud\DataCatalog\V1\Taxonomy
The taxonomy to update. You can update only its description, display name, and activated policy types.