ExportToYtResult.php 689 B

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