Class: Google::Cloud::Dataplex::V1::DeleteGlossaryCategoryRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::DeleteGlossaryCategoryRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataplex/v1/business_glossary.rb
Overview
Delete GlossaryCategory Request
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the GlossaryCategory to delete. Format: projects/{project_id_or_number}/locations/{location_id}/glossaries/{glossary_id}/categories/{category_id}.
340 341 342 343 |
# File 'proto_docs/google/cloud/dataplex/v1/business_glossary.rb', line 340 class DeleteGlossaryCategoryRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |