Package com.google.cloud.apigateway.v1
Class ApiGatewayServiceGrpc.ApiGatewayServiceImplBase
- java.lang.Object
-
- com.google.cloud.apigateway.v1.ApiGatewayServiceGrpc.ApiGatewayServiceImplBase
-
- All Implemented Interfaces:
ApiGatewayServiceGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- ApiGatewayServiceGrpc
public abstract static class ApiGatewayServiceGrpc.ApiGatewayServiceImplBase extends Object implements io.grpc.BindableService, ApiGatewayServiceGrpc.AsyncService
Base class for the server implementation of the service ApiGatewayService.The API Gateway Service is the interface for managing API Gateways.
-
-
Constructor Summary
Constructors Constructor Description ApiGatewayServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinition
bindService()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.google.cloud.apigateway.v1.ApiGatewayServiceGrpc.AsyncService
createApi, createApiConfig, createGateway, deleteApi, deleteApiConfig, deleteGateway, getApi, getApiConfig, getGateway, listApiConfigs, listApis, listGateways, updateApi, updateApiConfig, updateGateway
-
-