File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
gapic/templates/%namespace/%name_%version/%sub/services/%service Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -403,7 +403,7 @@ class {{ async_method_name_prefix }}{{ service.name }}RestInterceptor:
403403 This `post_{{ method.name|snake_case }}_with_metadata` interceptor runs after the
404404 `post_{{ method.name|snake_case }}` iterceptor. If the response is modified in
405405 `post_{{ method.name|snake_case }}`, the modified response will be used in
406- `post_{{ method.name|snake_case }}_with_metadata. This `post_{{ method.name|snake_case }}_with_metadata`
406+ `post_{{ method.name|snake_case }}_with_metadata` . This `post_{{ method.name|snake_case }}_with_metadata`
407407 interceptor is recommended for new development instead of `post_{{ method.name|snake_case }}`.
408408 """
409409 return response, metadata
You can’t perform that action at this time.
0 commit comments