Skip to content

Commit 8fd98c4

Browse files
authored
fix(AIP-165): explicitly allow filter wildcard (#1539)
1 parent 1b7bc19 commit 8fd98c4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

aip/general/0165.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ message PurgeBooksRequest {
8888
- A singular `string filter` field **must** be included and **must** follow the
8989
same semantics as in List methods (AIP-160).
9090
- It **should** be [annotated as required][aip-203].
91+
- A wildcard value of `"*"` **may** be supported for deleting everything.
9192
- A singular `bool force` field **must** be included. If it is not set, the API
9293
**must** return a count of the resources that would be deleted as well as a
9394
sample of those resources, without actually performing the deletion.
@@ -132,6 +133,7 @@ message PurgeBooksResponse {
132133

133134
## Changelog
134135

136+
- **2025-07-23:** Explicitly state filter wildcard may be supported.
135137
- **2022-06-02:** Changed suffix descriptions to eliminate superfluous "-".
136138
- **2020-10-29**: Expanded guidance on HTTP, field behavior, and resource
137139
reference annotations.

0 commit comments

Comments
 (0)