yeying.api.social package
Submodules
yeying.api.social.social_pb2 module
Generated protocol buffer code.
- class yeying.api.social.social_pb2.GetFriendResponse
Bases:
Message,Message- DESCRIPTOR = <google._upb._message.Descriptor object>
- class yeying.api.social.social_pb2.GetFriendsRequest
Bases:
Message,Message- DESCRIPTOR = <google._upb._message.Descriptor object>
yeying.api.social.social_pb2_grpc module
Client and server classes corresponding to protobuf-defined services.
- class yeying.api.social.social_pb2_grpc.Social
Bases:
objectMissing associated documentation comment in .proto file.
- static GetFriends(request, target, options=(), channel_credentials=None, call_credentials=None, insecure=False, compression=None, wait_for_ready=None, timeout=None, metadata=None)
- static MakeFriends(request, target, options=(), channel_credentials=None, call_credentials=None, insecure=False, compression=None, wait_for_ready=None, timeout=None, metadata=None)
- class yeying.api.social.social_pb2_grpc.SocialServicer
Bases:
objectMissing associated documentation comment in .proto file.
- GetFriends(request, context)
Missing associated documentation comment in .proto file.
- MakeFriends(request, context)
Missing associated documentation comment in .proto file.
- class yeying.api.social.social_pb2_grpc.SocialStub(channel)
Bases:
objectMissing associated documentation comment in .proto file.
- yeying.api.social.social_pb2_grpc.add_SocialServicer_to_server(servicer, server)