[BindServiceMethod(typeof(ConnectionService), "BindService")]
public abstract class ConnectionServiceBaseBase 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 |
Task<ListConnectionsResponse> |
The response to send back to the client (wrapped by a task). |