Class: Google::Cloud::Dataplex::V1::UpdateGlossaryTermRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::UpdateGlossaryTermRequest
- 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
-
#term ⇒ ::Google::Cloud::Dataplex::V1::GlossaryTerm
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
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}.
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.
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 |