Required. The resource name of the entryGroup, of the form: projects/{project_number}/locations/{locationId} where locationId refers to a Google Cloud region.
Authorization requires the following IAM permission on the specified resource parent:
dataplex.entryGroups.create
Query parameters
Parameters
entryGroupId
string
Required. EntryGroup identifier.
validateOnly
boolean
Optional. The service validates the request without performing any mutations. The default is false.
Request body
The request body contains an instance of EntryGroup.
Response body
If successful, the response body contains a newly created instance of Operation.
[[["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-07-11 UTC."],[[["This API endpoint allows for the creation of an EntryGroup using a POST request to a specific URL following gRPC Transcoding syntax."],["The request requires a `parent` path parameter specifying the project and location and the entryGroupId query parameter, along with optional `validateOnly` parameter."],["The request body must include an `EntryGroup` instance, and successful responses return a newly created `Operation` instance."],["Creating an EntryGroup requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform` and the IAM permission `dataplex.entryGroups.create` on the specified `parent` resource."]]],[]]