public static class OsLoginService
Reference documentation and code samples for the Google Cloud OS Login v1 API 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(OsLoginServiceBase)
public static ServerServiceDefinition BindService(OsLoginService.OsLoginServiceBase serviceImpl)
Creates service definition that can be registered with a server
Parameter | |
---|---|
Name | Description |
serviceImpl |
OsLoginServiceOsLoginServiceBase An object implementing the server-side handling logic. |
Returns | |
---|---|
Type | Description |
ServerServiceDefinition |
BindService(ServiceBinderBase, 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 |
OsLoginServiceOsLoginServiceBase An object implementing the server-side handling logic. |