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."],[[["The `UpdateEntryRequest` class is used for updating entries in the Data Catalog v1 API, specifically via the `UpdateEntry` method."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which support various functionalities like message handling, comparison, cloning, and buffered operations."],["The latest version available for `UpdateEntryRequest` is 2.14.0, and there are also links to the documentation for previous versions, going as far back as 1.2.0."],["The `UpdateEntryRequest` class contains properties such as `Entry` (the updates for the entry) and `UpdateMask` (fields to be overwritten), enabling specific or full-field modification."],["Modifiable fields vary by entry type, with `DATA_STREAM`, `FILESET`, and `user_specified_type` having different allowed fields for update, such as schema, display name, and descriptions."]]],[]]