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