Class: Google::Cloud::Dataplex::V1::DeleteGlossaryTermRequest

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

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}.

Returns:

  • (::String)

    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