Extension [ <persistent> extension #89 protobuf version 4.28.2 ] {

  - Dependencies {
    Dependency [ date (Optional) ]
  }

  - INI {
    Entry [ protobuf.keep_descriptor_pool_after_request <ALL> ]
      Current = '0'
    }
  }

  - Classes [56] {
    Class [ <internal:protobuf> final class Google\Protobuf\Internal\Arena ] {

      - Constants [0] {
      }

      - Static properties [0] {
      }

      - Static methods [0] {
      }

      - Properties [0] {
      }

      - Methods [0] {
      }
    }

    Class [ <internal:protobuf> <iterateable> final class Google\Protobuf\Internal\RepeatedField implements ArrayAccess, IteratorAggregate, Traversable, Countable ] {

      - Constants [0] {
      }

      - Static properties [0] {
      }

      - Static methods [0] {
      }

      - Properties [0] {
      }

      - Methods [8] {
        Method [ <internal:protobuf, ctor> public method __construct ] {

          - Parameters [2] {
            Parameter #0 [ <required> $type ]
            Parameter #1 [ <optional> $class = <default> ]
          }
        }

        Method [ <internal:protobuf> public method append ] {

          - Parameters [1] {
            Parameter #0 [ <required> $newval ]
          }
        }

        Method [ <internal:protobuf, prototype ArrayAccess> public method offsetExists ] {

          - Parameters [1] {
            Parameter #0 [ <optional> $index = <default> ]
          }
          - Return [ bool ]
        }

        Method [ <internal:protobuf, prototype ArrayAccess> public method offsetGet ] {

          - Parameters [1] {
            Parameter #0 [ <optional> $index = <default> ]
          }
          - Tentative return [ mixed ]
        }

        Method [ <internal:protobuf, prototype ArrayAccess> public method offsetSet ] {

          - Parameters [2] {
            Parameter #0 [ <required> $index ]
            Parameter #1 [ <required> $newval ]
          }
          - Return [ void ]
        }

        Method [ <internal:protobuf, prototype ArrayAccess> public method offsetUnset ] {

          - Parameters [1] {
            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 ]
        }
      }
    }

    Class [ <internal:protobuf> <iterateable> final class Google\Protobuf\Internal\RepeatedFieldIter implements Iterator, Traversable ] {

      - Constants [0] {
      }

      - Static properties [0] {
      }

      - Static methods [0] {
      }

      - Properties [0] {
      }

      - Methods [5] {
        Method [ <internal:protobuf, prototype Iterator> public method rewind ] {

          - 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 ]
        }
      }
    }

    Class [ <internal:protobuf> class Google\Protobuf\Internal\GPBUtil ] {

      - Constants [1] {
        Constant [ public string TYPE_URL_PREFIX ] { type.googleapis.com/ }
      }

      - Static properties [0] {
      }

      - Static methods [13] {
        Method [ <internal:protobuf> static public method checkInt32 ] {

          - Parameters [1] {
            Parameter #0 [ <required> $value ]
          }
        }

        Method [ <internal:protobuf> static public method checkUint32 ] {

          - Parameters [1] {
            Parameter #0 [ <required> $value ]
          }
        }

        Method [ <internal:protobuf> static public method checkInt64 ] {

          - Parameters [1] {
            Parameter #0 [ <required> $value ]
          }
        }

        Method [ <internal:protobuf> static public method checkUint64 ] {

          - Parameters [1] {
            Parameter #0 [ <required> $value ]
          }
        }

        Method [ <internal:protobuf> static public method checkEnum ] {

          - Parameters [2] {
            Parameter #0 [ <required> $value ]
            Parameter #1 [ <required> $class ]
          }
        }

        Method [ <internal:protobuf> static public method checkFloat ] {

          - Parameters [1] {
            Parameter #0 [ <required> $value ]
          }
        }

        Method [ <internal:protobuf> static public method checkDouble ] {

          - Parameters [1] {
            Parameter #0 [ <required> $value ]
          }
        }

        Method [ <internal:protobuf> static public method checkBool ] {

          - Parameters [1] {
            Parameter #0 [ <required> $value ]
          }
        }

        Method [ <internal:protobuf> static public method checkString ] {

          - Parameters [2] {
            Parameter #0 [ <required> $value ]
            Parameter #1 [ <optional> $check_utf8 = <default> ]
          }
        }

        Method [ <internal:protobuf> static public method checkBytes ] {

          - Parameters [1] {
            Parameter #0 [ <required> $value ]
          }
        }

        Method [ <internal:protobuf> static public method checkMessage ] {

          - Parameters [2] {
            Parameter #0 [ <required> $value ]
            Parameter #1 [ <required> $class ]
          }
        }

        Method [ <internal:protobuf> static public method checkMapField ] {

          - Parameters [4] {
            Parameter #0 [ <required> $value ]
            Parameter #1 [ <required> $key_type ]
            Parameter #2 [ <required> $value_type ]
            Parameter #3 [ <optional> $value_class = <default> ]
          }
        }

        Method [ <internal:protobuf> static public method checkRepeatedField ] {

          - Parameters [3] {
            Parameter #0 [ <required> $value ]
            Parameter #1 [ <required> $type ]
            Parameter #2 [ <optional> $class = <default> ]
          }
        }
      }

      - Properties [0] {
      }

      - Methods [0] {
      }
    }

    Class [ <internal:protobuf> final class Google\Protobuf\OneofDescriptor ] {

      - Constants [0] {
      }

      - Static properties [0] {
      }

      - Static methods [0] {
      }

      - Properties [0] {
      }

      - Methods [3] {
        Method [ <internal:protobuf> public method getName ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:protobuf> public method getField ] {

          - Parameters [1] {
            Parameter #0 [ <required> $index ]
          }
        }

        Method [ <internal:protobuf> public method getFieldCount ] {

          - Parameters [0] {
          }
        }
      }
    }

    Class [ <internal:protobuf> final class Google\Protobuf\EnumValueDescriptor ] {

      - Constants [0] {
      }

      - Static properties [0] {
      }

      - Static methods [0] {
      }

      - Properties [0] {
      }

      - Methods [2] {
        Method [ <internal:protobuf> public method getName ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:protobuf> public method getNumber ] {

          - Parameters [0] {
          }
        }
      }
    }

    Class [ <internal:protobuf> final class Google\Protobuf\EnumDescriptor ] {

      - Constants [0] {
      }

      - Static properties [0] {
      }

      - Static methods [0] {
      }

      - Properties [0] {
      }

      - Methods [3] {
        Method [ <internal:protobuf> public method getPublicDescriptor ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:protobuf> public method getValueCount ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:protobuf> public method getValue ] {

          - Parameters [1] {
            Parameter #0 [ <required> $index ]
          }
        }
      }
    }

    Class [ <internal:protobuf> final class Google\Protobuf\Descriptor ] {

      - Constants [0] {
      }

      - Static properties [0] {
      }

      - Static methods [0] {
      }

      - Properties [0] {
      }

      - Methods [7] {
        Method [ <internal:protobuf> public method getClass ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:protobuf> public method getFullName ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:protobuf> public method getField ] {

          - Parameters [1] {
            Parameter #0 [ <required> $index ]
          }
        }

        Method [ <internal:protobuf> public method getFieldCount ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:protobuf> public method getOneofDecl ] {

          - Parameters [1] {
            Parameter #0 [ <required> $index ]
          }
        }

        Method [ <internal:protobuf> public method getOneofDeclCount ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:protobuf> public method getPublicDescriptor ] {

          - Parameters [0] {
          }
        }
      }
    }

    Class [ <internal:protobuf> final class Google\Protobuf\FieldDescriptor ] {

      - Constants [0] {
      }

      - Static properties [0] {
      }

      - Static methods [0] {
      }

      - Properties [0] {
      }

      - Methods [9] {
        Method [ <internal:protobuf> public method getName ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:protobuf> public method getNumber ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:protobuf> public method getLabel ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:protobuf> public method getType ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:protobuf> public method isMap ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:protobuf> public method getEnumType ] {

          - Parameters [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] {
          }
        }
      }
    }

    Class [ <internal:protobuf> final class Google\Protobuf\DescriptorPool ] {

      - Constants [0] {
      }

      - Static properties [0] {
      }

      - Static methods [1] {
        Method [ <internal:protobuf> static public method getGeneratedPool ] {

          - Parameters [0] {
          }
        }
      }

      - Properties [0] {
      }

      - Methods [4] {
        Method [ <internal:protobuf> public method getDescriptorByClassName ] {

          - Parameters [1] {
            Parameter #0 [ <required> $name ]
          }
        }

        Method [ <internal:protobuf> public method getDescriptorByProtoName ] {

          - Parameters [1] {
            Parameter #0 [ <required> $name ]
          }
        }

        Method [ <internal:protobuf> public method getEnumDescriptorByClassName ] {

          - Parameters [1] {
            Parameter #0 [ <required> $name ]
          }
        }

        Method [ <internal:protobuf> public method internalAddGeneratedFile ] {

          - Parameters [2] {
            Parameter #0 [ <required> $data ]
            Parameter #1 [ <required> $data_len ]
          }
        }
      }
    }

    Class [ <internal:protobuf> class Google\Protobuf\Internal\DescriptorPool ] {

      - Constants [0] {
      }

      - Static properties [0] {
      }

      - Static methods [1] {
        Method [ <internal:protobuf> static public method getGeneratedPool ] {

          - Parameters [0] {
          }
        }
      }

      - Properties [0] {
      }

      - Methods [0] {
      }
    }

    Class [ <internal:protobuf> class Google\Protobuf\Internal\GPBType ] {

      - Constants [18] {
        Constant [ public int DOUBLE ] { 1 }
        Constant [ public int FLOAT ] { 2 }
        Constant [ public int INT64 ] { 3 }
        Constant [ public int UINT64 ] { 4 }
        Constant [ public int INT32 ] { 5 }
        Constant [ public int FIXED64 ] { 6 }
        Constant [ public int FIXED32 ] { 7 }
        Constant [ public int BOOL ] { 8 }
        Constant [ public int STRING ] { 9 }
        Constant [ public int GROUP ] { 10 }
        Constant [ public int MESSAGE ] { 11 }
        Constant [ public int BYTES ] { 12 }
        Constant [ public int UINT32 ] { 13 }
        Constant [ public int ENUM ] { 14 }
        Constant [ public int SFIXED32 ] { 15 }
        Constant [ public int SFIXED64 ] { 16 }
        Constant [ public int SINT32 ] { 17 }
        Constant [ public int SINT64 ] { 18 }
      }

      - Static properties [0] {
      }

      - Static methods [0] {
      }

      - Properties [0] {
      }

      - Methods [0] {
      }
    }

    Class [ <internal:protobuf> <iterateable> final class Google\Protobuf\Internal\MapField implements ArrayAccess, IteratorAggregate, Traversable, Countable ] {

      - Constants [0] {
      }

      - Static properties [0] {
      }

      - Static methods [0] {
      }

      - Properties [0] {
      }

      - Methods [7] {
        Method [ <internal:protobuf, ctor> public method __construct ] {

          - Parameters [3] {
            Parameter #0 [ <required> $key_type ]
            Parameter #1 [ <required> $value_type ]
            Parameter #2 [ <optional> $value_class = <default> ]
          }
        }

        Method [ <internal:protobuf, prototype ArrayAccess> public method offsetExists ] {

          - Parameters [1] {
            Parameter #0 [ <optional> $index = <default> ]
          }
          - Return [ bool ]
        }

        Method [ <internal:protobuf, prototype ArrayAccess> public method offsetGet ] {

          - Parameters [1] {
            Parameter #0 [ <optional> $index = <default> ]
          }
          - Tentative return [ mixed ]
        }

        Method [ <internal:protobuf, prototype ArrayAccess> public method offsetSet ] {

          - Parameters [2] {
            Parameter #0 [ <required> $index ]
            Parameter #1 [ <required> $newval ]
          }
          - Return [ void ]
        }

        Method [ <internal:protobuf, prototype ArrayAccess> public method offsetUnset ] {

          - Parameters [1] {
            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 ]
        }
      }
    }

    Class [ <internal:protobuf> <iterateable> final class Google\Protobuf\Internal\MapFieldIter implements Iterator, Traversable ] {

      - Constants [0] {
      }

      - Static properties [0] {
      }

      - Static methods [0] {
      }

      - Properties [0] {
      }

      - Methods [5] {
        Method [ <internal:protobuf, prototype Iterator> public method rewind ] {

          - 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 ]
        }
      }
    }

    Class [ <internal:protobuf> class Google\Protobuf\Internal\Message ] {

      - Constants [0] {
      }

      - Static properties [0] {
      }

      - Static methods [0] {
      }

      - Properties [0] {
      }

      - Methods [14] {
        Method [ <internal:protobuf> public method clear ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:protobuf> public method discardUnknownFields ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:protobuf> public method serializeToString ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:protobuf> public method mergeFromString ] {

          - Parameters [1] {
            Parameter #0 [ <required> $data ]
          }
        }

        Method [ <internal:protobuf> public method serializeToJsonString ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:protobuf> public method mergeFromJsonString ] {

          - Parameters [2] {
            Parameter #0 [ <required> $data ]
            Parameter #1 [ <optional> $arg = <default> ]
          }
        }

        Method [ <internal:protobuf> public method mergeFrom ] {

          - Parameters [1] {
            Parameter #0 [ <required> $data ]
          }
        }

        Method [ <internal:protobuf> protected method readWrapperValue ] {

          - Parameters [1] {
            Parameter #0 [ <required> $field ]
          }
        }

        Method [ <internal:protobuf> protected method writeWrapperValue ] {

          - Parameters [2] {
            Parameter #0 [ <required> $field ]
            Parameter #1 [ <required> $value ]
          }
        }

        Method [ <internal:protobuf> protected method hasOneof ] {

          - Parameters [1] {
            Parameter #0 [ <required> $field ]
          }
        }

        Method [ <internal:protobuf> protected method readOneof ] {

          - Parameters [1] {
            Parameter #0 [ <required> $field ]
          }
        }

        Method [ <internal:protobuf> protected method writeOneof ] {

          - Parameters [2] {
            Parameter #0 [ <required> $field ]
            Parameter #1 [ <required> $value ]
          }
        }

        Method [ <internal:protobuf> protected method whichOneof ] {

          - Parameters [1] {
            Parameter #0 [ <required> $field ]
          }
        }

        Method [ <internal:protobuf, ctor> protected method __construct ] {

          - Parameters [1] {
            Parameter #0 [ <optional> $data = <default> ]
          }
        }
      }
    }

    Class [ <internal:protobuf> class GPBMetadata\Google\Protobuf\Any ] {

      - 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\Any extends Google\Protobuf\Internal\Message ] {

      - Constants [0] {
      }

      - Static properties [0] {
      }

      - Static methods [0] {
      }

      - Properties [0] {
      }

      - Methods [21] {
        Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] {

          - Parameters [1] {
            Parameter #0 [ <optional> $data = <default> ]
          }
        }

        Method [ <internal:protobuf> public method getTypeUrl ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:protobuf> public method setTypeUrl ] {

          - Parameters [1] {
            Parameter #0 [ <required> $value ]
          }
        }

        Method [ <internal:protobuf> public method getValue ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:protobuf> public method setValue ] {

          - Parameters [1] {
            Parameter #0 [ <required> $value ]
          }
        }

        Method [ <internal:protobuf> public method is ] {

          - Parameters [1] {
            Parameter #0 [ <required> $proto ]
          }
        }

        Method [ <internal:protobuf> public method pack ] {

          - Parameters [1] {
            Parameter #0 [ <required> $value ]
          }
        }

        Method [ <internal:protobuf> public method unpack ] {

          - 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 [0] {
          }
        }

        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\Api ] {

      - 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\Api extends Google\Protobuf\Internal\Message ] {

      - Constants [0] {
      }

      - Static properties [0] {
      }

      - Static methods [0] {
      }

      - Properties [0] {
      }

      - Methods [28] {
        Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] {

          - Parameters [1] {
            Parameter #0 [ <optional> $data = <default> ]
          }
        }

        Method [ <internal:protobuf> public method getName ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:protobuf> public method setName ] {

          - Parameters [1] {
            Parameter #0 [ <required> $value ]
          }
        }

        Method [ <internal:protobuf> public method getMethods ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:protobuf> public method setMethods ] {

          - Parameters [1] {
            Parameter #0 [ <required> $value ]
          }
        }

        Method [ <internal:protobuf> public method getOptions ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:protobuf> public method setOptions ] {

          - Parameters [1] {
            Parameter #0 [ <required> $value ]
          }
        }

        Method [ <internal:protobuf> public method getVersion ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:protobuf> public method setVersion ] {

          - Parameters [1] {
            Parameter #0 [ <required> $value ]
          }
        }

        Method [ <internal:protobuf> public method getSourceContext ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:protobuf> public method setSourceContext ] {

          - Parameters [1] {
            Parameter #0 [ <required> $value ]
          }
        }

        Method [ <internal:protobuf> public method getMixins ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:protobuf> public method setMixins ] {

          - Parameters [1] {
            Parameter #0 [ <required> $value ]
          }
        }

        Method [ <internal:protobuf> public method getSyntax ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:protobuf> public method setSyntax ] {

          - 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 = <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> final class Google\Protobuf\Method extends Google\Protobuf\Internal\Message ] {

      - Constants [0] {
      }

      - Static properties [0] {
      }

      - Static methods [0] {
      }

      - Properties [0] {
      }

      - Methods [28] {
        Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] {

          - Parameters [1] {
            Parameter #0 [ <optional> $data = <default> ]
          }
        }

        Method [ <internal:protobuf> public method getName ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:protobuf> public method setName ] {

          - Parameters [1] {
            Parameter #0 [ <required> $value ]
          }
        }

        Method [ <internal:protobuf> public method getRequestTypeUrl ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:protobuf> public method setRequestTypeUrl ] {

          - Parameters [1] {
            Parameter #0 [ <required> $value ]
          }
        }

        Method [ <internal:protobuf> public method getRequestStreaming ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:protobuf> public method setRequestStreaming ] {

          - Parameters [1] {
            Parameter #0 [ <required> $value ]
          }
        }

        Method [ <internal:protobuf> public method getResponseTypeUrl ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:protobuf> public method setResponseTypeUrl ] {

          - Parameters [1] {
            Parameter #0 [ <required> $value ]
          }
        }

        Method [ <internal:protobuf> public method getResponseStreaming ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:protobuf> public method setResponseStreaming ] {

          - Parameters [1] {
            Parameter #0 [ <required> $value ]
          }
        }

        Method [ <internal:protobuf> public method getOptions ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:protobuf> public method setOptions ] {

          - Parameters [1] {
            Parameter #0 [ <required> $value ]
          }
        }

        Method [ <internal:protobuf> public method getSyntax ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:protobuf> public method setSyntax ] {

          - 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 = <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> final class Google\Protobuf\Mixin extends Google\Protobuf\Internal\Message ] {

      - Constants [0] {
      }

      - Static properties [0] {
      }

      - Static methods [0] {
      }

      - Properties [0] {
      }

      - Methods [18] {
        Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] {

          - Parameters [1] {
            Parameter #0 [ <optional> $data = <default> ]
          }
        }

        Method [ <internal:protobuf> public method getName ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:protobuf> public method setName ] {

          - Parameters [1] {
            Parameter #0 [ <required> $value ]
          }
        }

        Method [ <internal:protobuf> public method getRoot ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:protobuf> public method setRoot ] {

          - 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 = <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\Duration ] {

      - 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\Duration extends Google\Protobuf\Internal\Message ] {

      - Constants [0] {
      }

      - Static properties [0] {
      }

      - Static methods [0] {
      }

      - Properties [0] {
      }

      - Methods [18] {
        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, 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 = <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\GPBEmpty ] {

      - 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\GPBEmpty extends Google\Protobuf\Internal\Message ] {

      - Constants [0] {
      }

      - Static properties [0] {
      }

      - Static methods [0] {
      }

      - Properties [0] {
      }

      - Methods [14] {
        Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] {

          - Parameters [1] {
            Parameter #0 [ <optional> $data = <default> ]
          }
        }

        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 = <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\FieldMask ] {

      - 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\FieldMask extends Google\Protobuf\Internal\Message ] {

      - Constants [0] {
      }

      - Static properties [0] {
      }

      - Static methods [0] {
      }

      - Properties [0] {
      }

      - Methods [16] {
        Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] {

          - Parameters [1] {
            Parameter #0 [ <optional> $data = <default> ]
          }
        }

        Method [ <internal:protobuf> public method getPaths ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:protobuf> public method setPaths ] {

          - 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 = <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\SourceContext ] {

      - 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\SourceContext extends Google\Protobuf\Internal\Message ] {

      - Constants [0] {
      }

      - Static properties [0] {
      }

      - Static methods [0] {
      }

      - Properties [0] {
      }

      - Methods [16] {
        Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] {

          - Parameters [1] {
            Parameter #0 [ <optional> $data = <default> ]
          }
        }

        Method [ <internal:protobuf> public method getFileName ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:protobuf> public method setFileName ] {

          - 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 = <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\Struct ] {

      - 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\Struct extends Google\Protobuf\Internal\Message ] {

      - Constants [0] {
      }

      - Static properties [0] {
      }

      - Static methods [0] {
      }

      - Properties [0] {
      }

      - Methods [16] {
        Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] {

          - Parameters [1] {
            Parameter #0 [ <optional> $data = <default> ]
          }
        }

        Method [ <internal:protobuf> public method getFields ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:protobuf> public method setFields ] {

          - 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 = <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> final class Google\Protobuf\Struct\FieldsEntry extends Google\Protobuf\Internal\Message ] {

      - Constants [0] {
      }

      - Static properties [0] {
      }

      - Static methods [0] {
      }

      - Properties [0] {
      }

      - Methods [18] {
        Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] {

          - Parameters [1] {
            Parameter #0 [ <optional> $data = <default> ]
          }
        }

        Method [ <internal:protobuf> public method getKey ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:protobuf> public method setKey ] {

          - Parameters [1] {
            Parameter #0 [ <required> $value ]
          }
        }

        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 = <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> final class Google\Protobuf\Value extends Google\Protobuf\Internal\Message ] {

      - Constants [0] {
      }

      - Static properties [0] {
      }

      - Static methods [0] {
      }

      - Properties [0] {
      }

      - Methods [27] {
        Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] {

          - Parameters [1] {
            Parameter #0 [ <optional> $data = <default> ]
          }
        }

        Method [ <internal:protobuf> public method getNullValue ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:protobuf> public method setNullValue ] {

          - Parameters [1] {
            Parameter #0 [ <required> $value ]
          }
        }

        Method [ <internal:protobuf> public method getNumberValue ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:protobuf> public method setNumberValue ] {

          - Parameters [1] {
            Parameter #0 [ <required> $value ]
          }
        }

        Method [ <internal:protobuf> public method getStringValue ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:protobuf> public method setStringValue ] {

          - Parameters [1] {
            Parameter #0 [ <required> $value ]
          }
        }

        Method [ <internal:protobuf> public method getBoolValue ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:protobuf> public method setBoolValue ] {

          - Parameters [1] {
            Parameter #0 [ <required> $value ]
          }
        }

        Method [ <internal:protobuf> public method getStructValue ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:protobuf> public method setStructValue ] {

          - Parameters [1] {
            Parameter #0 [ <required> $value ]
          }
        }

        Method [ <internal:protobuf> public method getListValue ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:protobuf> public method setListValue ] {

          - Parameters [1] {
            Parameter #0 [ <required> $value ]
          }
        }

        Method [ <internal:protobuf> public method getKind ] {

          - 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 [0] {
          }
        }

        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> final class Google\Protobuf\ListValue extends Google\Protobuf\Internal\Message ] {

      - Constants [0] {
      }

      - Static properties [0] {
      }

      - Static methods [0] {
      }

      - Properties [0] {
      }

      - Methods [16] {
        Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] {

          - Parameters [1] {
            Parameter #0 [ <optional> $data = <default> ]
          }
        }

        Method [ <internal:protobuf> public method getValues ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:protobuf> public method setValues ] {

          - 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 = <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 Google\Protobuf\NullValue ] {

      - Constants [1] {
        Constant [ public int NULL_VALUE ] { 0 }
      }

      - Static properties [0] {
      }

      - Static methods [2] {
        Method [ <internal:protobuf> static public method name ] {

          - Parameters [1] {
            Parameter #0 [ <required> $key ]
          }
        }

        Method [ <internal:protobuf> static public method value ] {

          - Parameters [1] {
            Parameter #0 [ <required> $key ]
          }
        }
      }

      - Properties [0] {
      }

      - Methods [0] {
      }
    }

    Class [ <internal:protobuf> class GPBMetadata\Google\Protobuf\Type ] {

      - 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\Type extends Google\Protobuf\Internal\Message ] {

      - Constants [0] {
      }

      - Static properties [0] {
      }

      - Static methods [0] {
      }

      - Properties [0] {
      }

      - Methods [26] {
        Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] {

          - Parameters [1] {
            Parameter #0 [ <optional> $data = <default> ]
          }
        }

        Method [ <internal:protobuf> public method getName ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:protobuf> public method setName ] {

          - Parameters [1] {
            Parameter #0 [ <required> $value ]
          }
        }

        Method [ <internal:protobuf> public method getFields ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:protobuf> public method setFields ] {

          - Parameters [1] {
            Parameter #0 [ <required> $value ]
          }
        }

        Method [ <internal:protobuf> public method getOneofs ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:protobuf> public method setOneofs ] {

          - Parameters [1] {
            Parameter #0 [ <required> $value ]
          }
        }

        Method [ <internal:protobuf> public method getOptions ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:protobuf> public method setOptions ] {

          - Parameters [1] {
            Parameter #0 [ <required> $value ]
          }
        }

        Method [ <internal:protobuf> public method getSourceContext ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:protobuf> public method setSourceContext ] {

          - Parameters [1] {
            Parameter #0 [ <required> $value ]
          }
        }

        Method [ <internal:protobuf> public method getSyntax ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:protobuf> public method setSyntax ] {

          - 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 = <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> final class Google\Protobuf\Field extends Google\Protobuf\Internal\Message ] {

      - Constants [0] {
      }

      - Static properties [0] {
      }

      - Static methods [0] {
      }

      - Properties [0] {
      }

      - Methods [34] {
        Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] {

          - Parameters [1] {
            Parameter #0 [ <optional> $data = <default> ]
          }
        }

        Method [ <internal:protobuf> public method getKind ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:protobuf> public method setKind ] {

          - Parameters [1] {
            Parameter #0 [ <required> $value ]
          }
        }

        Method [ <internal:protobuf> public method getCardinality ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:protobuf> public method setCardinality ] {

          - Parameters [1] {
            Parameter #0 [ <required> $value ]
          }
        }

        Method [ <internal:protobuf> public method getNumber ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:protobuf> public method setNumber ] {

          - Parameters [1] {
            Parameter #0 [ <required> $value ]
          }
        }

        Method [ <internal:protobuf> public method getName ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:protobuf> public method setName ] {

          - Parameters [1] {
            Parameter #0 [ <required> $value ]
          }
        }

        Method [ <internal:protobuf> public method getTypeUrl ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:protobuf> public method setTypeUrl ] {

          - Parameters [1] {
            Parameter #0 [ <required> $value ]
          }
        }

        Method [ <internal:protobuf> public method getOneofIndex ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:protobuf> public method setOneofIndex ] {

          - Parameters [1] {
            Parameter #0 [ <required> $value ]
          }
        }

        Method [ <internal:protobuf> public method getPacked ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:protobuf> public method setPacked ] {

          - Parameters [1] {
            Parameter #0 [ <required> $value ]
          }
        }

        Method [ <internal:protobuf> public method getOptions ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:protobuf> public method setOptions ] {

          - Parameters [1] {
            Parameter #0 [ <required> $value ]
          }
        }

        Method [ <internal:protobuf> public method getJsonName ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:protobuf> public method setJsonName ] {

          - Parameters [1] {
            Parameter #0 [ <required> $value ]
          }
        }

        Method [ <internal:protobuf> public method getDefaultValue ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:protobuf> public method setDefaultValue ] {

          - 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 = <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 Google\Protobuf\Field\Kind ] {

      - Constants [19] {
        Constant [ public int TYPE_UNKNOWN ] { 0 }
        Constant [ public int TYPE_DOUBLE ] { 1 }
        Constant [ public int TYPE_FLOAT ] { 2 }
        Constant [ public int TYPE_INT64 ] { 3 }
        Constant [ public int TYPE_UINT64 ] { 4 }
        Constant [ public int TYPE_INT32 ] { 5 }
        Constant [ public int TYPE_FIXED64 ] { 6 }
        Constant [ public int TYPE_FIXED32 ] { 7 }
        Constant [ public int TYPE_BOOL ] { 8 }
        Constant [ public int TYPE_STRING ] { 9 }
        Constant [ public int TYPE_GROUP ] { 10 }
        Constant [ public int TYPE_MESSAGE ] { 11 }
        Constant [ public int TYPE_BYTES ] { 12 }
        Constant [ public int TYPE_UINT32 ] { 13 }
        Constant [ public int TYPE_ENUM ] { 14 }
        Constant [ public int TYPE_SFIXED32 ] { 15 }
        Constant [ public int TYPE_SFIXED64 ] { 16 }
        Constant [ public int TYPE_SINT32 ] { 17 }
        Constant [ public int TYPE_SINT64 ] { 18 }
      }

      - Static properties [0] {
      }

      - Static methods [2] {
        Method [ <internal:protobuf> static public method name ] {

          - Parameters [1] {
            Parameter #0 [ <required> $key ]
          }
        }

        Method [ <internal:protobuf> static public method value ] {

          - Parameters [1] {
            Parameter #0 [ <required> $key ]
          }
        }
      }

      - Properties [0] {
      }

      - Methods [0] {
      }
    }

    Class [ <internal:protobuf> class Google\Protobuf\Field\Cardinality ] {

      - Constants [4] {
        Constant [ public int CARDINALITY_UNKNOWN ] { 0 }
        Constant [ public int CARDINALITY_OPTIONAL ] { 1 }
        Constant [ public int CARDINALITY_REQUIRED ] { 2 }
        Constant [ public int CARDINALITY_REPEATED ] { 3 }
      }

      - Static properties [0] {
      }

      - Static methods [2] {
        Method [ <internal:protobuf> static public method name ] {

          - Parameters [1] {
            Parameter #0 [ <required> $key ]
          }
        }

        Method [ <internal:protobuf> static public method value ] {

          - Parameters [1] {
            Parameter #0 [ <required> $key ]
          }
        }
      }

      - Properties [0] {
      }

      - Methods [0] {
      }
    }

    Class [ <internal:protobuf> final class Google\Protobuf\Enum extends Google\Protobuf\Internal\Message ] {

      - Constants [0] {
      }

      - Static properties [0] {
      }

      - Static methods [0] {
      }

      - Properties [0] {
      }

      - Methods [24] {
        Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] {

          - Parameters [1] {
            Parameter #0 [ <optional> $data = <default> ]
          }
        }

        Method [ <internal:protobuf> public method getName ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:protobuf> public method setName ] {

          - Parameters [1] {
            Parameter #0 [ <required> $value ]
          }
        }

        Method [ <internal:protobuf> public method getEnumvalue ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:protobuf> public method setEnumvalue ] {

          - Parameters [1] {
            Parameter #0 [ <required> $value ]
          }
        }

        Method [ <internal:protobuf> public method getOptions ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:protobuf> public method setOptions ] {

          - Parameters [1] {
            Parameter #0 [ <required> $value ]
          }
        }

        Method [ <internal:protobuf> public method getSourceContext ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:protobuf> public method setSourceContext ] {

          - Parameters [1] {
            Parameter #0 [ <required> $value ]
          }
        }

        Method [ <internal:protobuf> public method getSyntax ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:protobuf> public method setSyntax ] {

          - 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 = <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> final class Google\Protobuf\EnumValue 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 getName ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:protobuf> public method setName ] {

          - Parameters [1] {
            Parameter #0 [ <required> $value ]
          }
        }

        Method [ <internal:protobuf> public method getNumber ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:protobuf> public method setNumber ] {

          - Parameters [1] {
            Parameter #0 [ <required> $value ]
          }
        }

        Method [ <internal:protobuf> public method getOptions ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:protobuf> public method setOptions ] {

          - 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 = <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> final class Google\Protobuf\Option extends Google\Protobuf\Internal\Message ] {

      - Constants [0] {
      }

      - Static properties [0] {
      }

      - Static methods [0] {
      }

      - Properties [0] {
      }

      - Methods [18] {
        Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] {

          - Parameters [1] {
            Parameter #0 [ <optional> $data = <default> ]
          }
        }

        Method [ <internal:protobuf> public method getName ] {

          - Parameters [0] {
          }
        }

        Method [ <internal:protobuf> public method setName ] {

          - Parameters [1] {
            Parameter #0 [ <required> $value ]
          }
        }

        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 = <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 Google\Protobuf\Syntax ] {

      - Constants [2] {
        Constant [ public int SYNTAX_PROTO2 ] { 0 }
        Constant [ public int SYNTAX_PROTO3 ] { 1 }
      }

      - Static properties [0] {
      }

      - Static methods [2] {
        Method [ <internal:protobuf> static public method name ] {

          - Parameters [1] {
            Parameter #0 [ <required> $key ]
          }
        }

        Method [ <internal:protobuf> static public method value ] {

          - Parameters [1] {
            Parameter #0 [ <required> $key ]
          }
        }
      }

      - Properties [0] {
      }

      - Methods [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 [0] {
          }
        }

        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\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 ] {

      - Constants [0] {
      }

      - Static properties [0] {
      }

      - Static methods [0] {
      }

      - Properties [0] {
      }

      - Methods [16] {
        Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] {

          - Parameters [1] {
            Parameter #0 [ <optional> $data = <default> ]
          }
        }

        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 = <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> final class Google\Protobuf\FloatValue extends Google\Protobuf\Internal\Message ] {

      - Constants [0] {
      }

      - Static properties [0] {
      }

      - Static methods [0] {
      }

      - Properties [0] {
      }

      - Methods [16] {
        Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] {

          - Parameters [1] {
            Parameter #0 [ <optional> $data = <default> ]
          }
        }

        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 = <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> final class Google\Protobuf\Int64Value extends Google\Protobuf\Internal\Message ] {

      - Constants [0] {
      }

      - Static properties [0] {
      }

      - Static methods [0] {
      }

      - Properties [0] {
      }

      - Methods [16] {
        Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] {

          - Parameters [1] {
            Parameter #0 [ <optional> $data = <default> ]
          }
        }

        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 = <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> final class Google\Protobuf\UInt64Value extends Google\Protobuf\Internal\Message ] {

      - Constants [0] {
      }

      - Static properties [0] {
      }

      - Static methods [0] {
      }

      - Properties [0] {
      }

      - Methods [16] {
        Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] {

          - Parameters [1] {
            Parameter #0 [ <optional> $data = <default> ]
          }
        }

        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 = <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> final class Google\Protobuf\Int32Value extends Google\Protobuf\Internal\Message ] {

      - Constants [0] {
      }

      - Static properties [0] {
      }

      - Static methods [0] {
      }

      - Properties [0] {
      }

      - Methods [16] {
        Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] {

          - Parameters [1] {
            Parameter #0 [ <optional> $data = <default> ]
          }
        }

        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 = <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> final class Google\Protobuf\UInt32Value extends Google\Protobuf\Internal\Message ] {

      - Constants [0] {
      }

      - Static properties [0] {
      }

      - Static methods [0] {
      }

      - Properties [0] {
      }

      - Methods [16] {
        Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] {

          - Parameters [1] {
            Parameter #0 [ <optional> $data = <default> ]
          }
        }

        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 = <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> final class Google\Protobuf\BoolValue extends Google\Protobuf\Internal\Message ] {

      - Constants [0] {
      }

      - Static properties [0] {
      }

      - Static methods [0] {
      }

      - Properties [0] {
      }

      - Methods [16] {
        Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] {

          - Parameters [1] {
            Parameter #0 [ <optional> $data = <default> ]
          }
        }

        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 = <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> final class Google\Protobuf\StringValue extends Google\Protobuf\Internal\Message ] {

      - Constants [0] {
      }

      - Static properties [0] {
      }

      - Static methods [0] {
      }

      - Properties [0] {
      }

      - Methods [16] {
        Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] {

          - Parameters [1] {
            Parameter #0 [ <optional> $data = <default> ]
          }
        }

        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 = <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> final class Google\Protobuf\BytesValue extends Google\Protobuf\Internal\Message ] {

      - Constants [0] {
      }

      - Static properties [0] {
      }

      - Static methods [0] {
      }

      - Properties [0] {
      }

      - Methods [16] {
        Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] {

          - Parameters [1] {
            Parameter #0 [ <optional> $data = <default> ]
          }
        }

        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 = <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 ]
          }
        }
      }
    }
  }
}