Class GatewayServiceGrpc
- java.lang.Object
-
- com.google.cloud.gkeconnect.gateway.v1beta1.GatewayServiceGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/gkeconnect/gateway/v1beta1/gateway.proto") public final class GatewayServiceGrpc extends Object
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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
GatewayServiceGrpc.AsyncService
Gateway service is a public API which works as a Kubernetes resource model proxy between end users and registered Kubernetes clusters.static class
GatewayServiceGrpc.GatewayServiceBlockingStub
A stub to allow clients to do synchronous rpc calls to service GatewayService.static class
GatewayServiceGrpc.GatewayServiceFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service GatewayService.static class
GatewayServiceGrpc.GatewayServiceImplBase
Base class for the server implementation of the service GatewayService.static class
GatewayServiceGrpc.GatewayServiceStub
A stub to allow clients to do asynchronous rpc calls to service GatewayService.
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinition
bindService(GatewayServiceGrpc.AsyncService service)
static io.grpc.MethodDescriptor<com.google.api.HttpBody,com.google.api.HttpBody>
getDeleteResourceMethod()
static io.grpc.MethodDescriptor<com.google.api.HttpBody,com.google.api.HttpBody>
getGetResourceMethod()
static io.grpc.MethodDescriptor<com.google.api.HttpBody,com.google.api.HttpBody>
getPatchResourceMethod()
static io.grpc.MethodDescriptor<com.google.api.HttpBody,com.google.api.HttpBody>
getPostResourceMethod()
static io.grpc.MethodDescriptor<com.google.api.HttpBody,com.google.api.HttpBody>
getPutResourceMethod()
static io.grpc.ServiceDescriptor
getServiceDescriptor()
static GatewayServiceGrpc.GatewayServiceBlockingStub
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic GatewayServiceGrpc.GatewayServiceFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic GatewayServiceGrpc.GatewayServiceStub
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getGetResourceMethod
public static io.grpc.MethodDescriptor<com.google.api.HttpBody,com.google.api.HttpBody> getGetResourceMethod()
-
getPostResourceMethod
public static io.grpc.MethodDescriptor<com.google.api.HttpBody,com.google.api.HttpBody> getPostResourceMethod()
-
getDeleteResourceMethod
public static io.grpc.MethodDescriptor<com.google.api.HttpBody,com.google.api.HttpBody> getDeleteResourceMethod()
-
getPutResourceMethod
public static io.grpc.MethodDescriptor<com.google.api.HttpBody,com.google.api.HttpBody> getPutResourceMethod()
-
getPatchResourceMethod
public static io.grpc.MethodDescriptor<com.google.api.HttpBody,com.google.api.HttpBody> getPatchResourceMethod()
-
newStub
public static GatewayServiceGrpc.GatewayServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static GatewayServiceGrpc.GatewayServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static GatewayServiceGrpc.GatewayServiceFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(GatewayServiceGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-