Class CreateDataAttributeRequest (1.13.0)

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

Create DataAttribute request.

Attributes

NameDescription
parent str
Required. The resource name of the parent data taxonomy projects/{project_number}/locations/{location_id}/dataTaxonomies/{data_taxonomy_id}
data_attribute_id str
Required. DataAttribute 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 DataTaxonomy.
data_attribute google.cloud.dataplex_v1.types.DataAttribute
Required. DataAttribute resource.
validate_only bool
Optional. Only validate the request, but do not perform mutations. The default is false.