Class BackupForGKEGrpc (0.40.0)

public final class BackupForGKEGrpc

BackupForGKE allows Kubernetes administrators to configure, execute, and manage backup and restore operations for their GKE clusters.

Inheritance

java.lang.Object > BackupForGKEGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Static Methods

bindService(BackupForGKEGrpc.AsyncService service)

public static final ServerServiceDefinition bindService(BackupForGKEGrpc.AsyncService service)
Parameter
NameDescription
serviceBackupForGKEGrpc.AsyncService
Returns
TypeDescription
io.grpc.ServerServiceDefinition

getCreateBackupMethod()

public static MethodDescriptor<CreateBackupRequest,Operation> getCreateBackupMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CreateBackupRequest,Operation>

getCreateBackupPlanMethod()

public static MethodDescriptor<CreateBackupPlanRequest,Operation> getCreateBackupPlanMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CreateBackupPlanRequest,Operation>

getCreateRestoreMethod()

public static MethodDescriptor<CreateRestoreRequest,Operation> getCreateRestoreMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CreateRestoreRequest,Operation>

getCreateRestorePlanMethod()

public static MethodDescriptor<CreateRestorePlanRequest,Operation> getCreateRestorePlanMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CreateRestorePlanRequest,Operation>

getDeleteBackupMethod()

public static MethodDescriptor<DeleteBackupRequest,Operation> getDeleteBackupMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<DeleteBackupRequest,Operation>

getDeleteBackupPlanMethod()

public static MethodDescriptor<DeleteBackupPlanRequest,Operation> getDeleteBackupPlanMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<DeleteBackupPlanRequest,Operation>

getDeleteRestoreMethod()

public static MethodDescriptor<DeleteRestoreRequest,Operation> getDeleteRestoreMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<DeleteRestoreRequest,Operation>

getDeleteRestorePlanMethod()

public static MethodDescriptor<DeleteRestorePlanRequest,Operation> getDeleteRestorePlanMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<DeleteRestorePlanRequest,Operation>

getGetBackupIndexDownloadUrlMethod()

public static MethodDescriptor<GetBackupIndexDownloadUrlRequest,GetBackupIndexDownloadUrlResponse> getGetBackupIndexDownloadUrlMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetBackupIndexDownloadUrlRequest,GetBackupIndexDownloadUrlResponse>

getGetBackupMethod()

public static MethodDescriptor<GetBackupRequest,Backup> getGetBackupMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetBackupRequest,Backup>

getGetBackupPlanMethod()

public static MethodDescriptor<GetBackupPlanRequest,BackupPlan> getGetBackupPlanMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetBackupPlanRequest,BackupPlan>

getGetRestoreMethod()

public static MethodDescriptor<GetRestoreRequest,Restore> getGetRestoreMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetRestoreRequest,Restore>

getGetRestorePlanMethod()

public static MethodDescriptor<GetRestorePlanRequest,RestorePlan> getGetRestorePlanMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetRestorePlanRequest,RestorePlan>

getGetVolumeBackupMethod()

public static MethodDescriptor<GetVolumeBackupRequest,VolumeBackup> getGetVolumeBackupMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetVolumeBackupRequest,VolumeBackup>

getGetVolumeRestoreMethod()

public static MethodDescriptor<GetVolumeRestoreRequest,VolumeRestore> getGetVolumeRestoreMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetVolumeRestoreRequest,VolumeRestore>

getListBackupPlansMethod()

public static MethodDescriptor<ListBackupPlansRequest,ListBackupPlansResponse> getListBackupPlansMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListBackupPlansRequest,ListBackupPlansResponse>

getListBackupsMethod()

public static MethodDescriptor<ListBackupsRequest,ListBackupsResponse> getListBackupsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListBackupsRequest,ListBackupsResponse>

getListRestorePlansMethod()

public static MethodDescriptor<ListRestorePlansRequest,ListRestorePlansResponse> getListRestorePlansMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListRestorePlansRequest,ListRestorePlansResponse>

getListRestoresMethod()

public static MethodDescriptor<ListRestoresRequest,ListRestoresResponse> getListRestoresMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListRestoresRequest,ListRestoresResponse>

getListVolumeBackupsMethod()

public static MethodDescriptor<ListVolumeBackupsRequest,ListVolumeBackupsResponse> getListVolumeBackupsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListVolumeBackupsRequest,ListVolumeBackupsResponse>

getListVolumeRestoresMethod()

public static MethodDescriptor<ListVolumeRestoresRequest,ListVolumeRestoresResponse> getListVolumeRestoresMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListVolumeRestoresRequest,ListVolumeRestoresResponse>

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
TypeDescription
io.grpc.ServiceDescriptor

getUpdateBackupMethod()

public static MethodDescriptor<UpdateBackupRequest,Operation> getUpdateBackupMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<UpdateBackupRequest,Operation>

getUpdateBackupPlanMethod()

public static MethodDescriptor<UpdateBackupPlanRequest,Operation> getUpdateBackupPlanMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<UpdateBackupPlanRequest,Operation>

getUpdateRestoreMethod()

public static MethodDescriptor<UpdateRestoreRequest,Operation> getUpdateRestoreMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<UpdateRestoreRequest,Operation>

getUpdateRestorePlanMethod()

public static MethodDescriptor<UpdateRestorePlanRequest,Operation> getUpdateRestorePlanMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<UpdateRestorePlanRequest,Operation>

newBlockingStub(Channel channel)

public static BackupForGKEGrpc.BackupForGKEBlockingStub newBlockingStub(Channel channel)

Creates a new blocking-style stub that supports unary and streaming output calls on the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
BackupForGKEGrpc.BackupForGKEBlockingStub

newFutureStub(Channel channel)

public static BackupForGKEGrpc.BackupForGKEFutureStub newFutureStub(Channel channel)

Creates a new ListenableFuture-style stub that supports unary calls on the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
BackupForGKEGrpc.BackupForGKEFutureStub

newStub(Channel channel)

public static BackupForGKEGrpc.BackupForGKEStub newStub(Channel channel)

Creates a new async stub that supports all call types for the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
BackupForGKEGrpc.BackupForGKEStub