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
ecf29571
Commit
ecf29571
authored
Oct 18, 2017
by
Jisi Liu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update descriptor protos
parent
6b5912b1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
20 additions
and
4 deletions
+20
-4
Descriptor.cs
csharp/src/Google.Protobuf/Reflection/Descriptor.cs
+2
-1
FieldMask.cs
csharp/src/Google.Protobuf/WellKnownTypes/FieldMask.cs
+6
-0
FieldMask.pbobjc.h
objectivec/google/protobuf/FieldMask.pbobjc.h
+6
-0
FileOptions.php
php/src/Google/Protobuf/Internal/FileOptions.php
+6
-3
No files found.
csharp/src/Google.Protobuf/Reflection/Descriptor.cs
View file @
ecf29571
...
...
@@ -3478,7 +3478,8 @@ namespace Google.Protobuf.Reflection {
=
pb
::
FieldCodec
.
ForMessage
(
7994
,
global
::
Google
.
Protobuf
.
Reflection
.
UninterpretedOption
.
Parser
);
private
readonly
pbc
::
RepeatedField
<
global
::
Google
.
Protobuf
.
Reflection
.
UninterpretedOption
>
uninterpretedOption_
=
new
pbc
::
RepeatedField
<
global
::
Google
.
Protobuf
.
Reflection
.
UninterpretedOption
>();
/// <summary>
/// The parser stores options it doesn't recognize here. See above.
/// The parser stores options it doesn't recognize here.
/// See the documentation for the "Options" section above.
/// </summary>
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
]
public
pbc
::
RepeatedField
<
global
::
Google
.
Protobuf
.
Reflection
.
UninterpretedOption
>
UninterpretedOption
{
...
...
csharp/src/Google.Protobuf/WellKnownTypes/FieldMask.cs
View file @
ecf29571
...
...
@@ -239,6 +239,12 @@ namespace Google.Protobuf.WellKnownTypes {
///
/// 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.
/// </summary>
public
sealed
partial
class
FieldMask
:
pb
::
IMessage
<
FieldMask
>
{
private
static
readonly
pb
::
MessageParser
<
FieldMask
>
_parser
=
new
pb
::
MessageParser
<
FieldMask
>(()
=>
new
FieldMask
());
...
...
objectivec/google/protobuf/FieldMask.pbobjc.h
View file @
ecf29571
...
...
@@ -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
...
...
php/src/Google/Protobuf/Internal/FileOptions.php
View file @
ecf29571
...
...
@@ -174,7 +174,8 @@ class FileOptions extends \Google\Protobuf\Internal\Message
private
$php_namespace
=
''
;
private
$has_php_namespace
=
false
;
/**
* The parser stores options it doesn't recognize here. See above.
* The parser stores options it doesn't recognize here.
* See the documentation for the "Options" section above.
*
* Generated from protobuf field <code>repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;</code>
*/
...
...
@@ -827,7 +828,8 @@ class FileOptions extends \Google\Protobuf\Internal\Message
}
/**
* The parser stores options it doesn't recognize here. See above.
* The parser stores options it doesn't recognize here.
* See the documentation for the "Options" section above.
*
* Generated from protobuf field <code>repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;</code>
* @return \Google\Protobuf\Internal\RepeatedField
...
...
@@ -838,7 +840,8 @@ class FileOptions extends \Google\Protobuf\Internal\Message
}
/**
* The parser stores options it doesn't recognize here. See above.
* The parser stores options it doesn't recognize here.
* See the documentation for the "Options" section above.
*
* Generated from protobuf field <code>repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;</code>
* @param \Google\Protobuf\Internal\UninterpretedOption[]|\Google\Protobuf\Internal\RepeatedField $var
...
...
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