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` class, which facilitates custom behavior injection for testing `CloudShellServiceClient` objects."],["The latest release candidate version of the `CloudShellServiceConnection` is `2.37.0-rc`, with various historical versions listed for reference."],["The `CloudShellServiceConnection` object provides virtual methods for managing environment requests like getting, starting, and authorizing environments, as well as key management such as adding or removing public keys."],["`CloudShellServiceConnection`'s virtual methods support asynchronous operations, including accepting `NoAwaitTag` for non-blocking calls, and receiving long-running operations for handling complex tasks."],["A concrete `CloudShellServiceConnection` instance can be created using the `MakeCloudShellServiceConnection()` method, and `shell_v1_mocks::MockCloudShellServiceConnection` can be used for testing purposes."]]],[]]