summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION667
1 files changed, 394 insertions, 273 deletions
diff --git a/REFLECTION b/REFLECTION
index f00b8b1..6afa633 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
+Extension [ <persistent> extension #101 protobuf version 4.31.1 ] {
- 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> ]
}
}
@@ -1049,7 +1097,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> ]
}
}
@@ -1171,7 +1219,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 +1228,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> ]
}
}
@@ -1254,7 +1303,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> ]
}
}
@@ -1376,7 +1425,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 +1434,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 +1509,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 +1566,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 +1575,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 +1673,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 +1730,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 +1739,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 +1837,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 +1868,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 +1877,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 +1975,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 +2019,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 +2028,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 +2126,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 +2170,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 +2179,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 +2277,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 +2321,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 +2330,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> ]
}
}
@@ -2349,7 +2405,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> ]
}
}
@@ -2406,7 +2462,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 +2471,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> ]
}
}
@@ -2489,7 +2546,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> ]
}
}
@@ -2604,7 +2661,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 +2670,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 +2745,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 +2789,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 +2798,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 +2887,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 +3101,11 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
- Properties [0] {
}
- - Methods [26] {
+ - Methods [28] {
Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] {
- Parameters [1] {
- Parameter #0 [ <optional> $data ]
+ Parameter #0 [ <optional> $data = <default> ]
}
}
@@ -2951,6 +3187,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 +3227,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 +3236,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 +3311,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 +3472,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 +3481,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 +3637,11 @@ Extension [ <persistent> extension #126 protobuf version 3.19.0 ] {
- Properties [0] {
}
- - Methods [24] {
+ - Methods [26] {
Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] {
- Parameters [1] {
- Parameter #0 [ <optional> $data ]
+ Parameter #0 [ <optional> $data = <default> ]
}
}
@@ -3459,6 +3710,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 +3750,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 +3759,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 +3834,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 +3904,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 +3913,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> ]
}
}
@@ -3722,7 +3988,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> ]
}
}
@@ -3779,7 +4045,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 +4054,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 +4113,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 +4145,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 +4168,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 +4182,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 ]
+ 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 ] {
+ 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 +4230,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 +4239,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 +4296,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 +4314,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 +4358,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 +4367,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 +4424,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 +4442,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 +4486,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 +4495,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 +4552,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 +4570,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 +4614,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 +4623,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 +4680,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 +4698,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 +4742,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 +4751,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 +4808,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 +4826,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 +4870,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 +4879,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 +4936,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 +4954,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 +4998,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 +5007,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 +5064,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 +5082,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 +5126,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 +5135,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 +5192,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 +5210,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 +5254,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 +5263,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 +5320,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 +5336,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] {
}
}
}