AlloyDB v1alpha API - Class AlloyDBCSQLAdmin (1.0.0-alpha11)

public static class AlloyDBCSQLAdmin

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

Service for interactions with CloudSQL.

Inheritance

object > AlloyDBCSQLAdmin

Namespace

Google.Cloud.AlloyDb.V1Alpha

Assembly

Google.Cloud.AlloyDb.V1Alpha.dll

Methods

BindService(AlloyDBCSQLAdminBase)

public static ServerServiceDefinition BindService(AlloyDBCSQLAdmin.AlloyDBCSQLAdminBase serviceImpl)

Creates service definition that can be registered with a server

Parameter
Name Description
serviceImpl AlloyDBCSQLAdminAlloyDBCSQLAdminBase

An object implementing the server-side handling logic.

Returns
Type Description
ServerServiceDefinition

BindService(ServiceBinderBase, AlloyDBCSQLAdminBase)

public static void BindService(ServiceBinderBase serviceBinder, AlloyDBCSQLAdmin.AlloyDBCSQLAdminBase serviceImpl)

Register service method with a service binder with or without implementation. Useful when customizing the service binding logic. Note: this method is part of an experimental API that can change or be removed without any prior notice.

Parameters
Name Description
serviceBinder ServiceBinderBase

Service methods will be bound by calling AddMethod on this object.

serviceImpl AlloyDBCSQLAdminAlloyDBCSQLAdminBase

An object implementing the server-side handling logic.