Class EvaluationRuntimeGrpc
java.lang.Object
com.google.apphosting.base.protos.EvaluationRuntimeGrpc
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 ClassesModifier and TypeClassDescriptionstatic final classA service for evaluating HTTP requests.static final classA service for evaluating HTTP requests.static classA service for evaluating HTTP requests.static final classA service for evaluating HTTP requests. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<com.google.apphosting.base.protos.AppinfoPb.AppInfo,com.google.apphosting.base.protos.EmptyMessage> static io.grpc.MethodDescriptor<com.google.apphosting.base.protos.AppinfoPb.AppInfo,com.google.apphosting.base.protos.EmptyMessage> static io.grpc.MethodDescriptor<com.google.apphosting.base.protos.RuntimePb.UPRequest,com.google.apphosting.base.protos.RuntimePb.UPResponse> static io.grpc.ServiceDescriptornewBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the servicenewFutureStub(io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the servicenewStub(io.grpc.Channel channel) Creates a new async stub that supports all call types for the service
-
Field Details
-
SERVICE_NAME
- See Also:
-
-
Method Details
-
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
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()
-