Skip to content

Commit

Permalink
Included link to AIP-127 "HTTP and gRPC Transcoding" for guidance on …
Browse files Browse the repository at this point in the history
…body definition.
  • Loading branch information
amanda-tarafa committed Nov 16, 2023
1 parent 3a7dcfd commit c83b40c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion aip/general/0136.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ services. The bullets below apply in all three cases.
verb in the name of the RPC.
- If word separation is required, `camelCase` **must** be used.
- The `body` clause in the `google.api.http` annotation **should** be `"*"`.
- However, if using `GET`, the `body` clause **must** be absent.
- See [HTTP and gRPC Transcoding][transcoding] for more information.
- Custom methods **should** take a request message matching the RPC
name, with a `Request` suffix.
- Custom methods **should** return a response message matching the RPC
Expand Down Expand Up @@ -163,6 +163,7 @@ without risk of runtime impact.
[create]: ./0133.md
[update]: ./0134.md
[delete]: ./0135.md
[transcoding]: ./0127.md

### RPC name

Expand All @@ -176,6 +177,7 @@ languages.

## Changelog

- **2023-11-16:** Included link to AIP-127 "HTTP and gRPC Transcoding" for guidance on body definition.
- **2023-05-16:** Added prohibition of the term "async" within RPC names.
- **2023-05-09:** Adding guidance for POST and GET, require parent instead of
the resource singular.
Expand Down

0 comments on commit c83b40c

Please sign in to comment.