:py:mod:`viam.gen.service.shell.v1.shell_grpc` ============================================== .. py:module:: viam.gen.service.shell.v1.shell_grpc Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: viam.gen.service.shell.v1.shell_grpc.ShellServiceBase viam.gen.service.shell.v1.shell_grpc.UnimplementedShellServiceBase viam.gen.service.shell.v1.shell_grpc.ShellServiceStub .. py:class:: ShellServiceBase Bases: :py:obj:`abc.ABC` Helper class that provides a standard way to create an ABC using inheritance. .. py:method:: Shell(stream: grpclib.server.Stream[service.shell.v1.shell_pb2.ShellRequest, service.shell.v1.shell_pb2.ShellResponse]) -> None :abstractmethod: :async: .. py:method:: CopyFilesToMachine(stream: grpclib.server.Stream[service.shell.v1.shell_pb2.CopyFilesToMachineRequest, service.shell.v1.shell_pb2.CopyFilesToMachineResponse]) -> None :abstractmethod: :async: .. py:method:: CopyFilesFromMachine(stream: grpclib.server.Stream[service.shell.v1.shell_pb2.CopyFilesFromMachineRequest, service.shell.v1.shell_pb2.CopyFilesFromMachineResponse]) -> None :abstractmethod: :async: .. py:method:: DoCommand(stream: grpclib.server.Stream[common.v1.common_pb2.DoCommandRequest, common.v1.common_pb2.DoCommandResponse]) -> None :abstractmethod: :async: .. py:method:: __mapping__() -> Dict[str, grpclib.const.Handler] .. py:class:: UnimplementedShellServiceBase Bases: :py:obj:`ShellServiceBase` Helper class that provides a standard way to create an ABC using inheritance. .. py:method:: Shell(stream: grpclib.server.Stream[service.shell.v1.shell_pb2.ShellRequest, service.shell.v1.shell_pb2.ShellResponse]) -> None :async: .. py:method:: CopyFilesToMachine(stream: grpclib.server.Stream[service.shell.v1.shell_pb2.CopyFilesToMachineRequest, service.shell.v1.shell_pb2.CopyFilesToMachineResponse]) -> None :async: .. py:method:: CopyFilesFromMachine(stream: grpclib.server.Stream[service.shell.v1.shell_pb2.CopyFilesFromMachineRequest, service.shell.v1.shell_pb2.CopyFilesFromMachineResponse]) -> None :async: .. py:method:: DoCommand(stream: grpclib.server.Stream[common.v1.common_pb2.DoCommandRequest, common.v1.common_pb2.DoCommandResponse]) -> None :async: .. py:class:: ShellServiceStub(channel: grpclib.client.Channel)