Class EvaluationRuntimeGrpc
- java.lang.Object
-
- com.google.apphosting.base.protos.EvaluationRuntimeGrpc
-
public final class EvaluationRuntimeGrpc extends Object
A service for evaluating HTTP requests. This service is implemented by all the App Engine runtimes. Note that all our existing sandbox/VM environments only support a single app version at a time, despite the multi-app-version capability implied by this interface. TODO: Consider changing the interface to not suggest that it can support multiple app versions. This would probably make the code less confusing. Related to that, there's no reason why the AppServer-side of the runtime needs to inherit from this interface. To the extent that it really does need similar methods, it can define its own local (non-RPC) versions of those interfaces.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEvaluationRuntimeGrpc.EvaluationRuntimeBlockingStubA service for evaluating HTTP requests.static classEvaluationRuntimeGrpc.EvaluationRuntimeFutureStubA service for evaluating HTTP requests.static classEvaluationRuntimeGrpc.EvaluationRuntimeImplBaseA service for evaluating HTTP requests.static classEvaluationRuntimeGrpc.EvaluationRuntimeStubA service for evaluating HTTP requests.
-
Field Summary
Fields Modifier and Type Field Description static StringSERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.MethodDescriptor<com.google.apphosting.base.protos.AppinfoPb.AppInfo,com.google.apphosting.base.protos.EmptyMessage>getAddAppVersionMethod()static io.grpc.MethodDescriptor<com.google.apphosting.base.protos.AppinfoPb.AppInfo,com.google.apphosting.base.protos.EmptyMessage>getDeleteAppVersionMethod()static io.grpc.MethodDescriptor<com.google.apphosting.base.protos.RuntimePb.UPRequest,com.google.apphosting.base.protos.RuntimePb.UPResponse>getHandleRequestMethod()static io.grpc.ServiceDescriptorgetServiceDescriptor()static EvaluationRuntimeGrpc.EvaluationRuntimeBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic EvaluationRuntimeGrpc.EvaluationRuntimeFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic EvaluationRuntimeGrpc.EvaluationRuntimeStubnewStub(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
-
getHandleRequestMethod
public static io.grpc.MethodDescriptor<com.google.apphosting.base.protos.RuntimePb.UPRequest,com.google.apphosting.base.protos.RuntimePb.UPResponse> getHandleRequestMethod()
-
getAddAppVersionMethod
public static io.grpc.MethodDescriptor<com.google.apphosting.base.protos.AppinfoPb.AppInfo,com.google.apphosting.base.protos.EmptyMessage> getAddAppVersionMethod()
-
getDeleteAppVersionMethod
public static io.grpc.MethodDescriptor<com.google.apphosting.base.protos.AppinfoPb.AppInfo,com.google.apphosting.base.protos.EmptyMessage> getDeleteAppVersionMethod()
-
newStub
public static EvaluationRuntimeGrpc.EvaluationRuntimeStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static EvaluationRuntimeGrpc.EvaluationRuntimeBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static EvaluationRuntimeGrpc.EvaluationRuntimeFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-