public interface CloneControllerServerInterface
If you add methods to CloneController in apphosting/sandbox/clone.proto, you need to remember to add them here too.
| Modifier and Type | Method and Description |
|---|---|
void |
applyCloneSettings(AnyRpcServerContext ctx,
com.google.apphosting.base.protos.ClonePb.CloneSettings req) |
void |
getDebuggeeInfo(AnyRpcServerContext ctx,
com.google.apphosting.base.protos.ClonePb.DebuggeeInfoRequest req) |
void |
getPerformanceData(AnyRpcServerContext ctx,
com.google.apphosting.base.protos.ModelClonePb.PerformanceDataRequest req) |
void |
sendDeadline(AnyRpcServerContext ctx,
com.google.apphosting.base.protos.ModelClonePb.DeadlineInfo req) |
void |
updateActiveBreakpoints(AnyRpcServerContext ctx,
com.google.apphosting.base.protos.ClonePb.CloudDebuggerBreakpoints req) |
void |
waitForSandbox(AnyRpcServerContext ctx,
com.google.apphosting.base.protos.EmptyMessage req) |
void waitForSandbox(AnyRpcServerContext ctx, com.google.apphosting.base.protos.EmptyMessage req)
void applyCloneSettings(AnyRpcServerContext ctx, com.google.apphosting.base.protos.ClonePb.CloneSettings req)
void sendDeadline(AnyRpcServerContext ctx, com.google.apphosting.base.protos.ModelClonePb.DeadlineInfo req)
void getPerformanceData(AnyRpcServerContext ctx, com.google.apphosting.base.protos.ModelClonePb.PerformanceDataRequest req)
void updateActiveBreakpoints(AnyRpcServerContext ctx, com.google.apphosting.base.protos.ClonePb.CloudDebuggerBreakpoints req)
void getDebuggeeInfo(AnyRpcServerContext ctx, com.google.apphosting.base.protos.ClonePb.DebuggeeInfoRequest req)
Copyright © 2022. All rights reserved.