Skip to content

Commit 5f4a1f9

Browse files
authored
Update 0164.md
Applied the suggested changes from reviewer @noahdietz
1 parent 3ea8404 commit 5f4a1f9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

aip/general/0164.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,11 +118,11 @@ rpc ExpungeBook(ExpungeBookRequest) returns (google.protobuf.Empty) {
118118

119119
- The URI must use a custom method with the :expunge suffix.
120120
- The HTTP verb must be POST and the body clause must be "*".
121-
- The response message must be google.protobuf.Empty or a Long-Running Operation.
121+
- The response message must be `google.protobuf.Empty` or a `google.longrunning.Operation`.
122122

123123
### Long-running expunge
124124

125-
If the expunge process takes significant time, the method may be a Long-Running Operation (AIP-151) instead:
125+
If the expunge process takes significant time, the method **may** be a `google.longrunning.Operation` (AIP-151) instead:
126126

127127
```proto
128128
// Permanently deletes a soft-deleted Book.
@@ -154,8 +154,8 @@ message ExpungeBookRequest {
154154
}
155155
```
156156

157-
- The request message must include the resource name to be expunged.
158-
- No other fields are typically necessary.
157+
- The request message **must** refer to the resource to be expunged by name.
158+
- There **should not** be any other request fields.
159159

160160
### List and Get
161161

0 commit comments

Comments
 (0)