31 lines
1006 B
PHP
31 lines
1006 B
PHP
<?php
|
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
# source: AccountLogoutNotice.proto
|
|
|
|
namespace GPBMetadata;
|
|
|
|
class AccountLogoutNotice
|
|
{
|
|
public static $is_initialized = false;
|
|
|
|
public static function initOnce() {
|
|
$pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool();
|
|
|
|
if (static::$is_initialized == true) {
|
|
return;
|
|
}
|
|
\GPBMetadata\TransportMessage::initOnce();
|
|
$pool->internalAddGeneratedFile(hex2bin(
|
|
"0aaa010a194163636f756e744c6f676f75744e6f746963652e70726f746f" .
|
|
"12174a75626f2e4a754c69616f2e494d2e57782e50726f746f226c0a1a41" .
|
|
"63636f756e744c6f676f75744e6f746963654d657373616765120f0a0755" .
|
|
"6e696f6e4964180120012803123d0a0b4163636f756e7454797065180220" .
|
|
"01280e32282e4a75626f2e4a754c69616f2e494d2e57782e50726f746f2e" .
|
|
"456e756d4163636f756e7454797065620670726f746f33"
|
|
), true);
|
|
|
|
static::$is_initialized = true;
|
|
}
|
|
}
|
|
|