Class CloneControllerGrpc
- java.lang.Object
-
- com.google.apphosting.base.protos.CloneControllerGrpc
-
public final class CloneControllerGrpc extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCloneControllerGrpc.CloneControllerBlockingStubstatic classCloneControllerGrpc.CloneControllerFutureStubstatic classCloneControllerGrpc.CloneControllerImplBasestatic classCloneControllerGrpc.CloneControllerStub
-
Field Summary
Fields Modifier and Type Field Description static StringSERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.MethodDescriptor<com.google.apphosting.base.protos.ClonePb.CloneSettings,com.google.apphosting.base.protos.EmptyMessage>getApplyCloneSettingsMethod()static io.grpc.MethodDescriptor<com.google.apphosting.base.protos.ClonePb.DebuggeeInfoRequest,com.google.apphosting.base.protos.ClonePb.DebuggeeInfoResponse>getGetDebuggeeInfoMethod()static io.grpc.MethodDescriptor<com.google.apphosting.base.protos.ModelClonePb.PerformanceDataRequest,com.google.apphosting.base.protos.ClonePb.PerformanceData>getGetPerformanceDataMethod()static io.grpc.MethodDescriptor<com.google.apphosting.base.protos.ModelClonePb.DeadlineInfo,com.google.apphosting.base.protos.EmptyMessage>getSendDeadlineMethod()static io.grpc.ServiceDescriptorgetServiceDescriptor()static io.grpc.MethodDescriptor<com.google.apphosting.base.protos.ClonePb.CloudDebuggerBreakpoints,com.google.apphosting.base.protos.ClonePb.CloudDebuggerBreakpoints>getUpdateActiveBreakpointsMethod()static io.grpc.MethodDescriptor<com.google.apphosting.base.protos.EmptyMessage,com.google.apphosting.base.protos.EmptyMessage>getWaitForSandboxMethod()static CloneControllerGrpc.CloneControllerBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic CloneControllerGrpc.CloneControllerFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic CloneControllerGrpc.CloneControllerStubnewStub(io.grpc.Channel channel)Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getWaitForSandboxMethod
public static io.grpc.MethodDescriptor<com.google.apphosting.base.protos.EmptyMessage,com.google.apphosting.base.protos.EmptyMessage> getWaitForSandboxMethod()
-
getApplyCloneSettingsMethod
public static io.grpc.MethodDescriptor<com.google.apphosting.base.protos.ClonePb.CloneSettings,com.google.apphosting.base.protos.EmptyMessage> getApplyCloneSettingsMethod()
-
getSendDeadlineMethod
public static io.grpc.MethodDescriptor<com.google.apphosting.base.protos.ModelClonePb.DeadlineInfo,com.google.apphosting.base.protos.EmptyMessage> getSendDeadlineMethod()
-
getGetPerformanceDataMethod
public static io.grpc.MethodDescriptor<com.google.apphosting.base.protos.ModelClonePb.PerformanceDataRequest,com.google.apphosting.base.protos.ClonePb.PerformanceData> getGetPerformanceDataMethod()
-
getUpdateActiveBreakpointsMethod
public static io.grpc.MethodDescriptor<com.google.apphosting.base.protos.ClonePb.CloudDebuggerBreakpoints,com.google.apphosting.base.protos.ClonePb.CloudDebuggerBreakpoints> getUpdateActiveBreakpointsMethod()
-
getGetDebuggeeInfoMethod
public static io.grpc.MethodDescriptor<com.google.apphosting.base.protos.ClonePb.DebuggeeInfoRequest,com.google.apphosting.base.protos.ClonePb.DebuggeeInfoResponse> getGetDebuggeeInfoMethod()
-
newStub
public static CloneControllerGrpc.CloneControllerStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static CloneControllerGrpc.CloneControllerBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static CloneControllerGrpc.CloneControllerFutureStub 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()
-
-