public interface EvaluationRuntimeServerInterface
If you add methods to EvaluationRuntime in apphosting/base/runtime.proto, you need to remember to add them here too.
| Modifier and Type | Method and Description |
|---|---|
void |
addAppVersion(AnyRpcServerContext ctx,
com.google.apphosting.base.protos.AppinfoPb.AppInfo req) |
void |
deleteAppVersion(AnyRpcServerContext ctx,
com.google.apphosting.base.protos.AppinfoPb.AppInfo req) |
void |
handleRequest(AnyRpcServerContext ctx,
com.google.apphosting.base.protos.RuntimePb.UPRequest req) |
void handleRequest(AnyRpcServerContext ctx, com.google.apphosting.base.protos.RuntimePb.UPRequest req)
void addAppVersion(AnyRpcServerContext ctx, com.google.apphosting.base.protos.AppinfoPb.AppInfo req)
void deleteAppVersion(AnyRpcServerContext ctx, com.google.apphosting.base.protos.AppinfoPb.AppInfo req)
Copyright © 2022. All rights reserved.