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 webpage details the `UpdateEntryRequest` class, which is used to send update requests to the `google.cloud.datacatalog.v1.DataCatalog.UpdateEntry` API."],["The latest version for the `UpdateEntryRequest` is 2.14.0, and older versions from 2.13.0 down to 1.2.0, are also accessible, providing a reference for different API updates."],["`UpdateEntryRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from `Object`."],["The `UpdateEntryRequest` class has two constructors: one default and another that takes another `UpdateEntryRequest` object as a parameter, allowing for the creation of copies."],["The class contains two properties: `Entry`, which is required and represents the updates to an entry, and `UpdateMask`, which specifies the fields that should be overwritten."]]],[]]