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-25 UTC."],[[["The latest version of the `UpdateEntryGroupRequest` API is 3.6.0, but the current page specifically documents version 3.3.0."],["The `UpdateEntryGroupRequest` class in the Google Cloud Dataplex v1 API allows for updating an `EntryGroup` resource, which requires a `FieldMask` to specify which fields are to be changed."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ValidateOnly` property allows for request validation without actual mutations, providing an option for testing changes beforehand."],["The `UpdateEntryGroupRequest` class has two constructor overloads: a default constructor and one that accepts another `UpdateEntryGroupRequest` object as a parameter, allowing for object cloning."]]],[]]