We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c0b8a3 commit e589747Copy full SHA for e589747
1 file changed
aip/general/0214.md
@@ -25,7 +25,7 @@ library.
25
26
1. APIs wishing to convey an expiration **must** rely on a
27
[`google.protobuf.Timestamp`][timestamp] field called `expire_time`.
28
-2. APIs wishing to allow a relative expiration time must define a `oneof`
+2. APIs wishing to allow a relative expiration time **must** define a `oneof`
29
called `expiration` (or `{something}_expiration`) containing both the
30
`expire_time` field and a separate [`google.protobuf.Duration`][duration]
31
field called `ttl`, the latter marked as input only.
0 commit comments