summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION769
1 files changed, 491 insertions, 278 deletions
diff --git a/REFLECTION b/REFLECTION
index f00b8b1..9f4df99 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
+Extension [ <persistent> extension #107 protobuf version 4.33.0 ] {
- 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 ]
}
}
}
@@ -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,7 @@ 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> ]
}
}
}
@@ -442,7 +453,7 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
- Properties [0] {
}
- - Methods [7] {
+ - Methods [11] {
Method [ <internal:protobuf> public method getName ] {
- Parameters [0] {
@@ -461,6 +472,18 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
}
}
+ Method [ <internal:protobuf> public method isRequired ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:protobuf> public method isRepeated ] {
+
+ - Parameters [0] {
+ }
+ }
+
Method [ <internal:protobuf> public method getType ] {
- Parameters [0] {
@@ -479,6 +502,18 @@ 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 getMessageType ] {
- Parameters [0] {
@@ -617,22 +652,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 +678,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 +724,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 +799,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 +808,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 +866,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 +913,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 +990,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 +999,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 +1093,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 +1166,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 +1198,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 +1238,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 +1247,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 +1318,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 +1417,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 +1457,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 +1466,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 +1541,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 +1598,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 +1607,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 +1705,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 +1762,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 +1771,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 +1869,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 +1900,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 +1909,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 +2007,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 +2051,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 +2060,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 +2158,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 +2202,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 +2211,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 +2309,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 +2353,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 +2362,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 +2433,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 +2467,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 +2500,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 +2509,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 +2580,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 +2601,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 +2620,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 +2639,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 +2658,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 +2677,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 +2696,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 +2735,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 +2744,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 +2819,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 +2863,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 +2872,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 +2961,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 +3175,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 +3248,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 +3267,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 +3307,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 +3316,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 +3391,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 +3552,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 +3561,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 +3717,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 +3777,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 +3796,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 +3836,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 +3845,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 +3920,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 +3990,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 +3999,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 +4070,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 +4104,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 +4137,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 +4146,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 +4205,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 +4237,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 +4260,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 +4274,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 +4322,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 +4331,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 +4388,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 +4406,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 +4450,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 +4459,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 +4516,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 +4534,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 +4578,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 +4587,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 +4644,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 +4662,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 +4706,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 +4715,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 +4772,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 +4790,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 +4834,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 +4843,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 +4900,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 +4918,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 +4962,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 +4971,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 +5028,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 +5046,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 +5090,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 +5099,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 +5156,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 +5174,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 +5218,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 +5227,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 +5284,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 +5302,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 +5346,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 +5355,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 +5412,11 @@ 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 [2] {
+ Constant [ public int PRESERVE_PROTO_FIELD_NAMES ] { 1 }
+ Constant [ public int ALWAYS_PRINT_ENUMS_AS_INTS ] { 2 }
}
- Static properties [0] {
@@ -5106,116 +5428,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] {
}
}
}