From 14bb07db224f6e39932fefd304ff337438f3e57e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 9 Nov 2020 08:02:44 +0100 Subject: update to 3.14.0RC1 open https://github.com/protocolbuffers/protobuf/issues/8016 missing files in pecl package open https://github.com/protocolbuffers/protobuf/issues/8017 bad version reported --- PHPINFO | 2 +- REFLECTION | 3737 +++++++++++++++++++++++++++++++++++++++++++++++- php-pecl-protobuf.spec | 17 +- 3 files changed, 3738 insertions(+), 18 deletions(-) diff --git a/PHPINFO b/PHPINFO index fb9d265..ae42f61 100644 --- a/PHPINFO +++ b/PHPINFO @@ -1,7 +1,7 @@ protobuf -Version => 3.13.0 +Version => 3.14.0RC1 Directive => Local Value => Master Value protobuf.keep_descriptor_pool_after_request => 0 => 0 diff --git a/REFLECTION b/REFLECTION index 730419d..ce27444 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #117 protobuf version 3.13.0 ] { +Extension [ extension #117 protobuf version 3.14.0RC1 ] { - Dependencies { Dependency [ date (Optional) ] @@ -10,16 +10,7 @@ Extension [ extension #117 protobuf version 3.13.0 ] { } } - - Functions { - Function [ function protobuf_internal_loadbundled ] { - - - Parameters [1] { - Parameter #0 [ $class_name ] - } - } - } - - - Classes [14] { + - Classes [56] { Class [ final class Google\Protobuf\Internal\Arena ] { - Constants [0] { @@ -424,7 +415,7 @@ Extension [ extension #117 protobuf version 3.13.0 ] { } } - Class [ final class Google\Protobuf\Internal\DescriptorPool ] { + Class [ final class Google\Protobuf\DescriptorPool ] { - Constants [0] { } @@ -455,6 +446,26 @@ Extension [ extension #117 protobuf version 3.13.0 ] { } } + Class [ class Google\Protobuf\Internal\DescriptorPool ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ static public method getGeneratedPool ] { + } + } + + - Properties [0] { + } + + - Methods [0] { + } + } + Class [ class Google\Protobuf\Internal\GPBType ] { - Constants [18] { @@ -619,7 +630,7 @@ Extension [ extension #117 protobuf version 3.13.0 ] { - Properties [0] { } - - Methods [13] { + - Methods [14] { Method [ public method clear ] { - Parameters [0] { @@ -680,6 +691,13 @@ Extension [ extension #117 protobuf version 3.13.0 ] { } } + Method [ protected method hasOneof ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + Method [ protected method readOneof ] { - Parameters [1] { @@ -709,6 +727,3699 @@ Extension [ extension #117 protobuf version 3.13.0 ] { } } } + + Class [ class GPBMetadata\Google\Protobuf\Any ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ static public method initOnce ] { + } + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Class [ final class Google\Protobuf\Any extends Google\Protobuf\Internal\Message ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [21] { + Method [ public method __construct ] { + } + + Method [ public method getTypeUrl ] { + } + + Method [ public method setTypeUrl ] { + } + + Method [ public method getValue ] { + } + + Method [ public method setValue ] { + } + + Method [ public method is ] { + } + + Method [ public method pack ] { + } + + Method [ public method unpack ] { + } + + Method [ public method clear ] { + + - Parameters [0] { + } + } + + Method [ public method discardUnknownFields ] { + + - Parameters [0] { + } + } + + Method [ public method serializeToString ] { + + - Parameters [0] { + } + } + + Method [ public method mergeFromString ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ public method serializeToJsonString ] { + + - Parameters [0] { + } + } + + Method [ public method mergeFromJsonString ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ public method mergeFrom ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ protected method readWrapperValue ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ protected method writeWrapperValue ] { + + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] + } + } + + Method [ protected method hasOneof ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ protected method readOneof ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ protected method writeOneof ] { + + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] + } + } + + Method [ protected method whichOneof ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + } + } + + Class [ class GPBMetadata\Google\Protobuf\Api ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ static public method initOnce ] { + } + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Class [ final class Google\Protobuf\Api extends Google\Protobuf\Internal\Message ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [28] { + Method [ public method __construct ] { + } + + Method [ public method getName ] { + } + + Method [ public method setName ] { + } + + Method [ public method getMethods ] { + } + + Method [ public method setMethods ] { + } + + Method [ public method getOptions ] { + } + + Method [ public method setOptions ] { + } + + Method [ public method getVersion ] { + } + + Method [ public method setVersion ] { + } + + Method [ public method getSourceContext ] { + } + + Method [ public method setSourceContext ] { + } + + Method [ public method getMixins ] { + } + + Method [ public method setMixins ] { + } + + Method [ public method getSyntax ] { + } + + Method [ public method setSyntax ] { + } + + Method [ public method clear ] { + + - Parameters [0] { + } + } + + Method [ public method discardUnknownFields ] { + + - Parameters [0] { + } + } + + Method [ public method serializeToString ] { + + - Parameters [0] { + } + } + + Method [ public method mergeFromString ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ public method serializeToJsonString ] { + + - Parameters [0] { + } + } + + Method [ public method mergeFromJsonString ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ public method mergeFrom ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ protected method readWrapperValue ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ protected method writeWrapperValue ] { + + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] + } + } + + Method [ protected method hasOneof ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ protected method readOneof ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ protected method writeOneof ] { + + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] + } + } + + Method [ protected method whichOneof ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + } + } + + Class [ final class Google\Protobuf\Method extends Google\Protobuf\Internal\Message ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [28] { + Method [ public method __construct ] { + } + + Method [ public method getName ] { + } + + Method [ public method setName ] { + } + + Method [ public method getRequestTypeUrl ] { + } + + Method [ public method setRequestTypeUrl ] { + } + + Method [ public method getRequestStreaming ] { + } + + Method [ public method setRequestStreaming ] { + } + + Method [ public method getResponseTypeUrl ] { + } + + Method [ public method setResponseTypeUrl ] { + } + + Method [ public method getResponseStreaming ] { + } + + Method [ public method setResponseStreaming ] { + } + + Method [ public method getOptions ] { + } + + Method [ public method setOptions ] { + } + + Method [ public method getSyntax ] { + } + + Method [ public method setSyntax ] { + } + + Method [ public method clear ] { + + - Parameters [0] { + } + } + + Method [ public method discardUnknownFields ] { + + - Parameters [0] { + } + } + + Method [ public method serializeToString ] { + + - Parameters [0] { + } + } + + Method [ public method mergeFromString ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ public method serializeToJsonString ] { + + - Parameters [0] { + } + } + + Method [ public method mergeFromJsonString ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ public method mergeFrom ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ protected method readWrapperValue ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ protected method writeWrapperValue ] { + + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] + } + } + + Method [ protected method hasOneof ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ protected method readOneof ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ protected method writeOneof ] { + + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] + } + } + + Method [ protected method whichOneof ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + } + } + + Class [ final class Google\Protobuf\Mixin extends Google\Protobuf\Internal\Message ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [18] { + Method [ public method __construct ] { + } + + Method [ public method getName ] { + } + + Method [ public method setName ] { + } + + Method [ public method getRoot ] { + } + + Method [ public method setRoot ] { + } + + Method [ public method clear ] { + + - Parameters [0] { + } + } + + Method [ public method discardUnknownFields ] { + + - Parameters [0] { + } + } + + Method [ public method serializeToString ] { + + - Parameters [0] { + } + } + + Method [ public method mergeFromString ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ public method serializeToJsonString ] { + + - Parameters [0] { + } + } + + Method [ public method mergeFromJsonString ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ public method mergeFrom ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ protected method readWrapperValue ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ protected method writeWrapperValue ] { + + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] + } + } + + Method [ protected method hasOneof ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ protected method readOneof ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ protected method writeOneof ] { + + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] + } + } + + Method [ protected method whichOneof ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + } + } + + Class [ class GPBMetadata\Google\Protobuf\Duration ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ static public method initOnce ] { + } + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Class [ final class Google\Protobuf\Duration extends Google\Protobuf\Internal\Message ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [18] { + Method [ public method __construct ] { + } + + Method [ public method getSeconds ] { + } + + Method [ public method setSeconds ] { + } + + Method [ public method getNanos ] { + } + + Method [ public method setNanos ] { + } + + Method [ public method clear ] { + + - Parameters [0] { + } + } + + Method [ public method discardUnknownFields ] { + + - Parameters [0] { + } + } + + Method [ public method serializeToString ] { + + - Parameters [0] { + } + } + + Method [ public method mergeFromString ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ public method serializeToJsonString ] { + + - Parameters [0] { + } + } + + Method [ public method mergeFromJsonString ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ public method mergeFrom ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ protected method readWrapperValue ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ protected method writeWrapperValue ] { + + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] + } + } + + Method [ protected method hasOneof ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ protected method readOneof ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ protected method writeOneof ] { + + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] + } + } + + Method [ protected method whichOneof ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + } + } + + Class [ class GPBMetadata\Google\Protobuf\GPBEmpty ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ static public method initOnce ] { + } + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Class [ final class Google\Protobuf\GPBEmpty extends Google\Protobuf\Internal\Message ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [14] { + Method [ public method __construct ] { + } + + Method [ public method clear ] { + + - Parameters [0] { + } + } + + Method [ public method discardUnknownFields ] { + + - Parameters [0] { + } + } + + Method [ public method serializeToString ] { + + - Parameters [0] { + } + } + + Method [ public method mergeFromString ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ public method serializeToJsonString ] { + + - Parameters [0] { + } + } + + Method [ public method mergeFromJsonString ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ public method mergeFrom ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ protected method readWrapperValue ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ protected method writeWrapperValue ] { + + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] + } + } + + Method [ protected method hasOneof ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ protected method readOneof ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ protected method writeOneof ] { + + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] + } + } + + Method [ protected method whichOneof ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + } + } + + Class [ class GPBMetadata\Google\Protobuf\FieldMask ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ static public method initOnce ] { + } + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Class [ final class Google\Protobuf\FieldMask extends Google\Protobuf\Internal\Message ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [16] { + Method [ public method __construct ] { + } + + Method [ public method getPaths ] { + } + + Method [ public method setPaths ] { + } + + Method [ public method clear ] { + + - Parameters [0] { + } + } + + Method [ public method discardUnknownFields ] { + + - Parameters [0] { + } + } + + Method [ public method serializeToString ] { + + - Parameters [0] { + } + } + + Method [ public method mergeFromString ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ public method serializeToJsonString ] { + + - Parameters [0] { + } + } + + Method [ public method mergeFromJsonString ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ public method mergeFrom ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ protected method readWrapperValue ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ protected method writeWrapperValue ] { + + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] + } + } + + Method [ protected method hasOneof ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ protected method readOneof ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ protected method writeOneof ] { + + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] + } + } + + Method [ protected method whichOneof ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + } + } + + Class [ class GPBMetadata\Google\Protobuf\SourceContext ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ static public method initOnce ] { + } + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Class [ final class Google\Protobuf\SourceContext extends Google\Protobuf\Internal\Message ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [16] { + Method [ public method __construct ] { + } + + Method [ public method getFileName ] { + } + + Method [ public method setFileName ] { + } + + Method [ public method clear ] { + + - Parameters [0] { + } + } + + Method [ public method discardUnknownFields ] { + + - Parameters [0] { + } + } + + Method [ public method serializeToString ] { + + - Parameters [0] { + } + } + + Method [ public method mergeFromString ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ public method serializeToJsonString ] { + + - Parameters [0] { + } + } + + Method [ public method mergeFromJsonString ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ public method mergeFrom ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ protected method readWrapperValue ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ protected method writeWrapperValue ] { + + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] + } + } + + Method [ protected method hasOneof ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ protected method readOneof ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ protected method writeOneof ] { + + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] + } + } + + Method [ protected method whichOneof ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + } + } + + Class [ class GPBMetadata\Google\Protobuf\Struct ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ static public method initOnce ] { + } + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Class [ final class Google\Protobuf\Struct extends Google\Protobuf\Internal\Message ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [16] { + Method [ public method __construct ] { + } + + Method [ public method getFields ] { + } + + Method [ public method setFields ] { + } + + Method [ public method clear ] { + + - Parameters [0] { + } + } + + Method [ public method discardUnknownFields ] { + + - Parameters [0] { + } + } + + Method [ public method serializeToString ] { + + - Parameters [0] { + } + } + + Method [ public method mergeFromString ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ public method serializeToJsonString ] { + + - Parameters [0] { + } + } + + Method [ public method mergeFromJsonString ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ public method mergeFrom ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ protected method readWrapperValue ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ protected method writeWrapperValue ] { + + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] + } + } + + Method [ protected method hasOneof ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ protected method readOneof ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ protected method writeOneof ] { + + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] + } + } + + Method [ protected method whichOneof ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + } + } + + Class [ final class Google\Protobuf\Struct\FieldsEntry extends Google\Protobuf\Internal\Message ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [18] { + Method [ public method __construct ] { + } + + Method [ public method getKey ] { + } + + Method [ public method setKey ] { + } + + Method [ public method getValue ] { + } + + Method [ public method setValue ] { + } + + Method [ public method clear ] { + + - Parameters [0] { + } + } + + Method [ public method discardUnknownFields ] { + + - Parameters [0] { + } + } + + Method [ public method serializeToString ] { + + - Parameters [0] { + } + } + + Method [ public method mergeFromString ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ public method serializeToJsonString ] { + + - Parameters [0] { + } + } + + Method [ public method mergeFromJsonString ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ public method mergeFrom ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ protected method readWrapperValue ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ protected method writeWrapperValue ] { + + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] + } + } + + Method [ protected method hasOneof ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ protected method readOneof ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ protected method writeOneof ] { + + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] + } + } + + Method [ protected method whichOneof ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + } + } + + Class [ final class Google\Protobuf\Value extends Google\Protobuf\Internal\Message ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [27] { + Method [ public method __construct ] { + } + + Method [ public method getNullValue ] { + } + + Method [ public method setNullValue ] { + } + + Method [ public method getNumberValue ] { + } + + Method [ public method setNumberValue ] { + } + + Method [ public method getStringValue ] { + } + + Method [ public method setStringValue ] { + } + + Method [ public method getBoolValue ] { + } + + Method [ public method setBoolValue ] { + } + + Method [ public method getStructValue ] { + } + + Method [ public method setStructValue ] { + } + + Method [ public method getListValue ] { + } + + Method [ public method setListValue ] { + } + + Method [ public method getKind ] { + } + + Method [ public method clear ] { + + - Parameters [0] { + } + } + + Method [ public method discardUnknownFields ] { + + - Parameters [0] { + } + } + + Method [ public method serializeToString ] { + + - Parameters [0] { + } + } + + Method [ public method mergeFromString ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ public method serializeToJsonString ] { + + - Parameters [0] { + } + } + + Method [ public method mergeFromJsonString ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ public method mergeFrom ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ protected method readWrapperValue ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ protected method writeWrapperValue ] { + + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] + } + } + + Method [ protected method hasOneof ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ protected method readOneof ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ protected method writeOneof ] { + + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] + } + } + + Method [ protected method whichOneof ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + } + } + + Class [ final class Google\Protobuf\ListValue extends Google\Protobuf\Internal\Message ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [16] { + Method [ public method __construct ] { + } + + Method [ public method getValues ] { + } + + Method [ public method setValues ] { + } + + Method [ public method clear ] { + + - Parameters [0] { + } + } + + Method [ public method discardUnknownFields ] { + + - Parameters [0] { + } + } + + Method [ public method serializeToString ] { + + - Parameters [0] { + } + } + + Method [ public method mergeFromString ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ public method serializeToJsonString ] { + + - Parameters [0] { + } + } + + Method [ public method mergeFromJsonString ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ public method mergeFrom ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ protected method readWrapperValue ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ protected method writeWrapperValue ] { + + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] + } + } + + Method [ protected method hasOneof ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ protected method readOneof ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ protected method writeOneof ] { + + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] + } + } + + Method [ protected method whichOneof ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + } + } + + Class [ class Google\Protobuf\NullValue ] { + + - Constants [1] { + Constant [ public int NULL_VALUE ] { 0 } + } + + - Static properties [0] { + } + + - Static methods [2] { + Method [ static public method name ] { + } + + Method [ static public method value ] { + } + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Class [ class GPBMetadata\Google\Protobuf\Type ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ static public method initOnce ] { + } + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Class [ final class Google\Protobuf\Type extends Google\Protobuf\Internal\Message ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [26] { + Method [ public method __construct ] { + } + + Method [ public method getName ] { + } + + Method [ public method setName ] { + } + + Method [ public method getFields ] { + } + + Method [ public method setFields ] { + } + + Method [ public method getOneofs ] { + } + + Method [ public method setOneofs ] { + } + + Method [ public method getOptions ] { + } + + Method [ public method setOptions ] { + } + + Method [ public method getSourceContext ] { + } + + Method [ public method setSourceContext ] { + } + + Method [ public method getSyntax ] { + } + + Method [ public method setSyntax ] { + } + + Method [ public method clear ] { + + - Parameters [0] { + } + } + + Method [ public method discardUnknownFields ] { + + - Parameters [0] { + } + } + + Method [ public method serializeToString ] { + + - Parameters [0] { + } + } + + Method [ public method mergeFromString ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ public method serializeToJsonString ] { + + - Parameters [0] { + } + } + + Method [ public method mergeFromJsonString ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ public method mergeFrom ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ protected method readWrapperValue ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ protected method writeWrapperValue ] { + + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] + } + } + + Method [ protected method hasOneof ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ protected method readOneof ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ protected method writeOneof ] { + + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] + } + } + + Method [ protected method whichOneof ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + } + } + + Class [ final class Google\Protobuf\Field extends Google\Protobuf\Internal\Message ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [34] { + Method [ public method __construct ] { + } + + Method [ public method getKind ] { + } + + Method [ public method setKind ] { + } + + Method [ public method getCardinality ] { + } + + Method [ public method setCardinality ] { + } + + Method [ public method getNumber ] { + } + + Method [ public method setNumber ] { + } + + Method [ public method getName ] { + } + + Method [ public method setName ] { + } + + Method [ public method getTypeUrl ] { + } + + Method [ public method setTypeUrl ] { + } + + Method [ public method getOneofIndex ] { + } + + Method [ public method setOneofIndex ] { + } + + Method [ public method getPacked ] { + } + + Method [ public method setPacked ] { + } + + Method [ public method getOptions ] { + } + + Method [ public method setOptions ] { + } + + Method [ public method getJsonName ] { + } + + Method [ public method setJsonName ] { + } + + Method [ public method getDefaultValue ] { + } + + Method [ public method setDefaultValue ] { + } + + Method [ public method clear ] { + + - Parameters [0] { + } + } + + Method [ public method discardUnknownFields ] { + + - Parameters [0] { + } + } + + Method [ public method serializeToString ] { + + - Parameters [0] { + } + } + + Method [ public method mergeFromString ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ public method serializeToJsonString ] { + + - Parameters [0] { + } + } + + Method [ public method mergeFromJsonString ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ public method mergeFrom ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ protected method readWrapperValue ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ protected method writeWrapperValue ] { + + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] + } + } + + Method [ protected method hasOneof ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ protected method readOneof ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ protected method writeOneof ] { + + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] + } + } + + Method [ protected method whichOneof ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + } + } + + Class [ class Google\Protobuf\Field\Kind ] { + + - Constants [19] { + Constant [ public int TYPE_UNKNOWN ] { 0 } + Constant [ public int TYPE_DOUBLE ] { 1 } + Constant [ public int TYPE_FLOAT ] { 2 } + Constant [ public int TYPE_INT64 ] { 3 } + Constant [ public int TYPE_UINT64 ] { 4 } + Constant [ public int TYPE_INT32 ] { 5 } + Constant [ public int TYPE_FIXED64 ] { 6 } + Constant [ public int TYPE_FIXED32 ] { 7 } + Constant [ public int TYPE_BOOL ] { 8 } + Constant [ public int TYPE_STRING ] { 9 } + Constant [ public int TYPE_GROUP ] { 10 } + Constant [ public int TYPE_MESSAGE ] { 11 } + Constant [ public int TYPE_BYTES ] { 12 } + Constant [ public int TYPE_UINT32 ] { 13 } + Constant [ public int TYPE_ENUM ] { 14 } + Constant [ public int TYPE_SFIXED32 ] { 15 } + Constant [ public int TYPE_SFIXED64 ] { 16 } + Constant [ public int TYPE_SINT32 ] { 17 } + Constant [ public int TYPE_SINT64 ] { 18 } + } + + - Static properties [0] { + } + + - Static methods [2] { + Method [ static public method name ] { + } + + Method [ static public method value ] { + } + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Class [ class Google\Protobuf\Field\Cardinality ] { + + - Constants [4] { + Constant [ public int CARDINALITY_UNKNOWN ] { 0 } + Constant [ public int CARDINALITY_OPTIONAL ] { 1 } + Constant [ public int CARDINALITY_REQUIRED ] { 2 } + Constant [ public int CARDINALITY_REPEATED ] { 3 } + } + + - Static properties [0] { + } + + - Static methods [2] { + Method [ static public method name ] { + } + + Method [ static public method value ] { + } + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Class [ final class Google\Protobuf\Enum extends Google\Protobuf\Internal\Message ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [24] { + Method [ public method __construct ] { + } + + Method [ public method getName ] { + } + + Method [ public method setName ] { + } + + Method [ public method getEnumvalue ] { + } + + Method [ public method setEnumvalue ] { + } + + Method [ public method getOptions ] { + } + + Method [ public method setOptions ] { + } + + Method [ public method getSourceContext ] { + } + + Method [ public method setSourceContext ] { + } + + Method [ public method getSyntax ] { + } + + Method [ public method setSyntax ] { + } + + Method [ public method clear ] { + + - Parameters [0] { + } + } + + Method [ public method discardUnknownFields ] { + + - Parameters [0] { + } + } + + Method [ public method serializeToString ] { + + - Parameters [0] { + } + } + + Method [ public method mergeFromString ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ public method serializeToJsonString ] { + + - Parameters [0] { + } + } + + Method [ public method mergeFromJsonString ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ public method mergeFrom ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ protected method readWrapperValue ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ protected method writeWrapperValue ] { + + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] + } + } + + Method [ protected method hasOneof ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ protected method readOneof ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ protected method writeOneof ] { + + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] + } + } + + Method [ protected method whichOneof ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + } + } + + Class [ final class Google\Protobuf\EnumValue extends Google\Protobuf\Internal\Message ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [20] { + Method [ public method __construct ] { + } + + Method [ public method getName ] { + } + + Method [ public method setName ] { + } + + Method [ public method getNumber ] { + } + + Method [ public method setNumber ] { + } + + Method [ public method getOptions ] { + } + + Method [ public method setOptions ] { + } + + Method [ public method clear ] { + + - Parameters [0] { + } + } + + Method [ public method discardUnknownFields ] { + + - Parameters [0] { + } + } + + Method [ public method serializeToString ] { + + - Parameters [0] { + } + } + + Method [ public method mergeFromString ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ public method serializeToJsonString ] { + + - Parameters [0] { + } + } + + Method [ public method mergeFromJsonString ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ public method mergeFrom ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ protected method readWrapperValue ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ protected method writeWrapperValue ] { + + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] + } + } + + Method [ protected method hasOneof ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ protected method readOneof ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ protected method writeOneof ] { + + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] + } + } + + Method [ protected method whichOneof ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + } + } + + Class [ final class Google\Protobuf\Option extends Google\Protobuf\Internal\Message ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [18] { + Method [ public method __construct ] { + } + + Method [ public method getName ] { + } + + Method [ public method setName ] { + } + + Method [ public method getValue ] { + } + + Method [ public method setValue ] { + } + + Method [ public method clear ] { + + - Parameters [0] { + } + } + + Method [ public method discardUnknownFields ] { + + - Parameters [0] { + } + } + + Method [ public method serializeToString ] { + + - Parameters [0] { + } + } + + Method [ public method mergeFromString ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ public method serializeToJsonString ] { + + - Parameters [0] { + } + } + + Method [ public method mergeFromJsonString ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ public method mergeFrom ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ protected method readWrapperValue ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ protected method writeWrapperValue ] { + + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] + } + } + + Method [ protected method hasOneof ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ protected method readOneof ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ protected method writeOneof ] { + + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] + } + } + + Method [ protected method whichOneof ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + } + } + + Class [ class Google\Protobuf\Syntax ] { + + - Constants [2] { + Constant [ public int SYNTAX_PROTO2 ] { 0 } + Constant [ public int SYNTAX_PROTO3 ] { 1 } + } + + - Static properties [0] { + } + + - Static methods [2] { + Method [ static public method name ] { + } + + Method [ static public method value ] { + } + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Class [ class GPBMetadata\Google\Protobuf\Timestamp ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ static public method initOnce ] { + } + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Class [ final class Google\Protobuf\Timestamp extends Google\Protobuf\Internal\Message ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [20] { + Method [ public method __construct ] { + } + + Method [ public method getSeconds ] { + } + + Method [ public method setSeconds ] { + } + + Method [ public method getNanos ] { + } + + Method [ public method setNanos ] { + } + + Method [ public method fromDateTime ] { + } + + Method [ public method toDateTime ] { + } + + Method [ public method clear ] { + + - Parameters [0] { + } + } + + Method [ public method discardUnknownFields ] { + + - Parameters [0] { + } + } + + Method [ public method serializeToString ] { + + - Parameters [0] { + } + } + + Method [ public method mergeFromString ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ public method serializeToJsonString ] { + + - Parameters [0] { + } + } + + Method [ public method mergeFromJsonString ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ public method mergeFrom ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ protected method readWrapperValue ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ protected method writeWrapperValue ] { + + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] + } + } + + Method [ protected method hasOneof ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ protected method readOneof ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ protected method writeOneof ] { + + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] + } + } + + Method [ protected method whichOneof ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + } + } + + Class [ class GPBMetadata\Google\Protobuf\Wrappers ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ static public method initOnce ] { + } + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Class [ final class Google\Protobuf\DoubleValue extends Google\Protobuf\Internal\Message ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [16] { + Method [ public method __construct ] { + } + + Method [ public method getValue ] { + } + + Method [ public method setValue ] { + } + + Method [ public method clear ] { + + - Parameters [0] { + } + } + + Method [ public method discardUnknownFields ] { + + - Parameters [0] { + } + } + + Method [ public method serializeToString ] { + + - Parameters [0] { + } + } + + Method [ public method mergeFromString ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ public method serializeToJsonString ] { + + - Parameters [0] { + } + } + + Method [ public method mergeFromJsonString ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ public method mergeFrom ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ protected method readWrapperValue ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ protected method writeWrapperValue ] { + + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] + } + } + + Method [ protected method hasOneof ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ protected method readOneof ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ protected method writeOneof ] { + + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] + } + } + + Method [ protected method whichOneof ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + } + } + + Class [ final class Google\Protobuf\FloatValue extends Google\Protobuf\Internal\Message ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [16] { + Method [ public method __construct ] { + } + + Method [ public method getValue ] { + } + + Method [ public method setValue ] { + } + + Method [ public method clear ] { + + - Parameters [0] { + } + } + + Method [ public method discardUnknownFields ] { + + - Parameters [0] { + } + } + + Method [ public method serializeToString ] { + + - Parameters [0] { + } + } + + Method [ public method mergeFromString ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ public method serializeToJsonString ] { + + - Parameters [0] { + } + } + + Method [ public method mergeFromJsonString ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ public method mergeFrom ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ protected method readWrapperValue ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ protected method writeWrapperValue ] { + + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] + } + } + + Method [ protected method hasOneof ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ protected method readOneof ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ protected method writeOneof ] { + + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] + } + } + + Method [ protected method whichOneof ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + } + } + + Class [ final class Google\Protobuf\Int64Value extends Google\Protobuf\Internal\Message ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [16] { + Method [ public method __construct ] { + } + + Method [ public method getValue ] { + } + + Method [ public method setValue ] { + } + + Method [ public method clear ] { + + - Parameters [0] { + } + } + + Method [ public method discardUnknownFields ] { + + - Parameters [0] { + } + } + + Method [ public method serializeToString ] { + + - Parameters [0] { + } + } + + Method [ public method mergeFromString ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ public method serializeToJsonString ] { + + - Parameters [0] { + } + } + + Method [ public method mergeFromJsonString ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ public method mergeFrom ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ protected method readWrapperValue ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ protected method writeWrapperValue ] { + + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] + } + } + + Method [ protected method hasOneof ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ protected method readOneof ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ protected method writeOneof ] { + + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] + } + } + + Method [ protected method whichOneof ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + } + } + + Class [ final class Google\Protobuf\UInt64Value extends Google\Protobuf\Internal\Message ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [16] { + Method [ public method __construct ] { + } + + Method [ public method getValue ] { + } + + Method [ public method setValue ] { + } + + Method [ public method clear ] { + + - Parameters [0] { + } + } + + Method [ public method discardUnknownFields ] { + + - Parameters [0] { + } + } + + Method [ public method serializeToString ] { + + - Parameters [0] { + } + } + + Method [ public method mergeFromString ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ public method serializeToJsonString ] { + + - Parameters [0] { + } + } + + Method [ public method mergeFromJsonString ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ public method mergeFrom ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ protected method readWrapperValue ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ protected method writeWrapperValue ] { + + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] + } + } + + Method [ protected method hasOneof ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ protected method readOneof ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ protected method writeOneof ] { + + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] + } + } + + Method [ protected method whichOneof ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + } + } + + Class [ final class Google\Protobuf\Int32Value extends Google\Protobuf\Internal\Message ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [16] { + Method [ public method __construct ] { + } + + Method [ public method getValue ] { + } + + Method [ public method setValue ] { + } + + Method [ public method clear ] { + + - Parameters [0] { + } + } + + Method [ public method discardUnknownFields ] { + + - Parameters [0] { + } + } + + Method [ public method serializeToString ] { + + - Parameters [0] { + } + } + + Method [ public method mergeFromString ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ public method serializeToJsonString ] { + + - Parameters [0] { + } + } + + Method [ public method mergeFromJsonString ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ public method mergeFrom ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ protected method readWrapperValue ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ protected method writeWrapperValue ] { + + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] + } + } + + Method [ protected method hasOneof ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ protected method readOneof ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ protected method writeOneof ] { + + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] + } + } + + Method [ protected method whichOneof ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + } + } + + Class [ final class Google\Protobuf\UInt32Value extends Google\Protobuf\Internal\Message ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [16] { + Method [ public method __construct ] { + } + + Method [ public method getValue ] { + } + + Method [ public method setValue ] { + } + + Method [ public method clear ] { + + - Parameters [0] { + } + } + + Method [ public method discardUnknownFields ] { + + - Parameters [0] { + } + } + + Method [ public method serializeToString ] { + + - Parameters [0] { + } + } + + Method [ public method mergeFromString ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ public method serializeToJsonString ] { + + - Parameters [0] { + } + } + + Method [ public method mergeFromJsonString ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ public method mergeFrom ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ protected method readWrapperValue ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ protected method writeWrapperValue ] { + + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] + } + } + + Method [ protected method hasOneof ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ protected method readOneof ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ protected method writeOneof ] { + + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] + } + } + + Method [ protected method whichOneof ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + } + } + + Class [ final class Google\Protobuf\BoolValue extends Google\Protobuf\Internal\Message ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [16] { + Method [ public method __construct ] { + } + + Method [ public method getValue ] { + } + + Method [ public method setValue ] { + } + + Method [ public method clear ] { + + - Parameters [0] { + } + } + + Method [ public method discardUnknownFields ] { + + - Parameters [0] { + } + } + + Method [ public method serializeToString ] { + + - Parameters [0] { + } + } + + Method [ public method mergeFromString ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ public method serializeToJsonString ] { + + - Parameters [0] { + } + } + + Method [ public method mergeFromJsonString ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ public method mergeFrom ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ protected method readWrapperValue ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ protected method writeWrapperValue ] { + + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] + } + } + + Method [ protected method hasOneof ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ protected method readOneof ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ protected method writeOneof ] { + + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] + } + } + + Method [ protected method whichOneof ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + } + } + + Class [ final class Google\Protobuf\StringValue extends Google\Protobuf\Internal\Message ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [16] { + Method [ public method __construct ] { + } + + Method [ public method getValue ] { + } + + Method [ public method setValue ] { + } + + Method [ public method clear ] { + + - Parameters [0] { + } + } + + Method [ public method discardUnknownFields ] { + + - Parameters [0] { + } + } + + Method [ public method serializeToString ] { + + - Parameters [0] { + } + } + + Method [ public method mergeFromString ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ public method serializeToJsonString ] { + + - Parameters [0] { + } + } + + Method [ public method mergeFromJsonString ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ public method mergeFrom ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ protected method readWrapperValue ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ protected method writeWrapperValue ] { + + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] + } + } + + Method [ protected method hasOneof ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ protected method readOneof ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ protected method writeOneof ] { + + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] + } + } + + Method [ protected method whichOneof ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + } + } + + Class [ final class Google\Protobuf\BytesValue extends Google\Protobuf\Internal\Message ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [16] { + Method [ public method __construct ] { + } + + Method [ public method getValue ] { + } + + Method [ public method setValue ] { + } + + Method [ public method clear ] { + + - Parameters [0] { + } + } + + Method [ public method discardUnknownFields ] { + + - Parameters [0] { + } + } + + Method [ public method serializeToString ] { + + - Parameters [0] { + } + } + + Method [ public method mergeFromString ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ public method serializeToJsonString ] { + + - Parameters [0] { + } + } + + Method [ public method mergeFromJsonString ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ public method mergeFrom ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ protected method readWrapperValue ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ protected method writeWrapperValue ] { + + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] + } + } + + Method [ protected method hasOneof ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ protected method readOneof ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ protected method writeOneof ] { + + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $value ] + } + } + + Method [ protected method whichOneof ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + } + } } } diff --git a/php-pecl-protobuf.spec b/php-pecl-protobuf.spec index 6be7911..388b90a 100644 --- a/php-pecl-protobuf.spec +++ b/php-pecl-protobuf.spec @@ -18,8 +18,8 @@ %global pecl_name protobuf %global with_zts 0 %global ini_name 40-%{pecl_name}.ini -%global upstream_version 3.13.0.1 -#global upstream_prever RC2 +%global upstream_version 3.14.0 +%global upstream_prever RC1 Summary: Mechanism for serializing structured data Name: %{?sub_prefix}php-pecl-%{pecl_name} @@ -29,6 +29,8 @@ License: BSD URL: https://pecl.php.net/package/%{pecl_name} Source0: https://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz +Source1: https://raw.githubusercontent.com/protocolbuffers/protobuf/3.14.x/php/ext/google/protobuf/wkt.inc + BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?scl_prefix}php-devel >= 7.0 BuildRequires: %{?scl_prefix}php-pear @@ -87,8 +89,8 @@ sed -e 's/role="test"/role="src"/' \ cd NTS -# See https://github.com/protocolbuffers/protobuf/issues/7812 -sed -e s/704000/70400/ -i message.c +cp %{SOURCE1} . +sed -e 's/"3.13.0"/PHP_PROTOBUF_VERSION/' -i protobuf.c # Sanity check, really often broken extver=$(sed -n '/#define PHP_PROTOBUF_VERSION/{s/.* "//;s/".*$//;p}' protobuf.h) @@ -209,6 +211,13 @@ fi %changelog +* Mon Nov 9 2020 Remi Collet - 3.14.0~RC1-1 +- update to 3.14.0RC1 +- open https://github.com/protocolbuffers/protobuf/issues/8016 + missing files in pecl package +- open https://github.com/protocolbuffers/protobuf/issues/8017 + bad version reported + * Fri Oct 9 2020 Remi Collet - 3.13.0.1-1 - update to 3.13.0.1 -- cgit