CreateDataAttributeBindingRequest(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)
Create DataAttributeBinding request.
Attributes |
|
---|---|
Name | Description |
parent |
str
Required. The resource name of the parent data taxonomy projects/{project_number}/locations/{location_id} |
data_attribute_binding_id |
str
Required. DataAttributeBinding 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 Location. |
data_attribute_binding |
google.cloud.dataplex_v1.types.DataAttributeBinding
Required. DataAttributeBinding resource. |
validate_only |
bool
Optional. Only validate the request, but do not perform mutations. The default is false. |