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
3d69bad4
Commit
3d69bad4
authored
Apr 10, 2019
by
Hao Nguyen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update generated proto and remove a test from failure_list
parent
51b02255
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
11 deletions
+10
-11
failure_list_ruby.txt
conformance/failure_list_ruby.txt
+0
-1
testprotos.pb
csharp/src/Google.Protobuf.Test/testprotos.pb
+0
-0
Descriptor.cs
csharp/src/Google.Protobuf/Reflection/Descriptor.cs
+2
-2
FileOptions.php
php/src/Google/Protobuf/Internal/FileOptions.php
+8
-8
No files found.
conformance/failure_list_ruby.txt
View file @
3d69bad4
...
...
@@ -65,4 +65,3 @@ Required.Proto3.JsonInput.IgnoreUnknownJsonNumber.ProtobufOutput
Required.Proto3.JsonInput.IgnoreUnknownJsonObject.ProtobufOutput
Required.Proto3.JsonInput.IgnoreUnknownJsonString.ProtobufOutput
Required.Proto3.JsonInput.IgnoreUnknownJsonTrue.ProtobufOutput
Required.Proto3.JsonInput.EmptyFieldMask.JsonOutput
csharp/src/Google.Protobuf.Test/testprotos.pb
View file @
3d69bad4
No preview for this file type
csharp/src/Google.Protobuf/Reflection/Descriptor.cs
View file @
3d69bad4
...
...
@@ -4345,8 +4345,8 @@ namespace Google.Protobuf.Reflection {
private
string
phpMetadataNamespace_
;
/// <summary>
/// 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
/// for determining the namespace.
/// Default is empty. When this option is empty, the proto file name will be
///
used
for determining the namespace.
/// </summary>
[
global
::
System
.
Diagnostics
.
DebuggerNonUserCodeAttribute
]
public
string
PhpMetadataNamespace
{
...
...
php/src/Google/Protobuf/Internal/FileOptions.php
View file @
3d69bad4
...
...
@@ -175,8 +175,8 @@ class FileOptions extends \Google\Protobuf\Internal\Message
private
$has_php_namespace
=
false
;
/**
* 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
* for determining the namespace.
* Default is empty. When this option is empty, the proto file name will be
*
used
for determining the namespace.
*
* Generated from protobuf field <code>optional string php_metadata_namespace = 44;</code>
*/
...
...
@@ -280,8 +280,8 @@ class FileOptions extends \Google\Protobuf\Internal\Message
* determining the namespace.
* @type string $php_metadata_namespace
* 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
* for determining the namespace.
* Default is empty. When this option is empty, the proto file name will be
*
used
for determining the namespace.
* @type string $ruby_package
* 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
...
...
@@ -938,8 +938,8 @@ class FileOptions extends \Google\Protobuf\Internal\Message
/**
* 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
* for determining the namespace.
* Default is empty. When this option is empty, the proto file name will be
*
used
for determining the namespace.
*
* Generated from protobuf field <code>optional string php_metadata_namespace = 44;</code>
* @return string
...
...
@@ -951,8 +951,8 @@ class FileOptions extends \Google\Protobuf\Internal\Message
/**
* 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
* for determining the namespace.
* Default is empty. When this option is empty, the proto file name will be
*
used
for determining the namespace.
*
* Generated from protobuf field <code>optional string php_metadata_namespace = 44;</code>
* @param string $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