public sealed class UpdateEntryRequest : IMessage<UpdateEntryRequest>, IEquatable<UpdateEntryRequest>, IDeepCloneable<UpdateEntryRequest>, IBufferMessage, IMessage
Request message for
[UpdateEntry][google.cloud.datacatalog.v1.DataCatalog.UpdateEntry].
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.
[[["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-03-21 UTC."],[[["This document outlines the `UpdateEntryRequest` class, which is used to send update requests to the Google Cloud Data Catalog API's `UpdateEntry` function."],["The latest version of the `UpdateEntryRequest` is 2.14.0, with older versions also accessible, ranging down to 1.2.0."],["The `UpdateEntryRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for enhanced functionality and compatibility."],["The `UpdateEntryRequest` class has two crucial properties: `Entry`, for specifying the updated entry details, and `UpdateMask`, which determines which fields are modified."],["You can only modify specific fields in an entry, which depend on the entry's type; for example, `DATA_STREAM` entries can only modify their `schema`, while `FILESET` entries can modify `schema`, `display_name`, `description`, `gcs_fileset_spec`, and `gcs_fileset_spec.file_patterns`."]]],[]]