Skip to content

Commit 9a2298b

Browse files
authored
feat: Add google.api.api_version annotation to echo.proto (#1484)
* feat: Add google.api.api_version annotation to echo.proto * update the api_version to a nonsense value to refelect that it should be opaque to clients as per AIP * Address review feedback
1 parent 0622c2f commit 9a2298b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

schema/google/showcase/v1beta1/echo.proto

+2
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ service Echo {
4343
// This service is meant to only run locally on the port 7469 (keypad digits
4444
// for "show").
4545
option (google.api.default_host) = "localhost:7469";
46+
// See https://github.com/aip-dev/google.aip.dev/pull/1331
47+
option (google.api.api_version) = "v1_20240408";
4648

4749
// This method simply echoes the request. This method showcases unary RPCs.
4850
rpc Echo(EchoRequest) returns (EchoResponse) {

0 commit comments

Comments
 (0)