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 documentation page covers the `UpdateEnvironmentRequest` class within the Google Cloud Dataplex v1 API, specifically version 2.7.0."],["The `UpdateEnvironmentRequest` class is used to describe the request for updating an environment, and it inherits from several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class provides constructors for creating a new `UpdateEnvironmentRequest` or copying an existing one."],["Key properties of the `UpdateEnvironmentRequest` class include `Environment` (specifying the updated environment details), `UpdateMask` (indicating which fields to update), and `ValidateOnly` (for validating the request without making changes)."],["The page lists available versions of the api, ranging from version 1.0.0 up to the latest version 3.6.0."]]],[]]