AlloyDB v1alpha API - Class AlloyDBCSQLAdmin.AlloyDBCSQLAdminBase (1.0.0-alpha11)

[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

Inheritance

object > AlloyDBCSQLAdmin.AlloyDBCSQLAdminBase

Namespace

Google.Cloud.AlloyDb.V1Alpha

Assembly

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).