Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions aip/general/0214.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading