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
- (::Google::Protobuf::FieldMask) — Required. The list of fields to update.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
- value (::Google::Protobuf::FieldMask) — Required. The list of fields to update.
Returns
- (::Google::Protobuf::FieldMask) — Required. The list of fields to update.