@Generated(value="by gRPC proto compiler (version 1.0.1)",
comments="Source: appscode/api/db/v1beta1/snapshot.proto")
public class SnapshotsGrpc
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SnapshotsGrpc.SnapshotsBlockingStub |
static class |
SnapshotsGrpc.SnapshotsFutureStub |
static class |
SnapshotsGrpc.SnapshotsImplBase |
static class |
SnapshotsGrpc.SnapshotsStub |
| Modifier and Type | Field and Description |
|---|---|
static io.grpc.MethodDescriptor<BackupScheduleRequest,VoidResponse> |
METHOD_BACKUP_SCHEDULE |
static io.grpc.MethodDescriptor<BackupUnscheduleRequest,VoidResponse> |
METHOD_BACKUP_UNSCHEDULE |
static io.grpc.MethodDescriptor<SnapshotDescribeRequest,SnapshotDescribeResponse> |
METHOD_DESCRIBE |
static io.grpc.MethodDescriptor<SnapshotListRequest,SnapshotListResponse> |
METHOD_LIST |
static io.grpc.MethodDescriptor<SnapshotRestoreRequest,VoidResponse> |
METHOD_RESTORE |
static java.lang.String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static SnapshotsGrpc.SnapshotsBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static SnapshotsGrpc.SnapshotsFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary and streaming output calls on the service
|
static SnapshotsGrpc.SnapshotsStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final java.lang.String SERVICE_NAME
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<SnapshotListRequest,SnapshotListResponse> METHOD_LIST
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<SnapshotDescribeRequest,SnapshotDescribeResponse> METHOD_DESCRIBE
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<BackupScheduleRequest,VoidResponse> METHOD_BACKUP_SCHEDULE
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<BackupUnscheduleRequest,VoidResponse> METHOD_BACKUP_UNSCHEDULE
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<SnapshotRestoreRequest,VoidResponse> METHOD_RESTORE
public static SnapshotsGrpc.SnapshotsStub newStub(io.grpc.Channel channel)
public static SnapshotsGrpc.SnapshotsBlockingStub newBlockingStub(io.grpc.Channel channel)
public static SnapshotsGrpc.SnapshotsFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()