Reference documentation and code samples for the Google Cloud Dataplex V1 Client class UpdateGlossaryRequest.
Update Glossary Request
Generated from protobuf message google.cloud.dataplex.v1.UpdateGlossaryRequest
Namespace
Google \ Cloud \ Dataplex \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ glossary
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
↳ validate_only
bool
Optional. Validates the request without actually updating the Glossary. Default: false.
getGlossary
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}
hasGlossary
clearGlossary
setGlossary
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}
$this
getUpdateMask
Required. The list of fields to update.
hasUpdateMask
clearUpdateMask
setUpdateMask
Required. The list of fields to update.
$this
getValidateOnly
Optional. Validates the request without actually updating the Glossary.
Default: false.
bool
setValidateOnly
Optional. Validates the request without actually updating the Glossary.
Default: false.
var
bool
$this
static::build
glossary
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}
updateMask

