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 Data Catalog v1 API for .NET, specifically detailing version 2.7.0, but also includes links to previous and future version information up to 2.14.0."],["The `UpdateEntryGroupRequest` class is a message type used to update an entry group within the Data Catalog and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from the base `object` type and includes properties such as `EntryGroup` (the entry group to be updated) and `UpdateMask` (fields to be overwritten in the update)."],["The page offers two constructors for `UpdateEntryGroupRequest`: a parameterless constructor and one that takes another `UpdateEntryGroupRequest` as an argument to create a copy."],["The `UpdateEntryGroupRequest` class is found in the `Google.Cloud.DataCatalog.V1` namespace and contained within the `Google.Cloud.DataCatalog.V1.dll` assembly."]]],[]]