The ConnectionServiceConnection object for ConnectionServiceClient.
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 | |
|---|---|
| Type | Description |
Options |
|
virtual ListConnections(google::cloud::apigeeconnect::v1::ListConnectionsRequest)
| Parameter | |
|---|---|
| Name | Description |
request |
google::cloud::apigeeconnect::v1::ListConnectionsRequest
|
| Returns | |
|---|---|
| Type | Description |
StreamRange< google::cloud::apigeeconnect::v1::Connection > |
|