public sealed class UpdateEntryGroupRequest : IMessage<UpdateEntryGroupRequest>, IEquatable<UpdateEntryGroupRequest>, IDeepCloneable<UpdateEntryGroupRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Catalog v1 API class UpdateEntryGroupRequest.
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 reference documentation for the `UpdateEntryGroupRequest` class within the Google Cloud Data Catalog v1 API for .NET."],["The latest version of this class is 2.14.0, but the page includes links to documentation for versions ranging from 1.2.0 to 2.14.0."],["The `UpdateEntryGroupRequest` class is used to send requests to update entry groups in the Data Catalog and inherits from multiple interfaces and the base object class."],["Key properties of `UpdateEntryGroupRequest` include `EntryGroup`, which represents the updates to be made to the entry group, and `UpdateMask`, which specifies the fields to be overwritten during the update."],["The page shows the public constructor with and without parameters for the `UpdateEntryGroupRequest` class."]]],[]]