Class: Google::Cloud::DataCatalog::V1::DeleteTaxonomyRequest
- Inherits:
-
Object
- Object
- Google::Cloud::DataCatalog::V1::DeleteTaxonomyRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datacatalog/v1/policytagmanager.rb
Overview
Request message for DeleteTaxonomy.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Resource name of the taxonomy to delete.
Note: All policy tags in this taxonomy are also deleted.
178 179 180 181 |
# File 'proto_docs/google/cloud/datacatalog/v1/policytagmanager.rb', line 178 class DeleteTaxonomyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |