QueryStatsCollection.php 740 B

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