Skip to content

Commit

Permalink
Re-generate library using /synth.py (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpebot authored and jkwlui committed Aug 28, 2018
1 parent 5b43b14 commit 3eb2c29
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,12 @@
* Note that oneof type names ("test_oneof" in this case) cannot be used in
* paths.
*
* ## Field Mask Verification
*
* The implementation of any API method which has a FieldMask type field in the
* request should verify the included field paths, and return an
* `INVALID_ARGUMENT` error if any path is duplicated or unmappable.
*
* @property {string[]} paths
* The set of field mask paths.
*
Expand Down

0 comments on commit 3eb2c29

Please sign in to comment.