Class: Google::Cloud::Dataplex::V1::UpdateGlossaryRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::UpdateGlossaryRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataplex/v1/business_glossary.rb
Overview
Update Glossary Request
Instance Attribute Summary collapse
-
#glossary ⇒ ::Google::Cloud::Dataplex::V1::Glossary
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
-
#validate_only ⇒ ::Boolean
Optional.
Instance Attribute Details
#glossary ⇒ ::Google::Cloud::Dataplex::V1::Glossary
Returns Required. The Glossary to update.
The Glossary's name
field is used to identify the Glossary to update.
Format:
projects/{project_id_or_number}/locations/{location_id}/glossaries/{glossary_id}.
216 217 218 219 |
# File 'proto_docs/google/cloud/dataplex/v1/business_glossary.rb', line 216 class UpdateGlossaryRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Required. The list of fields to update.
216 217 218 219 |
# File 'proto_docs/google/cloud/dataplex/v1/business_glossary.rb', line 216 class UpdateGlossaryRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#validate_only ⇒ ::Boolean
Returns Optional. Validates the request without actually updating the Glossary. Default: false.
216 217 218 219 |
# File 'proto_docs/google/cloud/dataplex/v1/business_glossary.rb', line 216 class UpdateGlossaryRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |