PythonService gRPC API

PythonService executes Python code. Plugins declaring python_provider=true implement this service.

Proto file: plugin/grpc/protocol/python.proto

Service Methods

MethodRequestResponseStreaming
ExecutePythonExecuteRequestPythonExecuteResponseNo

Execute


Message Types

PythonExecuteRequest

FieldTypeDescription
codestring-
glyph_idstring-
upstream_attestationbytes-

PythonExecuteResponse

FieldTypeDescription
successbool-
outputstring-
errorstring-
resultbytes-

← Back to API Index