Class DeleteTaxonomyRequest (1.8.0)

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

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

Inheritance

Object > DeleteTaxonomyRequest

Namespace

Google.Cloud.DataCatalog.V1

Assembly

Google.Cloud.DataCatalog.V1.dll

Constructors

DeleteTaxonomyRequest()

public DeleteTaxonomyRequest()

DeleteTaxonomyRequest(DeleteTaxonomyRequest)

public DeleteTaxonomyRequest(DeleteTaxonomyRequest other)
Parameter
NameDescription
otherDeleteTaxonomyRequest

Properties

Name

public string Name { get; set; }

Required. Resource name of the taxonomy to delete.

Note: All policy tags in this taxonomy are also deleted.

Property Value
TypeDescription
String

TaxonomyName

public TaxonomyName TaxonomyName { get; set; }

TaxonomyName-typed view over the Name resource name property.

Property Value
TypeDescription
TaxonomyName