28 lines
1,004 B
PHP
28 lines
1,004 B
PHP
<?php
|
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
# NO CHECKED-IN PROTOBUF GENCODE
|
|
# source: background.proto
|
|
|
|
namespace GPBMetadata;
|
|
|
|
class Background
|
|
{
|
|
public static $is_initialized = false;
|
|
|
|
public static function initOnce() {
|
|
$pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool();
|
|
|
|
if (static::$is_initialized == true) {
|
|
return;
|
|
}
|
|
\GPBMetadata\Color::initOnce();
|
|
\GPBMetadata\GraphicsData::initOnce();
|
|
$pool->internalAddGeneratedFile(
|
|
"\x0A\xE8\x01\x0A\x10background.proto\x12\x07rv.data\x1A\x12graphicsData.proto\"y\x0A\x0ABackground\x12\x12\x0A\x0Ais_enabled\x18\x03 \x01(\x08\x12\x1F\x0A\x05color\x18\x01 \x01(\x0B2\x0E.rv.data.ColorH\x00\x12.\x0A\x08gradient\x18\x02 \x01(\x0B2\x1A.rv.data.Graphics.GradientH\x00B\x06\x0A\x04FillB4\xF8\x01\x01\xAA\x02\$Pro.SerializationInterop.RVProtoData\xBA\x02\x07RVData_b\x06proto3"
|
|
, true);
|
|
|
|
static::$is_initialized = true;
|
|
}
|
|
}
|
|
|