[BindServiceMethod(typeof(BackupDR), "BindService")]
public abstract class BackupDR.BackupDRBaseReference documentation and code samples for the Backup and DR Service v1 API class BackupDR.BackupDRBase.
Base class for server-side implementations of BackupDR
Namespace
Google.Cloud.BackupDR.V1Assembly
Google.Cloud.BackupDR.V1.dll
Methods
CreateManagementServer(CreateManagementServerRequest, ServerCallContext)
public virtual Task<Operation> CreateManagementServer(CreateManagementServerRequest request, ServerCallContext context)Creates a new ManagementServer in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateManagementServerRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
DeleteManagementServer(DeleteManagementServerRequest, ServerCallContext)
public virtual Task<Operation> DeleteManagementServer(DeleteManagementServerRequest request, ServerCallContext context)Deletes a single ManagementServer.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteManagementServerRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
GetManagementServer(GetManagementServerRequest, ServerCallContext)
public virtual Task<ManagementServer> GetManagementServer(GetManagementServerRequest request, ServerCallContext context)Gets details of a single ManagementServer.
| Parameters | |
|---|---|
| Name | Description |
request |
GetManagementServerRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskManagementServer |
The response to send back to the client (wrapped by a task). |
ListManagementServers(ListManagementServersRequest, ServerCallContext)
public virtual Task<ListManagementServersResponse> ListManagementServers(ListManagementServersRequest request, ServerCallContext context)Lists ManagementServers in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListManagementServersRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskListManagementServersResponse |
The response to send back to the client (wrapped by a task). |