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 webpage provides reference documentation for the `GetEnvironmentRequest` class within the Google Cloud Dataplex v1 API, specifically for .NET development."],["The latest version of the API documented is 3.6.0, while this page focuses on version 2.5.0, with several other versions available."],["The `GetEnvironmentRequest` class is used to retrieve information about a specific environment and implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It inherits from `object` and includes properties such as `EnvironmentName` and `Name`, the latter being a string representing the resource name of the environment."],["The GetEnvironmentRequest class has two constructors, one empty and one with a GetEnvironmentRequest object as a parameter."]]],[]]