Class ConnectionServiceConnection (2.23.0-rc)

This interface defines virtual methods for each of the user-facing overload sets in ConnectionServiceClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type ConnectionServiceClient.

To create a concrete instance, see MakeConnectionServiceConnection().

For mocking, see apigeeconnect_v1_mocks::MockConnectionServiceConnection.

Functions

virtual options()

Returns
TypeDescription
Options

virtual ListConnections(google::cloud::apigeeconnect::v1::ListConnectionsRequest)

Parameter
NameDescription
request google::cloud::apigeeconnect::v1::ListConnectionsRequest
Returns
TypeDescription
StreamRange< google::cloud::apigeeconnect::v1::Connection >