Skip to content

Commit 126bed4

Browse files
authored
fix(AIP-214): update expire_time comment (#1601)
1 parent 411d6a3 commit 126bed4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

aip/general/0214.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ message ExpiringResource {
4444
4545
oneof expiration {
4646
// Timestamp in UTC of when this resource is considered expired.
47-
// This is *always* provided on output, regardless of what was sent
48-
// on input.
47+
// This is *always* provided on output, and is calculated using
48+
// the value of [ttl][] if set when created.
4949
google.protobuf.Timestamp expire_time = 2;
5050
5151
// Input only. The TTL for this resource.

0 commit comments

Comments
 (0)