public final class ApiGatewayServiceGrpc
The API Gateway Service is the interface for managing API Gateways.
Static Fields
SERVICE_NAME
public static final String SERVICE_NAME
Field Value |
---|
Type | Description |
String | |
Static Methods
bindService(ApiGatewayServiceGrpc.AsyncService service)
public static final ServerServiceDefinition bindService(ApiGatewayServiceGrpc.AsyncService service)
Returns |
---|
Type | Description |
io.grpc.ServerServiceDefinition | |
getCreateApiConfigMethod()
public static MethodDescriptor<CreateApiConfigRequest,Operation> getCreateApiConfigMethod()
getCreateApiMethod()
public static MethodDescriptor<CreateApiRequest,Operation> getCreateApiMethod()
getCreateGatewayMethod()
public static MethodDescriptor<CreateGatewayRequest,Operation> getCreateGatewayMethod()
getDeleteApiConfigMethod()
public static MethodDescriptor<DeleteApiConfigRequest,Operation> getDeleteApiConfigMethod()
getDeleteApiMethod()
public static MethodDescriptor<DeleteApiRequest,Operation> getDeleteApiMethod()
getDeleteGatewayMethod()
public static MethodDescriptor<DeleteGatewayRequest,Operation> getDeleteGatewayMethod()
getGetApiConfigMethod()
public static MethodDescriptor<GetApiConfigRequest,ApiConfig> getGetApiConfigMethod()
getGetApiMethod()
public static MethodDescriptor<GetApiRequest,Api> getGetApiMethod()
getGetGatewayMethod()
public static MethodDescriptor<GetGatewayRequest,Gateway> getGetGatewayMethod()
getListApiConfigsMethod()
public static MethodDescriptor<ListApiConfigsRequest,ListApiConfigsResponse> getListApiConfigsMethod()
getListApisMethod()
public static MethodDescriptor<ListApisRequest,ListApisResponse> getListApisMethod()
getListGatewaysMethod()
public static MethodDescriptor<ListGatewaysRequest,ListGatewaysResponse> getListGatewaysMethod()
getServiceDescriptor()
public static ServiceDescriptor getServiceDescriptor()
Returns |
---|
Type | Description |
io.grpc.ServiceDescriptor | |
getUpdateApiConfigMethod()
public static MethodDescriptor<UpdateApiConfigRequest,Operation> getUpdateApiConfigMethod()
getUpdateApiMethod()
public static MethodDescriptor<UpdateApiRequest,Operation> getUpdateApiMethod()
getUpdateGatewayMethod()
public static MethodDescriptor<UpdateGatewayRequest,Operation> getUpdateGatewayMethod()
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 |
---|
Name | Description |
channel | io.grpc.Channel
|
newFutureStub(Channel channel)
public static ApiGatewayServiceGrpc.ApiGatewayServiceFutureStub newFutureStub(Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
Parameter |
---|
Name | Description |
channel | io.grpc.Channel
|
newStub(Channel channel)
public static ApiGatewayServiceGrpc.ApiGatewayServiceStub newStub(Channel channel)
Creates a new async stub that supports all call types for the service
Parameter |
---|
Name | Description |
channel | io.grpc.Channel
|