Commit 3d69bad4 authored by Hao Nguyen's avatar Hao Nguyen

Update generated proto and remove a test from failure_list

parent 51b02255
...@@ -65,4 +65,3 @@ Required.Proto3.JsonInput.IgnoreUnknownJsonNumber.ProtobufOutput ...@@ -65,4 +65,3 @@ Required.Proto3.JsonInput.IgnoreUnknownJsonNumber.ProtobufOutput
Required.Proto3.JsonInput.IgnoreUnknownJsonObject.ProtobufOutput Required.Proto3.JsonInput.IgnoreUnknownJsonObject.ProtobufOutput
Required.Proto3.JsonInput.IgnoreUnknownJsonString.ProtobufOutput Required.Proto3.JsonInput.IgnoreUnknownJsonString.ProtobufOutput
Required.Proto3.JsonInput.IgnoreUnknownJsonTrue.ProtobufOutput Required.Proto3.JsonInput.IgnoreUnknownJsonTrue.ProtobufOutput
Required.Proto3.JsonInput.EmptyFieldMask.JsonOutput
...@@ -4345,8 +4345,8 @@ namespace Google.Protobuf.Reflection { ...@@ -4345,8 +4345,8 @@ namespace Google.Protobuf.Reflection {
private string phpMetadataNamespace_; private string phpMetadataNamespace_;
/// <summary> /// <summary>
/// Use this option to change the namespace of php generated metadata classes. /// Use this option to change the namespace of php generated metadata classes.
/// Default is empty. When this option is empty, the proto file name will be used /// Default is empty. When this option is empty, the proto file name will be
/// for determining the namespace. /// used for determining the namespace.
/// </summary> /// </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
public string PhpMetadataNamespace { public string PhpMetadataNamespace {
......
...@@ -175,8 +175,8 @@ class FileOptions extends \Google\Protobuf\Internal\Message ...@@ -175,8 +175,8 @@ class FileOptions extends \Google\Protobuf\Internal\Message
private $has_php_namespace = false; private $has_php_namespace = false;
/** /**
* Use this option to change the namespace of php generated metadata classes. * Use this option to change the namespace of php generated metadata classes.
* Default is empty. When this option is empty, the proto file name will be used * Default is empty. When this option is empty, the proto file name will be
* for determining the namespace. * used for determining the namespace.
* *
* Generated from protobuf field <code>optional string php_metadata_namespace = 44;</code> * Generated from protobuf field <code>optional string php_metadata_namespace = 44;</code>
*/ */
...@@ -280,8 +280,8 @@ class FileOptions extends \Google\Protobuf\Internal\Message ...@@ -280,8 +280,8 @@ class FileOptions extends \Google\Protobuf\Internal\Message
* determining the namespace. * determining the namespace.
* @type string $php_metadata_namespace * @type string $php_metadata_namespace
* Use this option to change the namespace of php generated metadata classes. * Use this option to change the namespace of php generated metadata classes.
* Default is empty. When this option is empty, the proto file name will be used * Default is empty. When this option is empty, the proto file name will be
* for determining the namespace. * used for determining the namespace.
* @type string $ruby_package * @type string $ruby_package
* Use this option to change the package of ruby generated classes. Default * Use this option to change the package of ruby generated classes. Default
* is empty. When this option is not set, the package name will be used for * is empty. When this option is not set, the package name will be used for
...@@ -938,8 +938,8 @@ class FileOptions extends \Google\Protobuf\Internal\Message ...@@ -938,8 +938,8 @@ class FileOptions extends \Google\Protobuf\Internal\Message
/** /**
* Use this option to change the namespace of php generated metadata classes. * Use this option to change the namespace of php generated metadata classes.
* Default is empty. When this option is empty, the proto file name will be used * Default is empty. When this option is empty, the proto file name will be
* for determining the namespace. * used for determining the namespace.
* *
* Generated from protobuf field <code>optional string php_metadata_namespace = 44;</code> * Generated from protobuf field <code>optional string php_metadata_namespace = 44;</code>
* @return string * @return string
...@@ -951,8 +951,8 @@ class FileOptions extends \Google\Protobuf\Internal\Message ...@@ -951,8 +951,8 @@ class FileOptions extends \Google\Protobuf\Internal\Message
/** /**
* Use this option to change the namespace of php generated metadata classes. * Use this option to change the namespace of php generated metadata classes.
* Default is empty. When this option is empty, the proto file name will be used * Default is empty. When this option is empty, the proto file name will be
* for determining the namespace. * used for determining the namespace.
* *
* Generated from protobuf field <code>optional string php_metadata_namespace = 44;</code> * Generated from protobuf field <code>optional string php_metadata_namespace = 44;</code>
* @param string $var * @param string $var
......
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