Class: Google::Cloud::Dataplex::V1::UpdateGlossaryTermRequest

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

Update GlossaryTerm Request

Instance Attribute Summary collapse

Instance Attribute Details

#term::Google::Cloud::Dataplex::V1::GlossaryTerm

Returns Required. The GlossaryTerm to update. The GlossaryTerm's name field is used to identify the GlossaryTerm to update. Format: projects/{project_id_or_number}/locations/{location_id}/glossaries/{glossary_id}/terms/{term_id}.

Returns:

  • (::Google::Cloud::Dataplex::V1::GlossaryTerm)

    Required. The GlossaryTerm to update. The GlossaryTerm's name field is used to identify the GlossaryTerm to update. Format: projects/{project_id_or_number}/locations/{location_id}/glossaries/{glossary_id}/terms/{term_id}



443
444
445
446
# File 'proto_docs/google/cloud/dataplex/v1/business_glossary.rb', line 443

class UpdateGlossaryTermRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#update_mask::Google::Protobuf::FieldMask

Returns Required. The list of fields to update.

Returns:



443
444
445
446
# File 'proto_docs/google/cloud/dataplex/v1/business_glossary.rb', line 443

class UpdateGlossaryTermRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end