FieldMask.php 1.1 KB

12345678910111213141516171819202122232425262728293031
  1. <?php
  2. # Generated by the protocol buffer compiler. DO NOT EDIT!
  3. # source: google/protobuf/field_mask.proto
  4. namespace GPBMetadata\Google\Protobuf;
  5. class FieldMask
  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. "0ae3010a20676f6f676c652f70726f746f6275662f6669656c645f6d6173" .
  15. "6b2e70726f746f120f676f6f676c652e70726f746f627566221a0a094669" .
  16. "656c644d61736b120d0a0570617468731801200328094289010a13636f6d" .
  17. "2e676f6f676c652e70726f746f627566420e4669656c644d61736b50726f" .
  18. "746f50015a39676f6f676c652e676f6c616e672e6f72672f67656e70726f" .
  19. "746f2f70726f746f6275662f6669656c645f6d61736b3b6669656c645f6d" .
  20. "61736ba20203475042aa021e476f6f676c652e50726f746f6275662e5765" .
  21. "6c6c4b6e6f776e5479706573620670726f746f33"
  22. ));
  23. static::$is_initialized = true;
  24. }
  25. }