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 document provides reference documentation for the `UpdateEntryRequest` class within the Google Cloud Data Catalog v1 API, specifically for version 2.7.0."],["The `UpdateEntryRequest` class is used to send requests for updating entries in the Data Catalog, as indicated by the `UpdateEntry` method it relates to, and it includes properties such as `Entry` and `UpdateMask`."],["The `UpdateEntryRequest` class inherits from the base `object` class and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are multiple versions of the `UpdateEntryRequest` class, ranging from 1.2.0 to 2.14.0, with version 2.14.0 being the latest."],["The modifiable fields in an `UpdateEntryRequest` depend on the type of entry, with fields like `schema`, `display_name`, and `description` being available for certain entry types."]]],[]]