File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1015,7 +1015,7 @@ def unary_unary(
10151015 response_deserializer: Optional :term:`deserializer` for deserializing the
10161016 response message. Response goes undeserialized in case None
10171017 is passed.
1018- _registered_method: Internal Only . A bool representing whether the method
1018+ _registered_method: Implementation Private . A bool representing whether the method
10191019 is registered.
10201020
10211021 Returns:
@@ -1040,7 +1040,7 @@ def unary_stream(
10401040 response_deserializer: Optional :term:`deserializer` for deserializing the
10411041 response message. Response goes undeserialized in case None is
10421042 passed.
1043- _registered_method: Internal Only . A bool representing whether the method
1043+ _registered_method: Implementation Private . A bool representing whether the method
10441044 is registered.
10451045
10461046 Returns:
@@ -1065,7 +1065,7 @@ def stream_unary(
10651065 response_deserializer: Optional :term:`deserializer` for deserializing the
10661066 response message. Response goes undeserialized in case None is
10671067 passed.
1068- _registered_method: Internal Only . A bool representing whether the method
1068+ _registered_method: Implementation Private . A bool representing whether the method
10691069 is registered.
10701070
10711071 Returns:
@@ -1090,7 +1090,7 @@ def stream_stream(
10901090 response_deserializer: Optional :term:`deserializer` for deserializing the
10911091 response message. Response goes undeserialized in case None
10921092 is passed.
1093- _registered_method: Internal Only . A bool representing whether the method
1093+ _registered_method: Implementation Private . A bool representing whether the method
10941094 is registered.
10951095
10961096 Returns:
You can’t perform that action at this time.
0 commit comments