[BindServiceMethod(typeof(ConnectionService), "BindService")]
public abstract class ConnectionService.ConnectionServiceBase
Reference 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 |
ListConnectionsRequest The request received from the client. |
context |
ServerCallContext The 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). |