public sealed class UpdateTaxonomyRequest : IMessage<UpdateTaxonomyRequest>, IEquatable<UpdateTaxonomyRequest>, IDeepCloneable<UpdateTaxonomyRequest>, IBufferMessage, IMessageRequest message for [UpdateTaxonomy][google.cloud.datacatalog.v1.PolicyTagManager.UpdateTaxonomy].
Implements
IMessage<UpdateTaxonomyRequest>, IEquatable<UpdateTaxonomyRequest>, IDeepCloneable<UpdateTaxonomyRequest>, 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. Only description, display_name, and activated policy types can be updated.
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
FieldMask |
|