Package com.google.cloud.gkebackup.v1
Class BackupForGKEGrpc
- java.lang.Object
-
- com.google.cloud.gkebackup.v1.BackupForGKEGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/gkebackup/v1/gkebackup.proto") public final class BackupForGKEGrpc extends Object
BackupForGKE allows Kubernetes administrators to configure, execute, and manage backup and restore operations for their GKE clusters.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
BackupForGKEGrpc.AsyncService
BackupForGKE allows Kubernetes administrators to configure, execute, and manage backup and restore operations for their GKE clusters.static class
BackupForGKEGrpc.BackupForGKEBlockingStub
A stub to allow clients to do synchronous rpc calls to service BackupForGKE.static class
BackupForGKEGrpc.BackupForGKEFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service BackupForGKE.static class
BackupForGKEGrpc.BackupForGKEImplBase
Base class for the server implementation of the service BackupForGKE.static class
BackupForGKEGrpc.BackupForGKEStub
A stub to allow clients to do asynchronous rpc calls to service BackupForGKE.
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinition
bindService(BackupForGKEGrpc.AsyncService service)
static io.grpc.MethodDescriptor<CreateBackupRequest,com.google.longrunning.Operation>
getCreateBackupMethod()
static io.grpc.MethodDescriptor<CreateBackupPlanRequest,com.google.longrunning.Operation>
getCreateBackupPlanMethod()
static io.grpc.MethodDescriptor<CreateRestoreRequest,com.google.longrunning.Operation>
getCreateRestoreMethod()
static io.grpc.MethodDescriptor<CreateRestorePlanRequest,com.google.longrunning.Operation>
getCreateRestorePlanMethod()
static io.grpc.MethodDescriptor<DeleteBackupRequest,com.google.longrunning.Operation>
getDeleteBackupMethod()
static io.grpc.MethodDescriptor<DeleteBackupPlanRequest,com.google.longrunning.Operation>
getDeleteBackupPlanMethod()
static io.grpc.MethodDescriptor<DeleteRestoreRequest,com.google.longrunning.Operation>
getDeleteRestoreMethod()
static io.grpc.MethodDescriptor<DeleteRestorePlanRequest,com.google.longrunning.Operation>
getDeleteRestorePlanMethod()
static io.grpc.MethodDescriptor<GetBackupRequest,Backup>
getGetBackupMethod()
static io.grpc.MethodDescriptor<GetBackupPlanRequest,BackupPlan>
getGetBackupPlanMethod()
static io.grpc.MethodDescriptor<GetRestoreRequest,Restore>
getGetRestoreMethod()
static io.grpc.MethodDescriptor<GetRestorePlanRequest,RestorePlan>
getGetRestorePlanMethod()
static io.grpc.MethodDescriptor<GetVolumeBackupRequest,VolumeBackup>
getGetVolumeBackupMethod()
static io.grpc.MethodDescriptor<GetVolumeRestoreRequest,VolumeRestore>
getGetVolumeRestoreMethod()
static io.grpc.MethodDescriptor<ListBackupPlansRequest,ListBackupPlansResponse>
getListBackupPlansMethod()
static io.grpc.MethodDescriptor<ListBackupsRequest,ListBackupsResponse>
getListBackupsMethod()
static io.grpc.MethodDescriptor<ListRestorePlansRequest,ListRestorePlansResponse>
getListRestorePlansMethod()
static io.grpc.MethodDescriptor<ListRestoresRequest,ListRestoresResponse>
getListRestoresMethod()
static io.grpc.MethodDescriptor<ListVolumeBackupsRequest,ListVolumeBackupsResponse>
getListVolumeBackupsMethod()
static io.grpc.MethodDescriptor<ListVolumeRestoresRequest,ListVolumeRestoresResponse>
getListVolumeRestoresMethod()
static io.grpc.ServiceDescriptor
getServiceDescriptor()
static io.grpc.MethodDescriptor<UpdateBackupRequest,com.google.longrunning.Operation>
getUpdateBackupMethod()
static io.grpc.MethodDescriptor<UpdateBackupPlanRequest,com.google.longrunning.Operation>
getUpdateBackupPlanMethod()
static io.grpc.MethodDescriptor<UpdateRestoreRequest,com.google.longrunning.Operation>
getUpdateRestoreMethod()
static io.grpc.MethodDescriptor<UpdateRestorePlanRequest,com.google.longrunning.Operation>
getUpdateRestorePlanMethod()
static BackupForGKEGrpc.BackupForGKEBlockingStub
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic BackupForGKEGrpc.BackupForGKEFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic BackupForGKEGrpc.BackupForGKEStub
newStub(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
-
getCreateBackupPlanMethod
public static io.grpc.MethodDescriptor<CreateBackupPlanRequest,com.google.longrunning.Operation> getCreateBackupPlanMethod()
-
getListBackupPlansMethod
public static io.grpc.MethodDescriptor<ListBackupPlansRequest,ListBackupPlansResponse> getListBackupPlansMethod()
-
getGetBackupPlanMethod
public static io.grpc.MethodDescriptor<GetBackupPlanRequest,BackupPlan> getGetBackupPlanMethod()
-
getUpdateBackupPlanMethod
public static io.grpc.MethodDescriptor<UpdateBackupPlanRequest,com.google.longrunning.Operation> getUpdateBackupPlanMethod()
-
getDeleteBackupPlanMethod
public static io.grpc.MethodDescriptor<DeleteBackupPlanRequest,com.google.longrunning.Operation> getDeleteBackupPlanMethod()
-
getCreateBackupMethod
public static io.grpc.MethodDescriptor<CreateBackupRequest,com.google.longrunning.Operation> getCreateBackupMethod()
-
getListBackupsMethod
public static io.grpc.MethodDescriptor<ListBackupsRequest,ListBackupsResponse> getListBackupsMethod()
-
getGetBackupMethod
public static io.grpc.MethodDescriptor<GetBackupRequest,Backup> getGetBackupMethod()
-
getUpdateBackupMethod
public static io.grpc.MethodDescriptor<UpdateBackupRequest,com.google.longrunning.Operation> getUpdateBackupMethod()
-
getDeleteBackupMethod
public static io.grpc.MethodDescriptor<DeleteBackupRequest,com.google.longrunning.Operation> getDeleteBackupMethod()
-
getListVolumeBackupsMethod
public static io.grpc.MethodDescriptor<ListVolumeBackupsRequest,ListVolumeBackupsResponse> getListVolumeBackupsMethod()
-
getGetVolumeBackupMethod
public static io.grpc.MethodDescriptor<GetVolumeBackupRequest,VolumeBackup> getGetVolumeBackupMethod()
-
getCreateRestorePlanMethod
public static io.grpc.MethodDescriptor<CreateRestorePlanRequest,com.google.longrunning.Operation> getCreateRestorePlanMethod()
-
getListRestorePlansMethod
public static io.grpc.MethodDescriptor<ListRestorePlansRequest,ListRestorePlansResponse> getListRestorePlansMethod()
-
getGetRestorePlanMethod
public static io.grpc.MethodDescriptor<GetRestorePlanRequest,RestorePlan> getGetRestorePlanMethod()
-
getUpdateRestorePlanMethod
public static io.grpc.MethodDescriptor<UpdateRestorePlanRequest,com.google.longrunning.Operation> getUpdateRestorePlanMethod()
-
getDeleteRestorePlanMethod
public static io.grpc.MethodDescriptor<DeleteRestorePlanRequest,com.google.longrunning.Operation> getDeleteRestorePlanMethod()
-
getCreateRestoreMethod
public static io.grpc.MethodDescriptor<CreateRestoreRequest,com.google.longrunning.Operation> getCreateRestoreMethod()
-
getListRestoresMethod
public static io.grpc.MethodDescriptor<ListRestoresRequest,ListRestoresResponse> getListRestoresMethod()
-
getGetRestoreMethod
public static io.grpc.MethodDescriptor<GetRestoreRequest,Restore> getGetRestoreMethod()
-
getUpdateRestoreMethod
public static io.grpc.MethodDescriptor<UpdateRestoreRequest,com.google.longrunning.Operation> getUpdateRestoreMethod()
-
getDeleteRestoreMethod
public static io.grpc.MethodDescriptor<DeleteRestoreRequest,com.google.longrunning.Operation> getDeleteRestoreMethod()
-
getListVolumeRestoresMethod
public static io.grpc.MethodDescriptor<ListVolumeRestoresRequest,ListVolumeRestoresResponse> getListVolumeRestoresMethod()
-
getGetVolumeRestoreMethod
public static io.grpc.MethodDescriptor<GetVolumeRestoreRequest,VolumeRestore> getGetVolumeRestoreMethod()
-
newStub
public static BackupForGKEGrpc.BackupForGKEStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static BackupForGKEGrpc.BackupForGKEBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static BackupForGKEGrpc.BackupForGKEFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(BackupForGKEGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-