Class ApiGatewayServiceGrpc (2.37.0)

public final class ApiGatewayServiceGrpc

The API Gateway Service is the interface for managing API Gateways.

Inheritance

java.lang.Object > ApiGatewayServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Static Methods

bindService(ApiGatewayServiceGrpc.AsyncService service)

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

getCreateApiConfigMethod()

public static MethodDescriptor<CreateApiConfigRequest,Operation> getCreateApiConfigMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CreateApiConfigRequest,Operation>

getCreateApiMethod()

public static MethodDescriptor<CreateApiRequest,Operation> getCreateApiMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CreateApiRequest,Operation>

getCreateGatewayMethod()

public static MethodDescriptor<CreateGatewayRequest,Operation> getCreateGatewayMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CreateGatewayRequest,Operation>

getDeleteApiConfigMethod()

public static MethodDescriptor<DeleteApiConfigRequest,Operation> getDeleteApiConfigMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<DeleteApiConfigRequest,Operation>

getDeleteApiMethod()

public static MethodDescriptor<DeleteApiRequest,Operation> getDeleteApiMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<DeleteApiRequest,Operation>

getDeleteGatewayMethod()

public static MethodDescriptor<DeleteGatewayRequest,Operation> getDeleteGatewayMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<DeleteGatewayRequest,Operation>

getGetApiConfigMethod()

public static MethodDescriptor<GetApiConfigRequest,ApiConfig> getGetApiConfigMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetApiConfigRequest,ApiConfig>

getGetApiMethod()

public static MethodDescriptor<GetApiRequest,Api> getGetApiMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetApiRequest,Api>

getGetGatewayMethod()

public static MethodDescriptor<GetGatewayRequest,Gateway> getGetGatewayMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetGatewayRequest,Gateway>

getListApiConfigsMethod()

public static MethodDescriptor<ListApiConfigsRequest,ListApiConfigsResponse> getListApiConfigsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListApiConfigsRequest,ListApiConfigsResponse>

getListApisMethod()

public static MethodDescriptor<ListApisRequest,ListApisResponse> getListApisMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListApisRequest,ListApisResponse>

getListGatewaysMethod()

public static MethodDescriptor<ListGatewaysRequest,ListGatewaysResponse> getListGatewaysMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListGatewaysRequest,ListGatewaysResponse>

getServiceDescriptor()

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

getUpdateApiConfigMethod()

public static MethodDescriptor<UpdateApiConfigRequest,Operation> getUpdateApiConfigMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<UpdateApiConfigRequest,Operation>

getUpdateApiMethod()

public static MethodDescriptor<UpdateApiRequest,Operation> getUpdateApiMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<UpdateApiRequest,Operation>

getUpdateGatewayMethod()

public static MethodDescriptor<UpdateGatewayRequest,Operation> getUpdateGatewayMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<UpdateGatewayRequest,Operation>

newBlockingStub(Channel channel)

public static ApiGatewayServiceGrpc.ApiGatewayServiceBlockingStub 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
ApiGatewayServiceGrpc.ApiGatewayServiceBlockingStub

newFutureStub(Channel channel)

public static ApiGatewayServiceGrpc.ApiGatewayServiceFutureStub newFutureStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
ApiGatewayServiceGrpc.ApiGatewayServiceFutureStub

newStub(Channel channel)

public static ApiGatewayServiceGrpc.ApiGatewayServiceStub newStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
ApiGatewayServiceGrpc.ApiGatewayServiceStub