Package com.google.cloud.gkebackup.v1
Class BackupForGKEGrpc.BackupForGKEImplBase
- java.lang.Object
-
- com.google.cloud.gkebackup.v1.BackupForGKEGrpc.BackupForGKEImplBase
-
- All Implemented Interfaces:
BackupForGKEGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- BackupForGKEGrpc
public abstract static class BackupForGKEGrpc.BackupForGKEImplBase extends Object implements io.grpc.BindableService, BackupForGKEGrpc.AsyncService
Base class for the server implementation of the service BackupForGKE.BackupForGKE allows Kubernetes administrators to configure, execute, and manage backup and restore operations for their GKE clusters.
-
-
Constructor Summary
Constructors Constructor Description BackupForGKEImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinition
bindService()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.google.cloud.gkebackup.v1.BackupForGKEGrpc.AsyncService
createBackup, createBackupPlan, createRestore, createRestorePlan, deleteBackup, deleteBackupPlan, deleteRestore, deleteRestorePlan, getBackup, getBackupPlan, getRestore, getRestorePlan, getVolumeBackup, getVolumeRestore, listBackupPlans, listBackups, listRestorePlans, listRestores, listVolumeBackups, listVolumeRestores, updateBackup, updateBackupPlan, updateRestore, updateRestorePlan
-
-