Package com.google.cloud.shell.v1
Class CloudShellServiceGrpc
- java.lang.Object
-
- com.google.cloud.shell.v1.CloudShellServiceGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/shell/v1/cloudshell.proto") public final class CloudShellServiceGrpc extends Object
API for interacting with Google Cloud Shell. Each user of Cloud Shell has at least one environment, which has the ID "default". Environment consists of a Docker image defining what is installed on the environment and a home directory containing the user's data that will remain across sessions. Clients use this API to start and fetch information about their environment, which can then be used to connect to that environment via a separate SSH client.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
CloudShellServiceGrpc.AsyncService
API for interacting with Google Cloud Shell.static class
CloudShellServiceGrpc.CloudShellServiceBlockingStub
A stub to allow clients to do synchronous rpc calls to service CloudShellService.static class
CloudShellServiceGrpc.CloudShellServiceFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service CloudShellService.static class
CloudShellServiceGrpc.CloudShellServiceImplBase
Base class for the server implementation of the service CloudShellService.static class
CloudShellServiceGrpc.CloudShellServiceStub
A stub to allow clients to do asynchronous rpc calls to service CloudShellService.
-
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(CloudShellServiceGrpc.AsyncService service)
static io.grpc.MethodDescriptor<AddPublicKeyRequest,com.google.longrunning.Operation>
getAddPublicKeyMethod()
static io.grpc.MethodDescriptor<AuthorizeEnvironmentRequest,com.google.longrunning.Operation>
getAuthorizeEnvironmentMethod()
static io.grpc.MethodDescriptor<GetEnvironmentRequest,Environment>
getGetEnvironmentMethod()
static io.grpc.MethodDescriptor<RemovePublicKeyRequest,com.google.longrunning.Operation>
getRemovePublicKeyMethod()
static io.grpc.ServiceDescriptor
getServiceDescriptor()
static io.grpc.MethodDescriptor<StartEnvironmentRequest,com.google.longrunning.Operation>
getStartEnvironmentMethod()
static CloudShellServiceGrpc.CloudShellServiceBlockingStub
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic CloudShellServiceGrpc.CloudShellServiceFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic CloudShellServiceGrpc.CloudShellServiceStub
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
-
getGetEnvironmentMethod
public static io.grpc.MethodDescriptor<GetEnvironmentRequest,Environment> getGetEnvironmentMethod()
-
getStartEnvironmentMethod
public static io.grpc.MethodDescriptor<StartEnvironmentRequest,com.google.longrunning.Operation> getStartEnvironmentMethod()
-
getAuthorizeEnvironmentMethod
public static io.grpc.MethodDescriptor<AuthorizeEnvironmentRequest,com.google.longrunning.Operation> getAuthorizeEnvironmentMethod()
-
getAddPublicKeyMethod
public static io.grpc.MethodDescriptor<AddPublicKeyRequest,com.google.longrunning.Operation> getAddPublicKeyMethod()
-
getRemovePublicKeyMethod
public static io.grpc.MethodDescriptor<RemovePublicKeyRequest,com.google.longrunning.Operation> getRemovePublicKeyMethod()
-
newStub
public static CloudShellServiceGrpc.CloudShellServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static CloudShellServiceGrpc.CloudShellServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static CloudShellServiceGrpc.CloudShellServiceFutureStub 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(CloudShellServiceGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-