Class ConnectionService.ConnectionServiceBase (2.0.0)

[BindServiceMethod(typeof(ConnectionService), "BindService")]
public abstract class ConnectionServiceBase

Base class for server-side implementations of ConnectionService

Inheritance

Object > ConnectionService.ConnectionServiceBase

Namespace

Google.Cloud.ApigeeConnect.V1

Assembly

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
NameDescription
requestListConnectionsRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
Task<ListConnectionsResponse>

The response to send back to the client (wrapped by a task).