propresenter-php/generated/GPBMetadata/Groups.php
Thorsten Bus 22ba4aff7d refactor: make repo Composer-compatible by moving php/ to root and ref/ to doc/reference_samples
- Move src/, tests/, bin/, generated/, proto/, composer.json, composer.lock, phpunit.xml from php/ to repo root
- Move ref/ to doc/reference_samples/ for better organization
- Remove vendor/ from git tracking (now properly gitignored)
- Update all test file paths (dirname adjustments and ref/ -> doc/reference_samples/)
- Update all documentation paths (AGENTS.md, doc/*.md)
- Remove php.bak/ directory
- All 252 tests pass
2026-03-30 13:26:29 +02:00

29 lines
1.2 KiB
PHP

<?php
# Generated by the protocol buffer compiler. DO NOT EDIT!
# NO CHECKED-IN PROTOBUF GENCODE
# source: groups.proto
namespace GPBMetadata;
class Groups
{
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\HotKey::initOnce();
\GPBMetadata\Uuid::initOnce();
$pool->internalAddGeneratedFile(
"\x0A\xEE\x02\x0A\x0Cgroups.proto\x12\x07rv.data\x1A\x0ChotKey.proto\x1A\x0Auuid.proto\"\xC7\x01\x0A\x05Group\x12\x1B\x0A\x04uuid\x18\x01 \x01(\x0B2\x0D.rv.data.UUID\x12\x0C\x0A\x04name\x18\x02 \x01(\x09\x12\x1D\x0A\x05color\x18\x03 \x01(\x0B2\x0E.rv.data.Color\x12\x1F\x0A\x06hotKey\x18\x04 \x01(\x0B2\x0F.rv.data.HotKey\x123\x0A\x1Capplication_group_identifier\x18\x05 \x01(\x0B2\x0D.rv.data.UUID\x12\x1E\x0A\x16application_group_name\x18\x06 \x01(\x09\"3\x0A\x11ProGroupsDocument\x12\x1E\x0A\x06groups\x18\x01 \x03(\x0B2\x0E.rv.data.GroupB4\xF8\x01\x01\xAA\x02\$Pro.SerializationInterop.RVProtoData\xBA\x02\x07RVData_b\x06proto3"
, true);
static::$is_initialized = true;
}
}