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-25 UTC."],[[["This document provides reference information for the `UpdateEntryRequest` class within the Google Cloud Data Catalog v1 API, specifically for version 2.13.0."],["`UpdateEntryRequest` is a message type used to send requests for updating entries in the Data Catalog, which requires the `name` field to be set, and it also implements multiple interfaces such as `IMessage` and `IEquatable`."],["The document details the available constructors, which include a default constructor and one that takes another `UpdateEntryRequest` object, which allows you to clone an existing entry."],["The `UpdateEntryRequest` class has two key properties: `Entry`, which contains the updates to be made to an entry, and `UpdateMask`, which specifies the fields to be overwritten during the update process."],["The document lists all available versions of the `UpdateEntryRequest` class, ranging from 2.14.0 (latest) down to 1.2.0, allowing users to view other versions of the `UpdateEntryRequest` class."]]],[]]