Google Cloud OS Login v1beta API - Class OsLoginService (3.0.0-beta07)

public static class OsLoginService

Reference documentation and code samples for the Google Cloud OS Login v1beta 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.

Inheritance

object > OsLoginService

Namespace

Google.Cloud.OsLogin.V1Beta

Assembly

Google.Cloud.OsLogin.V1Beta.dll

Methods

BindService(OsLoginServiceBase)

public static ServerServiceDefinition BindService(OsLoginService.OsLoginServiceBase serviceImpl)

Creates service definition that can be registered with a server

Parameter
NameDescription
serviceImplOsLoginServiceOsLoginServiceBase

An object implementing the server-side handling logic.

Returns
TypeDescription
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
NameDescription
serviceBinderServiceBinderBase

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

serviceImplOsLoginServiceOsLoginServiceBase

An object implementing the server-side handling logic.