examples.basic.hello_pb2_grpc

Client and server classes corresponding to protobuf-defined services.

Classes

GreeterStub

Missing associated documentation comment in .proto file.

GreeterServicer

Missing associated documentation comment in .proto file.

Greeter

Missing associated documentation comment in .proto file.

Functions

add_GreeterServicer_to_server(servicer, server)

Module Contents

class examples.basic.hello_pb2_grpc.GreeterStub(channel)[source]

Bases: object

Missing associated documentation comment in .proto file.

SayHello[source]
SayHelloStreamReply[source]
SayHelloBidiStream[source]
class examples.basic.hello_pb2_grpc.GreeterServicer[source]

Bases: object

Missing associated documentation comment in .proto file.

SayHello(request, context)[source]

Missing associated documentation comment in .proto file.

SayHelloStreamReply(request, context)[source]

Missing associated documentation comment in .proto file.

SayHelloBidiStream(request_iterator, context)[source]

Missing associated documentation comment in .proto file.

examples.basic.hello_pb2_grpc.add_GreeterServicer_to_server(servicer, server)[source]
class examples.basic.hello_pb2_grpc.Greeter[source]

Bases: object

Missing associated documentation comment in .proto file.

static SayHello(request, target, options=(), channel_credentials=None, call_credentials=None, insecure=False, compression=None, wait_for_ready=None, timeout=None, metadata=None)[source]
static SayHelloStreamReply(request, target, options=(), channel_credentials=None, call_credentials=None, insecure=False, compression=None, wait_for_ready=None, timeout=None, metadata=None)[source]
static SayHelloBidiStream(request_iterator, target, options=(), channel_credentials=None, call_credentials=None, insecure=False, compression=None, wait_for_ready=None, timeout=None, metadata=None)[source]