Skip to content

Commit 2a60b53

Browse files
committed
include grpc metadata in request requirement
1 parent 09ca5df commit 2a60b53

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

aip/client-libraries/4236.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ the per-API interface clients.
1616

1717
If an API interface is annotated with `google.api.api_version`, client
1818
library generators **must** include either an HTTP query parameter `$apiVersion`
19-
or HTTP header `X-Goog-Api-Version`, but a request **must not** contain both.
19+
or HTTP header/gRPC metadata key `X-Goog-Api-Version`, but a request
20+
**must not** contain both.
2021

2122
### Generated client documentation
2223

0 commit comments

Comments
 (0)