public sealed class GetEnvironmentRequest : IMessage<GetEnvironmentRequest>, IEquatable<GetEnvironmentRequest>, IDeepCloneable<GetEnvironmentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class GetEnvironmentRequest.
[[["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-25 UTC."],[[["This page provides reference documentation for the `GetEnvironmentRequest` class within the Google Cloud Dataplex V1 API, specifically for .NET developers."],["The latest version of the API documented is 3.6.0, and this page also lists previous versions ranging from 3.5.0 down to 1.0.0."],["The `GetEnvironmentRequest` class is used to request environment details and inherits from multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetEnvironmentRequest` class contains properties such as `EnvironmentName` and `Name`, which are used to specify the target environment."],["The `GetEnvironmentRequest` class has two constructors, a default one `GetEnvironmentRequest()` and a copy constructor `GetEnvironmentRequest(GetEnvironmentRequest other)`."]]],[]]