From 8ca9284c5bb8955d2439193d2aecfc19a8f0051a Mon Sep 17 00:00:00 2001 From: Noah Dietz Date: Wed, 4 Mar 2026 14:36:18 -0800 Subject: [PATCH] fix(AIP-214): update expire_time comment --- aip/general/0214.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aip/general/0214.md b/aip/general/0214.md index 894c07f12a..9e678b3a96 100644 --- a/aip/general/0214.md +++ b/aip/general/0214.md @@ -44,8 +44,8 @@ message ExpiringResource { oneof expiration { // Timestamp in UTC of when this resource is considered expired. - // This is *always* provided on output, regardless of what was sent - // on input. + // This is *always* provided on output, and is calculated using + // the value of [ttl][] if set when created. google.protobuf.Timestamp expire_time = 2; // Input only. The TTL for this resource.