Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
P
protobuf
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
protobuf
Commits
b1216d95
Commit
b1216d95
authored
Mar 14, 2018
by
Adam Cozzette
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated checked-in generated code
parent
64a5c803
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
FieldMask.cs
csharp/src/Google.Protobuf/WellKnownTypes/FieldMask.cs
+2
-2
FieldMask.pbobjc.h
objectivec/google/protobuf/FieldMask.pbobjc.h
+2
-2
No files found.
csharp/src/Google.Protobuf/WellKnownTypes/FieldMask.cs
View file @
b1216d95
...
...
@@ -244,8 +244,8 @@ namespace Google.Protobuf.WellKnownTypes {
///
/// ## Field Mask Verification
///
/// The implementation of
the all the API methods, which have any FieldMask typ
e
///
field in the request, should verify the included field paths, and retur
n
/// The implementation of
any API method which has a FieldMask type field in th
e
///
request should verify the included field paths, and return a
n
/// `INVALID_ARGUMENT` error if any path is duplicated or unmappable.
/// </summary>
public
sealed
partial
class
FieldMask
:
pb
::
IMessage
<
FieldMask
>
{
...
...
objectivec/google/protobuf/FieldMask.pbobjc.h
View file @
b1216d95
...
...
@@ -255,8 +255,8 @@ typedef GPB_ENUM(GPBFieldMask_FieldNumber) {
*
* ## Field Mask Verification
*
* The implementation of
the all the API methods, which have any FieldMask typ
e
*
field in the request, should verify the included field paths, and retur
n
* The implementation of
any API method which has a FieldMask type field in th
e
*
request should verify the included field paths, and return a
n
* `INVALID_ARGUMENT` error if any path is duplicated or unmappable.
**/
@interface
GPBFieldMask
:
GPBMessage
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment