koapy.common.DispatchProxyService_pb2_grpc

Client and server classes corresponding to protobuf-defined services.

Module Contents

Classes

DispatchProxyServiceStub

Missing associated documentation comment in .proto file.

DispatchProxyServiceServicer

Missing associated documentation comment in .proto file.

DispatchProxyService

Missing associated documentation comment in .proto file.

Functions

add_DispatchProxyServiceServicer_to_server(servicer, ...)

class koapy.common.DispatchProxyService_pb2_grpc.DispatchProxyServiceStub(channel)[source]

Bases: object

Missing associated documentation comment in .proto file.

class koapy.common.DispatchProxyService_pb2_grpc.DispatchProxyServiceServicer[source]

Bases: object

Missing associated documentation comment in .proto file.

GetDispatch(request, context)[source]

Missing associated documentation comment in .proto file.

GetAttr(request, context)[source]

Missing associated documentation comment in .proto file.

SetAttr(request, context)[source]

Missing associated documentation comment in .proto file.

CallMethod(request, context)[source]

Missing associated documentation comment in .proto file.

ConnectEvent(request_iterator, context)[source]

Missing associated documentation comment in .proto file.

koapy.common.DispatchProxyService_pb2_grpc.add_DispatchProxyServiceServicer_to_server(servicer, server)[source]
class koapy.common.DispatchProxyService_pb2_grpc.DispatchProxyService[source]

Bases: object

Missing associated documentation comment in .proto file.

static GetDispatch(request, target, options=(), channel_credentials=None, call_credentials=None, insecure=False, compression=None, wait_for_ready=None, timeout=None, metadata=None)[source]
static GetAttr(request, target, options=(), channel_credentials=None, call_credentials=None, insecure=False, compression=None, wait_for_ready=None, timeout=None, metadata=None)[source]
static SetAttr(request, target, options=(), channel_credentials=None, call_credentials=None, insecure=False, compression=None, wait_for_ready=None, timeout=None, metadata=None)[source]
static CallMethod(request, target, options=(), channel_credentials=None, call_credentials=None, insecure=False, compression=None, wait_for_ready=None, timeout=None, metadata=None)[source]
static ConnectEvent(request_iterator, target, options=(), channel_credentials=None, call_credentials=None, insecure=False, compression=None, wait_for_ready=None, timeout=None, metadata=None)[source]