Class CreateTaxonomyRequest (3.9.2)

CreateTaxonomyRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for CreateTaxonomy.

Attributes

NameDescription
parent str
Required. Resource name of the project that the taxonomy will belong to.
taxonomy google.cloud.datacatalog_v1.types.Taxonomy
The taxonomy to create.

Inheritance

builtins.object > proto.message.Message > CreateTaxonomyRequest