Class: Google::Cloud::Dataplex::V1::DeleteGlossaryTermRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::DeleteGlossaryTermRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataplex/v1/business_glossary.rb
Overview
Delete GlossaryTerm Request
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the GlossaryTerm to delete. Format: projects/{project_id_or_number}/locations/{location_id}/glossaries/{glossary_id}/terms/{term_id}.
454 455 456 457 |
# File 'proto_docs/google/cloud/dataplex/v1/business_glossary.rb', line 454 class DeleteGlossaryTermRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |