Timestamp.php 1.09 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
<?php
# Generated by the protocol buffer compiler.  DO NOT EDIT!
# source: google/protobuf/timestamp.proto

namespace GPBMetadata\Google\Protobuf;

class Timestamp
{
    public static $is_initialized = false;

    public static function initOnce() {
        $pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool();

        if (static::$is_initialized == true) {
          return;
        }
        $pool->internalAddGeneratedFile(hex2bin(
            "0ae7010a1f676f6f676c652f70726f746f6275662f74696d657374616d70" .
            "2e70726f746f120f676f6f676c652e70726f746f627566222b0a0954696d" .
            "657374616d70120f0a077365636f6e6473180120012803120d0a056e616e" .
            "6f73180220012805427e0a13636f6d2e676f6f676c652e70726f746f6275" .
            "66420e54696d657374616d7050726f746f50015a2b6769746875622e636f" .
            "6d2f676f6c616e672f70726f746f6275662f7074797065732f74696d6573" .
            "74616d70f80101a20203475042aa021e476f6f676c652e50726f746f6275" .
            "662e57656c6c4b6e6f776e5479706573620670726f746f33"
        ));

        static::$is_initialized = true;
    }
}