Skip to content

Commit 81c1a8c

Browse files
committed
update the api_version to a nonsense value to refelect that it should be opaque to clients as per AIP
1 parent 1378107 commit 81c1a8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schema/google/showcase/v1beta1/echo.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ service Echo {
4444
// for "show").
4545
option (google.api.default_host) = "localhost:7469";
4646
// See https://github.com/aip-dev/google.aip.dev/pull/1331
47-
option (google.api.api_version) = "v1_20240325";
47+
option (google.api.api_version) = "moose";
4848

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

0 commit comments

Comments
 (0)