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, specifically version 2.12.0, and the documentation is also linked to other versions of the same `UpdateEntryRequest` class."],["The `UpdateEntryRequest` class is used to update entries within the Data Catalog, as indicated by its role in the `DataCatalog.UpdateEntry` method."],["It outlines the inheritance structure and interfaces implemented by the `UpdateEntryRequest` class, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page details the constructors and properties of the `UpdateEntryRequest` class, specifically the `Entry` property, which contains the updates, and the `UpdateMask` property, used to specify which fields to overwrite."],["This API class includes an extensive history of versions, ranging from the current 2.14.0 to as far back as 1.2.0."]]],[]]