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 latest version of the `UpdateEnvironmentRequest` class in the Google Cloud Dataplex V1 API is 3.6.0."],["This page provides reference documentation and code samples for the `UpdateEnvironmentRequest` class used within the Cloud Dataplex v1 API."],["The `UpdateEnvironmentRequest` class is used to update environment requests and is found in the namespace `Google.Cloud.Dataplex.V1`."],["Key properties of the `UpdateEnvironmentRequest` class include `Environment`, `UpdateMask`, and `ValidateOnly`, which respectively define the environment details, the fields to be updated, and an option to validate without performing updates."],["The class is implemented using several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it inherits from `object`."]]],[]]