public static final class BackupForGKEGrpc.BackupForGKEBlockingStub extends io.grpc.stub.AbstractBlockingStub<BackupForGKEGrpc.BackupForGKEBlockingStub>
BackupForGKE allows Kubernetes administrators to configure, execute, and manage backup and restore operations for their GKE clusters.
| Modifier and Type | Method and Description |
|---|---|
protected BackupForGKEGrpc.BackupForGKEBlockingStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
com.google.longrunning.Operation |
createBackup(CreateBackupRequest request)
Creates a Backup for the given BackupPlan.
|
com.google.longrunning.Operation |
createBackupPlan(CreateBackupPlanRequest request)
Creates a new BackupPlan in a given location.
|
com.google.longrunning.Operation |
createRestore(CreateRestoreRequest request)
Creates a new Restore for the given RestorePlan.
|
com.google.longrunning.Operation |
createRestorePlan(CreateRestorePlanRequest request)
Creates a new RestorePlan in a given location.
|
com.google.longrunning.Operation |
deleteBackup(DeleteBackupRequest request)
Deletes an existing Backup.
|
com.google.longrunning.Operation |
deleteBackupPlan(DeleteBackupPlanRequest request)
Deletes an existing BackupPlan.
|
com.google.longrunning.Operation |
deleteRestore(DeleteRestoreRequest request)
Deletes an existing Restore.
|
com.google.longrunning.Operation |
deleteRestorePlan(DeleteRestorePlanRequest request)
Deletes an existing RestorePlan.
|
Backup |
getBackup(GetBackupRequest request)
Retrieve the details of a single Backup.
|
BackupPlan |
getBackupPlan(GetBackupPlanRequest request)
Retrieve the details of a single BackupPlan.
|
Restore |
getRestore(GetRestoreRequest request)
Retrieves the details of a single Restore.
|
RestorePlan |
getRestorePlan(GetRestorePlanRequest request)
Retrieve the details of a single RestorePlan.
|
VolumeBackup |
getVolumeBackup(GetVolumeBackupRequest request)
Retrieve the details of a single VolumeBackup.
|
VolumeRestore |
getVolumeRestore(GetVolumeRestoreRequest request)
Retrieve the details of a single VolumeRestore.
|
ListBackupPlansResponse |
listBackupPlans(ListBackupPlansRequest request)
Lists BackupPlans in a given location.
|
ListBackupsResponse |
listBackups(ListBackupsRequest request)
Lists the Backups for a given BackupPlan.
|
ListRestorePlansResponse |
listRestorePlans(ListRestorePlansRequest request)
Lists RestorePlans in a given location.
|
ListRestoresResponse |
listRestores(ListRestoresRequest request)
Lists the Restores for a given RestorePlan.
|
ListVolumeBackupsResponse |
listVolumeBackups(ListVolumeBackupsRequest request)
Lists the VolumeBackups for a given Backup.
|
ListVolumeRestoresResponse |
listVolumeRestores(ListVolumeRestoresRequest request)
Lists the VolumeRestores for a given Restore.
|
com.google.longrunning.Operation |
updateBackup(UpdateBackupRequest request)
Update a Backup.
|
com.google.longrunning.Operation |
updateBackupPlan(UpdateBackupPlanRequest request)
Update a BackupPlan.
|
com.google.longrunning.Operation |
updateRestore(UpdateRestoreRequest request)
Update a Restore.
|
com.google.longrunning.Operation |
updateRestorePlan(UpdateRestorePlanRequest request)
Update a RestorePlan.
|
protected BackupForGKEGrpc.BackupForGKEBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<BackupForGKEGrpc.BackupForGKEBlockingStub>public com.google.longrunning.Operation createBackupPlan(CreateBackupPlanRequest request)
Creates a new BackupPlan in a given location.
public ListBackupPlansResponse listBackupPlans(ListBackupPlansRequest request)
Lists BackupPlans in a given location.
public BackupPlan getBackupPlan(GetBackupPlanRequest request)
Retrieve the details of a single BackupPlan.
public com.google.longrunning.Operation updateBackupPlan(UpdateBackupPlanRequest request)
Update a BackupPlan.
public com.google.longrunning.Operation deleteBackupPlan(DeleteBackupPlanRequest request)
Deletes an existing BackupPlan.
public com.google.longrunning.Operation createBackup(CreateBackupRequest request)
Creates a Backup for the given BackupPlan.
public ListBackupsResponse listBackups(ListBackupsRequest request)
Lists the Backups for a given BackupPlan.
public Backup getBackup(GetBackupRequest request)
Retrieve the details of a single Backup.
public com.google.longrunning.Operation updateBackup(UpdateBackupRequest request)
Update a Backup.
public com.google.longrunning.Operation deleteBackup(DeleteBackupRequest request)
Deletes an existing Backup.
public ListVolumeBackupsResponse listVolumeBackups(ListVolumeBackupsRequest request)
Lists the VolumeBackups for a given Backup.
public VolumeBackup getVolumeBackup(GetVolumeBackupRequest request)
Retrieve the details of a single VolumeBackup.
public com.google.longrunning.Operation createRestorePlan(CreateRestorePlanRequest request)
Creates a new RestorePlan in a given location.
public ListRestorePlansResponse listRestorePlans(ListRestorePlansRequest request)
Lists RestorePlans in a given location.
public RestorePlan getRestorePlan(GetRestorePlanRequest request)
Retrieve the details of a single RestorePlan.
public com.google.longrunning.Operation updateRestorePlan(UpdateRestorePlanRequest request)
Update a RestorePlan.
public com.google.longrunning.Operation deleteRestorePlan(DeleteRestorePlanRequest request)
Deletes an existing RestorePlan.
public com.google.longrunning.Operation createRestore(CreateRestoreRequest request)
Creates a new Restore for the given RestorePlan.
public ListRestoresResponse listRestores(ListRestoresRequest request)
Lists the Restores for a given RestorePlan.
public Restore getRestore(GetRestoreRequest request)
Retrieves the details of a single Restore.
public com.google.longrunning.Operation updateRestore(UpdateRestoreRequest request)
Update a Restore.
public com.google.longrunning.Operation deleteRestore(DeleteRestoreRequest request)
Deletes an existing Restore.
public ListVolumeRestoresResponse listVolumeRestores(ListVolumeRestoresRequest request)
Lists the VolumeRestores for a given Restore.
public VolumeRestore getVolumeRestore(GetVolumeRestoreRequest request)
Retrieve the details of a single VolumeRestore.
Copyright © 2023 Google LLC. All rights reserved.