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].
Implements
IMessageCreateTaxonomyRequest, IEquatableCreateTaxonomyRequest, IDeepCloneableCreateTaxonomyRequest, IBufferMessage, IMessageNamespace
Google.Cloud.DataCatalog.V1Assembly
Google.Cloud.DataCatalog.V1.dll
Constructors
CreateTaxonomyRequest()
public CreateTaxonomyRequest()
CreateTaxonomyRequest(CreateTaxonomyRequest)
public CreateTaxonomyRequest(CreateTaxonomyRequest other)
Parameter | |
---|---|
Name | Description |
other | CreateTaxonomyRequest |
Properties
Parent
public string Parent { get; set; }
Required. Resource name of the project that the taxonomy will belong to.
Property Value | |
---|---|
Type | Description |
string |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }
LocationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
LocationName |
Taxonomy
public Taxonomy Taxonomy { get; set; }
The taxonomy to create.
Property Value | |
---|---|
Type | Description |
Taxonomy |