Google Cloud Dataplex V1 Client - Class UpdateGlossaryRequest (1.8.0)

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 \ V1

Methods

__construct

Constructor.

Parameters
Name Description
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 Google\Protobuf\FieldMask

Required. The list of fields to update.

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

Returns
Type Description
Glossary|null

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}

Parameter
Name Description
var Glossary
Returns
Type Description
$this

getUpdateMask

Required. The list of fields to update.

Returns
Type Description
Google\Protobuf\FieldMask|null

hasUpdateMask

clearUpdateMask

setUpdateMask

Required. The list of fields to update.

Parameter
Name Description
var Google\Protobuf\FieldMask
Returns
Type Description
$this

getValidateOnly

Optional. Validates the request without actually updating the Glossary.

Default: false.

Returns
Type Description
bool

setValidateOnly

Optional. Validates the request without actually updating the Glossary.

Default: false.

Parameter
Name Description
var bool
Returns
Type Description
$this

static::build

Parameters
Name Description
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 Google\Protobuf\FieldMask

Required. The list of fields to update.

Returns
Type Description
UpdateGlossaryRequest

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月08日 UTC.