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."],[[["The `GetEnvironmentRequest` class is part of the Cloud Shell v1 API and is used to request environment details."],["It inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, one default and one that takes another `GetEnvironmentRequest` instance for cloning."],["It includes properties such as `EnvironmentName` and `Name`, with the latter being a required string that specifies the requested resource's name."],["The latest version of the API that exists is 2.5.0, but this page is focused on the 2.1.0 version of the API, while older versions are available as far back as 1.0.0."]]],[]]