Class ConnectionServiceGrpc.ConnectionServiceFutureStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractFutureStub<ConnectionServiceGrpc.ConnectionServiceFutureStub>
-
- com.google.cloud.apigeeconnect.v1.ConnectionServiceGrpc.ConnectionServiceFutureStub
-
- Enclosing class:
- ConnectionServiceGrpc
public static final class ConnectionServiceGrpc.ConnectionServiceFutureStub extends io.grpc.stub.AbstractFutureStub<ConnectionServiceGrpc.ConnectionServiceFutureStub>
A stub to allow clients to do ListenableFuture-style rpc calls to service ConnectionService.Service Interface for the Apigee Connect connection management APIs.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ConnectionServiceGrpc.ConnectionServiceFutureStub
build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
com.google.common.util.concurrent.ListenableFuture<ListConnectionsResponse>
listConnections(ListConnectionsRequest request)
Lists connections that are currently active for the given Apigee Connect endpoint.
-
-
-
Method Detail
-
build
protected ConnectionServiceGrpc.ConnectionServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
build
in classio.grpc.stub.AbstractStub<ConnectionServiceGrpc.ConnectionServiceFutureStub>
-
listConnections
public com.google.common.util.concurrent.ListenableFuture<ListConnectionsResponse> listConnections(ListConnectionsRequest request)
Lists connections that are currently active for the given Apigee Connect endpoint.
-
-