Context.php 1.2 KB

123456789101112131415161718192021222324252627282930313233
  1. <?php
  2. # Generated by the protocol buffer compiler. DO NOT EDIT!
  3. # source: google/api/context.proto
  4. namespace GPBMetadata\Google\Api;
  5. class Context
  6. {
  7. public static $is_initialized = false;
  8. public static function initOnce() {
  9. $pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool();
  10. if (static::$is_initialized == true) {
  11. return;
  12. }
  13. $pool->internalAddGeneratedFile(hex2bin(
  14. "0a97020a18676f6f676c652f6170692f636f6e746578742e70726f746f12" .
  15. "0a676f6f676c652e61706922310a07436f6e7465787412260a0572756c65" .
  16. "7318012003280b32172e676f6f676c652e6170692e436f6e746578745275" .
  17. "6c6522440a0b436f6e7465787452756c6512100a0873656c6563746f7218" .
  18. "012001280912110a0972657175657374656418022003280912100a087072" .
  19. "6f7669646564180320032809426e0a0e636f6d2e676f6f676c652e617069" .
  20. "420c436f6e7465787450726f746f50015a45676f6f676c652e676f6c616e" .
  21. "672e6f72672f67656e70726f746f2f676f6f676c65617069732f6170692f" .
  22. "73657276696365636f6e6669673b73657276696365636f6e666967a20204" .
  23. "47415049620670726f746f33"
  24. ), true);
  25. static::$is_initialized = true;
  26. }
  27. }