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-14 UTC."],[[["This document details the `CloudShellServiceConnection` interface, which provides virtual methods corresponding to the user-facing overload sets in `CloudShellServiceClient`."],["The interface allows for the injection of custom behaviors, particularly useful in testing scenarios involving `CloudShellServiceClient` objects."],["It defines functions such as `GetEnvironment`, `StartEnvironment`, `AuthorizeEnvironment`, `AddPublicKey`, and `RemovePublicKey`, each with several overloads, some with NoAwaitTag, and others to await responses."],["The latest version of this resource is identified as `2.37.0-rc`, with a list of previous version numbers including links to their respective documentation."],["Concrete instances of `CloudShellServiceConnection` can be created using `MakeCloudShellServiceConnection()`, while `shell_v1_mocks::MockCloudShellServiceConnection` is provided for mocking."]]],[]]