@@ -44,7 +44,7 @@ final class ClientCodeTranslatorSnippetBasedTests: XCTestCase {
44
44
"""
45
45
/// Documentation for ServiceA
46
46
@available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
47
- public protocol NamespaceA_ServiceAClientProtocol : Sendable {
47
+ public protocol NamespaceA_ServiceA_ClientProtocol : Sendable {
48
48
/// Documentation for MethodA
49
49
func methodA<R>(
50
50
request: GRPCCore.ClientRequest.Single<NamespaceA_ServiceARequest>,
@@ -96,7 +96,7 @@ final class ClientCodeTranslatorSnippetBasedTests: XCTestCase {
96
96
}
97
97
/// Documentation for ServiceA
98
98
@available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
99
- public struct NamespaceA_ServiceAClient : NamespaceA_ServiceA.ClientProtocol {
99
+ public struct NamespaceA_ServiceA_Client : NamespaceA_ServiceA.ClientProtocol {
100
100
private let client: GRPCCore.GRPCClient
101
101
102
102
public init(wrapping client: GRPCCore.GRPCClient) {
@@ -151,7 +151,7 @@ final class ClientCodeTranslatorSnippetBasedTests: XCTestCase {
151
151
"""
152
152
/// Documentation for ServiceA
153
153
@available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
154
- public protocol NamespaceA_ServiceAClientProtocol : Sendable {
154
+ public protocol NamespaceA_ServiceA_ClientProtocol : Sendable {
155
155
/// Documentation for MethodA
156
156
func methodA<R>(
157
157
request: GRPCCore.ClientRequest.Stream<NamespaceA_ServiceARequest>,
@@ -203,7 +203,7 @@ final class ClientCodeTranslatorSnippetBasedTests: XCTestCase {
203
203
}
204
204
/// Documentation for ServiceA
205
205
@available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
206
- public struct NamespaceA_ServiceAClient : NamespaceA_ServiceA.ClientProtocol {
206
+ public struct NamespaceA_ServiceA_Client : NamespaceA_ServiceA.ClientProtocol {
207
207
private let client: GRPCCore.GRPCClient
208
208
209
209
public init(wrapping client: GRPCCore.GRPCClient) {
@@ -258,7 +258,7 @@ final class ClientCodeTranslatorSnippetBasedTests: XCTestCase {
258
258
"""
259
259
/// Documentation for ServiceA
260
260
@available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
261
- public protocol NamespaceA_ServiceAClientProtocol : Sendable {
261
+ public protocol NamespaceA_ServiceA_ClientProtocol : Sendable {
262
262
/// Documentation for MethodA
263
263
func methodA<R>(
264
264
request: GRPCCore.ClientRequest.Single<NamespaceA_ServiceARequest>,
@@ -306,7 +306,7 @@ final class ClientCodeTranslatorSnippetBasedTests: XCTestCase {
306
306
}
307
307
/// Documentation for ServiceA
308
308
@available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
309
- public struct NamespaceA_ServiceAClient : NamespaceA_ServiceA.ClientProtocol {
309
+ public struct NamespaceA_ServiceA_Client : NamespaceA_ServiceA.ClientProtocol {
310
310
private let client: GRPCCore.GRPCClient
311
311
312
312
public init(wrapping client: GRPCCore.GRPCClient) {
@@ -359,7 +359,7 @@ final class ClientCodeTranslatorSnippetBasedTests: XCTestCase {
359
359
"""
360
360
/// Documentation for ServiceA
361
361
@available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
362
- public protocol NamespaceA_ServiceAClientProtocol : Sendable {
362
+ public protocol NamespaceA_ServiceA_ClientProtocol : Sendable {
363
363
/// Documentation for MethodA
364
364
func methodA<R>(
365
365
request: GRPCCore.ClientRequest.Stream<NamespaceA_ServiceARequest>,
@@ -407,7 +407,7 @@ final class ClientCodeTranslatorSnippetBasedTests: XCTestCase {
407
407
}
408
408
/// Documentation for ServiceA
409
409
@available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
410
- public struct NamespaceA_ServiceAClient : NamespaceA_ServiceA.ClientProtocol {
410
+ public struct NamespaceA_ServiceA_Client : NamespaceA_ServiceA.ClientProtocol {
411
411
private let client: GRPCCore.GRPCClient
412
412
413
413
public init(wrapping client: GRPCCore.GRPCClient) {
@@ -468,7 +468,7 @@ final class ClientCodeTranslatorSnippetBasedTests: XCTestCase {
468
468
"""
469
469
/// Documentation for ServiceA
470
470
@available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
471
- package protocol NamespaceA_ServiceAClientProtocol : Sendable {
471
+ package protocol NamespaceA_ServiceA_ClientProtocol : Sendable {
472
472
/// Documentation for MethodA
473
473
func methodA<R>(
474
474
request: GRPCCore.ClientRequest.Stream<NamespaceA_ServiceARequest>,
@@ -561,7 +561,7 @@ final class ClientCodeTranslatorSnippetBasedTests: XCTestCase {
561
561
}
562
562
/// Documentation for ServiceA
563
563
@available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
564
- package struct NamespaceA_ServiceAClient : NamespaceA_ServiceA.ClientProtocol {
564
+ package struct NamespaceA_ServiceA_Client : NamespaceA_ServiceA.ClientProtocol {
565
565
private let client: GRPCCore.GRPCClient
566
566
567
567
package init(wrapping client: GRPCCore.GRPCClient) {
@@ -634,7 +634,7 @@ final class ClientCodeTranslatorSnippetBasedTests: XCTestCase {
634
634
"""
635
635
/// Documentation for ServiceA
636
636
@available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
637
- internal protocol ServiceAClientProtocol : Sendable {
637
+ internal protocol ServiceA_ClientProtocol : Sendable {
638
638
/// Documentation for MethodA
639
639
func methodA<R>(
640
640
request: GRPCCore.ClientRequest.Single<ServiceARequest>,
@@ -686,7 +686,7 @@ final class ClientCodeTranslatorSnippetBasedTests: XCTestCase {
686
686
}
687
687
/// Documentation for ServiceA
688
688
@available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
689
- internal struct ServiceAClient : ServiceA.ClientProtocol {
689
+ internal struct ServiceA_Client : ServiceA.ClientProtocol {
690
690
private let client: GRPCCore.GRPCClient
691
691
692
692
internal init(wrapping client: GRPCCore.GRPCClient) {
@@ -747,7 +747,7 @@ final class ClientCodeTranslatorSnippetBasedTests: XCTestCase {
747
747
"""
748
748
/// Documentation for ServiceA
749
749
@available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
750
- public protocol NamespaceA_ServiceAClientProtocol : Sendable {}
750
+ public protocol NamespaceA_ServiceA_ClientProtocol : Sendable {}
751
751
@available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
752
752
extension NamespaceA_ServiceA.ClientProtocol {
753
753
}
@@ -756,7 +756,7 @@ final class ClientCodeTranslatorSnippetBasedTests: XCTestCase {
756
756
}
757
757
/// Documentation for ServiceA
758
758
@available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
759
- public struct NamespaceA_ServiceAClient : NamespaceA_ServiceA.ClientProtocol {
759
+ public struct NamespaceA_ServiceA_Client : NamespaceA_ServiceA.ClientProtocol {
760
760
private let client: GRPCCore.GRPCClient
761
761
762
762
public init(wrapping client: GRPCCore.GRPCClient) {
@@ -767,7 +767,7 @@ final class ClientCodeTranslatorSnippetBasedTests: XCTestCase {
767
767
///
768
768
/// Line 2
769
769
@available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
770
- public protocol ServiceBClientProtocol : Sendable {}
770
+ public protocol ServiceB_ClientProtocol : Sendable {}
771
771
@available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
772
772
extension ServiceB.ClientProtocol {
773
773
}
@@ -778,7 +778,7 @@ final class ClientCodeTranslatorSnippetBasedTests: XCTestCase {
778
778
///
779
779
/// Line 2
780
780
@available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
781
- public struct ServiceBClient : ServiceB.ClientProtocol {
781
+ public struct ServiceB_Client : ServiceB.ClientProtocol {
782
782
private let client: GRPCCore.GRPCClient
783
783
784
784
public init(wrapping client: GRPCCore.GRPCClient) {
0 commit comments