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."],[[["This webpage provides documentation for the `GetEnvironmentRequest` class, which is part of the `Google.Cloud.Shell.V1` namespace and is used to request information about a Cloud Shell environment."],["The `GetEnvironmentRequest` class is available in multiple versions, ranging from version 1.0.0 to the latest version 2.5.0, allowing developers to choose the version that best suits their needs."],["The `GetEnvironmentRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for compatibility and functionality."],["The class has two constructors: a default constructor and a constructor that takes another `GetEnvironmentRequest` object as a parameter, which allows for creating copies of the request."],["Key properties of the `GetEnvironmentRequest` class include `EnvironmentName` and `Name`, which are essential for specifying the environment about which information is being requested, with the `Name` property being a required field."]]],[]]