File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ message UpdateBookRequest {
9090 - The field ** must** identify the [ resource type] [ aip-123 ] of the resource
9191 being updated.
9292- If partial resource update is supported, a field mask ** must** be included.
93- It ** must** be of type ` google.protobuf.FieldMask ` , and it ** should ** be
93+ It ** must** be of type ` google.protobuf.FieldMask ` , and it ** must ** be
9494 called ` update_mask ` .
9595 - The fields used in the field mask correspond to the resource being updated
9696 (not the request message).
Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ without waiting for UI or client updates.
2121
2222## Guidance
2323
24- Update methods (AIP-134) ** must ** include an ` update_mask ` field. These
25- are called "field masks", and they use the ` google.protobuf.FieldMask `
26- type .
24+ These masks of field names are called " field masks". Fields representing a field
25+ mask ** must ** use the ` google.protobuf.FieldMask ` type. Field masks are most
26+ common on Update requests (AIP-134) .
2727
2828Field masks ** must** always be relative to the resource:
2929
You can’t perform that action at this time.
0 commit comments