@@ -67,13 +67,13 @@ internal enum Routeguide_RouteGuide {
6767 ]
6868 }
6969 @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
7171 @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
7373 @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
7575 @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
7777}
7878
7979extension GRPCCore . ServiceDescriptor {
@@ -85,7 +85,7 @@ extension GRPCCore.ServiceDescriptor {
8585
8686/// Interface exported by the server.
8787@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 {
8989 /// A simple RPC.
9090 ///
9191 /// Obtains the feature at a given position.
@@ -181,7 +181,7 @@ extension Routeguide_RouteGuide.StreamingServiceProtocol {
181181
182182/// Interface exported by the server.
183183@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 {
185185 /// A simple RPC.
186186 ///
187187 /// Obtains the feature at a given position.
@@ -223,7 +223,7 @@ internal protocol Routeguide_RouteGuideServiceProtocol: Routeguide_RouteGuide.St
223223 ) async throws -> GRPCCore . ServerResponse . Stream < Routeguide_RouteNote >
224224}
225225
226- /// Partial conformance to `Routeguide_RouteGuideStreamingServiceProtocol `.
226+ /// Partial conformance to `Routeguide_RouteGuide_StreamingServiceProtocol `.
227227@available ( macOS 15 . 0 , iOS 18 . 0 , watchOS 11 . 0 , tvOS 18 . 0 , visionOS 2 . 0 , * )
228228extension Routeguide_RouteGuide . ServiceProtocol {
229229 internal func getFeature(
@@ -262,7 +262,7 @@ extension Routeguide_RouteGuide.ServiceProtocol {
262262
263263/// Interface exported by the server.
264264@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 {
266266 /// A simple RPC.
267267 ///
268268 /// Obtains the feature at a given position.
@@ -476,7 +476,7 @@ extension Routeguide_RouteGuide.ClientProtocol {
476476
477477/// Interface exported by the server.
478478@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 {
480480 private let client : GRPCCore . GRPCClient
481481
482482 internal init ( wrapping client: GRPCCore . GRPCClient ) {
0 commit comments