|
@@ -17,6 +17,7 @@
|
|
|
|
|
|
|
|
// DO NOT EDIT.
|
|
// DO NOT EDIT.
|
|
|
// swift-format-ignore-file
|
|
// swift-format-ignore-file
|
|
|
|
|
+// swiftlint:disable all
|
|
|
//
|
|
//
|
|
|
// Generated by the gRPC Swift generator plugin for the protocol buffer compiler.
|
|
// Generated by the gRPC Swift generator plugin for the protocol buffer compiler.
|
|
|
// Source: grpc/testing/benchmark_service.proto
|
|
// Source: grpc/testing/benchmark_service.proto
|
|
@@ -30,6 +31,7 @@ import GRPCProtobuf
|
|
|
// MARK: - grpc.testing.BenchmarkService
|
|
// MARK: - grpc.testing.BenchmarkService
|
|
|
|
|
|
|
|
/// Namespace containing generated types for the "grpc.testing.BenchmarkService" service.
|
|
/// Namespace containing generated types for the "grpc.testing.BenchmarkService" service.
|
|
|
|
|
+@available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
|
|
|
internal enum Grpc_Testing_BenchmarkService {
|
|
internal enum Grpc_Testing_BenchmarkService {
|
|
|
/// Service descriptor for the "grpc.testing.BenchmarkService" service.
|
|
/// Service descriptor for the "grpc.testing.BenchmarkService" service.
|
|
|
internal static let descriptor = GRPCCore.ServiceDescriptor(fullyQualifiedService: "grpc.testing.BenchmarkService")
|
|
internal static let descriptor = GRPCCore.ServiceDescriptor(fullyQualifiedService: "grpc.testing.BenchmarkService")
|
|
@@ -106,6 +108,7 @@ internal enum Grpc_Testing_BenchmarkService {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+@available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
|
|
|
extension GRPCCore.ServiceDescriptor {
|
|
extension GRPCCore.ServiceDescriptor {
|
|
|
/// Service descriptor for the "grpc.testing.BenchmarkService" service.
|
|
/// Service descriptor for the "grpc.testing.BenchmarkService" service.
|
|
|
internal static let grpc_testing_BenchmarkService = GRPCCore.ServiceDescriptor(fullyQualifiedService: "grpc.testing.BenchmarkService")
|
|
internal static let grpc_testing_BenchmarkService = GRPCCore.ServiceDescriptor(fullyQualifiedService: "grpc.testing.BenchmarkService")
|
|
@@ -113,6 +116,7 @@ extension GRPCCore.ServiceDescriptor {
|
|
|
|
|
|
|
|
// MARK: grpc.testing.BenchmarkService (server)
|
|
// MARK: grpc.testing.BenchmarkService (server)
|
|
|
|
|
|
|
|
|
|
+@available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
|
|
|
extension Grpc_Testing_BenchmarkService {
|
|
extension Grpc_Testing_BenchmarkService {
|
|
|
/// Streaming variant of the service protocol for the "grpc.testing.BenchmarkService" service.
|
|
/// Streaming variant of the service protocol for the "grpc.testing.BenchmarkService" service.
|
|
|
///
|
|
///
|
|
@@ -435,6 +439,7 @@ extension Grpc_Testing_BenchmarkService {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
// Default implementation of 'registerMethods(with:)'.
|
|
// Default implementation of 'registerMethods(with:)'.
|
|
|
|
|
+@available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
|
|
|
extension Grpc_Testing_BenchmarkService.StreamingServiceProtocol {
|
|
extension Grpc_Testing_BenchmarkService.StreamingServiceProtocol {
|
|
|
internal func registerMethods<Transport>(with router: inout GRPCCore.RPCRouter<Transport>) where Transport: GRPCCore.ServerTransport {
|
|
internal func registerMethods<Transport>(with router: inout GRPCCore.RPCRouter<Transport>) where Transport: GRPCCore.ServerTransport {
|
|
|
router.registerHandler(
|
|
router.registerHandler(
|
|
@@ -496,6 +501,7 @@ extension Grpc_Testing_BenchmarkService.StreamingServiceProtocol {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
// Default implementation of streaming methods from 'StreamingServiceProtocol'.
|
|
// Default implementation of streaming methods from 'StreamingServiceProtocol'.
|
|
|
|
|
+@available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
|
|
|
extension Grpc_Testing_BenchmarkService.ServiceProtocol {
|
|
extension Grpc_Testing_BenchmarkService.ServiceProtocol {
|
|
|
internal func unaryCall(
|
|
internal func unaryCall(
|
|
|
request: GRPCCore.StreamingServerRequest<Grpc_Testing_SimpleRequest>,
|
|
request: GRPCCore.StreamingServerRequest<Grpc_Testing_SimpleRequest>,
|
|
@@ -532,6 +538,7 @@ extension Grpc_Testing_BenchmarkService.ServiceProtocol {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
// Default implementation of methods from 'ServiceProtocol'.
|
|
// Default implementation of methods from 'ServiceProtocol'.
|
|
|
|
|
+@available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
|
|
|
extension Grpc_Testing_BenchmarkService.SimpleServiceProtocol {
|
|
extension Grpc_Testing_BenchmarkService.SimpleServiceProtocol {
|
|
|
internal func unaryCall(
|
|
internal func unaryCall(
|
|
|
request: GRPCCore.ServerRequest<Grpc_Testing_SimpleRequest>,
|
|
request: GRPCCore.ServerRequest<Grpc_Testing_SimpleRequest>,
|
|
@@ -613,6 +620,7 @@ extension Grpc_Testing_BenchmarkService.SimpleServiceProtocol {
|
|
|
|
|
|
|
|
// MARK: grpc.testing.BenchmarkService (client)
|
|
// MARK: grpc.testing.BenchmarkService (client)
|
|
|
|
|
|
|
|
|
|
+@available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
|
|
|
extension Grpc_Testing_BenchmarkService {
|
|
extension Grpc_Testing_BenchmarkService {
|
|
|
/// Generated client protocol for the "grpc.testing.BenchmarkService" service.
|
|
/// Generated client protocol for the "grpc.testing.BenchmarkService" service.
|
|
|
///
|
|
///
|
|
@@ -930,6 +938,7 @@ extension Grpc_Testing_BenchmarkService {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
// Helpers providing default arguments to 'ClientProtocol' methods.
|
|
// Helpers providing default arguments to 'ClientProtocol' methods.
|
|
|
|
|
+@available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
|
|
|
extension Grpc_Testing_BenchmarkService.ClientProtocol {
|
|
extension Grpc_Testing_BenchmarkService.ClientProtocol {
|
|
|
/// Call the "UnaryCall" method.
|
|
/// Call the "UnaryCall" method.
|
|
|
///
|
|
///
|
|
@@ -1078,6 +1087,7 @@ extension Grpc_Testing_BenchmarkService.ClientProtocol {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
// Helpers providing sugared APIs for 'ClientProtocol' methods.
|
|
// Helpers providing sugared APIs for 'ClientProtocol' methods.
|
|
|
|
|
+@available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
|
|
|
extension Grpc_Testing_BenchmarkService.ClientProtocol {
|
|
extension Grpc_Testing_BenchmarkService.ClientProtocol {
|
|
|
/// Call the "UnaryCall" method.
|
|
/// Call the "UnaryCall" method.
|
|
|
///
|
|
///
|