public sealed class UpdateEntryGroupRequest : IMessage<UpdateEntryGroupRequest>, IEquatable<UpdateEntryGroupRequest>, IDeepCloneable<UpdateEntryGroupRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class UpdateEntryGroupRequest.
[[["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 document provides reference documentation for the `UpdateEntryGroupRequest` class within the Cloud Dataplex v1 API, specifically for version 2.14.0, and details on its implementation, inheritance, namespace, and assembly."],["The `UpdateEntryGroupRequest` class is used to update an EntryGroup resource, as indicated by its name and the `EntryGroup` property."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its capabilities for serialization, comparison, cloning, and buffering."],["The `UpdateEntryGroupRequest` class has properties such as `EntryGroup`, `UpdateMask`, and `ValidateOnly` for updating the EntryGroup resource, defining which fields should be modified, and whether to validate the request without performing the update."],["The documentation includes links to various versions of the `UpdateEntryGroupRequest` class, ranging from version 1.0.0 to the latest version 3.6.0, with each corresponding to a specific link that can be accessed for more information."]]],[]]