28 lines
763 B
PHP
28 lines
763 B
PHP
<?php
|
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
# source: HeartBeat.proto
|
|
|
|
namespace GPBMetadata;
|
|
|
|
class HeartBeat
|
|
{
|
|
public static $is_initialized = false;
|
|
|
|
public static function initOnce() {
|
|
$pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool();
|
|
|
|
if (static::$is_initialized == true) {
|
|
return;
|
|
}
|
|
$pool->internalAddGeneratedFile(hex2bin(
|
|
"0a660a0f4865617274426561742e70726f746f12174a75626f2e4a754c69" .
|
|
"616f2e494d2e57782e50726f746f22320a104865617274426561744d6573" .
|
|
"73616765120c0a04496d656918012001280912100a085765436861744964" .
|
|
"180220012809620670726f746f33"
|
|
), true);
|
|
|
|
static::$is_initialized = true;
|
|
}
|
|
}
|
|
|