Cloud Dataplex v1 API - Class UpdateGlossaryCategoryRequest (3.10.0)

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

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

Update GlossaryCategory Request

Inheritance

object > UpdateGlossaryCategoryRequest

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

UpdateGlossaryCategoryRequest()

public UpdateGlossaryCategoryRequest()

UpdateGlossaryCategoryRequest(UpdateGlossaryCategoryRequest)

public UpdateGlossaryCategoryRequest(UpdateGlossaryCategoryRequest other)
Parameter
Name Description
other UpdateGlossaryCategoryRequest

Properties

Category

public GlossaryCategory Category { get; set; }

Required. The GlossaryCategory to update. The GlossaryCategory's name field is used to identify the GlossaryCategory to update. Format: projects/{project_id_or_number}/locations/{location_id}/glossaries/{glossary_id}/categories/{category_id}

Property Value
Type Description
GlossaryCategory

UpdateMask

public FieldMask UpdateMask { get; set; }

Required. The list of fields to update.

Property Value
Type Description
FieldMask