Unsupported.php 743 B

12345678910111213141516171819202122232425262728293031323334
  1. <?php
  2. # Generated by the protocol buffer compiler. DO NOT EDIT!
  3. # source: protos/ydb_coordination.proto
  4. namespace Ydb\Coordination;
  5. use Google\Protobuf\Internal\GPBType;
  6. use Google\Protobuf\Internal\RepeatedField;
  7. use Google\Protobuf\Internal\GPBUtil;
  8. /**
  9. **
  10. * Stub for unsupported messages
  11. *
  12. * Generated from protobuf message <code>Ydb.Coordination.Unsupported</code>
  13. */
  14. class Unsupported extends \Google\Protobuf\Internal\Message
  15. {
  16. /**
  17. * Constructor.
  18. *
  19. * @param array $data {
  20. * Optional. Data for populating the Message object.
  21. *
  22. * }
  23. */
  24. public function __construct($data = NULL) {
  25. \GPBMetadata\Protos\YdbCoordination::initOnce();
  26. parent::__construct($data);
  27. }
  28. }