[BindServiceMethod(typeof(ConnectionService), "BindService")]
public abstract class ConnectionService.ConnectionServiceBaseReference documentation and code samples for the Apigee Connect v1 API class ConnectionService.ConnectionServiceBase.
Base class for server-side implementations of ConnectionService
Namespace
Google.Cloud.ApigeeConnect.V1Assembly
Google.Cloud.ApigeeConnect.V1.dll
Methods
ListConnections(ListConnectionsRequest, ServerCallContext)
public virtual Task<ListConnectionsResponse> ListConnections(ListConnectionsRequest request, ServerCallContext context)Lists connections that are currently active for the given Apigee Connect endpoint.
| Parameters | |
|---|---|
| Name | Description |
request |
ListConnectionsRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskListConnectionsResponse |
The response to send back to the client (wrapped by a task). |