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 webpage provides reference documentation for the `UpdateEntryGroupRequest` class within the Google Cloud Data Catalog V1 API, specifically for .NET development."],["The content covers version 2.3.0, along with a list of previous versions ranging from 2.14.0 (latest) down to 1.2.0, each linking to the corresponding `UpdateEntryGroupRequest` documentation."],["The `UpdateEntryGroupRequest` class, used for updating entry groups, implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page details the constructors and properties of the `UpdateEntryGroupRequest` class, such as `EntryGroup` and `UpdateMask`, explaining their purpose and the expected types."],["The namespace for this class is `Google.Cloud.DataCatalog.V1`, and it's part of the `Google.Cloud.DataCatalog.V1.dll` assembly."]]],[]]