public sealed class UpdateEnvironmentRequest : IMessage<UpdateEnvironmentRequest>, IEquatable<UpdateEnvironmentRequest>, IDeepCloneable<UpdateEnvironmentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class UpdateEnvironmentRequest.
[[["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."],[[["The document provides reference information for the `UpdateEnvironmentRequest` class within the Google Cloud Dataplex V1 API, spanning multiple versions."],["The latest version documented is 3.6.0, with older versions listed down to 1.0.0, including the focus version 2.15.0, all under the Google.Cloud.Dataplex.V1 namespace."],["The `UpdateEnvironmentRequest` class is used to describe an update request for an environment and inherits from and implements several interfaces such as IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["Key properties of the `UpdateEnvironmentRequest` class include `Environment`, `UpdateMask`, and `ValidateOnly`, which are used to specify the environment to be updated, the fields to update, and whether to only validate the request, respectively."]]],[]]