public sealed class UpdateEntryGroupRequest : IMessage<UpdateEntryGroupRequest>, IEquatable<UpdateEntryGroupRequest>, IDeepCloneable<UpdateEntryGroupRequest>, IBufferMessage, IMessage
Request message for
[UpdateEntryGroup][google.cloud.datacatalog.v1.DataCatalog.UpdateEntryGroup].
Names of fields whose values to overwrite on an entry group.
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 latest version of the `UpdateEntryGroupRequest` is 2.14.0, while this page is showing version 1.8.0."],["This documentation page details the `UpdateEntryGroupRequest` class used for updating entry groups within Google Cloud Data Catalog."],["The `UpdateEntryGroupRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showing it is part of the Google Protobuf system."],["The `UpdateEntryGroupRequest` has two properties, `EntryGroup` and `UpdateMask`, that are required to update a group, where the `name` field of `EntryGroup` is required to be set."],["The `UpdateEntryGroupRequest` has two constructors: a default parameterless constructor and one that takes an `UpdateEntryGroupRequest` object as a parameter."]]],[]]