Commit b1216d95 authored by Adam Cozzette's avatar Adam Cozzette

Updated checked-in generated code

parent 64a5c803
...@@ -244,8 +244,8 @@ namespace Google.Protobuf.WellKnownTypes { ...@@ -244,8 +244,8 @@ namespace Google.Protobuf.WellKnownTypes {
/// ///
/// ## Field Mask Verification /// ## Field Mask Verification
/// ///
/// The implementation of the all the API methods, which have any FieldMask type /// The implementation of any API method which has a FieldMask type field in the
/// field in the request, should verify the included field paths, and return /// request should verify the included field paths, and return an
/// `INVALID_ARGUMENT` error if any path is duplicated or unmappable. /// `INVALID_ARGUMENT` error if any path is duplicated or unmappable.
/// </summary> /// </summary>
public sealed partial class FieldMask : pb::IMessage<FieldMask> { public sealed partial class FieldMask : pb::IMessage<FieldMask> {
......
...@@ -255,8 +255,8 @@ typedef GPB_ENUM(GPBFieldMask_FieldNumber) { ...@@ -255,8 +255,8 @@ typedef GPB_ENUM(GPBFieldMask_FieldNumber) {
* *
* ## Field Mask Verification * ## Field Mask Verification
* *
* The implementation of the all the API methods, which have any FieldMask type * The implementation of any API method which has a FieldMask type field in the
* field in the request, should verify the included field paths, and return * request should verify the included field paths, and return an
* `INVALID_ARGUMENT` error if any path is duplicated or unmappable. * `INVALID_ARGUMENT` error if any path is duplicated or unmappable.
**/ **/
@interface GPBFieldMask : GPBMessage @interface GPBFieldMask : GPBMessage
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment