This interface defines virtual methods for each of the user-facing overload sets in VpcAccessServiceClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type VpcAccessServiceClient.
[[["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 document outlines the `VpcAccessServiceConnection` interface, which provides virtual methods mirroring the user-facing overloads found in `VpcAccessServiceClient`, enabling custom behavior injection for testing."],["The `VpcAccessServiceConnection` interface supports various operations, including creating, getting, listing, and deleting connectors, alongside managing operations and locations."],["The most recent release candidate is version 2.37.0-rc, with several stable releases listed, ranging from 2.36.0 down to 2.11.0, all providing the `VpcAccessServiceConnection` class."],["Users can create a concrete instance of the connection using the `MakeVpcAccessServiceConnection()` function, or utilize the `MockVpcAccessServiceConnection` for mocking in test scenarios."],["The interface includes functions that return operations such as `CreateConnector` and `DeleteConnector` which both return `future\u003c StatusOr\u003c ... \u003e \u003e`, and also stream range functions such as `ListConnectors`, `ListLocations`, and `ListOperations`."]]],[]]