Skip to content
Snippets Groups Projects
Commit c41f81ae authored by Ken Payson's avatar Ken Payson
Browse files

Document rpc details as string type

parent 9195ea0f
No related branches found
No related tags found
No related merge requests found
...@@ -345,7 +345,7 @@ class Call(six.with_metaclass(abc.ABCMeta, RpcContext)): ...@@ -345,7 +345,7 @@ class Call(six.with_metaclass(abc.ABCMeta, RpcContext)):
This method blocks until the value is available. This method blocks until the value is available.
Returns: Returns:
The bytes of the details of the RPC. The details string of the RPC.
""" """
raise NotImplementedError() raise NotImplementedError()
...@@ -764,7 +764,7 @@ class ServicerContext(six.with_metaclass(abc.ABCMeta, RpcContext)): ...@@ -764,7 +764,7 @@ class ServicerContext(six.with_metaclass(abc.ABCMeta, RpcContext)):
details to transmit. details to transmit.
Args: Args:
details: The details bytes of the RPC to be transmitted to details: The details string of the RPC to be transmitted to
the invocation side of the RPC. the invocation side of the RPC.
""" """
raise NotImplementedError() raise NotImplementedError()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment