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 provides documentation for the `UpdateEntryRequest` class within the `Google.Cloud.DataCatalog.V1` namespace, specifically outlining its structure, properties, and usage for updating entries in the Data Catalog."],["The `UpdateEntryRequest` class is part of the Google Cloud Data Catalog .NET library and supports multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page details the available versions of the `UpdateEntryRequest`, ranging from version 2.14.0 (latest) down to 1.2.0."],["The `UpdateEntryRequest` class includes properties such as `Entry` to define the updated entry content and `UpdateMask` to specify which fields of the entry should be overwritten, allowing for partial updates."],["There are two constructors available, a default constructor and one that accepts another `UpdateEntryRequest` object for creating a copy."]]],[]]