Data Catalog v1 API - Class CreateTaxonomyRequest (2.11.0)

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

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

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

Inheritance

object > CreateTaxonomyRequest

Namespace

Google.Cloud.DataCatalog.V1

Assembly

Google.Cloud.DataCatalog.V1.dll

Constructors

CreateTaxonomyRequest()

public CreateTaxonomyRequest()

CreateTaxonomyRequest(CreateTaxonomyRequest)

public CreateTaxonomyRequest(CreateTaxonomyRequest other)
Parameter
NameDescription
otherCreateTaxonomyRequest

Properties

Parent

public string Parent { get; set; }

Required. Resource name of the project that the taxonomy will belong to.

Property Value
TypeDescription
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName

Taxonomy

public Taxonomy Taxonomy { get; set; }

The taxonomy to create.

Property Value
TypeDescription
Taxonomy