Dataplex V1 API - Class Google::Cloud::Dataplex::V1::UpdateGlossaryTermRequest (v2.6.0)

Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::UpdateGlossaryTermRequest.

Update GlossaryTerm Request

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#term

def term() -> ::Google::Cloud::Dataplex::V1::GlossaryTerm
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}

#term=

def term=(value) -> ::Google::Cloud::Dataplex::V1::GlossaryTerm
Parameter
  • value (::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}
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}

#update_mask

def update_mask() -> ::Google::Protobuf::FieldMask
Returns

#update_mask=

def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
Returns