Class: Google::Cloud::DataCatalog::V1::DeleteTaxonomyRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#name::String

Returns Required. Resource name of the taxonomy to delete.

Note: All policy tags in this taxonomy are also deleted.

Returns:

  • (::String)

    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