File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
include/ydb-cpp-sdk/client/proto Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 11#pragma once
22
3- #include < src/api/protos/draft/ydb_replication.pb.h>
4- #include < src/api/protos/draft/ydb_view.pb.h>
53#include < src/api/protos/ydb_coordination.pb.h>
64#include < src/api/protos/ydb_export.pb.h>
75#include < src/api/protos/ydb_import.pb.h>
108#include < src/api/protos/ydb_topic.pb.h>
119#include < src/api/protos/ydb_value.pb.h>
1210
13- #include < ydb-cpp-sdk/client/draft/ydb_replication.h>
14- #include < ydb-cpp-sdk/client/draft/ydb_view.h>
1511#include < ydb-cpp-sdk/client/coordination/coordination.h>
1612#include < ydb-cpp-sdk/client/export/export.h>
1713#include < ydb-cpp-sdk/client/import/import.h>
@@ -49,8 +45,6 @@ class TProtoAccessor {
4945 static const Ydb::Topic::DescribeConsumerResult& GetProto (const NYdb::NTopic::TConsumerDescription& consumerDescription);
5046 static const Ydb::Monitoring::SelfCheckResult& GetProto (const NYdb::NMonitoring::TSelfCheckResult& selfCheckResult);
5147 static const Ydb::Coordination::DescribeNodeResult& GetProto (const NYdb::NCoordination::TNodeDescription &describeNodeResult);
52- static const Ydb::Replication::DescribeReplicationResult& GetProto (const NYdb::NReplication::TDescribeReplicationResult& desc);
53- static const Ydb::View::DescribeViewResult& GetProto (const NYdb::NView::TDescribeViewResult& desc);
5448
5549 static NTable::TQueryStats FromProto (const Ydb::TableStats::QueryStats& queryStats);
5650 static NTable::TTableDescription FromProto (const Ydb::Table::CreateTableRequest& request);
You can’t perform that action at this time.
0 commit comments