public static final class CloneControllerGrpc.CloneControllerStub extends io.grpc.stub.AbstractAsyncStub<CloneControllerGrpc.CloneControllerStub>
| Modifier and Type | Method and Description |
|---|---|
void |
applyCloneSettings(com.google.apphosting.base.protos.ClonePb.CloneSettings request,
io.grpc.stub.StreamObserver<com.google.apphosting.base.protos.EmptyMessage> responseObserver)
Updates per-app settings for this clone.
|
protected CloneControllerGrpc.CloneControllerStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
void |
getDebuggeeInfo(com.google.apphosting.base.protos.ClonePb.DebuggeeInfoRequest request,
io.grpc.stub.StreamObserver<com.google.apphosting.base.protos.ClonePb.DebuggeeInfoResponse> responseObserver)
Gets source context of the clone app.
|
void |
getPerformanceData(com.google.apphosting.base.protos.ModelClonePb.PerformanceDataRequest request,
io.grpc.stub.StreamObserver<com.google.apphosting.base.protos.ClonePb.PerformanceData> responseObserver)
Deprecated.
|
void |
sendDeadline(com.google.apphosting.base.protos.ModelClonePb.DeadlineInfo request,
io.grpc.stub.StreamObserver<com.google.apphosting.base.protos.EmptyMessage> responseObserver)
Notifies the clone that the soft or hard deadline for an active request
has expired.
|
void |
updateActiveBreakpoints(com.google.apphosting.base.protos.ClonePb.CloudDebuggerBreakpoints request,
io.grpc.stub.StreamObserver<com.google.apphosting.base.protos.ClonePb.CloudDebuggerBreakpoints> responseObserver)
Updates a list of Cloud Debugger breakpoints on a clone.
|
void |
waitForSandbox(com.google.apphosting.base.protos.EmptyMessage request,
io.grpc.stub.StreamObserver<com.google.apphosting.base.protos.EmptyMessage> responseObserver)
Asks the Clone to put itself into the stopped state, by sending
itself a SIGSTOP when it is safe to do so.
|
protected CloneControllerGrpc.CloneControllerStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<CloneControllerGrpc.CloneControllerStub>public void waitForSandbox(com.google.apphosting.base.protos.EmptyMessage request,
io.grpc.stub.StreamObserver<com.google.apphosting.base.protos.EmptyMessage> responseObserver)
Asks the Clone to put itself into the stopped state, by sending itself a SIGSTOP when it is safe to do so. The Clone will be Sandboxed and resume from this point.
public void applyCloneSettings(com.google.apphosting.base.protos.ClonePb.CloneSettings request,
io.grpc.stub.StreamObserver<com.google.apphosting.base.protos.EmptyMessage> responseObserver)
Updates per-app settings for this clone.
public void sendDeadline(com.google.apphosting.base.protos.ModelClonePb.DeadlineInfo request,
io.grpc.stub.StreamObserver<com.google.apphosting.base.protos.EmptyMessage> responseObserver)
Notifies the clone that the soft or hard deadline for an active request has expired.
public void getPerformanceData(com.google.apphosting.base.protos.ModelClonePb.PerformanceDataRequest request,
io.grpc.stub.StreamObserver<com.google.apphosting.base.protos.ClonePb.PerformanceData> responseObserver)
Deprecated.
public void updateActiveBreakpoints(com.google.apphosting.base.protos.ClonePb.CloudDebuggerBreakpoints request,
io.grpc.stub.StreamObserver<com.google.apphosting.base.protos.ClonePb.CloudDebuggerBreakpoints> responseObserver)
Updates a list of Cloud Debugger breakpoints on a clone.
public void getDebuggeeInfo(com.google.apphosting.base.protos.ClonePb.DebuggeeInfoRequest request,
io.grpc.stub.StreamObserver<com.google.apphosting.base.protos.ClonePb.DebuggeeInfoResponse> responseObserver)
Gets source context of the clone app.
Copyright © 2022. All rights reserved.