viam.gen.service.video.v1.video_grpc

Classes

VideoServiceBase

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

UnimplementedVideoServiceBase

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

VideoServiceStub

Module Contents

class viam.gen.service.video.v1.video_grpc.VideoServiceBase[source]

Bases: abc.ABC

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

abstract GetVideo(stream: grpclib.server.Stream[service.video.v1.video_pb2.GetVideoRequest, service.video.v1.video_pb2.GetVideoResponse]) None[source]
Async:

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

__mapping__() Dict[str, grpclib.const.Handler][source]
class viam.gen.service.video.v1.video_grpc.UnimplementedVideoServiceBase[source]

Bases: VideoServiceBase

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

async GetVideo(stream: grpclib.server.Stream[service.video.v1.video_pb2.GetVideoRequest, service.video.v1.video_pb2.GetVideoResponse]) None[source]
async DoCommand(stream: grpclib.server.Stream[common.v1.common_pb2.DoCommandRequest, common.v1.common_pb2.DoCommandResponse]) None[source]
class viam.gen.service.video.v1.video_grpc.VideoServiceStub(channel: grpclib.client.Channel)[source]
GetVideo
DoCommand