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 provided content details the `UpdateEnvironmentRequest` class within the Google Cloud Dataplex v1 API, specifically focusing on version 2.10.0 and offering links to older versions."],["The `UpdateEnvironmentRequest` class is used to update environment configurations and is derived from several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has a `UpdateEnvironmentRequest()` default constructor, as well as another that takes in a `UpdateEnvironmentRequest` parameter, for ease of use and versatility."],["The `UpdateEnvironmentRequest` properties include `Environment`, `UpdateMask`, and `ValidateOnly`, allowing users to define the changes to an environment, specify which fields to update, and optionally validate changes without applying them."],["The latest version of the API available to be referenced is version 3.6.0."]]],[]]