apache_beam.portability.api.beam_runner_api_pb2_grpc module

Client and server classes corresponding to protobuf-defined services.

class apache_beam.portability.api.beam_runner_api_pb2_grpc.TestStreamServiceStub(channel)[source]

Bases: object

Missing associated documentation comment in .proto file.

Constructor.

Parameters:channel – A grpc.Channel.
class apache_beam.portability.api.beam_runner_api_pb2_grpc.TestStreamServiceServicer[source]

Bases: object

Missing associated documentation comment in .proto file.

Events(request, context)[source]

A TestStream will request for events using this RPC.

apache_beam.portability.api.beam_runner_api_pb2_grpc.add_TestStreamServiceServicer_to_server(servicer, server)[source]
class apache_beam.portability.api.beam_runner_api_pb2_grpc.TestStreamService[source]

Bases: object

Missing associated documentation comment in .proto file.

static Events(request, target, options=(), channel_credentials=None, call_credentials=None, compression=None, wait_for_ready=None, timeout=None, metadata=None)[source]