src.generated.Python.transformer_pb2_grpc module

Client and server classes corresponding to protobuf-defined services.

class src.generated.Python.transformer_pb2_grpc.Transformer

Bases: object

Interface exported by the server.

static getProgress(request, target, options=(), channel_credentials=None, call_credentials=None, insecure=False, compression=None, wait_for_ready=None, timeout=None, metadata=None)
static startTransformerService(request, target, options=(), channel_credentials=None, call_credentials=None, insecure=False, compression=None, wait_for_ready=None, timeout=None, metadata=None)
static stopTransformerService(request, target, options=(), channel_credentials=None, call_credentials=None, insecure=False, compression=None, wait_for_ready=None, timeout=None, metadata=None)
class src.generated.Python.transformer_pb2_grpc.TransformerServicer

Bases: object

Interface exported by the server.

getProgress(request, context)

Missing associated documentation comment in .proto file.

startTransformerService(request, context)

Missing associated documentation comment in .proto file.

stopTransformerService(request, context)

Missing associated documentation comment in .proto file.

class src.generated.Python.transformer_pb2_grpc.TransformerStub(channel)

Bases: object

Interface exported by the server.

src.generated.Python.transformer_pb2_grpc.add_TransformerServicer_to_server(servicer, server)