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."],[[["This webpage provides documentation for the `UpdateEnvironmentRequest` class within the Google Cloud Dataplex v1 API, specifically for .NET."],["The latest version documented is 3.6.0, and the page includes links to documentation for versions ranging from 1.0.0 to 3.6.0, including previous versions such as 3.0.0 and all versions starting at 2.0.0."],["`UpdateEnvironmentRequest` is used to update environment descriptions, where only fields specified in the `update_mask` are updated."],["The `UpdateEnvironmentRequest` class has properties such as `Environment`, `UpdateMask`, and `ValidateOnly`, with `Environment` being an environment object, and `UpdateMask` the field mask for updating."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `object` class."]]],[]]