Class GatewayServiceGrpc.GatewayServiceImplBase
- java.lang.Object
-
- com.google.cloud.gkeconnect.gateway.v1beta1.GatewayServiceGrpc.GatewayServiceImplBase
-
- All Implemented Interfaces:
GatewayServiceGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- GatewayServiceGrpc
public abstract static class GatewayServiceGrpc.GatewayServiceImplBase extends Object implements io.grpc.BindableService, GatewayServiceGrpc.AsyncService
Base class for the server implementation of the service GatewayService.Gateway service is a public API which works as a Kubernetes resource model proxy between end users and registered Kubernetes clusters. Each RPC in this service matches with an HTTP verb. End user will initiate kubectl commands against the Gateway service, and Gateway service will forward user requests to clusters.
-
-
Constructor Summary
Constructors Constructor Description GatewayServiceImplBase()
-
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.gkeconnect.gateway.v1beta1.GatewayServiceGrpc.AsyncService
deleteResource, getResource, patchResource, postResource, putResource
-
-