public sealed class ModifyEntryOverviewRequest : IMessage<ModifyEntryOverviewRequest>, IEquatable<ModifyEntryOverviewRequest>, IDeepCloneable<ModifyEntryOverviewRequest>, IBufferMessage, IMessage
Request message for
[ModifyEntryOverview][google.cloud.datacatalog.v1.DataCatalog.ModifyEntryOverview].
[[["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 details the `ModifyEntryOverviewRequest` class within the `Google.Cloud.DataCatalog.V1` namespace, serving as the request message for modifying entry overviews in Google Cloud Data Catalog."],["The latest version of this class is 2.14.0, and the page provides access to previous versions dating back to 1.2.0, with each link directing to the `ModifyEntryOverviewRequest` documentation for that specific version."],["`ModifyEntryOverviewRequest` inherits from `Object` and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, among others."],["Key properties of `ModifyEntryOverviewRequest` include `EntryName`, `EntryOverview`, and `Name`, which are used to specify the entry to be modified and the new overview details."],["The class has two constructors: one default constructor, and one constructor for creating a copy of another instance of the `ModifyEntryOverviewRequest` class."]]],[]]