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.
Output only. Identifier. The resource name of an entry in URL format.
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}/entries/{entries}.
Names of fields whose values to overwrite on an entry.
If this parameter is absent or empty, all modifiable fields are overwritten. If such fields are non-required and omitted in the request body, their values are emptied.
You can modify only the fields listed below.
For entries with type DATA_STREAM:
schema
For entries with type FILESET:
schema
displayName
description
gcsFilesetSpec
gcsFilesetSpec.file_patterns
For entries with userSpecifiedType:
schema
displayName
description
userSpecifiedType
userSpecifiedSystem
linkedResource
sourceSystemTimestamps
This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".
[[["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."],[[["This document outlines how to update an existing entry in the Data Catalog, which is now deprecated in favor of Dataplex Catalog."],["The HTTP request method for updating an entry is `PATCH`, targeting a specific entry resource name in the URL."],["The `entry.name` path parameter is a string that specifies the resource name of the entry to be updated in the format `projects/{project}/locations/{location}/entryGroups/{entrygroup}/entries/{entries}`."],["The `updateMask` query parameter determines which fields of the entry are to be modified, and if omitted, all modifiable fields are overwritten, and the request body contains an `Entry` instance."],["The request body contains the information for the new entry, and the response body, if successful, also contains an instance of `Entry`."]]],[]]