Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Sources/GRPCInteropTests/Generated/empty_service.grpc.swift
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ internal import GRPCProtobuf

/// Namespace containing generated types for the "grpc.testing.EmptyService" service.
@available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
public enum Grpc_Testing_EmptyService {
public enum Grpc_Testing_EmptyService: Sendable {
/// Service descriptor for the "grpc.testing.EmptyService" service.
public static let descriptor = GRPCCore.ServiceDescriptor(fullyQualifiedService: "grpc.testing.EmptyService")
/// Namespace for method metadata.
public enum Method {
public enum Method: Sendable {
/// Descriptors for all methods in the "grpc.testing.EmptyService" service.
public static let descriptors: [GRPCCore.MethodDescriptor] = []
}
Expand Down Expand Up @@ -155,4 +155,4 @@ extension Grpc_Testing_EmptyService.ClientProtocol {
// 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_EmptyService.ClientProtocol {
}
}
36 changes: 18 additions & 18 deletions Sources/GRPCInteropTests/Generated/test.grpc.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ internal import GRPCProtobuf

/// Namespace containing generated types for the "grpc.testing.TestService" service.
@available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
public enum Grpc_Testing_TestService {
public enum Grpc_Testing_TestService: Sendable {
/// Service descriptor for the "grpc.testing.TestService" service.
public static let descriptor = GRPCCore.ServiceDescriptor(fullyQualifiedService: "grpc.testing.TestService")
/// Namespace for method metadata.
public enum Method {
public enum Method: Sendable {
/// Namespace for "EmptyCall" metadata.
public enum EmptyCall {
public enum EmptyCall: Sendable {
/// Request type for "EmptyCall".
public typealias Input = Grpc_Testing_Empty
/// Response type for "EmptyCall".
Expand All @@ -50,7 +50,7 @@ public enum Grpc_Testing_TestService {
)
}
/// Namespace for "UnaryCall" metadata.
public enum UnaryCall {
public enum UnaryCall: Sendable {
/// Request type for "UnaryCall".
public typealias Input = Grpc_Testing_SimpleRequest
/// Response type for "UnaryCall".
Expand All @@ -62,7 +62,7 @@ public enum Grpc_Testing_TestService {
)
}
/// Namespace for "CacheableUnaryCall" metadata.
public enum CacheableUnaryCall {
public enum CacheableUnaryCall: Sendable {
/// Request type for "CacheableUnaryCall".
public typealias Input = Grpc_Testing_SimpleRequest
/// Response type for "CacheableUnaryCall".
Expand All @@ -74,7 +74,7 @@ public enum Grpc_Testing_TestService {
)
}
/// Namespace for "StreamingOutputCall" metadata.
public enum StreamingOutputCall {
public enum StreamingOutputCall: Sendable {
/// Request type for "StreamingOutputCall".
public typealias Input = Grpc_Testing_StreamingOutputCallRequest
/// Response type for "StreamingOutputCall".
Expand All @@ -86,7 +86,7 @@ public enum Grpc_Testing_TestService {
)
}
/// Namespace for "StreamingInputCall" metadata.
public enum StreamingInputCall {
public enum StreamingInputCall: Sendable {
/// Request type for "StreamingInputCall".
public typealias Input = Grpc_Testing_StreamingInputCallRequest
/// Response type for "StreamingInputCall".
Expand All @@ -98,7 +98,7 @@ public enum Grpc_Testing_TestService {
)
}
/// Namespace for "FullDuplexCall" metadata.
public enum FullDuplexCall {
public enum FullDuplexCall: Sendable {
/// Request type for "FullDuplexCall".
public typealias Input = Grpc_Testing_StreamingOutputCallRequest
/// Response type for "FullDuplexCall".
Expand All @@ -110,7 +110,7 @@ public enum Grpc_Testing_TestService {
)
}
/// Namespace for "HalfDuplexCall" metadata.
public enum HalfDuplexCall {
public enum HalfDuplexCall: Sendable {
/// Request type for "HalfDuplexCall".
public typealias Input = Grpc_Testing_StreamingOutputCallRequest
/// Response type for "HalfDuplexCall".
Expand All @@ -122,7 +122,7 @@ public enum Grpc_Testing_TestService {
)
}
/// Namespace for "UnimplementedCall" metadata.
public enum UnimplementedCall {
public enum UnimplementedCall: Sendable {
/// Request type for "UnimplementedCall".
public typealias Input = Grpc_Testing_Empty
/// Response type for "UnimplementedCall".
Expand Down Expand Up @@ -1978,13 +1978,13 @@ extension Grpc_Testing_TestService.ClientProtocol {

/// Namespace containing generated types for the "grpc.testing.UnimplementedService" service.
@available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
public enum Grpc_Testing_UnimplementedService {
public enum Grpc_Testing_UnimplementedService: Sendable {
/// Service descriptor for the "grpc.testing.UnimplementedService" service.
public static let descriptor = GRPCCore.ServiceDescriptor(fullyQualifiedService: "grpc.testing.UnimplementedService")
/// Namespace for method metadata.
public enum Method {
public enum Method: Sendable {
/// Namespace for "UnimplementedCall" metadata.
public enum UnimplementedCall {
public enum UnimplementedCall: Sendable {
/// Request type for "UnimplementedCall".
public typealias Input = Grpc_Testing_Empty
/// Response type for "UnimplementedCall".
Expand Down Expand Up @@ -2329,13 +2329,13 @@ extension Grpc_Testing_UnimplementedService.ClientProtocol {

/// Namespace containing generated types for the "grpc.testing.ReconnectService" service.
@available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
public enum Grpc_Testing_ReconnectService {
public enum Grpc_Testing_ReconnectService: Sendable {
/// Service descriptor for the "grpc.testing.ReconnectService" service.
public static let descriptor = GRPCCore.ServiceDescriptor(fullyQualifiedService: "grpc.testing.ReconnectService")
/// Namespace for method metadata.
public enum Method {
public enum Method: Sendable {
/// Namespace for "Start" metadata.
public enum Start {
public enum Start: Sendable {
/// Request type for "Start".
public typealias Input = Grpc_Testing_ReconnectParams
/// Response type for "Start".
Expand All @@ -2347,7 +2347,7 @@ public enum Grpc_Testing_ReconnectService {
)
}
/// Namespace for "Stop" metadata.
public enum Stop {
public enum Stop: Sendable {
/// Request type for "Stop".
public typealias Input = Grpc_Testing_Empty
/// Response type for "Stop".
Expand Down Expand Up @@ -2834,4 +2834,4 @@ extension Grpc_Testing_ReconnectService.ClientProtocol {
onResponse: handleResponse
)
}
}
}
Loading