[BindServiceMethod(typeof(AlloyDBCSQLAdmin), "BindService")]
public abstract class AlloyDBCSQLAdmin.AlloyDBCSQLAdminBase
Reference documentation and code samples for the AlloyDB v1alpha API class AlloyDBCSQLAdmin.AlloyDBCSQLAdminBase.
Base class for server-side implementations of AlloyDBCSQLAdmin
Namespace
Google.Cloud.AlloyDb.V1AlphaAssembly
Google.Cloud.AlloyDb.V1Alpha.dll
Methods
RestoreFromCloudSQL(RestoreFromCloudSQLRequest, ServerCallContext)
public virtual Task<Operation> RestoreFromCloudSQL(RestoreFromCloudSQLRequest request, ServerCallContext context)
Restores an AlloyDB cluster from a CloudSQL resource.
Parameters | |
---|---|
Name | Description |
request |
RestoreFromCloudSQLRequest The request received from the client. |
context |
ServerCallContext The 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). |