Send feedback
Class BackupForGKEGrpc.BackupForGKEStub (0.10.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.10.0 keyboard_arrow_down
public static final class BackupForGKEGrpc . BackupForGKEStub extends AbstractAsyncStub<BackupForGKEGrpc . BackupForGKEStub >
BackupForGKE allows Kubernetes administrators to configure, execute, and
manage backup and restore operations for their GKE clusters.
Inheritance
java.lang.Object >
io.grpc.stub.AbstractStub >
io.grpc.stub.AbstractAsyncStub >
BackupForGKEGrpc.BackupForGKEStub
Inherited Members
io.grpc.stub.AbstractAsyncStub.<T>newStub(io.grpc.stub.AbstractStub.StubFactory<T>,io.grpc.Channel)
io.grpc.stub.AbstractAsyncStub.<T>newStub(io.grpc.stub.AbstractStub.StubFactory<T>,io.grpc.Channel,io.grpc.CallOptions)
io.grpc.stub.AbstractStub.<T>withOption(io.grpc.CallOptions.Key<T>,T)
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)
io.grpc.stub.AbstractStub.getCallOptions()
io.grpc.stub.AbstractStub.getChannel()
io.grpc.stub.AbstractStub.withCallCredentials(io.grpc.CallCredentials)
io.grpc.stub.AbstractStub.withChannel(io.grpc.Channel)
io.grpc.stub.AbstractStub.withCompression(java.lang.String)
io.grpc.stub.AbstractStub.withDeadline(io.grpc.Deadline)
io.grpc.stub.AbstractStub.withDeadlineAfter(long,java.util.concurrent.TimeUnit)
io.grpc.stub.AbstractStub.withExecutor(java.util.concurrent.Executor)
io.grpc.stub.AbstractStub.withInterceptors(io.grpc.ClientInterceptor...)
io.grpc.stub.AbstractStub.withMaxInboundMessageSize(int)
io.grpc.stub.AbstractStub.withMaxOutboundMessageSize(int)
io.grpc.stub.AbstractStub.withWaitForReady()
Methods
build(Channel channel, CallOptions callOptions)
protected BackupForGKEGrpc . BackupForGKEStub build ( Channel channel , CallOptions callOptions )
Parameters
Name Description channel
io.grpc.Channel
callOptions
io.grpc.CallOptions
Returns
Overrides
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)
createBackup(CreateBackupRequest request, StreamObserver<Operation> responseObserver)
public void createBackup ( CreateBackupRequest request , StreamObserver<Operation> responseObserver )
Creates a Backup for the given BackupPlan.
Parameters
createBackupPlan(CreateBackupPlanRequest request, StreamObserver<Operation> responseObserver)
public void createBackupPlan ( CreateBackupPlanRequest request , StreamObserver<Operation> responseObserver )
Creates a new BackupPlan in a given location.
Parameters
createRestore(CreateRestoreRequest request, StreamObserver<Operation> responseObserver)
public void createRestore ( CreateRestoreRequest request , StreamObserver<Operation> responseObserver )
Creates a new Restore for the given RestorePlan.
Parameters
createRestorePlan(CreateRestorePlanRequest request, StreamObserver<Operation> responseObserver)
public void createRestorePlan ( CreateRestorePlanRequest request , StreamObserver<Operation> responseObserver )
Creates a new RestorePlan in a given location.
Parameters
deleteBackup(DeleteBackupRequest request, StreamObserver<Operation> responseObserver)
public void deleteBackup ( DeleteBackupRequest request , StreamObserver<Operation> responseObserver )
Deletes an existing Backup.
Parameters
deleteBackupPlan(DeleteBackupPlanRequest request, StreamObserver<Operation> responseObserver)
public void deleteBackupPlan ( DeleteBackupPlanRequest request , StreamObserver<Operation> responseObserver )
Deletes an existing BackupPlan.
Parameters
deleteRestore(DeleteRestoreRequest request, StreamObserver<Operation> responseObserver)
public void deleteRestore ( DeleteRestoreRequest request , StreamObserver<Operation> responseObserver )
Deletes an existing Restore.
Parameters
deleteRestorePlan(DeleteRestorePlanRequest request, StreamObserver<Operation> responseObserver)
public void deleteRestorePlan ( DeleteRestorePlanRequest request , StreamObserver<Operation> responseObserver )
Deletes an existing RestorePlan.
Parameters
getBackup(GetBackupRequest request, StreamObserver<Backup> responseObserver)
public void getBackup ( GetBackupRequest request , StreamObserver<Backup> responseObserver )
Retrieve the details of a single Backup.
Parameters
getBackupPlan(GetBackupPlanRequest request, StreamObserver<BackupPlan> responseObserver)
public void getBackupPlan ( GetBackupPlanRequest request , StreamObserver<BackupPlan> responseObserver )
Retrieve the details of a single BackupPlan.
Parameters
getRestore(GetRestoreRequest request, StreamObserver<Restore> responseObserver)
public void getRestore ( GetRestoreRequest request , StreamObserver<Restore> responseObserver )
Retrieves the details of a single Restore.
Parameters
getRestorePlan(GetRestorePlanRequest request, StreamObserver<RestorePlan> responseObserver)
public void getRestorePlan ( GetRestorePlanRequest request , StreamObserver<RestorePlan> responseObserver )
Retrieve the details of a single RestorePlan.
Parameters
getVolumeBackup(GetVolumeBackupRequest request, StreamObserver<VolumeBackup> responseObserver)
public void getVolumeBackup ( GetVolumeBackupRequest request , StreamObserver<VolumeBackup> responseObserver )
Retrieve the details of a single VolumeBackup.
Parameters
getVolumeRestore(GetVolumeRestoreRequest request, StreamObserver<VolumeRestore> responseObserver)
public void getVolumeRestore ( GetVolumeRestoreRequest request , StreamObserver<VolumeRestore> responseObserver )
Retrieve the details of a single VolumeRestore.
Parameters
listBackupPlans(ListBackupPlansRequest request, StreamObserver<ListBackupPlansResponse> responseObserver)
public void listBackupPlans ( ListBackupPlansRequest request , StreamObserver<ListBackupPlansResponse> responseObserver )
Lists BackupPlans in a given location.
Parameters
listBackups(ListBackupsRequest request, StreamObserver<ListBackupsResponse> responseObserver)
public void listBackups ( ListBackupsRequest request , StreamObserver<ListBackupsResponse> responseObserver )
Lists the Backups for a given BackupPlan.
Parameters
listRestorePlans(ListRestorePlansRequest request, StreamObserver<ListRestorePlansResponse> responseObserver)
public void listRestorePlans ( ListRestorePlansRequest request , StreamObserver<ListRestorePlansResponse> responseObserver )
Lists RestorePlans in a given location.
Parameters
listRestores(ListRestoresRequest request, StreamObserver<ListRestoresResponse> responseObserver)
public void listRestores ( ListRestoresRequest request , StreamObserver<ListRestoresResponse> responseObserver )
Lists the Restores for a given RestorePlan.
Parameters
listVolumeBackups(ListVolumeBackupsRequest request, StreamObserver<ListVolumeBackupsResponse> responseObserver)
public void listVolumeBackups ( ListVolumeBackupsRequest request , StreamObserver<ListVolumeBackupsResponse> responseObserver )
Lists the VolumeBackups for a given Backup.
Parameters
listVolumeRestores(ListVolumeRestoresRequest request, StreamObserver<ListVolumeRestoresResponse> responseObserver)
public void listVolumeRestores ( ListVolumeRestoresRequest request , StreamObserver<ListVolumeRestoresResponse> responseObserver )
Lists the VolumeRestores for a given Restore.
Parameters
updateBackup(UpdateBackupRequest request, StreamObserver<Operation> responseObserver)
public void updateBackup ( UpdateBackupRequest request , StreamObserver<Operation> responseObserver )
Parameters
updateBackupPlan(UpdateBackupPlanRequest request, StreamObserver<Operation> responseObserver)
public void updateBackupPlan ( UpdateBackupPlanRequest request , StreamObserver<Operation> responseObserver )
Parameters
updateRestore(UpdateRestoreRequest request, StreamObserver<Operation> responseObserver)
public void updateRestore ( UpdateRestoreRequest request , StreamObserver<Operation> responseObserver )
Parameters
updateRestorePlan(UpdateRestorePlanRequest request, StreamObserver<Operation> responseObserver)
public void updateRestorePlan ( UpdateRestorePlanRequest request , StreamObserver<Operation> responseObserver )
Parameters
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]