12345678910111213141516171819202122232425262728293031 |
- <?php
- namespace Ydb\Export;
- use Google\Protobuf\Internal\GPBType;
- use Google\Protobuf\Internal\RepeatedField;
- use Google\Protobuf\Internal\GPBUtil;
- class ExportToYtResult extends \Google\Protobuf\Internal\Message
- {
-
- public function __construct($data = NULL) {
- \GPBMetadata\Protos\YdbExport::initOnce();
- parent::__construct($data);
- }
- }
|