- 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
28 lines
2 KiB
PHP
28 lines
2 KiB
PHP
<?php
|
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
# NO CHECKED-IN PROTOBUF GENCODE
|
|
# source: proCoreTestPatterns.proto
|
|
|
|
namespace GPBMetadata;
|
|
|
|
class ProCoreTestPatterns
|
|
{
|
|
public static $is_initialized = false;
|
|
|
|
public static function initOnce() {
|
|
$pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool();
|
|
|
|
if (static::$is_initialized == true) {
|
|
return;
|
|
}
|
|
\GPBMetadata\TestPattern::initOnce();
|
|
\GPBMetadata\Uuid::initOnce();
|
|
$pool->internalAddGeneratedFile(
|
|
"\x0A\x8C\x07\x0A\x19proCoreTestPatterns.proto\x12\x07rv.data\x1A\x0Auuid.proto\"\xB0\x03\x0A\x12TestPatternRequest\x12E\x0A\x0Fget_definitions\x18\x01 \x01(\x0B2*.rv.data.TestPatternRequest.GetDefinitionsH\x00\x126\x0A\x11set_current_state\x18\x02 \x01(\x0B2\x19.rv.data.TestPatternStateH\x00\x12H\x0A\x11get_current_state\x18\x03 \x01(\x0B2+.rv.data.TestPatternRequest.GetCurrentStateH\x00\x12A\x0A\x0Dget_thumbnail\x18\x04 \x01(\x0B2(.rv.data.TestPatternRequest.GetThumbnailH\x00\x1A\x10\x0A\x0EGetDefinitions\x1A\x11\x0A\x0FGetCurrentState\x1A^\x0A\x0CGetThumbnail\x12/\x0A\x07pattern\x18\x01 \x01(\x0B2\x1E.rv.data.TestPatternDefinition\x12\x0D\x0A\x05width\x18\x02 \x01(\x05\x12\x0E\x0A\x06height\x18\x03 \x01(\x05B\x09\x0A\x07Request\"\xE8\x02\x0A\x13TestPatternResponse\x12F\x0A\x0Fget_definitions\x18\x01 \x01(\x0B2+.rv.data.TestPatternResponse.GetDefinitionsH\x00\x126\x0A\x11get_current_state\x18\x02 \x01(\x0B2\x19.rv.data.TestPatternStateH\x00\x12B\x0A\x0Dget_thumbnail\x18\x03 \x01(\x0B2).rv.data.TestPatternResponse.GetThumbnailH\x00\x1AB\x0A\x0EGetDefinitions\x120\x0A\x08patterns\x18\x01 \x03(\x0B2\x1E.rv.data.TestPatternDefinition\x1A=\x0A\x0CGetThumbnail\x12\x1E\x0A\x07pattern\x18\x01 \x01(\x0B2\x0D.rv.data.UUID\x12\x0D\x0A\x05image\x18\x02 \x01(\x0CB\x0A\x0A\x08ResponseB4\xF8\x01\x01\xAA\x02\$Pro.SerializationInterop.RVProtoData\xBA\x02\x07RVData_b\x06proto3"
|
|
, true);
|
|
|
|
static::$is_initialized = true;
|
|
}
|
|
}
|
|
|