public final class BackupDRGrpc
Static Fields
SERVICE_NAME
public static final String SERVICE_NAME
Field Value |
Type |
Description |
String |
|
Static Methods
bindService(BackupDRGrpc.AsyncService service)
public static final ServerServiceDefinition bindService(BackupDRGrpc.AsyncService service)
Returns |
Type |
Description |
io.grpc.ServerServiceDefinition |
|
getAbandonBackupMethod()
public static MethodDescriptor<AbandonBackupRequest,Operation> getAbandonBackupMethod()
getCreateBackupPlanAssociationMethod()
public static MethodDescriptor<CreateBackupPlanAssociationRequest,Operation> getCreateBackupPlanAssociationMethod()
getCreateBackupPlanMethod()
public static MethodDescriptor<CreateBackupPlanRequest,Operation> getCreateBackupPlanMethod()
getCreateBackupVaultMethod()
public static MethodDescriptor<CreateBackupVaultRequest,Operation> getCreateBackupVaultMethod()
getCreateManagementServerMethod()
public static MethodDescriptor<CreateManagementServerRequest,Operation> getCreateManagementServerMethod()
getDeleteBackupMethod()
public static MethodDescriptor<DeleteBackupRequest,Operation> getDeleteBackupMethod()
getDeleteBackupPlanAssociationMethod()
public static MethodDescriptor<DeleteBackupPlanAssociationRequest,Operation> getDeleteBackupPlanAssociationMethod()
getDeleteBackupPlanMethod()
public static MethodDescriptor<DeleteBackupPlanRequest,Operation> getDeleteBackupPlanMethod()
getDeleteBackupVaultMethod()
public static MethodDescriptor<DeleteBackupVaultRequest,Operation> getDeleteBackupVaultMethod()
getDeleteManagementServerMethod()
public static MethodDescriptor<DeleteManagementServerRequest,Operation> getDeleteManagementServerMethod()
getFetchAccessTokenMethod()
public static MethodDescriptor<FetchAccessTokenRequest,FetchAccessTokenResponse> getFetchAccessTokenMethod()
getFetchUsableBackupVaultsMethod()
public static MethodDescriptor<FetchUsableBackupVaultsRequest,FetchUsableBackupVaultsResponse> getFetchUsableBackupVaultsMethod()
getFinalizeBackupMethod()
public static MethodDescriptor<FinalizeBackupRequest,Operation> getFinalizeBackupMethod()
getGetBackupMethod()
public static MethodDescriptor<GetBackupRequest,Backup> getGetBackupMethod()
getGetBackupPlanAssociationMethod()
public static MethodDescriptor<GetBackupPlanAssociationRequest,BackupPlanAssociation> getGetBackupPlanAssociationMethod()
getGetBackupPlanMethod()
public static MethodDescriptor<GetBackupPlanRequest,BackupPlan> getGetBackupPlanMethod()
getGetBackupVaultMethod()
public static MethodDescriptor<GetBackupVaultRequest,BackupVault> getGetBackupVaultMethod()
getGetDataSourceMethod()
public static MethodDescriptor<GetDataSourceRequest,DataSource> getGetDataSourceMethod()
getGetManagementServerMethod()
public static MethodDescriptor<GetManagementServerRequest,ManagementServer> getGetManagementServerMethod()
getInitiateBackupMethod()
public static MethodDescriptor<InitiateBackupRequest,InitiateBackupResponse> getInitiateBackupMethod()
getListBackupPlanAssociationsMethod()
public static MethodDescriptor<ListBackupPlanAssociationsRequest,ListBackupPlanAssociationsResponse> getListBackupPlanAssociationsMethod()
getListBackupPlansMethod()
public static MethodDescriptor<ListBackupPlansRequest,ListBackupPlansResponse> getListBackupPlansMethod()
getListBackupVaultsMethod()
public static MethodDescriptor<ListBackupVaultsRequest,ListBackupVaultsResponse> getListBackupVaultsMethod()
getListBackupsMethod()
public static MethodDescriptor<ListBackupsRequest,ListBackupsResponse> getListBackupsMethod()
getListDataSourcesMethod()
public static MethodDescriptor<ListDataSourcesRequest,ListDataSourcesResponse> getListDataSourcesMethod()
getListManagementServersMethod()
public static MethodDescriptor<ListManagementServersRequest,ListManagementServersResponse> getListManagementServersMethod()
getRemoveDataSourceMethod()
public static MethodDescriptor<RemoveDataSourceRequest,Operation> getRemoveDataSourceMethod()
getRestoreBackupMethod()
public static MethodDescriptor<RestoreBackupRequest,Operation> getRestoreBackupMethod()
getServiceDescriptor()
public static ServiceDescriptor getServiceDescriptor()
Returns |
Type |
Description |
io.grpc.ServiceDescriptor |
|
getSetInternalStatusMethod()
public static MethodDescriptor<SetInternalStatusRequest,Operation> getSetInternalStatusMethod()
getTestIamPermissionsMethod()
public static MethodDescriptor<TestIamPermissionsRequest,TestIamPermissionsResponse> getTestIamPermissionsMethod()
Returns |
Type |
Description |
io.grpc.MethodDescriptor<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> |
|
getTriggerBackupMethod()
public static MethodDescriptor<TriggerBackupRequest,Operation> getTriggerBackupMethod()
getUpdateBackupMethod()
public static MethodDescriptor<UpdateBackupRequest,Operation> getUpdateBackupMethod()
getUpdateBackupVaultMethod()
public static MethodDescriptor<UpdateBackupVaultRequest,Operation> getUpdateBackupVaultMethod()
getUpdateDataSourceMethod()
public static MethodDescriptor<UpdateDataSourceRequest,Operation> getUpdateDataSourceMethod()
newBlockingStub(Channel channel)
public static BackupDRGrpc.BackupDRBlockingStub newBlockingStub(Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
Parameter |
Name |
Description |
channel |
io.grpc.Channel
|
newFutureStub(Channel channel)
public static BackupDRGrpc.BackupDRFutureStub newFutureStub(Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
Parameter |
Name |
Description |
channel |
io.grpc.Channel
|
newStub(Channel channel)
public static BackupDRGrpc.BackupDRStub newStub(Channel channel)
Creates a new async stub that supports all call types for the service
Parameter |
Name |
Description |
channel |
io.grpc.Channel
|