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 Dataplex Catalog. Methods that are related to policy tags and policy tag taxonomies are not deprecated.
You can create entries only with 'FILESET', 'CLUSTER', 'DATA_STREAM', or custom types. Data Catalog automatically creates entries with other types during metadata ingestion from integrated systems.
You must enable the Data Catalog API in the project identified by the parent parameter. For more information, see Data Catalog resource project.
An entry group can have a maximum of 100,000 entries.
HTTP request
POST https://datacatalog.googleapis.com/v1/{parent}/entries
Path parameters
Parameters
parent
string
Required. The name of the entry group this entry belongs to.
Note: The entry itself and its child resources might not be stored in the location specified in its name. It takes the form projects/{project}/locations/{location}/entryGroups/{entrygroup}.
Query parameters
Parameters
entryId
string
Required. The ID of the entry to create.
The ID must contain only letters (a-z, A-Z), numbers (0-9), and underscores (_). The maximum size is 64 bytes when encoded in UTF-8.
[[["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-02-25 UTC."],[[["Data Catalog is now deprecated in favor of Dataplex Catalog, users should use the newer version to manage data."],["This endpoint enables the creation of entries within Data Catalog, with supported types including 'FILESET', 'CLUSTER', 'DATA_STREAM', or custom types."],["The `parent` path parameter specifies the entry group to which the new entry will belong, and you need to enable the Data Catalog API in the specified project."],["The request requires an `entryId` query parameter, which serves as the identifier for the entry and is limited to letters, numbers, underscores, and a maximum size of 64 bytes."],["The request body contains the details for the entry, and the response body returns the newly created entry when the request is successful."]]],[]]