Class: Google::Cloud::Dataplex::V1::UpdateGlossaryCategoryRequest

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 GlossaryCategory Request

Instance Attribute Summary collapse

Instance Attribute Details

#category::Google::Cloud::Dataplex::V1::GlossaryCategory

Returns 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}



329
330
331
332
# File 'proto_docs/google/cloud/dataplex/v1/business_glossary.rb', line 329

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

#update_mask::Google::Protobuf::FieldMask

Returns Required. The list of fields to update.

Returns:



329
330
331
332
# File 'proto_docs/google/cloud/dataplex/v1/business_glossary.rb', line 329

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