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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The latest version available for `GetEnvironmentRequest` is 2.0.0-beta05, with previous versions 2.0.0-beta04 and 1.0.0-beta04 also documented."],["`GetEnvironmentRequest` is a request class used for retrieving information about a specific notebook environment."],["This class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetEnvironmentRequest` class includes two constructors: a default constructor and one that accepts another `GetEnvironmentRequest` object as a parameter."],["It contains one property `Name` that is used to specify the unique identifier of the environment that needs to be retrieved, in the format: `projects/{project_id}/locations/{location}/environments/{environment_id}`."]]],[]]