FieldBehavior.php 1.3 KB

12345678910111213141516171819202122232425262728293031323334
  1. <?php
  2. # Generated by the protocol buffer compiler. DO NOT EDIT!
  3. # source: google/api/field_behavior.proto
  4. namespace GPBMetadata\Google\Api;
  5. class FieldBehavior
  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. "0ac6020a1f676f6f676c652f6170692f6669656c645f6265686176696f72" .
  15. "2e70726f746f120a676f6f676c652e6170691a20676f6f676c652f70726f" .
  16. "746f6275662f64657363726970746f722e70726f746f2a7b0a0d4669656c" .
  17. "644265686176696f72121e0a1a4649454c445f4245484156494f525f554e" .
  18. "5350454349464945441000120c0a084f5054494f4e414c1001120c0a0852" .
  19. "455155495245441002120f0a0b4f55545055545f4f4e4c591003120e0a0a" .
  20. "494e5055545f4f4e4c591004120d0a09494d4d555441424c45100542700a" .
  21. "0e636f6d2e676f6f676c652e61706942124669656c644265686176696f72" .
  22. "50726f746f50015a41676f6f676c652e676f6c616e672e6f72672f67656e" .
  23. "70726f746f2f676f6f676c65617069732f6170692f616e6e6f746174696f" .
  24. "6e733b616e6e6f746174696f6e73a2020447415049620670726f746f33"
  25. ), true);
  26. static::$is_initialized = true;
  27. }
  28. }