Class UpdateGlossaryRequest (2.12.0)

UpdateGlossaryRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Update Glossary Request

Attributes

Name Description
glossary google.cloud.dataplex_v1.types.Glossary
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}
update_mask google.protobuf.field_mask_pb2.FieldMask
Required. The list of fields to update.
validate_only bool
Optional. Validates the request without actually updating the Glossary. Default: false.