viam.gen.app.v1.end_user_grpc

Module Contents

Classes

EndUserServiceBase

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

UnimplementedEndUserServiceBase

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

EndUserServiceStub

class viam.gen.app.v1.end_user_grpc.EndUserServiceBase[source]

Bases: abc.ABC

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

abstract async IsLegalAccepted(stream: grpclib.server.Stream[app.v1.end_user_pb2.IsLegalAcceptedRequest, app.v1.end_user_pb2.IsLegalAcceptedResponse]) None[source]
abstract async AcceptLegal(stream: grpclib.server.Stream[app.v1.end_user_pb2.AcceptLegalRequest, app.v1.end_user_pb2.AcceptLegalResponse]) None[source]
abstract async RegisterAuthApplication(stream: grpclib.server.Stream[app.v1.end_user_pb2.RegisterAuthApplicationRequest, app.v1.end_user_pb2.RegisterAuthApplicationResponse]) None[source]
abstract async UpdateAuthApplication(stream: grpclib.server.Stream[app.v1.end_user_pb2.UpdateAuthApplicationRequest, app.v1.end_user_pb2.UpdateAuthApplicationResponse]) None[source]
__mapping__() Dict[str, grpclib.const.Handler][source]
class viam.gen.app.v1.end_user_grpc.UnimplementedEndUserServiceBase[source]

Bases: EndUserServiceBase

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

async IsLegalAccepted(stream: grpclib.server.Stream[app.v1.end_user_pb2.IsLegalAcceptedRequest, app.v1.end_user_pb2.IsLegalAcceptedResponse]) None[source]
async AcceptLegal(stream: grpclib.server.Stream[app.v1.end_user_pb2.AcceptLegalRequest, app.v1.end_user_pb2.AcceptLegalResponse]) None[source]
async RegisterAuthApplication(stream: grpclib.server.Stream[app.v1.end_user_pb2.RegisterAuthApplicationRequest, app.v1.end_user_pb2.RegisterAuthApplicationResponse]) None[source]
async UpdateAuthApplication(stream: grpclib.server.Stream[app.v1.end_user_pb2.UpdateAuthApplicationRequest, app.v1.end_user_pb2.UpdateAuthApplicationResponse]) None[source]
class viam.gen.app.v1.end_user_grpc.EndUserServiceStub(channel: grpclib.client.Channel)[source]