Class ConnectionServiceGrpc (2.27.0)

public final class ConnectionServiceGrpc

Service Interface for the Apigee Connect connection management APIs.

Inheritance

java.lang.Object > ConnectionServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Static Methods

bindService(ConnectionServiceGrpc.AsyncService service)

public static final ServerServiceDefinition bindService(ConnectionServiceGrpc.AsyncService service)
Parameter
NameDescription
serviceConnectionServiceGrpc.AsyncService
Returns
TypeDescription
io.grpc.ServerServiceDefinition

getListConnectionsMethod()

public static MethodDescriptor<ListConnectionsRequest,ListConnectionsResponse> getListConnectionsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListConnectionsRequest,ListConnectionsResponse>

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
TypeDescription
io.grpc.ServiceDescriptor

newBlockingStub(Channel channel)

public static ConnectionServiceGrpc.ConnectionServiceBlockingStub newBlockingStub(Channel channel)

Creates a new blocking-style stub that supports unary and streaming output calls on the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
ConnectionServiceGrpc.ConnectionServiceBlockingStub

newFutureStub(Channel channel)

public static ConnectionServiceGrpc.ConnectionServiceFutureStub newFutureStub(Channel channel)

Creates a new ListenableFuture-style stub that supports unary calls on the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
ConnectionServiceGrpc.ConnectionServiceFutureStub

newStub(Channel channel)

public static ConnectionServiceGrpc.ConnectionServiceStub newStub(Channel channel)

Creates a new async stub that supports all call types for the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
ConnectionServiceGrpc.ConnectionServiceStub