@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.
| Modifier and Type | Class and 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.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and 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 service
|
static BackupForGKEGrpc.BackupForGKEFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static BackupForGKEGrpc.BackupForGKEStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final String SERVICE_NAME
public static io.grpc.MethodDescriptor<CreateBackupPlanRequest,com.google.longrunning.Operation> getCreateBackupPlanMethod()
public static io.grpc.MethodDescriptor<ListBackupPlansRequest,ListBackupPlansResponse> getListBackupPlansMethod()
public static io.grpc.MethodDescriptor<GetBackupPlanRequest,BackupPlan> getGetBackupPlanMethod()
public static io.grpc.MethodDescriptor<UpdateBackupPlanRequest,com.google.longrunning.Operation> getUpdateBackupPlanMethod()
public static io.grpc.MethodDescriptor<DeleteBackupPlanRequest,com.google.longrunning.Operation> getDeleteBackupPlanMethod()
public static io.grpc.MethodDescriptor<CreateBackupRequest,com.google.longrunning.Operation> getCreateBackupMethod()
public static io.grpc.MethodDescriptor<ListBackupsRequest,ListBackupsResponse> getListBackupsMethod()
public static io.grpc.MethodDescriptor<GetBackupRequest,Backup> getGetBackupMethod()
public static io.grpc.MethodDescriptor<UpdateBackupRequest,com.google.longrunning.Operation> getUpdateBackupMethod()
public static io.grpc.MethodDescriptor<DeleteBackupRequest,com.google.longrunning.Operation> getDeleteBackupMethod()
public static io.grpc.MethodDescriptor<ListVolumeBackupsRequest,ListVolumeBackupsResponse> getListVolumeBackupsMethod()
public static io.grpc.MethodDescriptor<GetVolumeBackupRequest,VolumeBackup> getGetVolumeBackupMethod()
public static io.grpc.MethodDescriptor<CreateRestorePlanRequest,com.google.longrunning.Operation> getCreateRestorePlanMethod()
public static io.grpc.MethodDescriptor<ListRestorePlansRequest,ListRestorePlansResponse> getListRestorePlansMethod()
public static io.grpc.MethodDescriptor<GetRestorePlanRequest,RestorePlan> getGetRestorePlanMethod()
public static io.grpc.MethodDescriptor<UpdateRestorePlanRequest,com.google.longrunning.Operation> getUpdateRestorePlanMethod()
public static io.grpc.MethodDescriptor<DeleteRestorePlanRequest,com.google.longrunning.Operation> getDeleteRestorePlanMethod()
public static io.grpc.MethodDescriptor<CreateRestoreRequest,com.google.longrunning.Operation> getCreateRestoreMethod()
public static io.grpc.MethodDescriptor<ListRestoresRequest,ListRestoresResponse> getListRestoresMethod()
public static io.grpc.MethodDescriptor<GetRestoreRequest,Restore> getGetRestoreMethod()
public static io.grpc.MethodDescriptor<UpdateRestoreRequest,com.google.longrunning.Operation> getUpdateRestoreMethod()
public static io.grpc.MethodDescriptor<DeleteRestoreRequest,com.google.longrunning.Operation> getDeleteRestoreMethod()
public static io.grpc.MethodDescriptor<ListVolumeRestoresRequest,ListVolumeRestoresResponse> getListVolumeRestoresMethod()
public static io.grpc.MethodDescriptor<GetVolumeRestoreRequest,VolumeRestore> getGetVolumeRestoreMethod()
public static BackupForGKEGrpc.BackupForGKEStub newStub(io.grpc.Channel channel)
public static BackupForGKEGrpc.BackupForGKEBlockingStub newBlockingStub(io.grpc.Channel channel)
public static BackupForGKEGrpc.BackupForGKEFutureStub newFutureStub(io.grpc.Channel channel)
public static final io.grpc.ServerServiceDefinition bindService(BackupForGKEGrpc.AsyncService service)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2023 Google LLC. All rights reserved.