We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 411d6a3 commit 126bed4Copy full SHA for 126bed4
1 file changed
aip/general/0214.md
@@ -44,8 +44,8 @@ message ExpiringResource {
44
45
oneof expiration {
46
// 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.
+ // This is *always* provided on output, and is calculated using
+ // the value of [ttl][] if set when created.
49
google.protobuf.Timestamp expire_time = 2;
50
51
// Input only. The TTL for this resource.
0 commit comments