Skip to content
Merged
Changes from 2 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
3 changes: 2 additions & 1 deletion aip/general/0161.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ common on Update requests (AIP-134).
Field masks **must** always be relative to the resource:

**Warning:** Read masks as a single field on the request message, for
example: `google.protobuf.FieldMask read_mask` are **DEPRECATED**.
example: `google.protobuf.FieldMask read_mask` are **DEPRECATED**. Instead, see
[AIP-157][].
Comment thread
icmdaf marked this conversation as resolved.
Outdated

```proto
message UpdateBookRequest {
Expand Down