Class ConnectionServiceGrpc.ConnectionServiceStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractAsyncStub<ConnectionServiceGrpc.ConnectionServiceStub>
-
- com.google.cloud.apigeeconnect.v1.ConnectionServiceGrpc.ConnectionServiceStub
-
- Enclosing class:
- ConnectionServiceGrpc
public static final class ConnectionServiceGrpc.ConnectionServiceStub extends io.grpc.stub.AbstractAsyncStub<ConnectionServiceGrpc.ConnectionServiceStub>
A stub to allow clients to do asynchronous 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.ConnectionServiceStub
build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
void
listConnections(ListConnectionsRequest request, io.grpc.stub.StreamObserver<ListConnectionsResponse> responseObserver)
Lists connections that are currently active for the given Apigee Connect endpoint.
-
-
-
Method Detail
-
build
protected ConnectionServiceGrpc.ConnectionServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
build
in classio.grpc.stub.AbstractStub<ConnectionServiceGrpc.ConnectionServiceStub>
-
listConnections
public void listConnections(ListConnectionsRequest request, io.grpc.stub.StreamObserver<ListConnectionsResponse> responseObserver)
Lists connections that are currently active for the given Apigee Connect endpoint.
-
-