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."],[[["This webpage details the `UpdateEntryGroupRequest` class within the `Google.Cloud.DataCatalog.V1` namespace, across various versions, with version 2.14.0 being the latest."],["The `UpdateEntryGroupRequest` class is a request message used for updating an entry group, as specified by `google.cloud.datacatalog.v1.DataCatalog.UpdateEntryGroup`."],["This class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `UpdateEntryGroupRequest` class include `EntryGroup` which represents the updated entry group and requires the \"name\" field to be set, and `UpdateMask`, which defines the fields that will be overwritten during the update."],["It offers two constructors, a default one and another that accepts an existing `UpdateEntryGroupRequest` object as a parameter."]]],[]]