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-25 UTC."],[[["This webpage provides documentation for the `UpdateEntryGroupRequest` class within the Google Cloud Data Catalog v1 API, specifically for .NET development."],["The `UpdateEntryGroupRequest` class is used to update an entry group in the Data Catalog, and it implements interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The webpage lists the different available versions of the `UpdateEntryGroupRequest`, ranging from version 1.2.0 up to the latest version 2.14.0, for developers to reference."],["The documentation details the class's inheritance, inherited members, namespace, assembly, constructors, and properties like `EntryGroup` and `UpdateMask`."],["The two constructors `UpdateEntryGroupRequest()` and `UpdateEntryGroupRequest(UpdateEntryGroupRequest other)` allow to create the request, with the second one allowing for a copy to be created."]]],[]]