Data Catalog v1 API - Class UpdateTaxonomyRequest (2.11.0)

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

Reference documentation and code samples for the Data Catalog v1 API class UpdateTaxonomyRequest.

Request message for [UpdateTaxonomy][google.cloud.datacatalog.v1.PolicyTagManager.UpdateTaxonomy].

Inheritance

object > UpdateTaxonomyRequest

Namespace

Google.Cloud.DataCatalog.V1

Assembly

Google.Cloud.DataCatalog.V1.dll

Constructors

UpdateTaxonomyRequest()

public UpdateTaxonomyRequest()

UpdateTaxonomyRequest(UpdateTaxonomyRequest)

public UpdateTaxonomyRequest(UpdateTaxonomyRequest other)
Parameter
NameDescription
otherUpdateTaxonomyRequest

Properties

Taxonomy

public Taxonomy Taxonomy { get; set; }

The taxonomy to update. You can update only its description, display name, and activated policy types.

Property Value
TypeDescription
Taxonomy

UpdateMask

public FieldMask UpdateMask { get; set; }

Specifies fields to update. If not set, defaults to all fields you can update.

For more information, see FieldMask.

Property Value
TypeDescription
FieldMask