Cloud Dataplex v1 API - Class UpdateGlossaryRequest (3.12.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

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月05日 UTC.