File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments