public sealed class UpdateGlossaryTermRequest : IMessage<UpdateGlossaryTermRequest>, IEquatable<UpdateGlossaryTermRequest>, IDeepCloneable<UpdateGlossaryTermRequest>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Dataplex v1 API class UpdateGlossaryTermRequest.
Update GlossaryTerm Request
Implements
IMessageUpdateGlossaryTermRequest, IEquatableUpdateGlossaryTermRequest, IDeepCloneableUpdateGlossaryTermRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
UpdateGlossaryTermRequest()
public UpdateGlossaryTermRequest()UpdateGlossaryTermRequest(UpdateGlossaryTermRequest)
public UpdateGlossaryTermRequest(UpdateGlossaryTermRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateGlossaryTermRequest |
Properties
Term
public GlossaryTerm Term { get; set; }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}
| Property Value | |
|---|---|
| Type | Description |
GlossaryTerm |
|
UpdateMask
public FieldMask UpdateMask { get; set; }Required. The list of fields to update.
| Property Value | |
|---|---|
| Type | Description |
FieldMask |
|