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 available for the `UpdateEnvironmentRequest` class in the Google Cloud Dataplex V1 API is 3.6.0, with a range of other versions available going back to 1.0.0."],["The `UpdateEnvironmentRequest` class is used to update an environment within Google Cloud Dataplex, as described in the reference documentation for the API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality checks, deep cloning, and buffer message operations."],["Key properties of the `UpdateEnvironmentRequest` include `Environment` (the update description), `UpdateMask` (fields to be updated), and `ValidateOnly` (an option for validating the request without performing mutations)."],["Constructors for the class allow for creating a new `UpdateEnvironmentRequest` object, either from scratch or by copying an existing `UpdateEnvironmentRequest` instance."]]],[]]