public static class AlloyDBCSQLAdmin
Reference documentation and code samples for the AlloyDB v1alpha API class AlloyDBCSQLAdmin.
Service for interactions with CloudSQL.
Namespace
Google.Cloud.AlloyDb.V1AlphaAssembly
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 |
serviceImpl |
AlloyDBCSQLAdminAlloyDBCSQLAdminBase An object implementing the server-side handling logic. |