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.
Updates an existing entry. Users should enable the Data Catalog API in the project identified by the entry.name parameter (see Data Catalog Resource Project for more information).
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}/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.
The following fields are modifiable:
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 webpage details how to update an existing entry within the Data Catalog, which is now deprecated in favor of Dataplex Catalog."],["The `PATCH` HTTP request method is used to update an entry, targeting a specific entry by its resource name in the URL (`entry.name`)."],["The `updateMask` query parameter allows for the selective updating of specific fields within the entry."],["The request body must contain an `Entry` instance to specify the updated data, and a successful update will return an `Entry` instance in the response body."],["Updating an entry requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope for authorization."]]],[]]