public sealed class UpdateEnvironmentRequest : IMessage<UpdateEnvironmentRequest>, IEquatable<UpdateEnvironmentRequest>, IDeepCloneable<UpdateEnvironmentRequest>, IBufferMessage, IMessage
[[["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 details the `UpdateEnvironmentRequest` class within the `Google.Cloud.Dataplex.V1` namespace, used to define requests for updating environments."],["The latest version of the `Google.Cloud.Dataplex.V1` package referenced is 3.6.0, with versions back to 1.0.0 also documented and available for use."],["The `UpdateEnvironmentRequest` class supports methods like GetHashCode, GetType, MemberwiseClone, and ToString through inheritance from the base Object class."],["Key properties of the `UpdateEnvironmentRequest` class include `Environment` (the description of the update), `UpdateMask` (fields to update), and `ValidateOnly` (for request validation without mutation)."],["The `UpdateEnvironmentRequest` class is both constructable with no parameters or through copying an existing instance, and implements multiple interfaces such as IMessage, IEquatable, and IDeepCloneable."]]],[]]