public static final class OsLoginServiceGrpc.OsLoginServiceStub extends io.grpc.stub.AbstractStub<OsLoginServiceGrpc.OsLoginServiceStub>
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.
Modifier and Type | Method and Description |
---|---|
protected OsLoginServiceGrpc.OsLoginServiceStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
void |
deletePosixAccount(DeletePosixAccountRequest request,
io.grpc.stub.StreamObserver<Empty> responseObserver)
Deletes a POSIX account.
|
void |
deleteSshPublicKey(DeleteSshPublicKeyRequest request,
io.grpc.stub.StreamObserver<Empty> responseObserver)
Deletes an SSH public key.
|
void |
getLoginProfile(GetLoginProfileRequest request,
io.grpc.stub.StreamObserver<LoginProfile> responseObserver)
Retrieves the profile information used for logging in to a virtual machine
on Google Compute Engine.
|
void |
getSshPublicKey(GetSshPublicKeyRequest request,
io.grpc.stub.StreamObserver<OsLoginProto.SshPublicKey> responseObserver)
Retrieves an SSH public key.
|
void |
importSshPublicKey(ImportSshPublicKeyRequest request,
io.grpc.stub.StreamObserver<ImportSshPublicKeyResponse> responseObserver)
Adds an SSH public key and returns the profile information.
|
void |
updateSshPublicKey(UpdateSshPublicKeyRequest request,
io.grpc.stub.StreamObserver<OsLoginProto.SshPublicKey> responseObserver)
Updates an SSH public key and returns the profile information.
|
protected OsLoginServiceGrpc.OsLoginServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build
in class io.grpc.stub.AbstractStub<OsLoginServiceGrpc.OsLoginServiceStub>
public void deletePosixAccount(DeletePosixAccountRequest request, io.grpc.stub.StreamObserver<Empty> responseObserver)
Deletes a POSIX account.
public void deleteSshPublicKey(DeleteSshPublicKeyRequest request, io.grpc.stub.StreamObserver<Empty> responseObserver)
Deletes an SSH public key.
public void getLoginProfile(GetLoginProfileRequest request, io.grpc.stub.StreamObserver<LoginProfile> responseObserver)
Retrieves the profile information used for logging in to a virtual machine on Google Compute Engine.
public void getSshPublicKey(GetSshPublicKeyRequest request, io.grpc.stub.StreamObserver<OsLoginProto.SshPublicKey> responseObserver)
Retrieves an SSH public key.
public void importSshPublicKey(ImportSshPublicKeyRequest request, io.grpc.stub.StreamObserver<ImportSshPublicKeyResponse> responseObserver)
Adds an SSH public key and returns the profile information. Default POSIX account information is set when no username and UID exist as part of the login profile.
public void updateSshPublicKey(UpdateSshPublicKeyRequest request, io.grpc.stub.StreamObserver<OsLoginProto.SshPublicKey> responseObserver)
Updates an SSH public key and returns the profile information. This method supports patch semantics.