public sealed class GetEnvironmentRequest : IMessage<GetEnvironmentRequest>, IEquatable<GetEnvironmentRequest>, IDeepCloneable<GetEnvironmentRequest>, IBufferMessage, IMessage
[[["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 `GetEnvironmentRequest` class is used to retrieve information about a specific environment in Google Cloud's Orchestration Airflow Service."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling functionality such as message handling, equality comparison, deep cloning, and buffer message operations."],["The class provides a constructor that creates a new `GetEnvironmentRequest` instance, with another overload that allows to clone an existing instance."],["The `Name` property is essential, as it holds the resource name of the target environment, formatted as \"projects/{projectId}/locations/{locationId}/environments/{environmentId}\"."],["This documentation provides the method and its available versions going back to 1.0.0, with 2.9.0 being the latest version available."]]],[]]