public final class ApiGatewayServiceGrpcThe API Gateway Service is the interface for managing API Gateways.
Static Fields
SERVICE_NAME
public static final String SERVICE_NAME| Type | Description |
String |
Static Methods
getCreateApiConfigMethod()
public static MethodDescriptor<CreateApiConfigRequest,Operation> getCreateApiConfigMethod()| Type | Description |
io.grpc.MethodDescriptor<CreateApiConfigRequest,Operation> |
getCreateApiMethod()
public static MethodDescriptor<CreateApiRequest,Operation> getCreateApiMethod()| Type | Description |
io.grpc.MethodDescriptor<CreateApiRequest,Operation> |
getCreateGatewayMethod()
public static MethodDescriptor<CreateGatewayRequest,Operation> getCreateGatewayMethod()| Type | Description |
io.grpc.MethodDescriptor<CreateGatewayRequest,Operation> |
getDeleteApiConfigMethod()
public static MethodDescriptor<DeleteApiConfigRequest,Operation> getDeleteApiConfigMethod()| Type | Description |
io.grpc.MethodDescriptor<DeleteApiConfigRequest,Operation> |
getDeleteApiMethod()
public static MethodDescriptor<DeleteApiRequest,Operation> getDeleteApiMethod()| Type | Description |
io.grpc.MethodDescriptor<DeleteApiRequest,Operation> |
getDeleteGatewayMethod()
public static MethodDescriptor<DeleteGatewayRequest,Operation> getDeleteGatewayMethod()| Type | Description |
io.grpc.MethodDescriptor<DeleteGatewayRequest,Operation> |
getGetApiConfigMethod()
public static MethodDescriptor<GetApiConfigRequest,ApiConfig> getGetApiConfigMethod()| Type | Description |
io.grpc.MethodDescriptor<GetApiConfigRequest,ApiConfig> |
getGetApiMethod()
public static MethodDescriptor<GetApiRequest,Api> getGetApiMethod()| Type | Description |
io.grpc.MethodDescriptor<GetApiRequest,Api> |
getGetGatewayMethod()
public static MethodDescriptor<GetGatewayRequest,Gateway> getGetGatewayMethod()| Type | Description |
io.grpc.MethodDescriptor<GetGatewayRequest,Gateway> |
getListApiConfigsMethod()
public static MethodDescriptor<ListApiConfigsRequest,ListApiConfigsResponse> getListApiConfigsMethod()| Type | Description |
io.grpc.MethodDescriptor<ListApiConfigsRequest,ListApiConfigsResponse> |
getListApisMethod()
public static MethodDescriptor<ListApisRequest,ListApisResponse> getListApisMethod()| Type | Description |
io.grpc.MethodDescriptor<ListApisRequest,ListApisResponse> |
getListGatewaysMethod()
public static MethodDescriptor<ListGatewaysRequest,ListGatewaysResponse> getListGatewaysMethod()| Type | Description |
io.grpc.MethodDescriptor<ListGatewaysRequest,ListGatewaysResponse> |
getServiceDescriptor()
public static ServiceDescriptor getServiceDescriptor()| Type | Description |
io.grpc.ServiceDescriptor |
getUpdateApiConfigMethod()
public static MethodDescriptor<UpdateApiConfigRequest,Operation> getUpdateApiConfigMethod()| Type | Description |
io.grpc.MethodDescriptor<UpdateApiConfigRequest,Operation> |
getUpdateApiMethod()
public static MethodDescriptor<UpdateApiRequest,Operation> getUpdateApiMethod()| Type | Description |
io.grpc.MethodDescriptor<UpdateApiRequest,Operation> |
getUpdateGatewayMethod()
public static MethodDescriptor<UpdateGatewayRequest,Operation> getUpdateGatewayMethod()| Type | Description |
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
| Name | Description |
channel |
io.grpc.Channel |
| Type | Description |
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
| Name | Description |
channel |
io.grpc.Channel |
| Type | Description |
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
| Name | Description |
channel |
io.grpc.Channel |
| Type | Description |
ApiGatewayServiceGrpc.ApiGatewayServiceStub |