CreateDataTaxonomyRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Create DataTaxonomy request.
Attributes |
|
---|---|
Name | Description |
parent |
str
Required. The resource name of the data taxonomy location, of the form: projects/{project_number}/locations/{location_id} where location_id refers to a GCP region.
|
data_taxonomy_id |
str
Required. DataTaxonomy identifier. - Must contain only lowercase letters, numbers and hyphens. - Must start with a letter. - Must be between 1-63 characters. - Must end with a number or a letter. - Must be unique within the Project. |
data_taxonomy |
google.cloud.dataplex_v1.types.DataTaxonomy
Required. DataTaxonomy resource. |
validate_only |
bool
Optional. Only validate the request, but do not perform mutations. The default is false. |