File tree Expand file tree Collapse file tree 5 files changed +4
-11
lines changed
include/ydb-cpp-sdk/client/proto Expand file tree Collapse file tree 5 files changed +4
-11
lines changed Original file line number Diff line number Diff line change 1- 42da2fe1b7025f0f6c397b52f085d3ed54e5f690
1+ f3a44b617baf1e14b9f933dbd9e53f3aa271d12f
Original file line number Diff line number Diff line change 11#pragma once
22
3- #include " private.h"
4-
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>
@@ -52,11 +50,6 @@ class TProtoAccessor {
5250 static const Ydb::Monitoring::SelfCheckResult& GetProto (const NYdb::NMonitoring::TSelfCheckResult& selfCheckResult);
5351 static const Ydb::Coordination::DescribeNodeResult& GetProto (const NYdb::NCoordination::TNodeDescription& describeNodeResult);
5452 static const Ydb::Import::ListObjectsInS3ExportResult& GetProto (const NYdb::NImport::TListObjectsInS3ExportResult& result);
55- #ifdef YDB_SDK_INTERNAL_CLIENTS
56- static const Ydb::Replication::DescribeReplicationResult& GetProto (const NYdb::NReplication::TDescribeReplicationResult& desc);
57- static const Ydb::Replication::DescribeTransferResult& GetProto (const NYdb::NReplication::TDescribeTransferResult& desc);
58- static const Ydb::View::DescribeViewResult& GetProto (const NYdb::NView::TDescribeViewResult& desc);
59- #endif
6053
6154 static NTable::TQueryStats FromProto (const Ydb::TableStats::QueryStats& queryStats);
6255 static NTable::TTableDescription FromProto (const Ydb::Table::CreateTableRequest& request);
Original file line number Diff line number Diff line change 44#include < src/api/grpc/ydb_topic_v1.grpc.pb.h>
55
66
7- namespace NYdb ::NTopic {
7+ namespace NYdb ::inline V3:: NTopic {
88
99TDirectReadClientMessage TDirectReadPartitionSession::MakeStartRequest () const {
1010 TDirectReadClientMessage req;
Original file line number Diff line number Diff line change 1010#include < util/thread/lfqueue.h>
1111
1212
13- namespace NYdb ::NTopic {
13+ namespace NYdb ::inline V3:: NTopic {
1414
1515template <bool UseMigrationProtocol>
1616class TDeferredActions ;
Original file line number Diff line number Diff line change @@ -1111,7 +1111,7 @@ struct THash<NYdb::NTopic::TPartitionStreamImpl<true>::TKey> {
11111111 }
11121112};
11131113
1114- namespace NYdb ::NTopic {
1114+ namespace NYdb ::inline V3:: NTopic {
11151115
11161116// Read session for single cluster.
11171117// This class holds only read session logic.
You can’t perform that action at this time.
0 commit comments