Package com.google.cloud.oslogin.v1
Class OsLoginServiceGrpc
- java.lang.Object
-
- com.google.cloud.oslogin.v1.OsLoginServiceGrpc
-
@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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
OsLoginServiceGrpc.AsyncService
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.OsLoginServiceBlockingStub
A stub to allow clients to do synchronous rpc calls to service OsLoginService.static class
OsLoginServiceGrpc.OsLoginServiceFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service OsLoginService.static class
OsLoginServiceGrpc.OsLoginServiceImplBase
Base class for the server implementation of the service OsLoginService.static class
OsLoginServiceGrpc.OsLoginServiceStub
A stub to allow clients to do asynchronous rpc calls to service OsLoginService.
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinition
bindService(OsLoginServiceGrpc.AsyncService service)
static io.grpc.MethodDescriptor<CreateSshPublicKeyRequest,OsLoginProto.SshPublicKey>
getCreateSshPublicKeyMethod()
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 servicestatic OsLoginServiceGrpc.OsLoginServiceFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic OsLoginServiceGrpc.OsLoginServiceStub
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getCreateSshPublicKeyMethod
public static io.grpc.MethodDescriptor<CreateSshPublicKeyRequest,OsLoginProto.SshPublicKey> getCreateSshPublicKeyMethod()
-
getDeletePosixAccountMethod
public static io.grpc.MethodDescriptor<DeletePosixAccountRequest,com.google.protobuf.Empty> getDeletePosixAccountMethod()
-
getDeleteSshPublicKeyMethod
public static io.grpc.MethodDescriptor<DeleteSshPublicKeyRequest,com.google.protobuf.Empty> getDeleteSshPublicKeyMethod()
-
getGetLoginProfileMethod
public static io.grpc.MethodDescriptor<GetLoginProfileRequest,LoginProfile> getGetLoginProfileMethod()
-
getGetSshPublicKeyMethod
public static io.grpc.MethodDescriptor<GetSshPublicKeyRequest,OsLoginProto.SshPublicKey> getGetSshPublicKeyMethod()
-
getImportSshPublicKeyMethod
public static io.grpc.MethodDescriptor<ImportSshPublicKeyRequest,ImportSshPublicKeyResponse> getImportSshPublicKeyMethod()
-
getUpdateSshPublicKeyMethod
public static io.grpc.MethodDescriptor<UpdateSshPublicKeyRequest,OsLoginProto.SshPublicKey> getUpdateSshPublicKeyMethod()
-
newStub
public static OsLoginServiceGrpc.OsLoginServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static OsLoginServiceGrpc.OsLoginServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static OsLoginServiceGrpc.OsLoginServiceFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(OsLoginServiceGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-