Browse Source

Updated checked-in generated code

Adam Cozzette 7 years ago
parent
commit
86d4fe47df
30 changed files with 29 additions and 2 deletions
  1. BIN
      csharp/src/Google.Protobuf.Test/testprotos.pb
  2. 1 1
      csharp/src/Google.Protobuf/WellKnownTypes/Timestamp.cs
  3. 1 1
      objectivec/google/protobuf/Timestamp.pbobjc.h
  4. 1 0
      php/src/Google/Protobuf/Internal/DescriptorProto.php
  5. 1 0
      php/src/Google/Protobuf/Internal/DescriptorProto/ExtensionRange.php
  6. 1 0
      php/src/Google/Protobuf/Internal/DescriptorProto/ReservedRange.php
  7. 1 0
      php/src/Google/Protobuf/Internal/EnumDescriptorProto.php
  8. 1 0
      php/src/Google/Protobuf/Internal/EnumDescriptorProto/EnumReservedRange.php
  9. 1 0
      php/src/Google/Protobuf/Internal/EnumOptions.php
  10. 1 0
      php/src/Google/Protobuf/Internal/EnumValueDescriptorProto.php
  11. 1 0
      php/src/Google/Protobuf/Internal/EnumValueOptions.php
  12. 1 0
      php/src/Google/Protobuf/Internal/ExtensionRangeOptions.php
  13. 1 0
      php/src/Google/Protobuf/Internal/FieldDescriptorProto.php
  14. 1 0
      php/src/Google/Protobuf/Internal/FieldOptions.php
  15. 1 0
      php/src/Google/Protobuf/Internal/FileDescriptorProto.php
  16. 1 0
      php/src/Google/Protobuf/Internal/FileDescriptorSet.php
  17. 1 0
      php/src/Google/Protobuf/Internal/FileOptions.php
  18. 1 0
      php/src/Google/Protobuf/Internal/GeneratedCodeInfo.php
  19. 1 0
      php/src/Google/Protobuf/Internal/GeneratedCodeInfo/Annotation.php
  20. 1 0
      php/src/Google/Protobuf/Internal/MessageOptions.php
  21. 1 0
      php/src/Google/Protobuf/Internal/MethodDescriptorProto.php
  22. 1 0
      php/src/Google/Protobuf/Internal/MethodOptions.php
  23. 1 0
      php/src/Google/Protobuf/Internal/OneofDescriptorProto.php
  24. 1 0
      php/src/Google/Protobuf/Internal/OneofOptions.php
  25. 1 0
      php/src/Google/Protobuf/Internal/ServiceDescriptorProto.php
  26. 1 0
      php/src/Google/Protobuf/Internal/ServiceOptions.php
  27. 1 0
      php/src/Google/Protobuf/Internal/SourceCodeInfo.php
  28. 1 0
      php/src/Google/Protobuf/Internal/SourceCodeInfo/Location.php
  29. 1 0
      php/src/Google/Protobuf/Internal/UninterpretedOption.php
  30. 1 0
      php/src/Google/Protobuf/Internal/UninterpretedOption/NamePart.php

BIN
csharp/src/Google.Protobuf.Test/testprotos.pb


+ 1 - 1
csharp/src/Google.Protobuf/WellKnownTypes/Timestamp.cs

@@ -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

+ 1 - 1
objectivec/google/protobuf/Timestamp.pbobjc.h

@@ -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

+ 1 - 0
php/src/Google/Protobuf/Internal/DescriptorProto.php

@@ -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.

+ 1 - 0
php/src/Google/Protobuf/Internal/DescriptorProto/ExtensionRange.php

@@ -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>

+ 1 - 0
php/src/Google/Protobuf/Internal/DescriptorProto/ReservedRange.php

@@ -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

+ 1 - 0
php/src/Google/Protobuf/Internal/EnumDescriptorProto.php

@@ -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.

+ 1 - 0
php/src/Google/Protobuf/Internal/EnumDescriptorProto/EnumReservedRange.php

@@ -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

+ 1 - 0
php/src/Google/Protobuf/Internal/EnumOptions.php

@@ -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>

+ 1 - 0
php/src/Google/Protobuf/Internal/EnumValueDescriptorProto.php

@@ -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.

+ 1 - 0
php/src/Google/Protobuf/Internal/EnumValueOptions.php

@@ -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>

+ 1 - 0
php/src/Google/Protobuf/Internal/ExtensionRangeOptions.php

@@ -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>

+ 1 - 0
php/src/Google/Protobuf/Internal/FieldDescriptorProto.php

@@ -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.

+ 1 - 0
php/src/Google/Protobuf/Internal/FieldOptions.php

@@ -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>

+ 1 - 0
php/src/Google/Protobuf/Internal/FileDescriptorProto.php

@@ -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.

+ 1 - 0
php/src/Google/Protobuf/Internal/FileDescriptorSet.php

@@ -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

+ 1 - 0
php/src/Google/Protobuf/Internal/FileOptions.php

@@ -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>

+ 1 - 0
php/src/Google/Protobuf/Internal/GeneratedCodeInfo.php

@@ -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

+ 1 - 0
php/src/Google/Protobuf/Internal/GeneratedCodeInfo/Annotation.php

@@ -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>

+ 1 - 0
php/src/Google/Protobuf/Internal/MessageOptions.php

@@ -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>

+ 1 - 0
php/src/Google/Protobuf/Internal/MethodDescriptorProto.php

@@ -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.

+ 1 - 0
php/src/Google/Protobuf/Internal/MethodOptions.php

@@ -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>

+ 1 - 0
php/src/Google/Protobuf/Internal/OneofDescriptorProto.php

@@ -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.

+ 1 - 0
php/src/Google/Protobuf/Internal/OneofOptions.php

@@ -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>

+ 1 - 0
php/src/Google/Protobuf/Internal/ServiceDescriptorProto.php

@@ -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.

+ 1 - 0
php/src/Google/Protobuf/Internal/ServiceOptions.php

@@ -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>

+ 1 - 0
php/src/Google/Protobuf/Internal/SourceCodeInfo.php

@@ -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

+ 1 - 0
php/src/Google/Protobuf/Internal/SourceCodeInfo/Location.php

@@ -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>

+ 1 - 0
php/src/Google/Protobuf/Internal/UninterpretedOption.php

@@ -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

+ 1 - 0
php/src/Google/Protobuf/Internal/UninterpretedOption/NamePart.php

@@ -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