Package com.viam.service.shell.v1
Class ShellServiceGrpc
java.lang.Object
com.viam.service.shell.v1.ShellServiceGrpc
A ShellService service allows access to an interactive shell experience, including utilities commonly found in tandem with other secure shells.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceA ShellService service allows access to an interactive shell experience, including utilities commonly found in tandem with other secure shells.static final classA stub to allow clients to do synchronous rpc calls to service ShellService.static final classA stub to allow clients to do ListenableFuture-style rpc calls to service ShellService.static classBase class for the server implementation of the service ShellService.static final classA stub to allow clients to do asynchronous rpc calls to service ShellService. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic final io.grpc.ServerServiceDefinitionbindService(ShellServiceGrpc.AsyncService service) static io.grpc.MethodDescriptor<Shell.CopyFilesFromMachineRequest,Shell.CopyFilesFromMachineResponse> static io.grpc.MethodDescriptor<Shell.CopyFilesToMachineRequest,Shell.CopyFilesToMachineResponse> static io.grpc.MethodDescriptor<Common.DoCommandRequest,Common.DoCommandResponse> static io.grpc.ServiceDescriptorstatic io.grpc.MethodDescriptor<Shell.ShellRequest,Shell.ShellResponse> newBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the servicenewFutureStub(io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the servicenewStub(io.grpc.Channel channel) Creates a new async stub that supports all call types for the service
-
Field Details
-
SERVICE_NAME
- See Also:
-
-
Method Details
-
getShellMethod
-
getCopyFilesToMachineMethod
public static io.grpc.MethodDescriptor<Shell.CopyFilesToMachineRequest,Shell.CopyFilesToMachineResponse> getCopyFilesToMachineMethod() -
getCopyFilesFromMachineMethod
public static io.grpc.MethodDescriptor<Shell.CopyFilesFromMachineRequest,Shell.CopyFilesFromMachineResponse> getCopyFilesFromMachineMethod() -
getDoCommandMethod
public static io.grpc.MethodDescriptor<Common.DoCommandRequest,Common.DoCommandResponse> getDoCommandMethod() -
newStub
Creates a new async stub that supports all call types for the service -
newBlockingStub
Creates a new blocking-style stub that supports unary and streaming output calls on the service -
newFutureStub
Creates a new ListenableFuture-style stub that supports unary calls on the service -
bindService
public static final io.grpc.ServerServiceDefinition bindService(ShellServiceGrpc.AsyncService service) -
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-