Required. The resource name of the parent zone: projects/{project_number}/locations/{locationId}/lakes/{lakeId}/zones/{zoneId}.
Authorization requires the following IAM permission on the specified resource parent:
dataplex.assets.create
Query parameters
Parameters
assetId
string
Required. Asset identifier. This ID will be used to generate names such as table 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 zone.
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-01-28 UTC."],[[["This webpage details the process of creating an asset resource via a `POST` HTTP request to the specified URL."],["The `parent` path parameter, which is mandatory, determines the zone where the asset will reside, with a specific format and IAM permission required."],["The `assetId` query parameter, also mandatory, is used to name the asset and must conform to a specific set of requirements."],["The request body requires an `Asset` instance and the response body, if successful, will contain a newly created `Operation` instance."],["Authorization for this operation requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]