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 document outlines the `UpdateEnvironmentRequest` class within the `Google.Cloud.Dataplex.V1` namespace, detailing its implementation and usage for updating environment configurations."],["The latest version available for `UpdateEnvironmentRequest` is 3.6.0, and previous versions are available as far back as version 1.0.0."],["The `UpdateEnvironmentRequest` class allows for updates to be made to fields of the environment specified in the `update_mask`, with the option to validate the request without performing any actual updates."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has inherited members from `Object`."],["The class includes properties such as `Environment`, `UpdateMask`, and `ValidateOnly`, which are essential for defining the update request."]]],[]]