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.
| Modifier and Type | Class and Description |
|---|---|
static class |
EvaluationRuntimeGrpc.EvaluationRuntimeBlockingStub
A service for evaluating HTTP requests.
|
static class |
EvaluationRuntimeGrpc.EvaluationRuntimeFutureStub
A service for evaluating HTTP requests.
|
static class |
EvaluationRuntimeGrpc.EvaluationRuntimeImplBase
A service for evaluating HTTP requests.
|
static class |
EvaluationRuntimeGrpc.EvaluationRuntimeStub
A service for evaluating HTTP requests.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and 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.ServiceDescriptor |
getServiceDescriptor() |
static EvaluationRuntimeGrpc.EvaluationRuntimeBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static EvaluationRuntimeGrpc.EvaluationRuntimeFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static EvaluationRuntimeGrpc.EvaluationRuntimeStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final String SERVICE_NAME
public static io.grpc.MethodDescriptor<com.google.apphosting.base.protos.RuntimePb.UPRequest,com.google.apphosting.base.protos.RuntimePb.UPResponse> getHandleRequestMethod()
public static io.grpc.MethodDescriptor<com.google.apphosting.base.protos.AppinfoPb.AppInfo,com.google.apphosting.base.protos.EmptyMessage> getAddAppVersionMethod()
public static io.grpc.MethodDescriptor<com.google.apphosting.base.protos.AppinfoPb.AppInfo,com.google.apphosting.base.protos.EmptyMessage> getDeleteAppVersionMethod()
public static EvaluationRuntimeGrpc.EvaluationRuntimeStub newStub(io.grpc.Channel channel)
public static EvaluationRuntimeGrpc.EvaluationRuntimeBlockingStub newBlockingStub(io.grpc.Channel channel)
public static EvaluationRuntimeGrpc.EvaluationRuntimeFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2022. All rights reserved.