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 page details the `UpdateEntryRequest` class, which is used to send update requests for entries in Google Cloud Data Catalog."],["The `UpdateEntryRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling, equality checks, and cloning."],["The `UpdateEntryRequest` class has two constructors: a default constructor and one that accepts another `UpdateEntryRequest` object for creating a copy."],["The class contains two main properties: `Entry`, which holds the updated entry data, and `UpdateMask`, which specifies which fields of the entry should be updated, allowing for partial updates of an entry's fields."],["This documentation encompasses multiple previous versions, from 2.14.0 (latest) down to 1.2.0, with each version detailing its specific implementation of `UpdateEntryRequest`."]]],[]]