public sealed class GetEnvironmentRequest : IMessage<GetEnvironmentRequest>, IEquatable<GetEnvironmentRequest>, IDeepCloneable<GetEnvironmentRequest>, IBufferMessage, IMessage
Request message for
[GetEnvironment][google.cloud.shell.v1.CloudShellService.GetEnvironment].
[[["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 `GetEnvironmentRequest` class is a request message used for retrieving environment details via `CloudShellService.GetEnvironment`."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its comprehensive functionality."],["The class has properties for managing the environment, including `EnvironmentName` of type `EnvironmentName` and `Name` of type string."],["Constructors for `GetEnvironmentRequest` allow for both default creation and cloning from another `GetEnvironmentRequest` instance."],["The latest version for this class is `2.5.0`, with older versions available dating back to version `1.0.0`."]]],[]]