public sealed class CreateTaxonomyRequest : IMessage<CreateTaxonomyRequest>, IEquatable<CreateTaxonomyRequest>, IDeepCloneable<CreateTaxonomyRequest>, IBufferMessage, IMessageRequest message for [CreateTaxonomy][google.cloud.datacatalog.v1.PolicyTagManager.CreateTaxonomy].
Implements
IMessage<CreateTaxonomyRequest>, IEquatable<CreateTaxonomyRequest>, IDeepCloneable<CreateTaxonomyRequest>, 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 |
|