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 page provides reference documentation for the `UpdateEntryGroupRequest` class within the Google Cloud Dataplex V1 API, specifically for the .NET environment, with the current version being 2.15.0."],["The `UpdateEntryGroupRequest` class is used to define requests for updating an EntryGroup resource and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has three main properties: `EntryGroup` (the EntryGroup resource to be updated), `UpdateMask` (specifying which fields to update), and `ValidateOnly` (to validate the request without performing the update)."],["There is a version history provided on the page starting from version 1.0.0 up to 3.6.0, with 3.6.0 being the most recent version."],["There are also links provided to other documentation pages such as the dotnet api system.object."]]],[]]