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