viam.proto.component.generic

@generated by Viam. Do not edit manually!

Classes

GenericServiceBase

Helper class that provides a standard way to create an ABC using

GenericServiceStub

UnimplementedGenericServiceBase

Helper class that provides a standard way to create an ABC using

Package Contents

class viam.proto.component.generic.GenericServiceBase[source]

Bases: abc.ABC

Helper class that provides a standard way to create an ABC using inheritance.

abstract DoCommand(stream: grpclib.server.Stream[common.v1.common_pb2.DoCommandRequest, common.v1.common_pb2.DoCommandResponse]) None[source]
Async:

abstract GetGeometries(stream: grpclib.server.Stream[common.v1.common_pb2.GetGeometriesRequest, common.v1.common_pb2.GetGeometriesResponse]) None[source]
Async:

__mapping__() Dict[str, grpclib.const.Handler][source]
class viam.proto.component.generic.GenericServiceStub(channel: grpclib.client.Channel)[source]
DoCommand
GetGeometries
class viam.proto.component.generic.UnimplementedGenericServiceBase[source]

Bases: GenericServiceBase

Helper class that provides a standard way to create an ABC using inheritance.

async DoCommand(stream: grpclib.server.Stream[common.v1.common_pb2.DoCommandRequest, common.v1.common_pb2.DoCommandResponse]) None[source]
async GetGeometries(stream: grpclib.server.Stream[common.v1.common_pb2.GetGeometriesRequest, common.v1.common_pb2.GetGeometriesResponse]) None[source]