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.
 
  • Field Details

  • 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

      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()