public static class OsLoginService
Cloud OS Login API
The Cloud OS Login API allows you to manage users and their associated SSH public keys for logging into virtual machines on Google Cloud Platform.
Namespace
Google.Cloud.OsLogin.V1Assembly
Google.Cloud.OsLogin.V1.dll
Methods
BindService(OsLoginService.OsLoginServiceBase)
public static ServerServiceDefinition BindService(OsLoginService.OsLoginServiceBase serviceImpl)
Creates service definition that can be registered with a server
Parameter | |
---|---|
Name | Description |
serviceImpl | OsLoginService.OsLoginServiceBase An object implementing the server-side handling logic. |
Returns | |
---|---|
Type | Description |
ServerServiceDefinition |
BindService(ServiceBinderBase, OsLoginService.OsLoginServiceBase)
public static void BindService(ServiceBinderBase serviceBinder, OsLoginService.OsLoginServiceBase 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 | OsLoginService.OsLoginServiceBase An object implementing the server-side handling logic. |