public sealed class StartEnvironmentRequest : IMessage<StartEnvironmentRequest>, IEquatable<StartEnvironmentRequest>, IDeepCloneable<StartEnvironmentRequest>, IBufferMessage, IMessage
Request message for
[StartEnvironment][google.cloud.shell.v1.CloudShellService.StartEnvironment].
The initial access token passed to the environment. If this is present and
valid, the environment will be pre-authenticated with gcloud so that the
user can run gcloud commands in Cloud Shell without having to log in. This
code can be updated later by calling AuthorizeEnvironment.
[[["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 `StartEnvironmentRequest` class is a request message used to initiate the `StartEnvironment` operation within the Google Cloud Shell service."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and data management within the Google Cloud environment."],["The `StartEnvironmentRequest` class allows you to set properties such as `AccessToken`, `Name`, and `PublicKeys` to configure the environment you want to start."],["There are various versions of `StartEnvironmentRequest` available, with version 2.5.0 being the latest, and the provided document outlines versions ranging from 1.0.0 to 2.5.0."],["The StartEnvironmentRequest class has 2 constructors available, one default and one that accepts another StartEnvironmentRequest object."]]],[]]