Class GatewayControlGrpc (0.1.0)

public final class GatewayControlGrpc

GatewayControl is the control plane API for Connect Gateway.

Inheritance

java.lang.Object > GatewayControlGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
Type Description
String

Static Methods

bindService(GatewayControlGrpc.AsyncService service)

public static final ServerServiceDefinition bindService(GatewayControlGrpc.AsyncService service)
Parameter
Name Description
service GatewayControlGrpc.AsyncService
Returns
Type Description
io.grpc.ServerServiceDefinition

getGenerateCredentialsMethod()

public static MethodDescriptor<GenerateCredentialsRequest,GenerateCredentialsResponse> getGenerateCredentialsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GenerateCredentialsRequest,GenerateCredentialsResponse>

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
Type Description
io.grpc.ServiceDescriptor

newBlockingStub(Channel channel)

public static GatewayControlGrpc.GatewayControlBlockingStub newBlockingStub(Channel channel)

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

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
GatewayControlGrpc.GatewayControlBlockingStub

newFutureStub(Channel channel)

public static GatewayControlGrpc.GatewayControlFutureStub newFutureStub(Channel channel)

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

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
GatewayControlGrpc.GatewayControlFutureStub

newStub(Channel channel)

public static GatewayControlGrpc.GatewayControlStub newStub(Channel channel)

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

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
GatewayControlGrpc.GatewayControlStub