public sealed class UpdateEntryRequest : IMessage<UpdateEntryRequest>, IEquatable<UpdateEntryRequest>, IDeepCloneable<UpdateEntryRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Catalog v1 API class UpdateEntryRequest.
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 provides documentation for the `UpdateEntryRequest` class within the Google Cloud Data Catalog v1 API for .NET, specifically version 2.9.0."],["`UpdateEntryRequest` is a message type used to send requests for updating entries in the Data Catalog, which inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class allows users to define which entry fields to update using the `Entry` property, and specify the fields to overwrite using the `UpdateMask` property."],["Multiple versions of the documentation are accessible, ranging from version 1.2.0 to 2.14.0, allowing you to view the different versions of the class."],["The documentation details the constructors available for `UpdateEntryRequest`, as well as the properties `Entry` and `UpdateMask` that can be set when creating instances of the class."]]],[]]