This interface defines virtual methods for each of the user-facing overload sets in CloudShellServiceClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type CloudShellServiceClient.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage details the `CloudShellServiceConnection` object, which interfaces with the `CloudShellServiceClient` for managing Google Cloud Shell environments."],["It provides access to various versions of the `CloudShellServiceConnection`, from the latest release candidate (2.37.0-rc) down to version 2.11.0."],["The `CloudShellServiceConnection` defines virtual methods for user-facing operations, allowing for custom behavior during testing with objects like `CloudShellServiceClient`."],["Key functions within the `CloudShellServiceConnection` include `GetEnvironment`, `StartEnvironment`, `AuthorizeEnvironment`, `AddPublicKey`, and `RemovePublicKey`, each with options for experimental and asynchronous handling."],["The document offers guidance on the creation of a concrete instance through `MakeCloudShellServiceConnection()` and demonstrates how to use `shell_v1_mocks::MockCloudShellServiceConnection` for mocking."]]],[]]