Endpoint.php 1.2 KB

123456789101112131415161718192021222324252627282930313233
  1. <?php
  2. # Generated by the protocol buffer compiler. DO NOT EDIT!
  3. # source: google/api/endpoint.proto
  4. namespace GPBMetadata\Google\Api;
  5. class Endpoint
  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. \GPBMetadata\Google\Api\Annotations::initOnce();
  14. $pool->internalAddGeneratedFile(hex2bin(
  15. "0a81020a19676f6f676c652f6170692f656e64706f696e742e70726f746f" .
  16. "120a676f6f676c652e617069225f0a08456e64706f696e74120c0a046e61" .
  17. "6d65180120012809120f0a07616c696173657318022003280912100a0866" .
  18. "65617475726573180420032809120e0a0674617267657418652001280912" .
  19. "120a0a616c6c6f775f636f7273180520012808426f0a0e636f6d2e676f6f" .
  20. "676c652e617069420d456e64706f696e7450726f746f50015a45676f6f67" .
  21. "6c652e676f6c616e672e6f72672f67656e70726f746f2f676f6f676c6561" .
  22. "7069732f6170692f73657276696365636f6e6669673b7365727669636563" .
  23. "6f6e666967a2020447415049620670726f746f33"
  24. ), true);
  25. static::$is_initialized = true;
  26. }
  27. }