AlloyDB v1beta API - Class AlloyDBCSQLAdmin.AlloyDBCSQLAdminBase (1.0.0-beta12)

[BindServiceMethod(typeof(AlloyDBCSQLAdmin), "BindService")]
public abstract class AlloyDBCSQLAdmin.AlloyDBCSQLAdminBase

Reference documentation and code samples for the AlloyDB v1beta API class AlloyDBCSQLAdmin.AlloyDBCSQLAdminBase.

Base class for server-side implementations of AlloyDBCSQLAdmin

Inheritance

object > AlloyDBCSQLAdmin.AlloyDBCSQLAdminBase

Namespace

Google.Cloud.AlloyDb.V1Beta

Assembly

Google.Cloud.AlloyDb.V1Beta.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).