Class OsLoginServiceGrpc (2.8.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
TypeDescription
String

Static Methods

getCreateSshPublicKeyMethod()

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

getDeletePosixAccountMethod()

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

getDeleteSshPublicKeyMethod()

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

getGetLoginProfileMethod()

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

getGetSshPublicKeyMethod()

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

getImportSshPublicKeyMethod()

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

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
TypeDescription
io.grpc.ServiceDescriptor

getUpdateSshPublicKeyMethod()

public static MethodDescriptor<UpdateSshPublicKeyRequest,OsLoginProto.SshPublicKey> getUpdateSshPublicKeyMethod()
Returns
TypeDescription
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
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
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
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
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
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
OsLoginServiceGrpc.OsLoginServiceStub