@Generated(value="by gRPC proto compiler (version 1.10.0)", comments="Source: google/cloud/oslogin/v1/oslogin.proto") public final class OsLoginServiceGrpc extends 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,com.google.protobuf.Empty> |
METHOD_DELETE_POSIX_ACCOUNT
Deprecated.
|
static io.grpc.MethodDescriptor<DeleteSshPublicKeyRequest,com.google.protobuf.Empty> |
METHOD_DELETE_SSH_PUBLIC_KEY
Deprecated.
|
static io.grpc.MethodDescriptor<GetLoginProfileRequest,LoginProfile> |
METHOD_GET_LOGIN_PROFILE
Deprecated.
|
static io.grpc.MethodDescriptor<GetSshPublicKeyRequest,OsLoginProto.SshPublicKey> |
METHOD_GET_SSH_PUBLIC_KEY
Deprecated.
|
static io.grpc.MethodDescriptor<ImportSshPublicKeyRequest,ImportSshPublicKeyResponse> |
METHOD_IMPORT_SSH_PUBLIC_KEY
Deprecated.
|
static io.grpc.MethodDescriptor<UpdateSshPublicKeyRequest,OsLoginProto.SshPublicKey> |
METHOD_UPDATE_SSH_PUBLIC_KEY
Deprecated.
|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.MethodDescriptor<DeletePosixAccountRequest,com.google.protobuf.Empty> |
getDeletePosixAccountMethod() |
static io.grpc.MethodDescriptor<DeleteSshPublicKeyRequest,com.google.protobuf.Empty> |
getDeleteSshPublicKeyMethod() |
static io.grpc.MethodDescriptor<GetLoginProfileRequest,LoginProfile> |
getGetLoginProfileMethod() |
static io.grpc.MethodDescriptor<GetSshPublicKeyRequest,OsLoginProto.SshPublicKey> |
getGetSshPublicKeyMethod() |
static io.grpc.MethodDescriptor<ImportSshPublicKeyRequest,ImportSshPublicKeyResponse> |
getImportSshPublicKeyMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static io.grpc.MethodDescriptor<UpdateSshPublicKeyRequest,OsLoginProto.SshPublicKey> |
getUpdateSshPublicKeyMethod() |
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 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 String SERVICE_NAME
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<DeletePosixAccountRequest,com.google.protobuf.Empty> METHOD_DELETE_POSIX_ACCOUNT
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<DeleteSshPublicKeyRequest,com.google.protobuf.Empty> METHOD_DELETE_SSH_PUBLIC_KEY
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<GetLoginProfileRequest,LoginProfile> METHOD_GET_LOGIN_PROFILE
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<GetSshPublicKeyRequest,OsLoginProto.SshPublicKey> METHOD_GET_SSH_PUBLIC_KEY
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<ImportSshPublicKeyRequest,ImportSshPublicKeyResponse> METHOD_IMPORT_SSH_PUBLIC_KEY
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<UpdateSshPublicKeyRequest,OsLoginProto.SshPublicKey> METHOD_UPDATE_SSH_PUBLIC_KEY
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<DeletePosixAccountRequest,com.google.protobuf.Empty> getDeletePosixAccountMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<DeleteSshPublicKeyRequest,com.google.protobuf.Empty> getDeleteSshPublicKeyMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<GetLoginProfileRequest,LoginProfile> getGetLoginProfileMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<GetSshPublicKeyRequest,OsLoginProto.SshPublicKey> getGetSshPublicKeyMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<ImportSshPublicKeyRequest,ImportSshPublicKeyResponse> getImportSshPublicKeyMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<UpdateSshPublicKeyRequest,OsLoginProto.SshPublicKey> getUpdateSshPublicKeyMethod()
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()
Copyright © 2020 Google LLC. All rights reserved.