API for interacting with Google Cloud Shell. Each user of Cloud Shell has at
least one environment, which has the ID "default". Environment consists of a
Docker image defining what is installed on the environment and a home
directory containing the user's data that will remain across sessions.
Clients use this API to start and fetch information about their environment,
which can then be used to connect to that environment via a separate SSH
client.
public static void BindService(ServiceBinderBase serviceBinder, CloudShellService.CloudShellServiceBase serviceImpl)
Register service method with a service binder with or without implementation. Useful when customizing the service binding logic.
Note: this method is part of an experimental API that can change or be removed without any prior notice.
[[["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."],[[["\u003cp\u003eThis document details the \u003ccode\u003eCloudShellService\u003c/code\u003e API for interacting with Google Cloud Shell, allowing users to manage environments.\u003c/p\u003e\n"],["\u003cp\u003eEach Cloud Shell user has a "default" environment, characterized by a Docker image and a persistent home directory.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCloudShellService\u003c/code\u003e class has multiple versions, with version 2.5.0 being the latest and version 1.0.0 being the initial release.\u003c/p\u003e\n"],["\u003cp\u003eThe API includes methods like \u003ccode\u003eBindService\u003c/code\u003e to define and register the service with a server, enabling the implementation of server-side handling logic.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCloudShellService\u003c/code\u003e class inherits from \u003ccode\u003eObject\u003c/code\u003e and includes inherited members like \u003ccode\u003eGetHashCode\u003c/code\u003e, \u003ccode\u003eGetType\u003c/code\u003e, \u003ccode\u003eMemberwiseClone\u003c/code\u003e, and \u003ccode\u003eToString\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]