Required. The resource name of the parent lake: projects/{project_number}/locations/{locationId}/lakes/{lakeId}.
Authorization requires the following IAM permission on the specified resource parent:
dataplex.zones.create
Query parameters
Parameters
zoneId
string
Required. Zone 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 across all lakes from all locations in a project. * Must not be one of the reserved IDs (i.e. "default", "global-temp")
validateOnly
boolean
Optional. Only validate the request, but do not perform mutations. The default is false.
[[["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-03-21 UTC."],[[["This endpoint creates a new zone resource within a specified data lake using a POST request."],["The `parent` path parameter is mandatory, requiring the lake's resource name in the format `projects/{project_number}/locations/{locationId}/lakes/{lakeId}`, and authorization via the `dataplex.zones.create` IAM permission."],["The `zoneId` query parameter is a required unique identifier for the new zone, subject to specific naming conventions and restrictions."],["The request body should contain the desired zone configuration as an instance of the `Zone` resource, and validation of the request can optionally be done without changes using the `validateOnly` parameter."],["A successful operation will return a new instance of the `Operation` resource."]]],[]]