diff options
author | Jisi Liu <jisi.liu@gmail.com> | 2017-10-18 14:21:22 -0700 |
---|---|---|
committer | Jisi Liu <jisi.liu@gmail.com> | 2017-10-18 14:21:22 -0700 |
commit | ecf29571061337e6fbd70283f0a6ad0202e94b24 (patch) | |
tree | d7f655fd3c0218167dee82859d039d2e1487ef33 /objectivec | |
parent | 6b5912b1e31641a43bf8227fab81a95581701fe0 (diff) |
Update descriptor protos
Diffstat (limited to 'objectivec')
-rw-r--r-- | objectivec/google/protobuf/FieldMask.pbobjc.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/objectivec/google/protobuf/FieldMask.pbobjc.h b/objectivec/google/protobuf/FieldMask.pbobjc.h index 07e60818..75cf856c 100644 --- a/objectivec/google/protobuf/FieldMask.pbobjc.h +++ b/objectivec/google/protobuf/FieldMask.pbobjc.h @@ -252,6 +252,12 @@ typedef GPB_ENUM(GPBFieldMask_FieldNumber) { * * Note that oneof type names ("test_oneof" in this case) cannot be used in * paths. + * + * ## Field Mask Verification + * + * The implementation of the all the API methods, which have any FieldMask type + * field in the request, should verify the included field paths, and return + * `INVALID_ARGUMENT` error if any path is duplicated or unmappable. **/ @interface GPBFieldMask : GPBMessage |