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].
Implements
IMessageUpdateTaxonomyRequest, IEquatableUpdateTaxonomyRequest, IDeepCloneableUpdateTaxonomyRequest, IBufferMessage, IMessageNamespace
Google.Cloud.DataCatalog.V1Assembly
Google.Cloud.DataCatalog.V1.dll
Constructors
UpdateTaxonomyRequest()
public UpdateTaxonomyRequest()
UpdateTaxonomyRequest(UpdateTaxonomyRequest)
public UpdateTaxonomyRequest(UpdateTaxonomyRequest other)
Parameter | |
---|---|
Name | Description |
other | UpdateTaxonomyRequest |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
FieldMask |