remotivelabs.broker.generated.sync.traffic_api_pb2_grpc

Client and server classes corresponding to protobuf-defined services.

GRPC_GENERATED_VERSION = '1.66.2'
GRPC_VERSION = '1.66.2'
class TrafficServiceStub:

/ Handle playback and recordings.

TrafficServiceStub(channel)

Constructor.

Args: channel: A grpc.Channel.

PlayTraffic
PlayTrafficStatus
class TrafficServiceServicer:

/ Handle playback and recordings.

def PlayTraffic(self, request, context):

/ Play a playback or start recording.

def PlayTrafficStatus(self, request, context):

/ Get continuous status of playback states.

def add_TrafficServiceServicer_to_server(servicer, server):
class TrafficService:

/ Handle playback and recordings.

@staticmethod
def PlayTraffic( request, target, options=(), channel_credentials=None, call_credentials=None, insecure=False, compression=None, wait_for_ready=None, timeout=None, metadata=None):
@staticmethod
def PlayTrafficStatus( request, target, options=(), channel_credentials=None, call_credentials=None, insecure=False, compression=None, wait_for_ready=None, timeout=None, metadata=None):