Reference documentation and code samples for the Google Cloud Dataplex V1 Client class UpdateGlossaryTermRequest.
Update GlossaryTerm Request
Generated from protobuf message google.cloud.dataplex.v1.UpdateGlossaryTermRequest
Namespace
Google \ Cloud \ Dataplex \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ term |
GlossaryTerm
Required. The GlossaryTerm to update. The GlossaryTerm's |
↳ update_mask |
Google\Protobuf\FieldMask
Required. The list of fields to update. |
getTerm
Required. The GlossaryTerm to update.
The GlossaryTerm's name
field is used to identify the GlossaryTerm to
update. Format:
projects/{project_id_or_number}/locations/{location_id}/glossaries/{glossary_id}/terms/{term_id}
Returns | |
---|---|
Type | Description |
GlossaryTerm|null |
hasTerm
clearTerm
setTerm
Required. The GlossaryTerm to update.
The GlossaryTerm's name
field is used to identify the GlossaryTerm to
update. Format:
projects/{project_id_or_number}/locations/{location_id}/glossaries/{glossary_id}/terms/{term_id}
Parameter | |
---|---|
Name | Description |
var |
GlossaryTerm
|
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 |
static::build
Parameters | |
---|---|
Name | Description |
term |
GlossaryTerm
Required. The GlossaryTerm to update.
The GlossaryTerm's |
updateMask |
Google\Protobuf\FieldMask
Required. The list of fields to update. |
Returns | |
---|---|
Type | Description |
UpdateGlossaryTermRequest |