Cloud Dataplex v1 API - Class UpdateGlossaryTermRequest (3.10.0)

public sealed class UpdateGlossaryTermRequest : IMessage<UpdateGlossaryTermRequest>, IEquatable<UpdateGlossaryTermRequest>, IDeepCloneable<UpdateGlossaryTermRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Dataplex v1 API class UpdateGlossaryTermRequest.

Update GlossaryTerm Request

Inheritance

object > UpdateGlossaryTermRequest

Namespace

Google.Cloud.Dataplex.V1

Assembly

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