Apigee Connect v1 API - Class ConnectionService.ConnectionServiceBase (2.2.0)

[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

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
TaskListConnectionsResponse

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