@Generated(value="by gRPC proto compiler (version 1.2.0)",
comments="Source: google/cloud/oslogin/v1/oslogin.proto")
public final class OsLoginServiceGrpc
extends java.lang.Object
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 | Class and Description |
---|---|
static class |
OsLoginServiceGrpc.OsLoginServiceBlockingStub
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.
|
static class |
OsLoginServiceGrpc.OsLoginServiceFutureStub
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.
|
static class |
OsLoginServiceGrpc.OsLoginServiceImplBase
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.
|
static class |
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 | Field and Description |
---|---|
static io.grpc.MethodDescriptor<DeletePosixAccountRequest,Empty> |
METHOD_DELETE_POSIX_ACCOUNT |
static io.grpc.MethodDescriptor<DeleteSshPublicKeyRequest,Empty> |
METHOD_DELETE_SSH_PUBLIC_KEY |
static io.grpc.MethodDescriptor<GetLoginProfileRequest,LoginProfile> |
METHOD_GET_LOGIN_PROFILE |
static io.grpc.MethodDescriptor<GetSshPublicKeyRequest,OsLoginProto.SshPublicKey> |
METHOD_GET_SSH_PUBLIC_KEY |
static io.grpc.MethodDescriptor<ImportSshPublicKeyRequest,ImportSshPublicKeyResponse> |
METHOD_IMPORT_SSH_PUBLIC_KEY |
static io.grpc.MethodDescriptor<UpdateSshPublicKeyRequest,OsLoginProto.SshPublicKey> |
METHOD_UPDATE_SSH_PUBLIC_KEY |
static java.lang.String |
SERVICE_NAME |
Modifier and Type | Method and Description |
---|---|
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static OsLoginServiceGrpc.OsLoginServiceBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static OsLoginServiceGrpc.OsLoginServiceFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary and streaming output calls on the service
|
static OsLoginServiceGrpc.OsLoginServiceStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final java.lang.String SERVICE_NAME
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<DeletePosixAccountRequest,Empty> METHOD_DELETE_POSIX_ACCOUNT
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<DeleteSshPublicKeyRequest,Empty> METHOD_DELETE_SSH_PUBLIC_KEY
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<GetLoginProfileRequest,LoginProfile> METHOD_GET_LOGIN_PROFILE
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<GetSshPublicKeyRequest,OsLoginProto.SshPublicKey> METHOD_GET_SSH_PUBLIC_KEY
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<ImportSshPublicKeyRequest,ImportSshPublicKeyResponse> METHOD_IMPORT_SSH_PUBLIC_KEY
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<UpdateSshPublicKeyRequest,OsLoginProto.SshPublicKey> METHOD_UPDATE_SSH_PUBLIC_KEY
public static OsLoginServiceGrpc.OsLoginServiceStub newStub(io.grpc.Channel channel)
public static OsLoginServiceGrpc.OsLoginServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
public static OsLoginServiceGrpc.OsLoginServiceFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()