Skip to content

Commit b85082d

Browse files
authored
Merge b2d116a into c7ef100
2 parents c7ef100 + b2d116a commit b85082d

File tree

282 files changed

+1491
-638
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

282 files changed

+1491
-638
lines changed

ydb/public/sdk/cpp/include/ydb-cpp-sdk/client/cms/cms.h

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ namespace Ydb::Cms {
2121
class ScaleRecommenderPolicies_ScaleRecommenderPolicy_TargetTrackingPolicy;
2222
} // namespace Ydb::Cms
2323

24-
namespace NYdb::inline V3::NCms {
24+
namespace NYdb {
25+
inline namespace Dev {
26+
namespace NCms {
2527

2628
struct TListDatabasesSettings : public TOperationRequestSettings<TListDatabasesSettings> {};
2729

@@ -210,4 +212,6 @@ class TCmsClient {
210212
std::shared_ptr<TImpl> Impl_;
211213
};
212214

213-
} // namespace NYdb::inline V3::NCms
215+
}
216+
}
217+
}

ydb/public/sdk/cpp/include/ydb-cpp-sdk/client/common_client/settings.h

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88

99
#include <optional>
1010

11-
namespace NYdb::inline V3 {
11+
namespace NYdb {
12+
inline namespace Dev {
1213

1314
using TCertificateAndPrivateKey = std::pair<std::string, std::string>;
1415

@@ -58,4 +59,5 @@ struct TCommonClientSettingsBase : public TCommonClientSettings {
5859

5960
TCommonClientSettings GetClientSettingsFromConnectionString(const std::string& connectionString);
6061

61-
} // namespace NYdb
62+
}
63+
}

ydb/public/sdk/cpp/include/ydb-cpp-sdk/client/common_client/ssl_credentials.h

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
#pragma once
22

3+
#include <ydb-cpp-sdk/type_switcher.h>
4+
35
#include <string>
46

5-
namespace NYdb::inline V3 {
7+
namespace NYdb {
8+
inline namespace Dev {
69

710
struct TSslCredentials {
811
bool IsEnabled = false;
@@ -23,4 +26,5 @@ struct TSslCredentials {
2326
}
2427
};
2528

26-
} // namespace NYdb
29+
}
30+
}

ydb/public/sdk/cpp/include/ydb-cpp-sdk/client/config/config.h

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
#include <memory>
1010
#include <string>
1111

12-
namespace NYdb::inline V3::NConfig {
12+
namespace NYdb {
13+
inline namespace Dev {
14+
namespace NConfig {
1315

1416
struct TReplaceConfigSettings : public NYdb::TOperationRequestSettings<TReplaceConfigSettings> {
1517
FLUENT_SETTING_FLAG(DryRun);
@@ -118,3 +120,5 @@ class TConfigClient {
118120
};
119121

120122
}
123+
}
124+
}

ydb/public/sdk/cpp/include/ydb-cpp-sdk/client/coordination/coordination.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ namespace Coordination {
1212
}
1313
}
1414

15-
namespace NYdb::inline V3 {
15+
namespace NYdb {
16+
inline namespace Dev {
1617

1718
namespace NScheme {
1819
struct TPermissions;
@@ -368,3 +369,4 @@ class TSession {
368369

369370
}
370371
}
372+
}

ydb/public/sdk/cpp/include/ydb-cpp-sdk/client/datastreams/datastreams.h

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44

55
#include <ydb/public/api/grpc/draft/ydb_datastreams_v1.pb.h>
66

7-
namespace NYdb::inline V3::NDataStreams::V1 {
7+
namespace NYdb {
8+
inline namespace Dev {
9+
namespace NDataStreams::V1 {
810

911
template<class TProtoResult>
1012
class TProtoResultWrapper : public NYdb::TStatus {
@@ -371,3 +373,5 @@ namespace NYdb::inline V3::NDataStreams::V1 {
371373
};
372374

373375
}
376+
}
377+
}

ydb/public/sdk/cpp/include/ydb-cpp-sdk/client/debug/client.h

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
#include <ydb-cpp-sdk/client/driver/driver.h>
44

5-
namespace NYdb::inline V3::NDebug {
5+
namespace NYdb {
6+
inline namespace Dev {
7+
namespace NDebug {
68

79
////////////////////////////////////////////////////////////////////////////////
810

@@ -96,4 +98,6 @@ class TDebugClient {
9698
std::shared_ptr<TImpl> Impl_;
9799
};
98100

99-
} // namespace NYdb::V3::NDebug
101+
}
102+
}
103+
}

ydb/public/sdk/cpp/include/ydb-cpp-sdk/client/discovery/discovery.h

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ namespace Discovery {
1212
} // namespace Discovery
1313
} // namespace Ydb
1414

15-
namespace NYdb::inline V3 {
15+
namespace NYdb {
16+
inline namespace Dev {
1617
namespace NDiscovery {
1718

1819
////////////////////////////////////////////////////////////////////////////////
@@ -140,5 +141,6 @@ class TDiscoveryClient {
140141
std::shared_ptr<TImpl> Impl_;
141142
};
142143

143-
} // namespace NDiscovery
144-
} // namespace NYdb
144+
}
145+
}
146+
}

ydb/public/sdk/cpp/include/ydb-cpp-sdk/client/draft/ydb_dynamic_config.h

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88

99
#include <memory>
1010

11-
namespace NYdb::inline V3::NDynamicConfig {
11+
namespace NYdb {
12+
inline namespace Dev {
13+
namespace NDynamicConfig {
1214

1315
struct TGetConfigResult : public TStatus {
1416
TGetConfigResult(
@@ -262,4 +264,6 @@ class TDynamicConfigClient {
262264
std::shared_ptr<TImpl> Impl_;
263265
};
264266

265-
} // namespace NYdb::NDynamicConfig
267+
}
268+
}
269+
}

ydb/public/sdk/cpp/include/ydb-cpp-sdk/client/draft/ydb_replication.h

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,12 @@ namespace Ydb::Replication {
1414
class DescribeReplicationResult_Stats;
1515
}
1616

17-
namespace NYdb::inline V3 {
18-
class TProtoAccessor;
19-
}
17+
namespace NYdb {
18+
inline namespace Dev {
19+
20+
class TProtoAccessor;
2021

21-
namespace NYdb::inline V3::NReplication {
22+
namespace NReplication {
2223

2324
class TDescribeReplicationResult;
2425
using TAsyncDescribeReplicationResult = NThreading::TFuture<TDescribeReplicationResult>;
@@ -163,7 +164,7 @@ class TReplicationDescription {
163164
};
164165

165166
class TDescribeReplicationResult: public NScheme::TDescribePathResult {
166-
friend class NYdb::V3::TProtoAccessor;
167+
friend class NYdb::TProtoAccessor;
167168
const Ydb::Replication::DescribeReplicationResult& GetProto() const;
168169

169170
public:
@@ -188,4 +189,6 @@ class TReplicationClient {
188189
std::shared_ptr<TImpl> Impl_;
189190
};
190191

191-
} // namespace NYdb::V3::NReplication
192+
}
193+
}
194+
}

0 commit comments

Comments
 (0)