Package com.google.cloud.oslogin.v1
Class OsLoginServiceGrpc.OsLoginServiceImplBase
- java.lang.Object
-
- com.google.cloud.oslogin.v1.OsLoginServiceGrpc.OsLoginServiceImplBase
-
- All Implemented Interfaces:
OsLoginServiceGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- OsLoginServiceGrpc
public abstract static class OsLoginServiceGrpc.OsLoginServiceImplBase extends Object implements io.grpc.BindableService, OsLoginServiceGrpc.AsyncService
Base class for the server implementation of the service 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.
-
-
Constructor Summary
Constructors Constructor Description OsLoginServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinition
bindService()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.google.cloud.oslogin.v1.OsLoginServiceGrpc.AsyncService
createSshPublicKey, deletePosixAccount, deleteSshPublicKey, getLoginProfile, getSshPublicKey, importSshPublicKey, updateSshPublicKey
-
-