public sealed class CreateLakeRequest : IMessage<CreateLakeRequest>, IEquatable<CreateLakeRequest>, IDeepCloneable<CreateLakeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class CreateLakeRequest.
Required. 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.
Required. The resource name of the lake location, of the form:
projects/{project_number}/locations/{location_id}
where location_id refers to a GCP region.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["This page provides reference documentation for the `CreateLakeRequest` class within the Google Cloud Dataplex V1 API, specifically for version 2.13.0 and other versions ranging from 1.0.0 to 3.6.0."],["The `CreateLakeRequest` class is used to request the creation of a lake resource in Google Cloud Dataplex, implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties for the `CreateLakeRequest` include `Lake` (the lake resource itself), `LakeId` (a unique identifier for the lake), `Parent` (the location where the lake is created), `ParentAsLocationName`, and `ValidateOnly` which allows validation without performing the request."],["The `LakeId` property has specific constraints, including that it must be unique within the customer project/location, consist of lowercase letters, numbers and hyphens, begin with a letter, and end with a number or letter, being between 1-63 characters in length."],["The page has various versions of the `CreateLakeRequest` in the Google.Cloud.Dataplex.V1 API available for reference, including the latest version 3.6.0, along with earlier versions, allowing users to navigate to documentation for their specific implementation."]]],[]]