summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION782
1 files changed, 502 insertions, 280 deletions
diff --git a/REFLECTION b/REFLECTION
index f00b8b1..cab1db8 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
+Extension [ <persistent> extension #108 protobuf version 5.34.0RC1 ] {
- Dependencies {
Dependency [ date (Optional) ]
@@ -10,7 +10,7 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
}
}
- - Classes [56] {
+ - Classes [57] {
Class [ <internal:protobuf> final class Google\Protobuf\Internal\Arena ] {
- Constants [0] {
@@ -29,7 +29,7 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
}
}
- Class [ <internal:protobuf> <iterateable> final class Google\Protobuf\Internal\RepeatedField implements ArrayAccess, IteratorAggregate, Traversable, Countable ] {
+ Class [ <internal:protobuf> <iterateable> final class Google\Protobuf\RepeatedField implements ArrayAccess, IteratorAggregate, Traversable, Countable ] {
- Constants [0] {
}
@@ -48,7 +48,7 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
- Parameters [2] {
Parameter #0 [ <required> $type ]
- Parameter #1 [ <optional> $class ]
+ Parameter #1 [ <optional> $class = <default> ]
}
}
@@ -62,15 +62,17 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
Method [ <internal:protobuf, prototype ArrayAccess> public method offsetExists ] {
- Parameters [1] {
- Parameter #0 [ <required> $index ]
+ Parameter #0 [ <optional> $index = <default> ]
}
+ - Return [ bool ]
}
Method [ <internal:protobuf, prototype ArrayAccess> public method offsetGet ] {
- Parameters [1] {
- Parameter #0 [ <required> $index ]
+ Parameter #0 [ <optional> $index = <default> ]
}
+ - Tentative return [ mixed ]
}
Method [ <internal:protobuf, prototype ArrayAccess> public method offsetSet ] {
@@ -79,25 +81,29 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
Parameter #0 [ <required> $index ]
Parameter #1 [ <required> $newval ]
}
+ - Return [ void ]
}
Method [ <internal:protobuf, prototype ArrayAccess> public method offsetUnset ] {
- Parameters [1] {
- Parameter #0 [ <required> $index ]
+ Parameter #0 [ <optional> $index = <default> ]
}
+ - Return [ void ]
}
Method [ <internal:protobuf, prototype Countable> public method count ] {
- Parameters [0] {
}
+ - Return [ int ]
}
Method [ <internal:protobuf, prototype IteratorAggregate> public method getIterator ] {
- Parameters [0] {
}
+ - Return [ Traversable ]
}
}
}
@@ -121,30 +127,35 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
- Parameters [0] {
}
+ - Return [ void ]
}
Method [ <internal:protobuf, prototype Iterator> public method current ] {
- Parameters [0] {
}
+ - Tentative return [ mixed ]
}
Method [ <internal:protobuf, prototype Iterator> public method key ] {
- Parameters [0] {
}
+ - Tentative return [ mixed ]
}
Method [ <internal:protobuf, prototype Iterator> public method next ] {
- Parameters [0] {
}
+ - Return [ void ]
}
Method [ <internal:protobuf, prototype Iterator> public method valid ] {
- Parameters [0] {
}
+ - Return [ bool ]
}
}
}
@@ -158,7 +169,7 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
- Static properties [0] {
}
- - Static methods [13] {
+ - Static methods [14] {
Method [ <internal:protobuf> static public method checkInt32 ] {
- Parameters [1] {
@@ -220,7 +231,7 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
- Parameters [2] {
Parameter #0 [ <required> $value ]
- Parameter #1 [ <optional> $check_utf8 ]
+ Parameter #1 [ <optional> $check_utf8 = <default> ]
}
}
@@ -245,7 +256,7 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
Parameter #0 [ <required> $value ]
Parameter #1 [ <required> $key_type ]
Parameter #2 [ <required> $value_type ]
- Parameter #3 [ <optional> $value_class ]
+ Parameter #3 [ <optional> $value_class = <default> ]
}
}
@@ -254,7 +265,15 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
- Parameters [3] {
Parameter #0 [ <required> $value ]
Parameter #1 [ <required> $type ]
- Parameter #2 [ <optional> $class ]
+ Parameter #2 [ <optional> $class = <default> ]
+ }
+ }
+
+ Method [ <internal:protobuf> static public method compatibleInt64 ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $int_val ]
+ Parameter #1 [ <required> $str_val ]
}
}
}
@@ -442,7 +461,7 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
- Properties [0] {
}
- - Methods [7] {
+ - Methods [11] {
Method [ <internal:protobuf> public method getName ] {
- Parameters [0] {
@@ -455,7 +474,13 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
}
}
- Method [ <internal:protobuf> public method getLabel ] {
+ Method [ <internal:protobuf> public method isRequired ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:protobuf> public method isRepeated ] {
- Parameters [0] {
}
@@ -479,6 +504,24 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
}
}
+ Method [ <internal:protobuf> public method getContainingOneof ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:protobuf> public method getRealContainingOneof ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:protobuf> public method hasPresence ] {
+
+ - Parameters [0] {
+ }
+ }
+
Method [ <internal:protobuf> public method getMessageType ] {
- Parameters [0] {
@@ -617,22 +660,24 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
- Parameters [3] {
Parameter #0 [ <required> $key_type ]
Parameter #1 [ <required> $value_type ]
- Parameter #2 [ <optional> $value_class ]
+ Parameter #2 [ <optional> $value_class = <default> ]
}
}
Method [ <internal:protobuf, prototype ArrayAccess> public method offsetExists ] {
- Parameters [1] {
- Parameter #0 [ <required> $index ]
+ Parameter #0 [ <optional> $index = <default> ]
}
+ - Return [ bool ]
}
Method [ <internal:protobuf, prototype ArrayAccess> public method offsetGet ] {
- Parameters [1] {
- Parameter #0 [ <required> $index ]
+ Parameter #0 [ <optional> $index = <default> ]
}
+ - Tentative return [ mixed ]
}
Method [ <internal:protobuf, prototype ArrayAccess> public method offsetSet ] {
@@ -641,25 +686,29 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
Parameter #0 [ <required> $index ]
Parameter #1 [ <required> $newval ]
}
+ - Return [ void ]
}
Method [ <internal:protobuf, prototype ArrayAccess> public method offsetUnset ] {
- Parameters [1] {
- Parameter #0 [ <required> $index ]
+ Parameter #0 [ <optional> $index = <default> ]
}
+ - Return [ void ]
}
Method [ <internal:protobuf, prototype Countable> public method count ] {
- Parameters [0] {
}
+ - Return [ int ]
}
Method [ <internal:protobuf, prototype IteratorAggregate> public method getIterator ] {
- Parameters [0] {
}
+ - Return [ Traversable ]
}
}
}
@@ -683,30 +732,35 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
- Parameters [0] {
}
+ - Return [ void ]
}
Method [ <internal:protobuf, prototype Iterator> public method current ] {
- Parameters [0] {
}
+ - Tentative return [ mixed ]
}
Method [ <internal:protobuf, prototype Iterator> public method key ] {
- Parameters [0] {
}
+ - Tentative return [ mixed ]
}
Method [ <internal:protobuf, prototype Iterator> public method next ] {
- Parameters [0] {
}
+ - Return [ void ]
}
Method [ <internal:protobuf, prototype Iterator> public method valid ] {
- Parameters [0] {
}
+ - Return [ bool ]
}
}
}
@@ -753,7 +807,8 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
Method [ <internal:protobuf> public method serializeToJsonString ] {
- - Parameters [0] {
+ - Parameters [1] {
+ Parameter #0 [ <optional> $flags = <default> ]
}
}
@@ -761,7 +816,7 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
- Parameters [2] {
Parameter #0 [ <required> $data ]
- Parameter #1 [ <optional> $arg ]
+ Parameter #1 [ <optional> $arg = <default> ]
}
}
@@ -819,7 +874,7 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
Method [ <internal:protobuf, ctor> protected method __construct ] {
- Parameters [1] {
- Parameter #0 [ <optional> $data ]
+ Parameter #0 [ <optional> $data = <default> ]
}
}
}
@@ -866,7 +921,7 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] {
- Parameters [1] {
- Parameter #0 [ <optional> $data ]
+ Parameter #0 [ <optional> $data = <default> ]
}
}
@@ -943,7 +998,8 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method serializeToJsonString ] {
- - Parameters [0] {
+ - Parameters [1] {
+ Parameter #0 [ <optional> $flags = <default> ]
}
}
@@ -951,7 +1007,7 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
- Parameters [2] {
Parameter #0 [ <required> $data ]
- Parameter #1 [ <optional> $arg ]
+ Parameter #1 [ <optional> $arg = <default> ]
}
}
@@ -1045,11 +1101,11 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
- Properties [0] {
}
- - Methods [28] {
+ - Methods [31] {
Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] {
- Parameters [1] {
- Parameter #0 [ <optional> $data ]
+ Parameter #0 [ <optional> $data = <default> ]
}
}
@@ -1118,6 +1174,12 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
}
}
+ Method [ <internal:protobuf> public method hasSourceContext ] {
+
+ - Parameters [0] {
+ }
+ }
+
Method [ <internal:protobuf> public method getMixins ] {
- Parameters [0] {
@@ -1144,6 +1206,19 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
}
}
+ Method [ <internal:protobuf> public method getEdition ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:protobuf> public method setEdition ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $value ]
+ }
+ }
+
Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method clear ] {
- Parameters [0] {
@@ -1171,7 +1246,8 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method serializeToJsonString ] {
- - Parameters [0] {
+ - Parameters [1] {
+ Parameter #0 [ <optional> $flags = <default> ]
}
}
@@ -1179,7 +1255,7 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
- Parameters [2] {
Parameter #0 [ <required> $data ]
- Parameter #1 [ <optional> $arg ]
+ Parameter #1 [ <optional> $arg = <default> ]
}
}
@@ -1250,11 +1326,11 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
- Properties [0] {
}
- - Methods [28] {
+ - Methods [30] {
Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] {
- Parameters [1] {
- Parameter #0 [ <optional> $data ]
+ Parameter #0 [ <optional> $data = <default> ]
}
}
@@ -1349,6 +1425,19 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
}
}
+ Method [ <internal:protobuf> public method getEdition ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:protobuf> public method setEdition ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $value ]
+ }
+ }
+
Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method clear ] {
- Parameters [0] {
@@ -1376,7 +1465,8 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method serializeToJsonString ] {
- - Parameters [0] {
+ - Parameters [1] {
+ Parameter #0 [ <optional> $flags = <default> ]
}
}
@@ -1384,7 +1474,7 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
- Parameters [2] {
Parameter #0 [ <required> $data ]
- Parameter #1 [ <optional> $arg ]
+ Parameter #1 [ <optional> $arg = <default> ]
}
}
@@ -1459,7 +1549,7 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] {
- Parameters [1] {
- Parameter #0 [ <optional> $data ]
+ Parameter #0 [ <optional> $data = <default> ]
}
}
@@ -1516,7 +1606,8 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method serializeToJsonString ] {
- - Parameters [0] {
+ - Parameters [1] {
+ Parameter #0 [ <optional> $flags = <default> ]
}
}
@@ -1524,7 +1615,7 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
- Parameters [2] {
Parameter #0 [ <required> $data ]
- Parameter #1 [ <optional> $arg ]
+ Parameter #1 [ <optional> $arg = <default> ]
}
}
@@ -1622,7 +1713,7 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] {
- Parameters [1] {
- Parameter #0 [ <optional> $data ]
+ Parameter #0 [ <optional> $data = <default> ]
}
}
@@ -1679,7 +1770,8 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method serializeToJsonString ] {
- - Parameters [0] {
+ - Parameters [1] {
+ Parameter #0 [ <optional> $flags = <default> ]
}
}
@@ -1687,7 +1779,7 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
- Parameters [2] {
Parameter #0 [ <required> $data ]
- Parameter #1 [ <optional> $arg ]
+ Parameter #1 [ <optional> $arg = <default> ]
}
}
@@ -1785,7 +1877,7 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] {
- Parameters [1] {
- Parameter #0 [ <optional> $data ]
+ Parameter #0 [ <optional> $data = <default> ]
}
}
@@ -1816,7 +1908,8 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method serializeToJsonString ] {
- - Parameters [0] {
+ - Parameters [1] {
+ Parameter #0 [ <optional> $flags = <default> ]
}
}
@@ -1824,7 +1917,7 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
- Parameters [2] {
Parameter #0 [ <required> $data ]
- Parameter #1 [ <optional> $arg ]
+ Parameter #1 [ <optional> $arg = <default> ]
}
}
@@ -1922,7 +2015,7 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] {
- Parameters [1] {
- Parameter #0 [ <optional> $data ]
+ Parameter #0 [ <optional> $data = <default> ]
}
}
@@ -1966,7 +2059,8 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method serializeToJsonString ] {
- - Parameters [0] {
+ - Parameters [1] {
+ Parameter #0 [ <optional> $flags = <default> ]
}
}
@@ -1974,7 +2068,7 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
- Parameters [2] {
Parameter #0 [ <required> $data ]
- Parameter #1 [ <optional> $arg ]
+ Parameter #1 [ <optional> $arg = <default> ]
}
}
@@ -2072,7 +2166,7 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] {
- Parameters [1] {
- Parameter #0 [ <optional> $data ]
+ Parameter #0 [ <optional> $data = <default> ]
}
}
@@ -2116,7 +2210,8 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method serializeToJsonString ] {
- - Parameters [0] {
+ - Parameters [1] {
+ Parameter #0 [ <optional> $flags = <default> ]
}
}
@@ -2124,7 +2219,7 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
- Parameters [2] {
Parameter #0 [ <required> $data ]
- Parameter #1 [ <optional> $arg ]
+ Parameter #1 [ <optional> $arg = <default> ]
}
}
@@ -2222,7 +2317,7 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] {
- Parameters [1] {
- Parameter #0 [ <optional> $data ]
+ Parameter #0 [ <optional> $data = <default> ]
}
}
@@ -2266,7 +2361,8 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method serializeToJsonString ] {
- - Parameters [0] {
+ - Parameters [1] {
+ Parameter #0 [ <optional> $flags = <default> ]
}
}
@@ -2274,7 +2370,7 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
- Parameters [2] {
Parameter #0 [ <required> $data ]
- Parameter #1 [ <optional> $arg ]
+ Parameter #1 [ <optional> $arg = <default> ]
}
}
@@ -2345,11 +2441,11 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
- Properties [0] {
}
- - Methods [18] {
+ - Methods [19] {
Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] {
- Parameters [1] {
- Parameter #0 [ <optional> $data ]
+ Parameter #0 [ <optional> $data = <default> ]
}
}
@@ -2379,6 +2475,12 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
}
}
+ Method [ <internal:protobuf> public method hasValue ] {
+
+ - Parameters [0] {
+ }
+ }
+
Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method clear ] {
- Parameters [0] {
@@ -2406,7 +2508,8 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method serializeToJsonString ] {
- - Parameters [0] {
+ - Parameters [1] {
+ Parameter #0 [ <optional> $flags = <default> ]
}
}
@@ -2414,7 +2517,7 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
- Parameters [2] {
Parameter #0 [ <required> $data ]
- Parameter #1 [ <optional> $arg ]
+ Parameter #1 [ <optional> $arg = <default> ]
}
}
@@ -2485,11 +2588,11 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
- Properties [0] {
}
- - Methods [27] {
+ - Methods [33] {
Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] {
- Parameters [1] {
- Parameter #0 [ <optional> $data ]
+ Parameter #0 [ <optional> $data = <default> ]
}
}
@@ -2506,6 +2609,12 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
}
}
+ Method [ <internal:protobuf> public method hasNullValue ] {
+
+ - Parameters [0] {
+ }
+ }
+
Method [ <internal:protobuf> public method getNumberValue ] {
- Parameters [0] {
@@ -2519,6 +2628,12 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
}
}
+ Method [ <internal:protobuf> public method hasNumberValue ] {
+
+ - Parameters [0] {
+ }
+ }
+
Method [ <internal:protobuf> public method getStringValue ] {
- Parameters [0] {
@@ -2532,6 +2647,12 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
}
}
+ Method [ <internal:protobuf> public method hasStringValue ] {
+
+ - Parameters [0] {
+ }
+ }
+
Method [ <internal:protobuf> public method getBoolValue ] {
- Parameters [0] {
@@ -2545,6 +2666,12 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
}
}
+ Method [ <internal:protobuf> public method hasBoolValue ] {
+
+ - Parameters [0] {
+ }
+ }
+
Method [ <internal:protobuf> public method getStructValue ] {
- Parameters [0] {
@@ -2558,6 +2685,12 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
}
}
+ Method [ <internal:protobuf> public method hasStructValue ] {
+
+ - Parameters [0] {
+ }
+ }
+
Method [ <internal:protobuf> public method getListValue ] {
- Parameters [0] {
@@ -2571,6 +2704,12 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
}
}
+ Method [ <internal:protobuf> public method hasListValue ] {
+
+ - Parameters [0] {
+ }
+ }
+
Method [ <internal:protobuf> public method getKind ] {
- Parameters [0] {
@@ -2604,7 +2743,8 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method serializeToJsonString ] {
- - Parameters [0] {
+ - Parameters [1] {
+ Parameter #0 [ <optional> $flags = <default> ]
}
}
@@ -2612,7 +2752,7 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
- Parameters [2] {
Parameter #0 [ <required> $data ]
- Parameter #1 [ <optional> $arg ]
+ Parameter #1 [ <optional> $arg = <default> ]
}
}
@@ -2687,7 +2827,7 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] {
- Parameters [1] {
- Parameter #0 [ <optional> $data ]
+ Parameter #0 [ <optional> $data = <default> ]
}
}
@@ -2731,7 +2871,8 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method serializeToJsonString ] {
- - Parameters [0] {
+ - Parameters [1] {
+ Parameter #0 [ <optional> $flags = <default> ]
}
}
@@ -2739,7 +2880,7 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
- Parameters [2] {
Parameter #0 [ <required> $data ]
- Parameter #1 [ <optional> $arg ]
+ Parameter #1 [ <optional> $arg = <default> ]
}
}
@@ -2828,6 +2969,183 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
}
}
+ Class [ <internal:protobuf> class GPBMetadata\Google\Protobuf\Timestamp ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [1] {
+ Method [ <internal:protobuf> static public method initOnce ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [0] {
+ }
+ }
+
+ Class [ <internal:protobuf> final class Google\Protobuf\Timestamp extends Google\Protobuf\Internal\Message ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [20] {
+ Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $data = <default> ]
+ }
+ }
+
+ Method [ <internal:protobuf> public method getSeconds ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:protobuf> public method setSeconds ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $value ]
+ }
+ }
+
+ Method [ <internal:protobuf> public method getNanos ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:protobuf> public method setNanos ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $value ]
+ }
+ }
+
+ Method [ <internal:protobuf> public method fromDateTime ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $datetime ]
+ }
+ }
+
+ Method [ <internal:protobuf> public method toDateTime ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method clear ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method discardUnknownFields ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method serializeToString ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method mergeFromString ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $data ]
+ }
+ }
+
+ Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method serializeToJsonString ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $flags = <default> ]
+ }
+ }
+
+ Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method mergeFromJsonString ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $data ]
+ Parameter #1 [ <optional> $arg = <default> ]
+ }
+ }
+
+ Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method mergeFrom ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $data ]
+ }
+ }
+
+ Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method readWrapperValue ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $field ]
+ }
+ }
+
+ Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method writeWrapperValue ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $field ]
+ Parameter #1 [ <required> $value ]
+ }
+ }
+
+ Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method hasOneof ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $field ]
+ }
+ }
+
+ Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method readOneof ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $field ]
+ }
+ }
+
+ Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method writeOneof ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $field ]
+ Parameter #1 [ <required> $value ]
+ }
+ }
+
+ Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method whichOneof ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $field ]
+ }
+ }
+ }
+ }
+
Class [ <internal:protobuf> class GPBMetadata\Google\Protobuf\Type ] {
- Constants [0] {
@@ -2865,11 +3183,11 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
- Properties [0] {
}
- - Methods [26] {
+ - Methods [29] {
Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] {
- Parameters [1] {
- Parameter #0 [ <optional> $data ]
+ Parameter #0 [ <optional> $data = <default> ]
}
}
@@ -2938,6 +3256,12 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
}
}
+ Method [ <internal:protobuf> public method hasSourceContext ] {
+
+ - Parameters [0] {
+ }
+ }
+
Method [ <internal:protobuf> public method getSyntax ] {
- Parameters [0] {
@@ -2951,6 +3275,19 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
}
}
+ Method [ <internal:protobuf> public method getEdition ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:protobuf> public method setEdition ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $value ]
+ }
+ }
+
Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method clear ] {
- Parameters [0] {
@@ -2978,7 +3315,8 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method serializeToJsonString ] {
- - Parameters [0] {
+ - Parameters [1] {
+ Parameter #0 [ <optional> $flags = <default> ]
}
}
@@ -2986,7 +3324,7 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
- Parameters [2] {
Parameter #0 [ <required> $data ]
- Parameter #1 [ <optional> $arg ]
+ Parameter #1 [ <optional> $arg = <default> ]
}
}
@@ -3061,7 +3399,7 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] {
- Parameters [1] {
- Parameter #0 [ <optional> $data ]
+ Parameter #0 [ <optional> $data = <default> ]
}
}
@@ -3222,7 +3560,8 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method serializeToJsonString ] {
- - Parameters [0] {
+ - Parameters [1] {
+ Parameter #0 [ <optional> $flags = <default> ]
}
}
@@ -3230,7 +3569,7 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
- Parameters [2] {
Parameter #0 [ <required> $data ]
- Parameter #1 [ <optional> $arg ]
+ Parameter #1 [ <optional> $arg = <default> ]
}
}
@@ -3386,11 +3725,11 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
- Properties [0] {
}
- - Methods [24] {
+ - Methods [27] {
Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] {
- Parameters [1] {
- Parameter #0 [ <optional> $data ]
+ Parameter #0 [ <optional> $data = <default> ]
}
}
@@ -3446,6 +3785,12 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
}
}
+ Method [ <internal:protobuf> public method hasSourceContext ] {
+
+ - Parameters [0] {
+ }
+ }
+
Method [ <internal:protobuf> public method getSyntax ] {
- Parameters [0] {
@@ -3459,6 +3804,19 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
}
}
+ Method [ <internal:protobuf> public method getEdition ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:protobuf> public method setEdition ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $value ]
+ }
+ }
+
Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method clear ] {
- Parameters [0] {
@@ -3486,7 +3844,8 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method serializeToJsonString ] {
- - Parameters [0] {
+ - Parameters [1] {
+ Parameter #0 [ <optional> $flags = <default> ]
}
}
@@ -3494,7 +3853,7 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
- Parameters [2] {
Parameter #0 [ <required> $data ]
- Parameter #1 [ <optional> $arg ]
+ Parameter #1 [ <optional> $arg = <default> ]
}
}
@@ -3569,7 +3928,7 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] {
- Parameters [1] {
- Parameter #0 [ <optional> $data ]
+ Parameter #0 [ <optional> $data = <default> ]
}
}
@@ -3639,7 +3998,8 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method serializeToJsonString ] {
- - Parameters [0] {
+ - Parameters [1] {
+ Parameter #0 [ <optional> $flags = <default> ]
}
}
@@ -3647,7 +4007,7 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
- Parameters [2] {
Parameter #0 [ <required> $data ]
- Parameter #1 [ <optional> $arg ]
+ Parameter #1 [ <optional> $arg = <default> ]
}
}
@@ -3718,11 +4078,11 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
- Properties [0] {
}
- - Methods [18] {
+ - Methods [19] {
Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] {
- Parameters [1] {
- Parameter #0 [ <optional> $data ]
+ Parameter #0 [ <optional> $data = <default> ]
}
}
@@ -3752,6 +4112,12 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
}
}
+ Method [ <internal:protobuf> public method hasValue ] {
+
+ - Parameters [0] {
+ }
+ }
+
Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method clear ] {
- Parameters [0] {
@@ -3779,7 +4145,8 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method serializeToJsonString ] {
- - Parameters [0] {
+ - Parameters [1] {
+ Parameter #0 [ <optional> $flags = <default> ]
}
}
@@ -3787,7 +4154,7 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
- Parameters [2] {
Parameter #0 [ <required> $data ]
- Parameter #1 [ <optional> $arg ]
+ Parameter #1 [ <optional> $arg = <default> ]
}
}
@@ -3846,9 +4213,10 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
Class [ <internal:protobuf> class Google\Protobuf\Syntax ] {
- - Constants [2] {
+ - Constants [3] {
Constant [ public int SYNTAX_PROTO2 ] { 0 }
Constant [ public int SYNTAX_PROTO3 ] { 1 }
+ Constant [ public int SYNTAX_EDITIONS ] { 2 }
}
- Static properties [0] {
@@ -3877,7 +4245,7 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
}
}
- Class [ <internal:protobuf> class GPBMetadata\Google\Protobuf\Timestamp ] {
+ Class [ <internal:protobuf> class GPBMetadata\Google\Protobuf\Wrappers ] {
- Constants [0] {
}
@@ -3900,7 +4268,7 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
}
}
- Class [ <internal:protobuf> final class Google\Protobuf\Timestamp extends Google\Protobuf\Internal\Message ] {
+ Class [ <internal:protobuf> final class Google\Protobuf\DoubleValue extends Google\Protobuf\Internal\Message ] {
- Constants [0] {
}
@@ -3914,53 +4282,27 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
- Properties [0] {
}
- - Methods [20] {
+ - Methods [16] {
Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] {
- Parameters [1] {
- Parameter #0 [ <optional> $data ]
- }
- }
-
- Method [ <internal:protobuf> public method getSeconds ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:protobuf> public method setSeconds ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $value ]
+ Parameter #0 [ <optional> $data = <default> ]
}
}
- Method [ <internal:protobuf> public method getNanos ] {
+ Method [ <internal:protobuf> public method getValue ] {
- Parameters [0] {
}
}
- Method [ <internal:protobuf> public method setNanos ] {
+ Method [ <internal:protobuf> public method setValue ] {
- Parameters [1] {
Parameter #0 [ <required> $value ]
}
}
- Method [ <internal:protobuf> public method fromDateTime ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $datetime ]
- }
- }
-
- Method [ <internal:protobuf> public method toDateTime ] {
-
- - Parameters [0] {
- }
- }
-
Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method clear ] {
- Parameters [0] {
@@ -3988,7 +4330,8 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method serializeToJsonString ] {
- - Parameters [0] {
+ - Parameters [1] {
+ Parameter #0 [ <optional> $flags = <default> ]
}
}
@@ -3996,7 +4339,7 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
- Parameters [2] {
Parameter #0 [ <required> $data ]
- Parameter #1 [ <optional> $arg ]
+ Parameter #1 [ <optional> $arg = <default> ]
}
}
@@ -4053,30 +4396,7 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
}
}
- Class [ <internal:protobuf> class GPBMetadata\Google\Protobuf\Wrappers ] {
-
- - Constants [0] {
- }
-
- - Static properties [0] {
- }
-
- - Static methods [1] {
- Method [ <internal:protobuf> static public method initOnce ] {
-
- - Parameters [0] {
- }
- }
- }
-
- - Properties [0] {
- }
-
- - Methods [0] {
- }
- }
-
- Class [ <internal:protobuf> final class Google\Protobuf\DoubleValue extends Google\Protobuf\Internal\Message ] {
+ Class [ <internal:protobuf> final class Google\Protobuf\FloatValue extends Google\Protobuf\Internal\Message ] {
- Constants [0] {
}
@@ -4094,7 +4414,7 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] {
- Parameters [1] {
- Parameter #0 [ <optional> $data ]
+ Parameter #0 [ <optional> $data = <default> ]
}
}
@@ -4138,7 +4458,8 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method serializeToJsonString ] {
- - Parameters [0] {
+ - Parameters [1] {
+ Parameter #0 [ <optional> $flags = <default> ]
}
}
@@ -4146,7 +4467,7 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
- Parameters [2] {
Parameter #0 [ <required> $data ]
- Parameter #1 [ <optional> $arg ]
+ Parameter #1 [ <optional> $arg = <default> ]
}
}
@@ -4203,7 +4524,7 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
}
}
- Class [ <internal:protobuf> final class Google\Protobuf\FloatValue extends Google\Protobuf\Internal\Message ] {
+ Class [ <internal:protobuf> final class Google\Protobuf\Int64Value extends Google\Protobuf\Internal\Message ] {
- Constants [0] {
}
@@ -4221,7 +4542,7 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] {
- Parameters [1] {
- Parameter #0 [ <optional> $data ]
+ Parameter #0 [ <optional> $data = <default> ]
}
}
@@ -4265,7 +4586,8 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method serializeToJsonString ] {
- - Parameters [0] {
+ - Parameters [1] {
+ Parameter #0 [ <optional> $flags = <default> ]
}
}
@@ -4273,7 +4595,7 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
- Parameters [2] {
Parameter #0 [ <required> $data ]
- Parameter #1 [ <optional> $arg ]
+ Parameter #1 [ <optional> $arg = <default> ]
}
}
@@ -4330,7 +4652,7 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
}
}
- Class [ <internal:protobuf> final class Google\Protobuf\Int64Value extends Google\Protobuf\Internal\Message ] {
+ Class [ <internal:protobuf> final class Google\Protobuf\UInt64Value extends Google\Protobuf\Internal\Message ] {
- Constants [0] {
}
@@ -4348,7 +4670,7 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] {
- Parameters [1] {
- Parameter #0 [ <optional> $data ]
+ Parameter #0 [ <optional> $data = <default> ]
}
}
@@ -4392,7 +4714,8 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method serializeToJsonString ] {
- - Parameters [0] {
+ - Parameters [1] {
+ Parameter #0 [ <optional> $flags = <default> ]
}
}
@@ -4400,7 +4723,7 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
- Parameters [2] {
Parameter #0 [ <required> $data ]
- Parameter #1 [ <optional> $arg ]
+ Parameter #1 [ <optional> $arg = <default> ]
}
}
@@ -4457,7 +4780,7 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
}
}
- Class [ <internal:protobuf> final class Google\Protobuf\UInt64Value extends Google\Protobuf\Internal\Message ] {
+ Class [ <internal:protobuf> final class Google\Protobuf\Int32Value extends Google\Protobuf\Internal\Message ] {
- Constants [0] {
}
@@ -4475,7 +4798,7 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] {
- Parameters [1] {
- Parameter #0 [ <optional> $data ]
+ Parameter #0 [ <optional> $data = <default> ]
}
}
@@ -4519,7 +4842,8 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method serializeToJsonString ] {
- - Parameters [0] {
+ - Parameters [1] {
+ Parameter #0 [ <optional> $flags = <default> ]
}
}
@@ -4527,7 +4851,7 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
- Parameters [2] {
Parameter #0 [ <required> $data ]
- Parameter #1 [ <optional> $arg ]
+ Parameter #1 [ <optional> $arg = <default> ]
}
}
@@ -4584,7 +4908,7 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
}
}
- Class [ <internal:protobuf> final class Google\Protobuf\Int32Value extends Google\Protobuf\Internal\Message ] {
+ Class [ <internal:protobuf> final class Google\Protobuf\UInt32Value extends Google\Protobuf\Internal\Message ] {
- Constants [0] {
}
@@ -4602,7 +4926,7 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] {
- Parameters [1] {
- Parameter #0 [ <optional> $data ]
+ Parameter #0 [ <optional> $data = <default> ]
}
}
@@ -4646,7 +4970,8 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method serializeToJsonString ] {
- - Parameters [0] {
+ - Parameters [1] {
+ Parameter #0 [ <optional> $flags = <default> ]
}
}
@@ -4654,7 +4979,7 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
- Parameters [2] {
Parameter #0 [ <required> $data ]
- Parameter #1 [ <optional> $arg ]
+ Parameter #1 [ <optional> $arg = <default> ]
}
}
@@ -4711,7 +5036,7 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
}
}
- Class [ <internal:protobuf> final class Google\Protobuf\UInt32Value extends Google\Protobuf\Internal\Message ] {
+ Class [ <internal:protobuf> final class Google\Protobuf\BoolValue extends Google\Protobuf\Internal\Message ] {
- Constants [0] {
}
@@ -4729,7 +5054,7 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] {
- Parameters [1] {
- Parameter #0 [ <optional> $data ]
+ Parameter #0 [ <optional> $data = <default> ]
}
}
@@ -4773,7 +5098,8 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method serializeToJsonString ] {
- - Parameters [0] {
+ - Parameters [1] {
+ Parameter #0 [ <optional> $flags = <default> ]
}
}
@@ -4781,7 +5107,7 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
- Parameters [2] {
Parameter #0 [ <required> $data ]
- Parameter #1 [ <optional> $arg ]
+ Parameter #1 [ <optional> $arg = <default> ]
}
}
@@ -4838,7 +5164,7 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
}
}
- Class [ <internal:protobuf> final class Google\Protobuf\BoolValue extends Google\Protobuf\Internal\Message ] {
+ Class [ <internal:protobuf> final class Google\Protobuf\StringValue extends Google\Protobuf\Internal\Message ] {
- Constants [0] {
}
@@ -4856,7 +5182,7 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] {
- Parameters [1] {
- Parameter #0 [ <optional> $data ]
+ Parameter #0 [ <optional> $data = <default> ]
}
}
@@ -4900,7 +5226,8 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method serializeToJsonString ] {
- - Parameters [0] {
+ - Parameters [1] {
+ Parameter #0 [ <optional> $flags = <default> ]
}
}
@@ -4908,7 +5235,7 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
- Parameters [2] {
Parameter #0 [ <required> $data ]
- Parameter #1 [ <optional> $arg ]
+ Parameter #1 [ <optional> $arg = <default> ]
}
}
@@ -4965,7 +5292,7 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
}
}
- Class [ <internal:protobuf> final class Google\Protobuf\StringValue extends Google\Protobuf\Internal\Message ] {
+ Class [ <internal:protobuf> final class Google\Protobuf\BytesValue extends Google\Protobuf\Internal\Message ] {
- Constants [0] {
}
@@ -4983,7 +5310,7 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] {
- Parameters [1] {
- Parameter #0 [ <optional> $data ]
+ Parameter #0 [ <optional> $data = <default> ]
}
}
@@ -5027,7 +5354,8 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method serializeToJsonString ] {
- - Parameters [0] {
+ - Parameters [1] {
+ Parameter #0 [ <optional> $flags = <default> ]
}
}
@@ -5035,7 +5363,7 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
- Parameters [2] {
Parameter #0 [ <required> $data ]
- Parameter #1 [ <optional> $arg ]
+ Parameter #1 [ <optional> $arg = <default> ]
}
}
@@ -5092,9 +5420,12 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
}
}
- Class [ <internal:protobuf> final class Google\Protobuf\BytesValue extends Google\Protobuf\Internal\Message ] {
+ Class [ <internal:protobuf> class Google\Protobuf\PrintOptions ] {
- - Constants [0] {
+ - Constants [3] {
+ Constant [ public int PRESERVE_PROTO_FIELD_NAMES ] { 1 }
+ Constant [ public int ALWAYS_PRINT_ENUMS_AS_INTS ] { 2 }
+ Constant [ public int EMIT_DEFAULTS ] { 4 }
}
- Static properties [0] {
@@ -5106,116 +5437,7 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
- Properties [0] {
}
- - Methods [16] {
- Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> $data ]
- }
- }
-
- Method [ <internal:protobuf> public method getValue ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:protobuf> public method setValue ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $value ]
- }
- }
-
- Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method clear ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method discardUnknownFields ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method serializeToString ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method mergeFromString ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $data ]
- }
- }
-
- Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method serializeToJsonString ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method mergeFromJsonString ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $data ]
- Parameter #1 [ <optional> $arg ]
- }
- }
-
- Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method mergeFrom ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $data ]
- }
- }
-
- Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method readWrapperValue ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $field ]
- }
- }
-
- Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method writeWrapperValue ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $field ]
- Parameter #1 [ <required> $value ]
- }
- }
-
- Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method hasOneof ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $field ]
- }
- }
-
- Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method readOneof ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $field ]
- }
- }
-
- Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method writeOneof ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $field ]
- Parameter #1 [ <required> $value ]
- }
- }
-
- Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method whichOneof ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $field ]
- }
- }
+ - Methods [0] {
}
}
}