public final class CloneControllerGrpc extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CloneControllerGrpc.CloneControllerBlockingStub |
static class |
CloneControllerGrpc.CloneControllerFutureStub |
static class |
CloneControllerGrpc.CloneControllerImplBase |
static class |
CloneControllerGrpc.CloneControllerStub |
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and 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.ServiceDescriptor |
getServiceDescriptor() |
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.CloneControllerBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static CloneControllerGrpc.CloneControllerFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static CloneControllerGrpc.CloneControllerStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final String SERVICE_NAME
public static io.grpc.MethodDescriptor<com.google.apphosting.base.protos.EmptyMessage,com.google.apphosting.base.protos.EmptyMessage> getWaitForSandboxMethod()
public static io.grpc.MethodDescriptor<com.google.apphosting.base.protos.ClonePb.CloneSettings,com.google.apphosting.base.protos.EmptyMessage> getApplyCloneSettingsMethod()
public static io.grpc.MethodDescriptor<com.google.apphosting.base.protos.ModelClonePb.DeadlineInfo,com.google.apphosting.base.protos.EmptyMessage> getSendDeadlineMethod()
public static io.grpc.MethodDescriptor<com.google.apphosting.base.protos.ModelClonePb.PerformanceDataRequest,com.google.apphosting.base.protos.ClonePb.PerformanceData> getGetPerformanceDataMethod()
public static io.grpc.MethodDescriptor<com.google.apphosting.base.protos.ClonePb.CloudDebuggerBreakpoints,com.google.apphosting.base.protos.ClonePb.CloudDebuggerBreakpoints> getUpdateActiveBreakpointsMethod()
public static io.grpc.MethodDescriptor<com.google.apphosting.base.protos.ClonePb.DebuggeeInfoRequest,com.google.apphosting.base.protos.ClonePb.DebuggeeInfoResponse> getGetDebuggeeInfoMethod()
public static CloneControllerGrpc.CloneControllerStub newStub(io.grpc.Channel channel)
public static CloneControllerGrpc.CloneControllerBlockingStub newBlockingStub(io.grpc.Channel channel)
public static CloneControllerGrpc.CloneControllerFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2022. All rights reserved.