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 webpage provides reference documentation for the `UpdateEntryGroupRequest` class within the Google Cloud Dataplex V1 API, specifically for .NET development."],["The latest version available is 3.6.0, and the page details versions ranging from 1.0.0 up to the latest, including the version currently selected, 3.2.0."],["`UpdateEntryGroupRequest` class in the API allows for updating EntryGroup resources and includes properties like `EntryGroup`, `UpdateMask`, and `ValidateOnly` to configure the update."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities like serialization, comparison, and cloning."],["There are two constructors available, one default, and one that takes another `UpdateEntryGroupRequest` as an argument, allowing for easy object copying and manipulation."]]],[]]