Skip to content
Open
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
7 changes: 7 additions & 0 deletions aip/general/0164.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,12 @@ purging those resources, including automatic purging after a reasonable time
the resources indefinitely. Regardless of what strategy is selected, the API
**should** document when soft deleted resources will be completely removed.

### Mutations

Soft-deleted resources **should not** be mutable and mutating methods **should**
return a `FAILED_PRECONDITION` error. This applies to Standard Update
(AIP-134) and mutating custom methods (AIP-136).

### Declarative-friendly resources

Soft-deletable resources have a poorer experience than hard-deleted resources in
Expand Down Expand Up @@ -148,6 +154,7 @@ resource is not deleted, the service **must** respond with `ALREADY_EXISTS`

## Changelog

- **2025-11-18**: Include expected behavior of mutating soft-deleted resource.
- **2024-09-24**: Included missing requirement for `delete_time`.
- **2023-07-13**: Renamed overloaded `expire_time` to `purge_time`.
- **2021-07-12**: Added error behavior when soft deleting a deleted resource.
Expand Down