- 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
26 lines
1.1 KiB
PHP
26 lines
1.1 KiB
PHP
<?php
|
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
# NO CHECKED-IN PROTOBUF GENCODE
|
|
# source: proApiV1Miscellaneous.proto
|
|
|
|
namespace GPBMetadata;
|
|
|
|
class ProApiV1Miscellaneous
|
|
{
|
|
public static $is_initialized = false;
|
|
|
|
public static function initOnce() {
|
|
$pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool();
|
|
|
|
if (static::$is_initialized == true) {
|
|
return;
|
|
}
|
|
$pool->internalAddGeneratedFile(
|
|
"\x0A\xF5\x02\x0A\x1BproApiV1Miscellaneous.proto\x12\x07rv.data\"\x84\x01\x0A\x1CAPI_v1_Miscellaneous_Request\x12J\x0A\x0Dfind_my_mouse\x18\x01 \x01(\x0B21.rv.data.API_v1_Miscellaneous_Request.FindMyMouseH\x00\x1A\x0D\x0A\x0BFindMyMouseB\x09\x0A\x07Request\"\x87\x01\x0A\x1DAPI_v1_Miscellaneous_Response\x12K\x0A\x0Dfind_my_mouse\x18\x01 \x01(\x0B22.rv.data.API_v1_Miscellaneous_Response.FindMyMouseH\x00\x1A\x0D\x0A\x0BFindMyMouseB\x0A\x0A\x08ResponseB4\xF8\x01\x01\xAA\x02\$Pro.SerializationInterop.RVProtoData\xBA\x02\x07RVData_b\x06proto3"
|
|
, true);
|
|
|
|
static::$is_initialized = true;
|
|
}
|
|
}
|
|
|