@Generated(value="by gRPC proto compiler", 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 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
public static io.grpc.MethodDescriptor<DeletePosixAccountRequest,com.google.protobuf.Empty> getDeletePosixAccountMethod()
public static io.grpc.MethodDescriptor<DeleteSshPublicKeyRequest,com.google.protobuf.Empty> getDeleteSshPublicKeyMethod()
public static io.grpc.MethodDescriptor<GetLoginProfileRequest,LoginProfile> getGetLoginProfileMethod()
public static io.grpc.MethodDescriptor<GetSshPublicKeyRequest,OsLoginProto.SshPublicKey> getGetSshPublicKeyMethod()
public static io.grpc.MethodDescriptor<ImportSshPublicKeyRequest,ImportSshPublicKeyResponse> getImportSshPublicKeyMethod()
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 © 2022 Google LLC. All rights reserved.