propresenter-php/generated/GPBMetadata/Cue.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

30 lines
2.3 KiB
PHP

<?php
# Generated by the protocol buffer compiler. DO NOT EDIT!
# NO CHECKED-IN PROTOBUF GENCODE
# source: cue.proto
namespace GPBMetadata;
class Cue
{
public static $is_initialized = false;
public static function initOnce() {
$pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool();
if (static::$is_initialized == true) {
return;
}
\GPBMetadata\Action::initOnce();
\GPBMetadata\HotKey::initOnce();
\GPBMetadata\Url::initOnce();
\GPBMetadata\Uuid::initOnce();
$pool->internalAddGeneratedFile(
"\x0A\xBC\x08\x0A\x09cue.proto\x12\x07rv.data\x1A\x0ChotKey.proto\x1A\x09url.proto\x1A\x0Auuid.proto\"\xC2\x07\x0A\x03Cue\x12\x1B\x0A\x04uuid\x18\x01 \x01(\x0B2\x0D.rv.data.UUID\x12\x0C\x0A\x04name\x18\x02 \x01(\x09\x12A\x0A\x16completion_target_type\x18\x03 \x01(\x0E2!.rv.data.Cue.CompletionTargetType\x12-\x0A\x16completion_target_uuid\x18\x04 \x01(\x0B2\x0D.rv.data.UUID\x12A\x0A\x16completion_action_type\x18\x05 \x01(\x0E2!.rv.data.Cue.CompletionActionType\x12-\x0A\x16completion_action_uuid\x18\x06 \x01(\x0B2\x0D.rv.data.UUID\x12/\x0A\x0Ctrigger_time\x18\x07 \x01(\x0B2\x19.rv.data.Cue.TimecodeTime\x12 \x0A\x07hot_key\x18\x08 \x01(\x0B2\x0F.rv.data.HotKey\x12 \x0A\x07actions\x18\x0A \x03(\x0B2\x0F.rv.data.Action\x129\x0A\x0Fpending_imports\x18\x0B \x03(\x0B2 .rv.data.Cue.PendingImportsEntry\x12\x11\x0A\x09isEnabled\x18\x0C \x01(\x08\x12\x17\x0A\x0Fcompletion_time\x18\x0D \x01(\x01\x1A\x1C\x0A\x0CTimecodeTime\x12\x0C\x0A\x04time\x18\x01 \x01(\x01\x1A@\x0A\x13PendingImportsEntry\x12\x0B\x0A\x03key\x18\x01 \x01(\x09\x12\x1C\x0A\x05value\x18\x02 \x01(\x0B2\x0D.rv.data.URLs\"\xBD\x01\x0A\x14CompletionTargetType\x12\x1F\x0A\x1BCOMPLETION_TARGET_TYPE_NONE\x10\x00\x12\x1F\x0A\x1BCOMPLETION_TARGET_TYPE_NEXT\x10\x01\x12!\x0A\x1DCOMPLETION_TARGET_TYPE_RANDOM\x10\x02\x12\x1E\x0A\x1ACOMPLETION_TARGET_TYPE_CUE\x10\x03\x12 \x0A\x1CCOMPLETION_TARGET_TYPE_FIRST\x10\x04\"\xA9\x01\x0A\x14CompletionActionType\x12 \x0A\x1CCOMPLETION_ACTION_TYPE_FIRST\x10\x00\x12\x1F\x0A\x1BCOMPLETION_ACTION_TYPE_LAST\x10\x01\x12'\x0A#COMPLETION_ACTION_TYPE_AFTER_ACTION\x10\x02\x12%\x0A!COMPLETION_ACTION_TYPE_AFTER_TIME\x10\x03J\x04\x08\x09\x10\x0AB4\xF8\x01\x01\xAA\x02\$Pro.SerializationInterop.RVProtoData\xBA\x02\x07RVData_b\x06proto3"
, true);
static::$is_initialized = true;
}
}