CreateLakeRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)Create lake request.
| Attributes | |
|---|---|
| Name | Description | 
| parent | strRequired. The resource name of the lake location, of the form: projects/{project_number}/locations/{location_id} where location_idrefers to a Google Cloud region. | 
| lake_id | strRequired. Lake identifier. This ID will be used to generate names such as database and dataset names when publishing metadata to Hive Metastore and BigQuery. - Must contain only lowercase letters, numbers and hyphens. - Must start with a letter. - Must end with a number or a letter. - Must be between 1-63 characters. - Must be unique within the customer project / location. | 
| lake | google.cloud.dataplex_v1.types.LakeRequired. Lake resource | 
| validate_only | boolOptional. Only validate the request, but do not perform mutations. The default is false. |