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 page provides documentation for the `UpdateEntryGroupRequest` class within the `Google.Cloud.DataCatalog.V1` namespace, specifically for the .NET environment."],["The `UpdateEntryGroupRequest` class is used to send requests for updating an entry group via the `UpdateEntryGroup` method, as part of the Google Cloud Data Catalog V1 service."],["The `UpdateEntryGroupRequest` class contains properties for setting the entry group to be updated (`EntryGroup`) and for specifying which fields should be updated (`UpdateMask`)."],["The documentation covers multiple versions of the `Google.Cloud.DataCatalog.V1` package, ranging from version 1.2.0 to the latest version 2.14.0, each with their own documentation link."],["The class implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role within the Google Protobuf and .NET ecosystems."]]],[]]