@@ -67,13 +67,13 @@ internal enum Routeguide_RouteGuide {
67
67
]
68
68
}
69
69
@available ( macOS 15 . 0 , iOS 18 . 0 , watchOS 11 . 0 , tvOS 18 . 0 , visionOS 2 . 0 , * )
70
- internal typealias StreamingServiceProtocol = Routeguide_RouteGuideStreamingServiceProtocol
70
+ internal typealias StreamingServiceProtocol = Routeguide_RouteGuide_StreamingServiceProtocol
71
71
@available ( macOS 15 . 0 , iOS 18 . 0 , watchOS 11 . 0 , tvOS 18 . 0 , visionOS 2 . 0 , * )
72
- internal typealias ServiceProtocol = Routeguide_RouteGuideServiceProtocol
72
+ internal typealias ServiceProtocol = Routeguide_RouteGuide_ServiceProtocol
73
73
@available ( macOS 15 . 0 , iOS 18 . 0 , watchOS 11 . 0 , tvOS 18 . 0 , visionOS 2 . 0 , * )
74
- internal typealias ClientProtocol = Routeguide_RouteGuideClientProtocol
74
+ internal typealias ClientProtocol = Routeguide_RouteGuide_ClientProtocol
75
75
@available ( macOS 15 . 0 , iOS 18 . 0 , watchOS 11 . 0 , tvOS 18 . 0 , visionOS 2 . 0 , * )
76
- internal typealias Client = Routeguide_RouteGuideClient
76
+ internal typealias Client = Routeguide_RouteGuide_Client
77
77
}
78
78
79
79
extension GRPCCore . ServiceDescriptor {
@@ -85,7 +85,7 @@ extension GRPCCore.ServiceDescriptor {
85
85
86
86
/// Interface exported by the server.
87
87
@available ( macOS 15 . 0 , iOS 18 . 0 , watchOS 11 . 0 , tvOS 18 . 0 , visionOS 2 . 0 , * )
88
- internal protocol Routeguide_RouteGuideStreamingServiceProtocol : GRPCCore . RegistrableRPCService {
88
+ internal protocol Routeguide_RouteGuide_StreamingServiceProtocol : GRPCCore . RegistrableRPCService {
89
89
/// A simple RPC.
90
90
///
91
91
/// Obtains the feature at a given position.
@@ -181,7 +181,7 @@ extension Routeguide_RouteGuide.StreamingServiceProtocol {
181
181
182
182
/// Interface exported by the server.
183
183
@available ( macOS 15 . 0 , iOS 18 . 0 , watchOS 11 . 0 , tvOS 18 . 0 , visionOS 2 . 0 , * )
184
- internal protocol Routeguide_RouteGuideServiceProtocol : Routeguide_RouteGuide . StreamingServiceProtocol {
184
+ internal protocol Routeguide_RouteGuide_ServiceProtocol : Routeguide_RouteGuide . StreamingServiceProtocol {
185
185
/// A simple RPC.
186
186
///
187
187
/// Obtains the feature at a given position.
@@ -223,7 +223,7 @@ internal protocol Routeguide_RouteGuideServiceProtocol: Routeguide_RouteGuide.St
223
223
) async throws -> GRPCCore . ServerResponse . Stream < Routeguide_RouteNote >
224
224
}
225
225
226
- /// Partial conformance to `Routeguide_RouteGuideStreamingServiceProtocol `.
226
+ /// Partial conformance to `Routeguide_RouteGuide_StreamingServiceProtocol `.
227
227
@available ( macOS 15 . 0 , iOS 18 . 0 , watchOS 11 . 0 , tvOS 18 . 0 , visionOS 2 . 0 , * )
228
228
extension Routeguide_RouteGuide . ServiceProtocol {
229
229
internal func getFeature(
@@ -262,7 +262,7 @@ extension Routeguide_RouteGuide.ServiceProtocol {
262
262
263
263
/// Interface exported by the server.
264
264
@available ( macOS 15 . 0 , iOS 18 . 0 , watchOS 11 . 0 , tvOS 18 . 0 , visionOS 2 . 0 , * )
265
- internal protocol Routeguide_RouteGuideClientProtocol : Sendable {
265
+ internal protocol Routeguide_RouteGuide_ClientProtocol : Sendable {
266
266
/// A simple RPC.
267
267
///
268
268
/// Obtains the feature at a given position.
@@ -476,7 +476,7 @@ extension Routeguide_RouteGuide.ClientProtocol {
476
476
477
477
/// Interface exported by the server.
478
478
@available ( macOS 15 . 0 , iOS 18 . 0 , watchOS 11 . 0 , tvOS 18 . 0 , visionOS 2 . 0 , * )
479
- internal struct Routeguide_RouteGuideClient : Routeguide_RouteGuide . ClientProtocol {
479
+ internal struct Routeguide_RouteGuide_Client : Routeguide_RouteGuide . ClientProtocol {
480
480
private let client : GRPCCore . GRPCClient
481
481
482
482
internal init ( wrapping client: GRPCCore . GRPCClient ) {
0 commit comments