Class OsLoginServiceGrpc (2.43.0)

public final class OsLoginServiceGrpc

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

java.lang.Object > OsLoginServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
Type Description
String

Static Methods

bindService(OsLoginServiceGrpc.AsyncService service)

public static final ServerServiceDefinition bindService(OsLoginServiceGrpc.AsyncService service)
Parameter
Name Description
service OsLoginServiceGrpc.AsyncService
Returns
Type Description
io.grpc.ServerServiceDefinition

getCreateSshPublicKeyMethod()

public static MethodDescriptor<CreateSshPublicKeyRequest,OsLoginProto.SshPublicKey> getCreateSshPublicKeyMethod()
Returns
Type Description
io.grpc.MethodDescriptor<CreateSshPublicKeyRequest,SshPublicKey>

getDeletePosixAccountMethod()

public static MethodDescriptor<DeletePosixAccountRequest,Empty> getDeletePosixAccountMethod()
Returns
Type Description
io.grpc.MethodDescriptor<DeletePosixAccountRequest,Empty>

getDeleteSshPublicKeyMethod()

public static MethodDescriptor<DeleteSshPublicKeyRequest,Empty> getDeleteSshPublicKeyMethod()
Returns
Type Description
io.grpc.MethodDescriptor<DeleteSshPublicKeyRequest,Empty>

getGetLoginProfileMethod()

public static MethodDescriptor<GetLoginProfileRequest,LoginProfile> getGetLoginProfileMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetLoginProfileRequest,LoginProfile>

getGetSshPublicKeyMethod()

public static MethodDescriptor<GetSshPublicKeyRequest,OsLoginProto.SshPublicKey> getGetSshPublicKeyMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetSshPublicKeyRequest,SshPublicKey>

getImportSshPublicKeyMethod()

public static MethodDescriptor<ImportSshPublicKeyRequest,ImportSshPublicKeyResponse> getImportSshPublicKeyMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ImportSshPublicKeyRequest,ImportSshPublicKeyResponse>

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
Type Description
io.grpc.ServiceDescriptor

getUpdateSshPublicKeyMethod()

public static MethodDescriptor<UpdateSshPublicKeyRequest,OsLoginProto.SshPublicKey> getUpdateSshPublicKeyMethod()
Returns
Type Description
io.grpc.MethodDescriptor<UpdateSshPublicKeyRequest,SshPublicKey>

newBlockingStub(Channel channel)

public static OsLoginServiceGrpc.OsLoginServiceBlockingStub newBlockingStub(Channel channel)

Creates a new blocking-style stub that supports unary and streaming output calls on the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
OsLoginServiceGrpc.OsLoginServiceBlockingStub

newFutureStub(Channel channel)

public static OsLoginServiceGrpc.OsLoginServiceFutureStub newFutureStub(Channel channel)

Creates a new ListenableFuture-style stub that supports unary calls on the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
OsLoginServiceGrpc.OsLoginServiceFutureStub

newStub(Channel channel)

public static OsLoginServiceGrpc.OsLoginServiceStub newStub(Channel channel)

Creates a new async stub that supports all call types for the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
OsLoginServiceGrpc.OsLoginServiceStub