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 for .NET, with version 3.6.0 being the latest and multiple previous versions listed."],["This class, `UpdateEnvironmentRequest`, is used to update environment settings and is part of the `Google.Cloud.Dataplex.V1` namespace."],["The `UpdateEnvironmentRequest` class inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `UpdateEnvironmentRequest` class include `Environment`, `UpdateMask`, and `ValidateOnly`, which control the specifics of the update operation."],["Constructor overloads for `UpdateEnvironmentRequest` allow for default construction or copying from another `UpdateEnvironmentRequest` instance."]]],[]]