26 lines
860 B
PHP
26 lines
860 B
PHP
<?php
|
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
# NO CHECKED-IN PROTOBUF GENCODE
|
|
# source: version.proto
|
|
|
|
namespace GPBMetadata;
|
|
|
|
class Version
|
|
{
|
|
public static $is_initialized = false;
|
|
|
|
public static function initOnce() {
|
|
$pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool();
|
|
|
|
if (static::$is_initialized == true) {
|
|
return;
|
|
}
|
|
$pool->internalAddGeneratedFile(
|
|
"\x0A\xB5\x01\x0A\x0Dversion.proto\x12\x07rv.data\"]\x0A\x07Version\x12\x15\x0A\x0Dmajor_version\x18\x01 \x01(\x0D\x12\x15\x0A\x0Dminor_version\x18\x02 \x01(\x0D\x12\x15\x0A\x0Dpatch_version\x18\x03 \x01(\x0D\x12\x0D\x0A\x05build\x18\x04 \x01(\x09B4\xF8\x01\x01\xAA\x02\$Pro.SerializationInterop.RVProtoData\xBA\x02\x07RVData_b\x06proto3"
|
|
, true);
|
|
|
|
static::$is_initialized = true;
|
|
}
|
|
}
|
|
|