[BindServiceMethod(typeof(BackupDrProtectionSummary), "BindService")]
public abstract class BackupDrProtectionSummary.BackupDrProtectionSummaryBaseReference documentation and code samples for the Backup and DR Service v1 API class BackupDrProtectionSummary.BackupDrProtectionSummaryBase.
Base class for server-side implementations of BackupDrProtectionSummary
Namespace
Google.Cloud.BackupDR.V1Assembly
Google.Cloud.BackupDR.V1.dll
Methods
ListResourceBackupConfigs(ListResourceBackupConfigsRequest, ServerCallContext)
public virtual Task<ListResourceBackupConfigsResponse> ListResourceBackupConfigs(ListResourceBackupConfigsRequest request, ServerCallContext context)Lists ResourceBackupConfigs.
| Parameters | |
|---|---|
| Name | Description |
request |
ListResourceBackupConfigsRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskListResourceBackupConfigsResponse |
The response to send back to the client (wrapped by a task). |