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

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

Update GlossaryCategory Request

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#category

def category() -> ::Google::Cloud::Dataplex::V1::GlossaryCategory
Returns
  • (::Google::Cloud::Dataplex::V1::GlossaryCategory) — Required. The GlossaryCategory to update. The GlossaryCategory's name field is used to identify the GlossaryCategory to update. Format: projects/{project_id_or_number}/locations/{location_id}/glossaries/{glossary_id}/categories/{category_id}

#category=

def category=(value) -> ::Google::Cloud::Dataplex::V1::GlossaryCategory
Parameter
  • value (::Google::Cloud::Dataplex::V1::GlossaryCategory) — Required. The GlossaryCategory to update. The GlossaryCategory's name field is used to identify the GlossaryCategory to update. Format: projects/{project_id_or_number}/locations/{location_id}/glossaries/{glossary_id}/categories/{category_id}
Returns
  • (::Google::Cloud::Dataplex::V1::GlossaryCategory) — Required. The GlossaryCategory to update. The GlossaryCategory's name field is used to identify the GlossaryCategory to update. Format: projects/{project_id_or_number}/locations/{location_id}/glossaries/{glossary_id}/categories/{category_id}

#update_mask

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

#update_mask=

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