Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea committed Dec 17, 2024
1 parent 2e40a21 commit a6beb92
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -383,12 +383,11 @@ class {{ async_method_name_prefix }}{{ service.name }}RestInterceptor:
{% endif %}
"""Post-rpc interceptor for {{ method.name|snake_case }}

Deprecated. Override in a subclass to read or manipulate the response
Deprecated. This interceptor is deprecated. Please use the `post_{{ method.name|snake_case }}_with_metadata`
interceptor instead. Override in a subclass to read or manipulate the response
after it is returned by the {{ service.name }} server but before
it is returned to user code. This `post_{{ method.name|snake_case }}` iterceptor runs
before the `post_{{ method.name|snake_case }}_with_metadata` iterceptor. This
interceptor is deprecated. Please use the `post_{{ method.name|snake_case }}_with_metadata`
interceptor instead.
before the `post_{{ method.name|snake_case }}_with_metadata` iterceptor.
"""
return response

Expand Down

0 comments on commit a6beb92

Please sign in to comment.