Class: Google::Cloud::DataCatalog::V1::UpdateTaxonomyRequest
- Inherits:
-
Object
- Object
- Google::Cloud::DataCatalog::V1::UpdateTaxonomyRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datacatalog/v1/policytagmanager.rb
Overview
Request message for UpdateTaxonomy.
Instance Attribute Summary collapse
-
#taxonomy ⇒ ::Google::Cloud::DataCatalog::V1::Taxonomy
The taxonomy to update.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Specifies fields to update.
Instance Attribute Details
#taxonomy ⇒ ::Google::Cloud::DataCatalog::V1::Taxonomy
Returns The taxonomy to update. You can update only its description, display name, and activated policy types.
196 197 198 199 |
# File 'proto_docs/google/cloud/datacatalog/v1/policytagmanager.rb', line 196 class UpdateTaxonomyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Specifies fields to update. If not set, defaults to all fields you can update.
For more information, see FieldMask.
196 197 198 199 |
# File 'proto_docs/google/cloud/datacatalog/v1/policytagmanager.rb', line 196 class UpdateTaxonomyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |