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-21 UTC."],[[["This page provides documentation for the `GetEnvironmentRequest` class within the Google Cloud Dataplex v1 API, specifically for .NET developers."],["The latest stable version of this API is 3.6.0, with multiple prior versions available, ranging down to version 1.0.0."],["`GetEnvironmentRequest` is used to retrieve details about a specific environment and implements multiple interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class includes properties such as `Name` which represents the resource name of the environment, and `EnvironmentName` that provides a typed view over the `Name`."],["The class has two constructors; one is the default and the other takes a `GetEnvironmentRequest` parameter."]]],[]]