Cloud Dataplex v1 API - Class UpdateGlossaryRequest (3.10.0)

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

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

Update Glossary Request

Inheritance

object > UpdateGlossaryRequest

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

UpdateGlossaryRequest()

public UpdateGlossaryRequest()

UpdateGlossaryRequest(UpdateGlossaryRequest)

public UpdateGlossaryRequest(UpdateGlossaryRequest other)
Parameter
Name Description
other UpdateGlossaryRequest

Properties

Glossary

public Glossary Glossary { get; set; }

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}

Property Value
Type Description
Glossary

UpdateMask

public FieldMask UpdateMask { get; set; }

Required. The list of fields to update.

Property Value
Type Description
FieldMask

ValidateOnly

public bool ValidateOnly { get; set; }

Optional. Validates the request without actually updating the Glossary. Default: false.

Property Value
Type Description
bool