Data Catalog API methods that are related to Data Catalog search and metadata are deprecated and will be discontinued on January 30, 2026. See Transition from Data Catalog to BigQuery universal catalog. Methods that are related to policy tags and policy tag taxonomies are not deprecated.
Note that this Entry and its child resources may not actually be stored in the location in this name. It takes the form projects/{project}/locations/{location}/entryGroups/{entrygroup}.
[[["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-14 UTC."],[[["This webpage details the process of creating a new entry within the Data Catalog, specifically within a designated entry group, which is done via a `POST` HTTP request."],["The request requires a `parent` path parameter to specify the entry group's location and a required `entryId` query parameter to define the unique identifier of the entry being created."],["The content of the request is provided in the request body, where an `Entry` instance is utilized to provide the data required to create the new entry."],["Successful entry creation will return an instance of `Entry` in the response body."],["The Data Catalog API must be enabled in the specified project, and the process requires `https://www.googleapis.com/auth/cloud-platform` authorization scope, with the restriction of 100,000 entries per group."]]],[]]