public sealed class GetEnvironmentRequest : IMessage<GetEnvironmentRequest>, IEquatable<GetEnvironmentRequest>, IDeepCloneable<GetEnvironmentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Shell v1 API class GetEnvironmentRequest.
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."],[[["This webpage provides documentation for the `GetEnvironmentRequest` class within the Google Cloud Shell v1 API, specifically version 2.3.0."],["`GetEnvironmentRequest` is a request message used for retrieving environment details via the `GetEnvironment` method in the `CloudShellService`."],["The class inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it features a constructor for creating new instances, as well as a constructor to initialize a copy of an instance."],["The class also contains two key properties, `EnvironmentName` which is an `EnvironmentName`-typed view of the requested environment and `Name`, which is a string representing the name of the environment resource."],["The latest version for this API is 2.5.0, and the page lists all the versions down to 1.0.0 available for reference."]]],[]]