Client.php 1000 B

123456789101112131415161718192021222324252627282930
  1. <?php
  2. # Generated by the protocol buffer compiler. DO NOT EDIT!
  3. # source: google/api/client.proto
  4. namespace GPBMetadata\Google\Api;
  5. class Client
  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. "0aba010a17676f6f676c652f6170692f636c69656e742e70726f746f120a" .
  15. "676f6f676c652e6170691a20676f6f676c652f70726f746f6275662f6465" .
  16. "7363726970746f722e70726f746f42690a0e636f6d2e676f6f676c652e61" .
  17. "7069420b436c69656e7450726f746f50015a41676f6f676c652e676f6c61" .
  18. "6e672e6f72672f67656e70726f746f2f676f6f676c65617069732f617069" .
  19. "2f616e6e6f746174696f6e733b616e6e6f746174696f6e73a20204474150" .
  20. "49620670726f746f33"
  21. ), true);
  22. static::$is_initialized = true;
  23. }
  24. }