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 webpage provides reference documentation for the `UpdateEntryRequest` class within the Google Cloud Data Catalog v1 API, specifically focusing on version 2.8.0."],["`UpdateEntryRequest` is used to request updates to entries within the Data Catalog, inheriting from `object` and implementing several interfaces like `IMessage` and `IEquatable`."],["The page lists various available versions of the documentation, ranging from the latest (2.14.0) down to version 1.2.0, all pertaining to the `UpdateEntryRequest` class."],["The `UpdateEntryRequest` class has properties `Entry` and `UpdateMask`, where `Entry` contains the updated details, and `UpdateMask` specifies which fields to modify, where its presence or lack of will dictate the behavior of the update."],["There are two constructors for `UpdateEntryRequest`, one without any parameters and one that takes in another `UpdateEntryRequest` as a parameter."]]],[]]