Google Cloud Dataplex V1 Client - Class UpdateGlossaryRequest (1.8.0)
Stay organized with collections
Save and categorize content based on your preferences.
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.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ glossary |
Glossary
Required. The Glossary to update. The Glossary's |
↳ 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 |
updateMask |
Google\Protobuf\FieldMask
Required. The list of fields to update. |
| Returns | |
|---|---|
| Type | Description |
UpdateGlossaryRequest |
|