1313// limitations under the License.
1414
1515// The canonical version of this proto can be found at
16- // https://github.com/grpc/grpc-proto/blob/master /grpc/health/v1/health.proto
16+ // https://github.com/grpc/grpc-proto/blob/0b30c8c05277ab78ec72e77c9cbf66a26684673d /grpc/health/v1/health.proto
1717
1818// DO NOT EDIT.
1919// swift-format-ignore-file
@@ -70,7 +70,7 @@ extension GRPCCore.ServiceDescriptor {
7070
7171/// Health is gRPC's mechanism for checking whether a server is able to handle
7272/// RPCs. Its semantics are documented in
73- /// https://github.com/grpc/grpc/blob/master /doc/health-checking.md.
73+ /// https://github.com/grpc/grpc/blob/5011420f160b91129a7baebe21df9444a07896a6 /doc/health-checking.md.
7474@available ( macOS 15 . 0 , iOS 18 . 0 , watchOS 11 . 0 , tvOS 18 . 0 , visionOS 2 . 0 , * )
7575package protocol Grpc_Health_V1_Health_StreamingServiceProtocol : GRPCCore . RegistrableRPCService {
7676 /// Check gets the health of the specified service. If the requested service
@@ -86,7 +86,7 @@ package protocol Grpc_Health_V1_Health_StreamingServiceProtocol: GRPCCore.Regist
8686 request: GRPCCore . StreamingServerRequest < Grpc_Health_V1_HealthCheckRequest > ,
8787 context: GRPCCore . ServerContext
8888 ) async throws -> GRPCCore . StreamingServerResponse < Grpc_Health_V1_HealthCheckResponse >
89-
89+
9090 /// Performs a watch for the serving status of the requested service.
9191 /// The server will immediately send back a message indicating the current
9292 /// serving status. It will then subsequently send a new message whenever
@@ -140,7 +140,7 @@ extension Grpc_Health_V1_Health.StreamingServiceProtocol {
140140
141141/// Health is gRPC's mechanism for checking whether a server is able to handle
142142/// RPCs. Its semantics are documented in
143- /// https://github.com/grpc/grpc/blob/master /doc/health-checking.md.
143+ /// https://github.com/grpc/grpc/blob/5011420f160b91129a7baebe21df9444a07896a6 /doc/health-checking.md.
144144@available ( macOS 15 . 0 , iOS 18 . 0 , watchOS 11 . 0 , tvOS 18 . 0 , visionOS 2 . 0 , * )
145145package protocol Grpc_Health_V1_Health_ServiceProtocol : Grpc_Health_V1_Health . StreamingServiceProtocol {
146146 /// Check gets the health of the specified service. If the requested service
@@ -156,7 +156,7 @@ package protocol Grpc_Health_V1_Health_ServiceProtocol: Grpc_Health_V1_Health.St
156156 request: GRPCCore . ServerRequest < Grpc_Health_V1_HealthCheckRequest > ,
157157 context: GRPCCore . ServerContext
158158 ) async throws -> GRPCCore . ServerResponse < Grpc_Health_V1_HealthCheckResponse >
159-
159+
160160 /// Performs a watch for the serving status of the requested service.
161161 /// The server will immediately send back a message indicating the current
162162 /// serving status. It will then subsequently send a new message whenever
@@ -191,7 +191,7 @@ extension Grpc_Health_V1_Health.ServiceProtocol {
191191 )
192192 return GRPCCore . StreamingServerResponse ( single: response)
193193 }
194-
194+
195195 package func watch(
196196 request: GRPCCore . StreamingServerRequest < Grpc_Health_V1_HealthCheckRequest > ,
197197 context: GRPCCore . ServerContext
@@ -206,7 +206,7 @@ extension Grpc_Health_V1_Health.ServiceProtocol {
206206
207207/// Health is gRPC's mechanism for checking whether a server is able to handle
208208/// RPCs. Its semantics are documented in
209- /// https://github.com/grpc/grpc/blob/master /doc/health-checking.md.
209+ /// https://github.com/grpc/grpc/blob/5011420f160b91129a7baebe21df9444a07896a6 /doc/health-checking.md.
210210@available ( macOS 15 . 0 , iOS 18 . 0 , watchOS 11 . 0 , tvOS 18 . 0 , visionOS 2 . 0 , * )
211211package protocol Grpc_Health_V1_Health_ClientProtocol : Sendable {
212212 /// Check gets the health of the specified service. If the requested service
@@ -225,7 +225,7 @@ package protocol Grpc_Health_V1_Health_ClientProtocol: Sendable {
225225 options: GRPCCore . CallOptions ,
226226 _ body: @Sendable @escaping ( GRPCCore . ClientResponse < Grpc_Health_V1_HealthCheckResponse > ) async throws -> R
227227 ) async throws -> R where R: Sendable
228-
228+
229229 /// Performs a watch for the serving status of the requested service.
230230 /// The server will immediately send back a message indicating the current
231231 /// serving status. It will then subsequently send a new message whenever
@@ -267,7 +267,7 @@ extension Grpc_Health_V1_Health.ClientProtocol {
267267 body
268268 )
269269 }
270-
270+
271271 package func watch< R> (
272272 request: GRPCCore . ClientRequest < Grpc_Health_V1_HealthCheckRequest > ,
273273 options: GRPCCore . CallOptions = . defaults,
@@ -312,7 +312,7 @@ extension Grpc_Health_V1_Health.ClientProtocol {
312312 handleResponse
313313 )
314314 }
315-
315+
316316 /// Performs a watch for the serving status of the requested service.
317317 /// The server will immediately send back a message indicating the current
318318 /// serving status. It will then subsequently send a new message whenever
@@ -348,15 +348,15 @@ extension Grpc_Health_V1_Health.ClientProtocol {
348348
349349/// Health is gRPC's mechanism for checking whether a server is able to handle
350350/// RPCs. Its semantics are documented in
351- /// https://github.com/grpc/grpc/blob/master /doc/health-checking.md.
351+ /// https://github.com/grpc/grpc/blob/5011420f160b91129a7baebe21df9444a07896a6 /doc/health-checking.md.
352352@available ( macOS 15 . 0 , iOS 18 . 0 , watchOS 11 . 0 , tvOS 18 . 0 , visionOS 2 . 0 , * )
353353package struct Grpc_Health_V1_Health_Client : Grpc_Health_V1_Health . ClientProtocol {
354354 private let client : GRPCCore . GRPCClient
355-
355+
356356 package init ( wrapping client: GRPCCore . GRPCClient ) {
357357 self . client = client
358358 }
359-
359+
360360 /// Check gets the health of the specified service. If the requested service
361361 /// is unknown, the call will fail with status NOT_FOUND. If the caller does
362362 /// not specify a service name, the server should respond with its overall
@@ -384,7 +384,7 @@ package struct Grpc_Health_V1_Health_Client: Grpc_Health_V1_Health.ClientProtoco
384384 handler: body
385385 )
386386 }
387-
387+
388388 /// Performs a watch for the serving status of the requested service.
389389 /// The server will immediately send back a message indicating the current
390390 /// serving status. It will then subsequently send a new message whenever
@@ -416,4 +416,4 @@ package struct Grpc_Health_V1_Health_Client: Grpc_Health_V1_Health.ClientProtoco
416416 handler: body
417417 )
418418 }
419- }
419+ }
0 commit comments