Class UpdateTaxonomyRequest (1.2.0)

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

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. Only description, display_name, and activated policy types can be updated.

Property Value
TypeDescription
Taxonomy

UpdateMask

public FieldMask UpdateMask { get; set; }

The update mask applies to the resource. For the FieldMask definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask If not set, defaults to all of the fields that are allowed to update.

Property Value
TypeDescription
FieldMask