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
86d4fe47
Commit
86d4fe47
authored
Nov 09, 2018
by
Adam Cozzette
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated checked-in generated code
parent
b78c218a
Hide whitespace changes
Inline
Side-by-side
Showing
30 changed files
with
29 additions
and
2 deletions
+29
-2
testprotos.pb
csharp/src/Google.Protobuf.Test/testprotos.pb
+0
-0
Timestamp.cs
csharp/src/Google.Protobuf/WellKnownTypes/Timestamp.cs
+1
-1
Timestamp.pbobjc.h
objectivec/google/protobuf/Timestamp.pbobjc.h
+1
-1
DescriptorProto.php
php/src/Google/Protobuf/Internal/DescriptorProto.php
+1
-0
ExtensionRange.php
...ogle/Protobuf/Internal/DescriptorProto/ExtensionRange.php
+1
-0
ReservedRange.php
...oogle/Protobuf/Internal/DescriptorProto/ReservedRange.php
+1
-0
EnumDescriptorProto.php
php/src/Google/Protobuf/Internal/EnumDescriptorProto.php
+1
-0
EnumReservedRange.php
...otobuf/Internal/EnumDescriptorProto/EnumReservedRange.php
+1
-0
EnumOptions.php
php/src/Google/Protobuf/Internal/EnumOptions.php
+1
-0
EnumValueDescriptorProto.php
...src/Google/Protobuf/Internal/EnumValueDescriptorProto.php
+1
-0
EnumValueOptions.php
php/src/Google/Protobuf/Internal/EnumValueOptions.php
+1
-0
ExtensionRangeOptions.php
php/src/Google/Protobuf/Internal/ExtensionRangeOptions.php
+1
-0
FieldDescriptorProto.php
php/src/Google/Protobuf/Internal/FieldDescriptorProto.php
+1
-0
FieldOptions.php
php/src/Google/Protobuf/Internal/FieldOptions.php
+1
-0
FileDescriptorProto.php
php/src/Google/Protobuf/Internal/FileDescriptorProto.php
+1
-0
FileDescriptorSet.php
php/src/Google/Protobuf/Internal/FileDescriptorSet.php
+1
-0
FileOptions.php
php/src/Google/Protobuf/Internal/FileOptions.php
+1
-0
GeneratedCodeInfo.php
php/src/Google/Protobuf/Internal/GeneratedCodeInfo.php
+1
-0
Annotation.php
...Google/Protobuf/Internal/GeneratedCodeInfo/Annotation.php
+1
-0
MessageOptions.php
php/src/Google/Protobuf/Internal/MessageOptions.php
+1
-0
MethodDescriptorProto.php
php/src/Google/Protobuf/Internal/MethodDescriptorProto.php
+1
-0
MethodOptions.php
php/src/Google/Protobuf/Internal/MethodOptions.php
+1
-0
OneofDescriptorProto.php
php/src/Google/Protobuf/Internal/OneofDescriptorProto.php
+1
-0
OneofOptions.php
php/src/Google/Protobuf/Internal/OneofOptions.php
+1
-0
ServiceDescriptorProto.php
php/src/Google/Protobuf/Internal/ServiceDescriptorProto.php
+1
-0
ServiceOptions.php
php/src/Google/Protobuf/Internal/ServiceOptions.php
+1
-0
SourceCodeInfo.php
php/src/Google/Protobuf/Internal/SourceCodeInfo.php
+1
-0
Location.php
php/src/Google/Protobuf/Internal/SourceCodeInfo/Location.php
+1
-0
UninterpretedOption.php
php/src/Google/Protobuf/Internal/UninterpretedOption.php
+1
-0
NamePart.php
...Google/Protobuf/Internal/UninterpretedOption/NamePart.php
+1
-0
No files found.
csharp/src/Google.Protobuf.Test/testprotos.pb
View file @
86d4fe47
No preview for this file type
csharp/src/Google.Protobuf/WellKnownTypes/Timestamp.cs
View file @
86d4fe47
...
...
@@ -113,7 +113,7 @@ namespace Google.Protobuf.WellKnownTypes {
/// 01:30 UTC on January 15, 2017.
///
/// In JavaScript, one can convert a Date object to this format using the
/// standard [toISOString()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toISOString
]
/// standard [toISOString()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toISOString
)
/// method. In Python, a standard `datetime.datetime` object can be converted
/// to this format using [`strftime`](https://docs.python.org/2/library/time.html#time.strftime)
/// with the time format spec '%Y-%m-%dT%H:%M:%S.%fZ'. Likewise, in Java, one
...
...
objectivec/google/protobuf/Timestamp.pbobjc.h
View file @
86d4fe47
...
...
@@ -129,7 +129,7 @@ typedef GPB_ENUM(GPBTimestamp_FieldNumber) {
* 01:30 UTC on January 15, 2017.
*
* In JavaScript, one can convert a Date object to this format using the
* standard [toISOString()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toISOString
]
* standard [toISOString()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toISOString
)
* method. In Python, a standard `datetime.datetime` object can be converted
* to this format using [`strftime`](https://docs.python.org/2/library/time.html#time.strftime)
* with the time format spec '%Y-%m-%dT%H:%M:%S.%fZ'. Likewise, in Java, one
...
...
php/src/Google/Protobuf/Internal/DescriptorProto.php
View file @
86d4fe47
...
...
@@ -9,6 +9,7 @@ use Google\Protobuf\Internal\GPBWire;
use
Google\Protobuf\Internal\RepeatedField
;
use
Google\Protobuf\Internal\InputStream
;
use
Google\Protobuf\Internal\GPBUtil
;
use
Google\Protobuf\Internal\GPBWrapperUtils
;
/**
* Describes a message type.
...
...
php/src/Google/Protobuf/Internal/DescriptorProto/ExtensionRange.php
View file @
86d4fe47
...
...
@@ -9,6 +9,7 @@ use Google\Protobuf\Internal\GPBWire;
use
Google\Protobuf\Internal\RepeatedField
;
use
Google\Protobuf\Internal\InputStream
;
use
Google\Protobuf\Internal\GPBUtil
;
use
Google\Protobuf\Internal\GPBWrapperUtils
;
/**
* Generated from protobuf message <code>google.protobuf.DescriptorProto.ExtensionRange</code>
...
...
php/src/Google/Protobuf/Internal/DescriptorProto/ReservedRange.php
View file @
86d4fe47
...
...
@@ -9,6 +9,7 @@ use Google\Protobuf\Internal\GPBWire;
use
Google\Protobuf\Internal\RepeatedField
;
use
Google\Protobuf\Internal\InputStream
;
use
Google\Protobuf\Internal\GPBUtil
;
use
Google\Protobuf\Internal\GPBWrapperUtils
;
/**
* Range of reserved tag numbers. Reserved tag numbers may not be used by
...
...
php/src/Google/Protobuf/Internal/EnumDescriptorProto.php
View file @
86d4fe47
...
...
@@ -9,6 +9,7 @@ use Google\Protobuf\Internal\GPBWire;
use
Google\Protobuf\Internal\RepeatedField
;
use
Google\Protobuf\Internal\InputStream
;
use
Google\Protobuf\Internal\GPBUtil
;
use
Google\Protobuf\Internal\GPBWrapperUtils
;
/**
* Describes an enum type.
...
...
php/src/Google/Protobuf/Internal/EnumDescriptorProto/EnumReservedRange.php
View file @
86d4fe47
...
...
@@ -9,6 +9,7 @@ use Google\Protobuf\Internal\GPBWire;
use
Google\Protobuf\Internal\RepeatedField
;
use
Google\Protobuf\Internal\InputStream
;
use
Google\Protobuf\Internal\GPBUtil
;
use
Google\Protobuf\Internal\GPBWrapperUtils
;
/**
* Range of reserved numeric values. Reserved values may not be used by
...
...
php/src/Google/Protobuf/Internal/EnumOptions.php
View file @
86d4fe47
...
...
@@ -9,6 +9,7 @@ use Google\Protobuf\Internal\GPBWire;
use
Google\Protobuf\Internal\RepeatedField
;
use
Google\Protobuf\Internal\InputStream
;
use
Google\Protobuf\Internal\GPBUtil
;
use
Google\Protobuf\Internal\GPBWrapperUtils
;
/**
* Generated from protobuf message <code>google.protobuf.EnumOptions</code>
...
...
php/src/Google/Protobuf/Internal/EnumValueDescriptorProto.php
View file @
86d4fe47
...
...
@@ -9,6 +9,7 @@ use Google\Protobuf\Internal\GPBWire;
use
Google\Protobuf\Internal\RepeatedField
;
use
Google\Protobuf\Internal\InputStream
;
use
Google\Protobuf\Internal\GPBUtil
;
use
Google\Protobuf\Internal\GPBWrapperUtils
;
/**
* Describes a value within an enum.
...
...
php/src/Google/Protobuf/Internal/EnumValueOptions.php
View file @
86d4fe47
...
...
@@ -9,6 +9,7 @@ use Google\Protobuf\Internal\GPBWire;
use
Google\Protobuf\Internal\RepeatedField
;
use
Google\Protobuf\Internal\InputStream
;
use
Google\Protobuf\Internal\GPBUtil
;
use
Google\Protobuf\Internal\GPBWrapperUtils
;
/**
* Generated from protobuf message <code>google.protobuf.EnumValueOptions</code>
...
...
php/src/Google/Protobuf/Internal/ExtensionRangeOptions.php
View file @
86d4fe47
...
...
@@ -9,6 +9,7 @@ use Google\Protobuf\Internal\GPBWire;
use
Google\Protobuf\Internal\RepeatedField
;
use
Google\Protobuf\Internal\InputStream
;
use
Google\Protobuf\Internal\GPBUtil
;
use
Google\Protobuf\Internal\GPBWrapperUtils
;
/**
* Generated from protobuf message <code>google.protobuf.ExtensionRangeOptions</code>
...
...
php/src/Google/Protobuf/Internal/FieldDescriptorProto.php
View file @
86d4fe47
...
...
@@ -9,6 +9,7 @@ use Google\Protobuf\Internal\GPBWire;
use
Google\Protobuf\Internal\RepeatedField
;
use
Google\Protobuf\Internal\InputStream
;
use
Google\Protobuf\Internal\GPBUtil
;
use
Google\Protobuf\Internal\GPBWrapperUtils
;
/**
* Describes a field within a message.
...
...
php/src/Google/Protobuf/Internal/FieldOptions.php
View file @
86d4fe47
...
...
@@ -9,6 +9,7 @@ use Google\Protobuf\Internal\GPBWire;
use
Google\Protobuf\Internal\RepeatedField
;
use
Google\Protobuf\Internal\InputStream
;
use
Google\Protobuf\Internal\GPBUtil
;
use
Google\Protobuf\Internal\GPBWrapperUtils
;
/**
* Generated from protobuf message <code>google.protobuf.FieldOptions</code>
...
...
php/src/Google/Protobuf/Internal/FileDescriptorProto.php
View file @
86d4fe47
...
...
@@ -9,6 +9,7 @@ use Google\Protobuf\Internal\GPBWire;
use
Google\Protobuf\Internal\RepeatedField
;
use
Google\Protobuf\Internal\InputStream
;
use
Google\Protobuf\Internal\GPBUtil
;
use
Google\Protobuf\Internal\GPBWrapperUtils
;
/**
* Describes a complete .proto file.
...
...
php/src/Google/Protobuf/Internal/FileDescriptorSet.php
View file @
86d4fe47
...
...
@@ -9,6 +9,7 @@ use Google\Protobuf\Internal\GPBWire;
use
Google\Protobuf\Internal\RepeatedField
;
use
Google\Protobuf\Internal\InputStream
;
use
Google\Protobuf\Internal\GPBUtil
;
use
Google\Protobuf\Internal\GPBWrapperUtils
;
/**
* The protocol compiler can output a FileDescriptorSet containing the .proto
...
...
php/src/Google/Protobuf/Internal/FileOptions.php
View file @
86d4fe47
...
...
@@ -9,6 +9,7 @@ use Google\Protobuf\Internal\GPBWire;
use
Google\Protobuf\Internal\RepeatedField
;
use
Google\Protobuf\Internal\InputStream
;
use
Google\Protobuf\Internal\GPBUtil
;
use
Google\Protobuf\Internal\GPBWrapperUtils
;
/**
* Generated from protobuf message <code>google.protobuf.FileOptions</code>
...
...
php/src/Google/Protobuf/Internal/GeneratedCodeInfo.php
View file @
86d4fe47
...
...
@@ -9,6 +9,7 @@ use Google\Protobuf\Internal\GPBWire;
use
Google\Protobuf\Internal\RepeatedField
;
use
Google\Protobuf\Internal\InputStream
;
use
Google\Protobuf\Internal\GPBUtil
;
use
Google\Protobuf\Internal\GPBWrapperUtils
;
/**
* Describes the relationship between generated code and its original source
...
...
php/src/Google/Protobuf/Internal/GeneratedCodeInfo/Annotation.php
View file @
86d4fe47
...
...
@@ -9,6 +9,7 @@ use Google\Protobuf\Internal\GPBWire;
use
Google\Protobuf\Internal\RepeatedField
;
use
Google\Protobuf\Internal\InputStream
;
use
Google\Protobuf\Internal\GPBUtil
;
use
Google\Protobuf\Internal\GPBWrapperUtils
;
/**
* Generated from protobuf message <code>google.protobuf.GeneratedCodeInfo.Annotation</code>
...
...
php/src/Google/Protobuf/Internal/MessageOptions.php
View file @
86d4fe47
...
...
@@ -9,6 +9,7 @@ use Google\Protobuf\Internal\GPBWire;
use
Google\Protobuf\Internal\RepeatedField
;
use
Google\Protobuf\Internal\InputStream
;
use
Google\Protobuf\Internal\GPBUtil
;
use
Google\Protobuf\Internal\GPBWrapperUtils
;
/**
* Generated from protobuf message <code>google.protobuf.MessageOptions</code>
...
...
php/src/Google/Protobuf/Internal/MethodDescriptorProto.php
View file @
86d4fe47
...
...
@@ -9,6 +9,7 @@ use Google\Protobuf\Internal\GPBWire;
use
Google\Protobuf\Internal\RepeatedField
;
use
Google\Protobuf\Internal\InputStream
;
use
Google\Protobuf\Internal\GPBUtil
;
use
Google\Protobuf\Internal\GPBWrapperUtils
;
/**
* Describes a method of a service.
...
...
php/src/Google/Protobuf/Internal/MethodOptions.php
View file @
86d4fe47
...
...
@@ -9,6 +9,7 @@ use Google\Protobuf\Internal\GPBWire;
use
Google\Protobuf\Internal\RepeatedField
;
use
Google\Protobuf\Internal\InputStream
;
use
Google\Protobuf\Internal\GPBUtil
;
use
Google\Protobuf\Internal\GPBWrapperUtils
;
/**
* Generated from protobuf message <code>google.protobuf.MethodOptions</code>
...
...
php/src/Google/Protobuf/Internal/OneofDescriptorProto.php
View file @
86d4fe47
...
...
@@ -9,6 +9,7 @@ use Google\Protobuf\Internal\GPBWire;
use
Google\Protobuf\Internal\RepeatedField
;
use
Google\Protobuf\Internal\InputStream
;
use
Google\Protobuf\Internal\GPBUtil
;
use
Google\Protobuf\Internal\GPBWrapperUtils
;
/**
* Describes a oneof.
...
...
php/src/Google/Protobuf/Internal/OneofOptions.php
View file @
86d4fe47
...
...
@@ -9,6 +9,7 @@ use Google\Protobuf\Internal\GPBWire;
use
Google\Protobuf\Internal\RepeatedField
;
use
Google\Protobuf\Internal\InputStream
;
use
Google\Protobuf\Internal\GPBUtil
;
use
Google\Protobuf\Internal\GPBWrapperUtils
;
/**
* Generated from protobuf message <code>google.protobuf.OneofOptions</code>
...
...
php/src/Google/Protobuf/Internal/ServiceDescriptorProto.php
View file @
86d4fe47
...
...
@@ -9,6 +9,7 @@ use Google\Protobuf\Internal\GPBWire;
use
Google\Protobuf\Internal\RepeatedField
;
use
Google\Protobuf\Internal\InputStream
;
use
Google\Protobuf\Internal\GPBUtil
;
use
Google\Protobuf\Internal\GPBWrapperUtils
;
/**
* Describes a service.
...
...
php/src/Google/Protobuf/Internal/ServiceOptions.php
View file @
86d4fe47
...
...
@@ -9,6 +9,7 @@ use Google\Protobuf\Internal\GPBWire;
use
Google\Protobuf\Internal\RepeatedField
;
use
Google\Protobuf\Internal\InputStream
;
use
Google\Protobuf\Internal\GPBUtil
;
use
Google\Protobuf\Internal\GPBWrapperUtils
;
/**
* Generated from protobuf message <code>google.protobuf.ServiceOptions</code>
...
...
php/src/Google/Protobuf/Internal/SourceCodeInfo.php
View file @
86d4fe47
...
...
@@ -9,6 +9,7 @@ use Google\Protobuf\Internal\GPBWire;
use
Google\Protobuf\Internal\RepeatedField
;
use
Google\Protobuf\Internal\InputStream
;
use
Google\Protobuf\Internal\GPBUtil
;
use
Google\Protobuf\Internal\GPBWrapperUtils
;
/**
* Encapsulates information about the original source file from which a
...
...
php/src/Google/Protobuf/Internal/SourceCodeInfo/Location.php
View file @
86d4fe47
...
...
@@ -9,6 +9,7 @@ use Google\Protobuf\Internal\GPBWire;
use
Google\Protobuf\Internal\RepeatedField
;
use
Google\Protobuf\Internal\InputStream
;
use
Google\Protobuf\Internal\GPBUtil
;
use
Google\Protobuf\Internal\GPBWrapperUtils
;
/**
* Generated from protobuf message <code>google.protobuf.SourceCodeInfo.Location</code>
...
...
php/src/Google/Protobuf/Internal/UninterpretedOption.php
View file @
86d4fe47
...
...
@@ -9,6 +9,7 @@ use Google\Protobuf\Internal\GPBWire;
use
Google\Protobuf\Internal\RepeatedField
;
use
Google\Protobuf\Internal\InputStream
;
use
Google\Protobuf\Internal\GPBUtil
;
use
Google\Protobuf\Internal\GPBWrapperUtils
;
/**
* A message representing a option the parser does not recognize. This only
...
...
php/src/Google/Protobuf/Internal/UninterpretedOption/NamePart.php
View file @
86d4fe47
...
...
@@ -9,6 +9,7 @@ use Google\Protobuf\Internal\GPBWire;
use
Google\Protobuf\Internal\RepeatedField
;
use
Google\Protobuf\Internal\InputStream
;
use
Google\Protobuf\Internal\GPBUtil
;
use
Google\Protobuf\Internal\GPBWrapperUtils
;
/**
* The name of the uninterpreted option. Each string represents a segment in
...
...
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