From b61dd9d9a229c5a82788fdeefa344aa65affae09 Mon Sep 17 00:00:00 2001 From: Paul Yang Date: Fri, 11 May 2018 13:57:06 -0700 Subject: Add file option php_metadata_namespace and ruby_package (#4609) --- php/src/GPBMetadata/Google/Protobuf/Internal/Descriptor.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'php/src/GPBMetadata/Google') diff --git a/php/src/GPBMetadata/Google/Protobuf/Internal/Descriptor.php b/php/src/GPBMetadata/Google/Protobuf/Internal/Descriptor.php index b0ca8da0..7057384b 100644 --- a/php/src/GPBMetadata/Google/Protobuf/Internal/Descriptor.php +++ b/php/src/GPBMetadata/Google/Protobuf/Internal/Descriptor.php @@ -159,6 +159,8 @@ class Descriptor ->optional('swift_prefix', \Google\Protobuf\Internal\GPBType::STRING, 39) ->optional('php_class_prefix', \Google\Protobuf\Internal\GPBType::STRING, 40) ->optional('php_namespace', \Google\Protobuf\Internal\GPBType::STRING, 41) + ->optional('php_metadata_namespace', \Google\Protobuf\Internal\GPBType::STRING, 44) + ->optional('ruby_package', \Google\Protobuf\Internal\GPBType::STRING, 45) ->repeated('uninterpreted_option', \Google\Protobuf\Internal\GPBType::MESSAGE, 999, 'google.protobuf.internal.UninterpretedOption') ->finalizeToPool(); -- cgit v1.2.3