diff --git a/IGDB-SWIFT-API.podspec b/IGDB-SWIFT-API.podspec index 6b96013..419678c 100644 --- a/IGDB-SWIFT-API.podspec +++ b/IGDB-SWIFT-API.podspec @@ -15,6 +15,6 @@ Pod::Spec.new do |s| s.swift_version = '5.0' s.source_files = 'Sources/IGDB-SWIFT-API/**/*.swift' - s.dependency 'SwiftProtobuf', '~> 1.21.0' + s.dependency 'SwiftProtobuf', '~> 1.25.1' s.dependency 'Just', '~> 0.8.0' end diff --git a/Package.resolved b/Package.resolved index 1506c5a..1b98e93 100644 --- a/Package.resolved +++ b/Package.resolved @@ -15,8 +15,8 @@ "repositoryURL": "https://github.com/apple/swift-protobuf.git", "state": { "branch": null, - "revision": "0af9125c4eae12a4973fb66574c53a54962a9e1e", - "version": "1.21.0" + "revision": "07f7f26ded8df9645c072f220378879c4642e063", + "version": "1.25.1" } } ] diff --git a/Package.swift b/Package.swift index 2002bbc..5c38165 100644 --- a/Package.swift +++ b/Package.swift @@ -17,7 +17,7 @@ let package = Package( ], dependencies: [ .package(url: "https://github.com/dduan/Just.git", from: "0.8.0"), - .package(url: "https://github.com/apple/swift-protobuf.git", from: "1.21.0") + .package(url: "https://github.com/apple/swift-protobuf.git", from: "1.25.1") ], targets: [ .target( diff --git a/Sources/IGDB-SWIFT-API/APIStructs/IGDBProtoFile.pb.swift b/Sources/IGDB-SWIFT-API/APIStructs/igdbapi.pb.swift similarity index 78% rename from Sources/IGDB-SWIFT-API/APIStructs/IGDBProtoFile.pb.swift rename to Sources/IGDB-SWIFT-API/APIStructs/igdbapi.pb.swift index b2114cc..5fe4119 100644 --- a/Sources/IGDB-SWIFT-API/APIStructs/IGDBProtoFile.pb.swift +++ b/Sources/IGDB-SWIFT-API/APIStructs/igdbapi.pb.swift @@ -2,7 +2,7 @@ // swift-format-ignore-file // // Generated by the Swift generator plugin for the protocol buffer compiler. -// Source: IGDBProtoFile.proto +// Source: igdbapi.proto // // For information on using the generated types, please see the documentation: // https://github.com/apple/swift-protobuf/ @@ -16,12 +16,12 @@ import SwiftProtobuf // Please ensure that you are building against the same version of the API // that was used to generate this file. fileprivate struct _GeneratedWithProtocGenSwiftVersion: SwiftProtobuf.ProtobufAPIVersionCheck { - struct _2: SwiftProtobuf.ProtobufAPIVersion_2 {} - typealias Version = _2 + struct _3: SwiftProtobuf.ProtobufAPIVersion_3 {} + typealias Version = _3 } -public enum Proto_AgeRatingCategoryEnum: SwiftProtobuf.Enum { - public typealias RawValue = Int +enum Proto_AgeRatingCategoryEnum: SwiftProtobuf.Enum { + typealias RawValue = Int case ageratingCategoryNull // = 0 case esrb // = 1 case pegi // = 2 @@ -32,11 +32,11 @@ public enum Proto_AgeRatingCategoryEnum: SwiftProtobuf.Enum { case acb // = 7 case UNRECOGNIZED(Int) - public init() { + init() { self = .ageratingCategoryNull } - public init?(rawValue: Int) { + init?(rawValue: Int) { switch rawValue { case 0: self = .ageratingCategoryNull case 1: self = .esrb @@ -50,7 +50,7 @@ public enum Proto_AgeRatingCategoryEnum: SwiftProtobuf.Enum { } } - public var rawValue: Int { + var rawValue: Int { switch self { case .ageratingCategoryNull: return 0 case .esrb: return 1 @@ -64,13 +64,8 @@ public enum Proto_AgeRatingCategoryEnum: SwiftProtobuf.Enum { } } -} - -#if swift(>=4.2) - -extension Proto_AgeRatingCategoryEnum: CaseIterable { // The compiler won't synthesize support with the UNRECOGNIZED case. - public static var allCases: [Proto_AgeRatingCategoryEnum] = [ + static let allCases: [Proto_AgeRatingCategoryEnum] = [ .ageratingCategoryNull, .esrb, .pegi, @@ -80,12 +75,11 @@ extension Proto_AgeRatingCategoryEnum: CaseIterable { .classInd, .acb, ] -} -#endif // swift(>=4.2) +} -public enum Proto_AgeRatingRatingEnum: SwiftProtobuf.Enum { - public typealias RawValue = Int +enum Proto_AgeRatingRatingEnum: SwiftProtobuf.Enum { + typealias RawValue = Int case ageratingRatingNull // = 0 case three // = 1 case seven // = 2 @@ -128,11 +122,11 @@ public enum Proto_AgeRatingRatingEnum: SwiftProtobuf.Enum { case acbRc // = 39 case UNRECOGNIZED(Int) - public init() { + init() { self = .ageratingRatingNull } - public init?(rawValue: Int) { + init?(rawValue: Int) { switch rawValue { case 0: self = .ageratingRatingNull case 1: self = .three @@ -178,7 +172,7 @@ public enum Proto_AgeRatingRatingEnum: SwiftProtobuf.Enum { } } - public var rawValue: Int { + var rawValue: Int { switch self { case .ageratingRatingNull: return 0 case .three: return 1 @@ -224,13 +218,8 @@ public enum Proto_AgeRatingRatingEnum: SwiftProtobuf.Enum { } } -} - -#if swift(>=4.2) - -extension Proto_AgeRatingRatingEnum: CaseIterable { // The compiler won't synthesize support with the UNRECOGNIZED case. - public static var allCases: [Proto_AgeRatingRatingEnum] = [ + static let allCases: [Proto_AgeRatingRatingEnum] = [ .ageratingRatingNull, .three, .seven, @@ -272,12 +261,11 @@ extension Proto_AgeRatingRatingEnum: CaseIterable { .acbR18, .acbRc, ] -} -#endif // swift(>=4.2) +} -public enum Proto_AgeRatingContentDescriptionCategoryEnum: SwiftProtobuf.Enum { - public typealias RawValue = Int +enum Proto_AgeRatingContentDescriptionCategoryEnum: SwiftProtobuf.Enum { + typealias RawValue = Int case ageratingcontentdescriptionCategoryNull // = 0 case esrbAlcoholReference // = 1 case esrbAnimatedBlood // = 2 @@ -366,11 +354,11 @@ public enum Proto_AgeRatingContentDescriptionCategoryEnum: SwiftProtobuf.Enum { case classIndAtosCriminosos // = 85 case UNRECOGNIZED(Int) - public init() { + init() { self = .ageratingcontentdescriptionCategoryNull } - public init?(rawValue: Int) { + init?(rawValue: Int) { switch rawValue { case 0: self = .ageratingcontentdescriptionCategoryNull case 1: self = .esrbAlcoholReference @@ -462,7 +450,7 @@ public enum Proto_AgeRatingContentDescriptionCategoryEnum: SwiftProtobuf.Enum { } } - public var rawValue: Int { + var rawValue: Int { switch self { case .ageratingcontentdescriptionCategoryNull: return 0 case .esrbAlcoholReference: return 1 @@ -554,13 +542,8 @@ public enum Proto_AgeRatingContentDescriptionCategoryEnum: SwiftProtobuf.Enum { } } -} - -#if swift(>=4.2) - -extension Proto_AgeRatingContentDescriptionCategoryEnum: CaseIterable { // The compiler won't synthesize support with the UNRECOGNIZED case. - public static var allCases: [Proto_AgeRatingContentDescriptionCategoryEnum] = [ + static let allCases: [Proto_AgeRatingContentDescriptionCategoryEnum] = [ .ageratingcontentdescriptionCategoryNull, .esrbAlcoholReference, .esrbAnimatedBlood, @@ -648,22 +631,21 @@ extension Proto_AgeRatingContentDescriptionCategoryEnum: CaseIterable { .classIndLinguagemImpropria, .classIndAtosCriminosos, ] -} -#endif // swift(>=4.2) +} -public enum Proto_GenderGenderEnum: SwiftProtobuf.Enum { - public typealias RawValue = Int +enum Proto_GenderGenderEnum: SwiftProtobuf.Enum { + typealias RawValue = Int case male // = 0 case female // = 1 case other // = 2 case UNRECOGNIZED(Int) - public init() { + init() { self = .male } - public init?(rawValue: Int) { + init?(rawValue: Int) { switch rawValue { case 0: self = .male case 1: self = .female @@ -672,7 +654,7 @@ public enum Proto_GenderGenderEnum: SwiftProtobuf.Enum { } } - public var rawValue: Int { + var rawValue: Int { switch self { case .male: return 0 case .female: return 1 @@ -681,23 +663,17 @@ public enum Proto_GenderGenderEnum: SwiftProtobuf.Enum { } } -} - -#if swift(>=4.2) - -extension Proto_GenderGenderEnum: CaseIterable { // The compiler won't synthesize support with the UNRECOGNIZED case. - public static var allCases: [Proto_GenderGenderEnum] = [ + static let allCases: [Proto_GenderGenderEnum] = [ .male, .female, .other, ] -} -#endif // swift(>=4.2) +} -public enum Proto_CharacterSpeciesEnum: SwiftProtobuf.Enum { - public typealias RawValue = Int +enum Proto_CharacterSpeciesEnum: SwiftProtobuf.Enum { + typealias RawValue = Int case characterSpeciesNull // = 0 case human // = 1 case alien // = 2 @@ -706,11 +682,11 @@ public enum Proto_CharacterSpeciesEnum: SwiftProtobuf.Enum { case unknown // = 5 case UNRECOGNIZED(Int) - public init() { + init() { self = .characterSpeciesNull } - public init?(rawValue: Int) { + init?(rawValue: Int) { switch rawValue { case 0: self = .characterSpeciesNull case 1: self = .human @@ -722,7 +698,7 @@ public enum Proto_CharacterSpeciesEnum: SwiftProtobuf.Enum { } } - public var rawValue: Int { + var rawValue: Int { switch self { case .characterSpeciesNull: return 0 case .human: return 1 @@ -734,13 +710,8 @@ public enum Proto_CharacterSpeciesEnum: SwiftProtobuf.Enum { } } -} - -#if swift(>=4.2) - -extension Proto_CharacterSpeciesEnum: CaseIterable { // The compiler won't synthesize support with the UNRECOGNIZED case. - public static var allCases: [Proto_CharacterSpeciesEnum] = [ + static let allCases: [Proto_CharacterSpeciesEnum] = [ .characterSpeciesNull, .human, .alien, @@ -748,12 +719,11 @@ extension Proto_CharacterSpeciesEnum: CaseIterable { .android, .unknown, ] -} -#endif // swift(>=4.2) +} -public enum Proto_DateFormatChangeDateCategoryEnum: SwiftProtobuf.Enum { - public typealias RawValue = Int +enum Proto_DateFormatChangeDateCategoryEnum: SwiftProtobuf.Enum { + typealias RawValue = Int case yyyymmmmdd // = 0 case yyyymmmm // = 1 case yyyy // = 2 @@ -764,11 +734,11 @@ public enum Proto_DateFormatChangeDateCategoryEnum: SwiftProtobuf.Enum { case tbd // = 7 case UNRECOGNIZED(Int) - public init() { + init() { self = .yyyymmmmdd } - public init?(rawValue: Int) { + init?(rawValue: Int) { switch rawValue { case 0: self = .yyyymmmmdd case 1: self = .yyyymmmm @@ -782,7 +752,7 @@ public enum Proto_DateFormatChangeDateCategoryEnum: SwiftProtobuf.Enum { } } - public var rawValue: Int { + var rawValue: Int { switch self { case .yyyymmmmdd: return 0 case .yyyymmmm: return 1 @@ -796,13 +766,8 @@ public enum Proto_DateFormatChangeDateCategoryEnum: SwiftProtobuf.Enum { } } -} - -#if swift(>=4.2) - -extension Proto_DateFormatChangeDateCategoryEnum: CaseIterable { // The compiler won't synthesize support with the UNRECOGNIZED case. - public static var allCases: [Proto_DateFormatChangeDateCategoryEnum] = [ + static let allCases: [Proto_DateFormatChangeDateCategoryEnum] = [ .yyyymmmmdd, .yyyymmmm, .yyyy, @@ -812,12 +777,11 @@ extension Proto_DateFormatChangeDateCategoryEnum: CaseIterable { .yyyyq4, .tbd, ] -} -#endif // swift(>=4.2) +} -public enum Proto_WebsiteCategoryEnum: SwiftProtobuf.Enum { - public typealias RawValue = Int +enum Proto_WebsiteCategoryEnum: SwiftProtobuf.Enum { + typealias RawValue = Int case websiteCategoryNull // = 0 case websiteOfficial // = 1 case websiteWikia // = 2 @@ -838,11 +802,11 @@ public enum Proto_WebsiteCategoryEnum: SwiftProtobuf.Enum { case websiteDiscord // = 18 case UNRECOGNIZED(Int) - public init() { + init() { self = .websiteCategoryNull } - public init?(rawValue: Int) { + init?(rawValue: Int) { switch rawValue { case 0: self = .websiteCategoryNull case 1: self = .websiteOfficial @@ -866,7 +830,7 @@ public enum Proto_WebsiteCategoryEnum: SwiftProtobuf.Enum { } } - public var rawValue: Int { + var rawValue: Int { switch self { case .websiteCategoryNull: return 0 case .websiteOfficial: return 1 @@ -890,13 +854,8 @@ public enum Proto_WebsiteCategoryEnum: SwiftProtobuf.Enum { } } -} - -#if swift(>=4.2) - -extension Proto_WebsiteCategoryEnum: CaseIterable { // The compiler won't synthesize support with the UNRECOGNIZED case. - public static var allCases: [Proto_WebsiteCategoryEnum] = [ + static let allCases: [Proto_WebsiteCategoryEnum] = [ .websiteCategoryNull, .websiteOfficial, .websiteWikia, @@ -916,12 +875,11 @@ extension Proto_WebsiteCategoryEnum: CaseIterable { .websiteGog, .websiteDiscord, ] -} -#endif // swift(>=4.2) +} -public enum Proto_ExternalGameCategoryEnum: SwiftProtobuf.Enum { - public typealias RawValue = Int +enum Proto_ExternalGameCategoryEnum: SwiftProtobuf.Enum { + typealias RawValue = Int case externalgameCategoryNull // = 0 case externalgameSteam // = 1 case externalgameGog // = 5 @@ -945,11 +903,11 @@ public enum Proto_ExternalGameCategoryEnum: SwiftProtobuf.Enum { case externalgameGamejolt // = 55 case UNRECOGNIZED(Int) - public init() { + init() { self = .externalgameCategoryNull } - public init?(rawValue: Int) { + init?(rawValue: Int) { switch rawValue { case 0: self = .externalgameCategoryNull case 1: self = .externalgameSteam @@ -976,7 +934,7 @@ public enum Proto_ExternalGameCategoryEnum: SwiftProtobuf.Enum { } } - public var rawValue: Int { + var rawValue: Int { switch self { case .externalgameCategoryNull: return 0 case .externalgameSteam: return 1 @@ -1003,13 +961,8 @@ public enum Proto_ExternalGameCategoryEnum: SwiftProtobuf.Enum { } } -} - -#if swift(>=4.2) - -extension Proto_ExternalGameCategoryEnum: CaseIterable { // The compiler won't synthesize support with the UNRECOGNIZED case. - public static var allCases: [Proto_ExternalGameCategoryEnum] = [ + static let allCases: [Proto_ExternalGameCategoryEnum] = [ .externalgameCategoryNull, .externalgameSteam, .externalgameGog, @@ -1032,22 +985,21 @@ extension Proto_ExternalGameCategoryEnum: CaseIterable { .externalgameXboxGamePassUltimateCloud, .externalgameGamejolt, ] -} -#endif // swift(>=4.2) +} -public enum Proto_ExternalGameMediaEnum: SwiftProtobuf.Enum { - public typealias RawValue = Int +enum Proto_ExternalGameMediaEnum: SwiftProtobuf.Enum { + typealias RawValue = Int case externalgameMediaNull // = 0 case externalgameDigital // = 1 case externalgamePhysical // = 2 case UNRECOGNIZED(Int) - public init() { + init() { self = .externalgameMediaNull } - public init?(rawValue: Int) { + init?(rawValue: Int) { switch rawValue { case 0: self = .externalgameMediaNull case 1: self = .externalgameDigital @@ -1056,7 +1008,7 @@ public enum Proto_ExternalGameMediaEnum: SwiftProtobuf.Enum { } } - public var rawValue: Int { + var rawValue: Int { switch self { case .externalgameMediaNull: return 0 case .externalgameDigital: return 1 @@ -1065,23 +1017,17 @@ public enum Proto_ExternalGameMediaEnum: SwiftProtobuf.Enum { } } -} - -#if swift(>=4.2) - -extension Proto_ExternalGameMediaEnum: CaseIterable { // The compiler won't synthesize support with the UNRECOGNIZED case. - public static var allCases: [Proto_ExternalGameMediaEnum] = [ + static let allCases: [Proto_ExternalGameMediaEnum] = [ .externalgameMediaNull, .externalgameDigital, .externalgamePhysical, ] -} -#endif // swift(>=4.2) +} -public enum Proto_GameCategoryEnum: SwiftProtobuf.Enum { - public typealias RawValue = Int +enum Proto_GameCategoryEnum: SwiftProtobuf.Enum { + typealias RawValue = Int case mainGame // = 0 case dlcAddon // = 1 case expansion // = 2 @@ -1099,11 +1045,11 @@ public enum Proto_GameCategoryEnum: SwiftProtobuf.Enum { case update // = 14 case UNRECOGNIZED(Int) - public init() { + init() { self = .mainGame } - public init?(rawValue: Int) { + init?(rawValue: Int) { switch rawValue { case 0: self = .mainGame case 1: self = .dlcAddon @@ -1124,7 +1070,7 @@ public enum Proto_GameCategoryEnum: SwiftProtobuf.Enum { } } - public var rawValue: Int { + var rawValue: Int { switch self { case .mainGame: return 0 case .dlcAddon: return 1 @@ -1145,13 +1091,8 @@ public enum Proto_GameCategoryEnum: SwiftProtobuf.Enum { } } -} - -#if swift(>=4.2) - -extension Proto_GameCategoryEnum: CaseIterable { // The compiler won't synthesize support with the UNRECOGNIZED case. - public static var allCases: [Proto_GameCategoryEnum] = [ + static let allCases: [Proto_GameCategoryEnum] = [ .mainGame, .dlcAddon, .expansion, @@ -1168,12 +1109,11 @@ extension Proto_GameCategoryEnum: CaseIterable { .pack, .update, ] -} -#endif // swift(>=4.2) +} -public enum Proto_GameStatusEnum: SwiftProtobuf.Enum { - public typealias RawValue = Int +enum Proto_GameStatusEnum: SwiftProtobuf.Enum { + typealias RawValue = Int case released // = 0 case alpha // = 2 case beta // = 3 @@ -1184,11 +1124,11 @@ public enum Proto_GameStatusEnum: SwiftProtobuf.Enum { case delisted // = 8 case UNRECOGNIZED(Int) - public init() { + init() { self = .released } - public init?(rawValue: Int) { + init?(rawValue: Int) { switch rawValue { case 0: self = .released case 2: self = .alpha @@ -1202,7 +1142,7 @@ public enum Proto_GameStatusEnum: SwiftProtobuf.Enum { } } - public var rawValue: Int { + var rawValue: Int { switch self { case .released: return 0 case .alpha: return 2 @@ -1216,13 +1156,8 @@ public enum Proto_GameStatusEnum: SwiftProtobuf.Enum { } } -} - -#if swift(>=4.2) - -extension Proto_GameStatusEnum: CaseIterable { // The compiler won't synthesize support with the UNRECOGNIZED case. - public static var allCases: [Proto_GameStatusEnum] = [ + static let allCases: [Proto_GameStatusEnum] = [ .released, .alpha, .beta, @@ -1232,21 +1167,20 @@ extension Proto_GameStatusEnum: CaseIterable { .rumored, .delisted, ] -} -#endif // swift(>=4.2) +} -public enum Proto_GameVersionFeatureCategoryEnum: SwiftProtobuf.Enum { - public typealias RawValue = Int +enum Proto_GameVersionFeatureCategoryEnum: SwiftProtobuf.Enum { + typealias RawValue = Int case boolean // = 0 case description_ // = 1 case UNRECOGNIZED(Int) - public init() { + init() { self = .boolean } - public init?(rawValue: Int) { + init?(rawValue: Int) { switch rawValue { case 0: self = .boolean case 1: self = .description_ @@ -1254,7 +1188,7 @@ public enum Proto_GameVersionFeatureCategoryEnum: SwiftProtobuf.Enum { } } - public var rawValue: Int { + var rawValue: Int { switch self { case .boolean: return 0 case .description_: return 1 @@ -1262,32 +1196,26 @@ public enum Proto_GameVersionFeatureCategoryEnum: SwiftProtobuf.Enum { } } -} - -#if swift(>=4.2) - -extension Proto_GameVersionFeatureCategoryEnum: CaseIterable { // The compiler won't synthesize support with the UNRECOGNIZED case. - public static var allCases: [Proto_GameVersionFeatureCategoryEnum] = [ + static let allCases: [Proto_GameVersionFeatureCategoryEnum] = [ .boolean, .description_, ] -} -#endif // swift(>=4.2) +} -public enum Proto_GameVersionFeatureValueIncludedFeatureEnum: SwiftProtobuf.Enum { - public typealias RawValue = Int +enum Proto_GameVersionFeatureValueIncludedFeatureEnum: SwiftProtobuf.Enum { + typealias RawValue = Int case notIncluded // = 0 case included // = 1 case preOrderOnly // = 2 case UNRECOGNIZED(Int) - public init() { + init() { self = .notIncluded } - public init?(rawValue: Int) { + init?(rawValue: Int) { switch rawValue { case 0: self = .notIncluded case 1: self = .included @@ -1296,7 +1224,7 @@ public enum Proto_GameVersionFeatureValueIncludedFeatureEnum: SwiftProtobuf.Enum } } - public var rawValue: Int { + var rawValue: Int { switch self { case .notIncluded: return 0 case .included: return 1 @@ -1305,23 +1233,17 @@ public enum Proto_GameVersionFeatureValueIncludedFeatureEnum: SwiftProtobuf.Enum } } -} - -#if swift(>=4.2) - -extension Proto_GameVersionFeatureValueIncludedFeatureEnum: CaseIterable { // The compiler won't synthesize support with the UNRECOGNIZED case. - public static var allCases: [Proto_GameVersionFeatureValueIncludedFeatureEnum] = [ + static let allCases: [Proto_GameVersionFeatureValueIncludedFeatureEnum] = [ .notIncluded, .included, .preOrderOnly, ] -} -#endif // swift(>=4.2) +} -public enum Proto_PlatformCategoryEnum: SwiftProtobuf.Enum { - public typealias RawValue = Int +enum Proto_PlatformCategoryEnum: SwiftProtobuf.Enum { + typealias RawValue = Int case platformCategoryNull // = 0 case console // = 1 case arcade // = 2 @@ -1331,11 +1253,11 @@ public enum Proto_PlatformCategoryEnum: SwiftProtobuf.Enum { case computer // = 6 case UNRECOGNIZED(Int) - public init() { + init() { self = .platformCategoryNull } - public init?(rawValue: Int) { + init?(rawValue: Int) { switch rawValue { case 0: self = .platformCategoryNull case 1: self = .console @@ -1348,7 +1270,7 @@ public enum Proto_PlatformCategoryEnum: SwiftProtobuf.Enum { } } - public var rawValue: Int { + var rawValue: Int { switch self { case .platformCategoryNull: return 0 case .console: return 1 @@ -1361,13 +1283,8 @@ public enum Proto_PlatformCategoryEnum: SwiftProtobuf.Enum { } } -} - -#if swift(>=4.2) - -extension Proto_PlatformCategoryEnum: CaseIterable { // The compiler won't synthesize support with the UNRECOGNIZED case. - public static var allCases: [Proto_PlatformCategoryEnum] = [ + static let allCases: [Proto_PlatformCategoryEnum] = [ .platformCategoryNull, .console, .arcade, @@ -1376,12 +1293,11 @@ extension Proto_PlatformCategoryEnum: CaseIterable { .portableConsole, .computer, ] -} -#endif // swift(>=4.2) +} -public enum Proto_RegionRegionEnum: SwiftProtobuf.Enum { - public typealias RawValue = Int +enum Proto_RegionRegionEnum: SwiftProtobuf.Enum { + typealias RawValue = Int case regionRegionNull // = 0 case europe // = 1 case northAmerica // = 2 @@ -1395,11 +1311,11 @@ public enum Proto_RegionRegionEnum: SwiftProtobuf.Enum { case brazil // = 10 case UNRECOGNIZED(Int) - public init() { + init() { self = .regionRegionNull } - public init?(rawValue: Int) { + init?(rawValue: Int) { switch rawValue { case 0: self = .regionRegionNull case 1: self = .europe @@ -1416,7 +1332,7 @@ public enum Proto_RegionRegionEnum: SwiftProtobuf.Enum { } } - public var rawValue: Int { + var rawValue: Int { switch self { case .regionRegionNull: return 0 case .europe: return 1 @@ -1433,13 +1349,8 @@ public enum Proto_RegionRegionEnum: SwiftProtobuf.Enum { } } -} - -#if swift(>=4.2) - -extension Proto_RegionRegionEnum: CaseIterable { // The compiler won't synthesize support with the UNRECOGNIZED case. - public static var allCases: [Proto_RegionRegionEnum] = [ + static let allCases: [Proto_RegionRegionEnum] = [ .regionRegionNull, .europe, .northAmerica, @@ -1452,22 +1363,21 @@ extension Proto_RegionRegionEnum: CaseIterable { .korea, .brazil, ] -} -#endif // swift(>=4.2) +} -public enum Proto_TestDummyEnumTestEnum: SwiftProtobuf.Enum { - public typealias RawValue = Int +enum Proto_TestDummyEnumTestEnum: SwiftProtobuf.Enum { + typealias RawValue = Int case testdummyEnumTestNull // = 0 case enum1 // = 1 case enum2 // = 2 case UNRECOGNIZED(Int) - public init() { + init() { self = .testdummyEnumTestNull } - public init?(rawValue: Int) { + init?(rawValue: Int) { switch rawValue { case 0: self = .testdummyEnumTestNull case 1: self = .enum1 @@ -1476,7 +1386,7 @@ public enum Proto_TestDummyEnumTestEnum: SwiftProtobuf.Enum { } } - public var rawValue: Int { + var rawValue: Int { switch self { case .testdummyEnumTestNull: return 0 case .enum1: return 1 @@ -1485,661 +1395,655 @@ public enum Proto_TestDummyEnumTestEnum: SwiftProtobuf.Enum { } } -} - -#if swift(>=4.2) - -extension Proto_TestDummyEnumTestEnum: CaseIterable { // The compiler won't synthesize support with the UNRECOGNIZED case. - public static var allCases: [Proto_TestDummyEnumTestEnum] = [ + static let allCases: [Proto_TestDummyEnumTestEnum] = [ .testdummyEnumTestNull, .enum1, .enum2, ] -} -#endif // swift(>=4.2) +} -public struct Proto_Count { +struct Proto_Count: Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var count: Int64 = 0 + var count: Int64 = 0 - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} } -public struct Proto_MultiQueryResult { +struct Proto_MultiQueryResult: @unchecked Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var name: String = String() + var name: String = String() - public var results: [Data] = [] + var results: [Data] = [] - public var count: Int64 = 0 + var count: Int64 = 0 - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} } -public struct Proto_MultiQueryResultArray { +struct Proto_MultiQueryResultArray: Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var result: [Proto_MultiQueryResult] = [] + var result: [Proto_MultiQueryResult] = [] - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} } -public struct Proto_AgeRatingResult { +struct Proto_AgeRatingResult: Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var ageratings: [Proto_AgeRating] = [] + var ageratings: [Proto_AgeRating] = [] - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} } -public struct Proto_AgeRating { +struct Proto_AgeRating: Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var id: UInt64 = 0 + var id: UInt64 = 0 - public var category: Proto_AgeRatingCategoryEnum = .ageratingCategoryNull + var category: Proto_AgeRatingCategoryEnum = .ageratingCategoryNull - public var contentDescriptions: [Proto_AgeRatingContentDescription] = [] + var contentDescriptions: [Proto_AgeRatingContentDescription] = [] - public var rating: Proto_AgeRatingRatingEnum = .ageratingRatingNull + var rating: Proto_AgeRatingRatingEnum = .ageratingRatingNull - public var ratingCoverURL: String = String() + var ratingCoverURL: String = String() - public var synopsis: String = String() + var synopsis: String = String() - public var checksum: String = String() + var checksum: String = String() - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} } -public struct Proto_AgeRatingContentDescriptionResult { +struct Proto_AgeRatingContentDescriptionResult: Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var ageratingcontentdescriptions: [Proto_AgeRatingContentDescription] = [] + var ageratingcontentdescriptions: [Proto_AgeRatingContentDescription] = [] - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} } -public struct Proto_AgeRatingContentDescription { +struct Proto_AgeRatingContentDescription: Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var id: UInt64 = 0 + var id: UInt64 = 0 - public var category: Proto_AgeRatingContentDescriptionCategoryEnum = .ageratingcontentdescriptionCategoryNull + var category: Proto_AgeRatingContentDescriptionCategoryEnum = .ageratingcontentdescriptionCategoryNull - public var description_p: String = String() + var description_p: String = String() - public var checksum: String = String() + var checksum: String = String() - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} } -public struct Proto_AlternativeNameResult { +struct Proto_AlternativeNameResult: Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var alternativenames: [Proto_AlternativeName] = [] + var alternativenames: [Proto_AlternativeName] = [] - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} } -public struct Proto_AlternativeName { +struct Proto_AlternativeName: Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var id: UInt64 = 0 + var id: UInt64 = 0 - public var comment: String = String() + var comment: String = String() - public var game: Proto_Game { + var game: Proto_Game { get {return _game ?? Proto_Game()} set {_game = newValue} } /// Returns true if `game` has been explicitly set. - public var hasGame: Bool {return self._game != nil} + var hasGame: Bool {return self._game != nil} /// Clears the value of `game`. Subsequent reads from it will return its default value. - public mutating func clearGame() {self._game = nil} + mutating func clearGame() {self._game = nil} - public var name: String = String() + var name: String = String() - public var checksum: String = String() + var checksum: String = String() - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} fileprivate var _game: Proto_Game? = nil } -public struct Proto_ArtworkResult { +struct Proto_ArtworkResult: Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var artworks: [Proto_Artwork] = [] + var artworks: [Proto_Artwork] = [] - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} } -public struct Proto_Artwork { +struct Proto_Artwork: Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var id: UInt64 = 0 + var id: UInt64 = 0 - public var alphaChannel: Bool = false + var alphaChannel: Bool = false - public var animated: Bool = false + var animated: Bool = false - public var game: Proto_Game { + var game: Proto_Game { get {return _game ?? Proto_Game()} set {_game = newValue} } /// Returns true if `game` has been explicitly set. - public var hasGame: Bool {return self._game != nil} + var hasGame: Bool {return self._game != nil} /// Clears the value of `game`. Subsequent reads from it will return its default value. - public mutating func clearGame() {self._game = nil} + mutating func clearGame() {self._game = nil} - public var height: Int32 = 0 + var height: Int32 = 0 - public var imageID: String = String() + var imageID: String = String() - public var url: String = String() + var url: String = String() - public var width: Int32 = 0 + var width: Int32 = 0 - public var checksum: String = String() + var checksum: String = String() - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} fileprivate var _game: Proto_Game? = nil } -public struct Proto_CharacterResult { +struct Proto_CharacterResult: Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var characters: [Proto_Character] = [] + var characters: [Proto_Character] = [] - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} } -public struct Proto_Character { +struct Proto_Character: @unchecked Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var id: UInt64 { + var id: UInt64 { get {return _storage._id} set {_uniqueStorage()._id = newValue} } - public var akas: [String] { + var akas: [String] { get {return _storage._akas} set {_uniqueStorage()._akas = newValue} } - public var countryName: String { + var countryName: String { get {return _storage._countryName} set {_uniqueStorage()._countryName = newValue} } - public var createdAt: SwiftProtobuf.Google_Protobuf_Timestamp { + var createdAt: SwiftProtobuf.Google_Protobuf_Timestamp { get {return _storage._createdAt ?? SwiftProtobuf.Google_Protobuf_Timestamp()} set {_uniqueStorage()._createdAt = newValue} } /// Returns true if `createdAt` has been explicitly set. - public var hasCreatedAt: Bool {return _storage._createdAt != nil} + var hasCreatedAt: Bool {return _storage._createdAt != nil} /// Clears the value of `createdAt`. Subsequent reads from it will return its default value. - public mutating func clearCreatedAt() {_uniqueStorage()._createdAt = nil} + mutating func clearCreatedAt() {_uniqueStorage()._createdAt = nil} - public var description_p: String { + var description_p: String { get {return _storage._description_p} set {_uniqueStorage()._description_p = newValue} } - public var games: [Proto_Game] { + var games: [Proto_Game] { get {return _storage._games} set {_uniqueStorage()._games = newValue} } - public var gender: Proto_GenderGenderEnum { + var gender: Proto_GenderGenderEnum { get {return _storage._gender} set {_uniqueStorage()._gender = newValue} } - public var mugShot: Proto_CharacterMugShot { + var mugShot: Proto_CharacterMugShot { get {return _storage._mugShot ?? Proto_CharacterMugShot()} set {_uniqueStorage()._mugShot = newValue} } /// Returns true if `mugShot` has been explicitly set. - public var hasMugShot: Bool {return _storage._mugShot != nil} + var hasMugShot: Bool {return _storage._mugShot != nil} /// Clears the value of `mugShot`. Subsequent reads from it will return its default value. - public mutating func clearMugShot() {_uniqueStorage()._mugShot = nil} + mutating func clearMugShot() {_uniqueStorage()._mugShot = nil} - public var name: String { + var name: String { get {return _storage._name} set {_uniqueStorage()._name = newValue} } - public var slug: String { + var slug: String { get {return _storage._slug} set {_uniqueStorage()._slug = newValue} } - public var species: Proto_CharacterSpeciesEnum { + var species: Proto_CharacterSpeciesEnum { get {return _storage._species} set {_uniqueStorage()._species = newValue} } - public var updatedAt: SwiftProtobuf.Google_Protobuf_Timestamp { + var updatedAt: SwiftProtobuf.Google_Protobuf_Timestamp { get {return _storage._updatedAt ?? SwiftProtobuf.Google_Protobuf_Timestamp()} set {_uniqueStorage()._updatedAt = newValue} } /// Returns true if `updatedAt` has been explicitly set. - public var hasUpdatedAt: Bool {return _storage._updatedAt != nil} + var hasUpdatedAt: Bool {return _storage._updatedAt != nil} /// Clears the value of `updatedAt`. Subsequent reads from it will return its default value. - public mutating func clearUpdatedAt() {_uniqueStorage()._updatedAt = nil} + mutating func clearUpdatedAt() {_uniqueStorage()._updatedAt = nil} - public var url: String { + var url: String { get {return _storage._url} set {_uniqueStorage()._url = newValue} } - public var checksum: String { + var checksum: String { get {return _storage._checksum} set {_uniqueStorage()._checksum = newValue} } - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} fileprivate var _storage = _StorageClass.defaultInstance } -public struct Proto_CharacterMugShotResult { +struct Proto_CharacterMugShotResult: Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var charactermugshots: [Proto_CharacterMugShot] = [] + var charactermugshots: [Proto_CharacterMugShot] = [] - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} } -public struct Proto_CharacterMugShot { +struct Proto_CharacterMugShot: Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var id: UInt64 = 0 + var id: UInt64 = 0 - public var alphaChannel: Bool = false + var alphaChannel: Bool = false - public var animated: Bool = false + var animated: Bool = false - public var height: Int32 = 0 + var height: Int32 = 0 - public var imageID: String = String() + var imageID: String = String() - public var url: String = String() + var url: String = String() - public var width: Int32 = 0 + var width: Int32 = 0 - public var checksum: String = String() + var checksum: String = String() - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} } -public struct Proto_CollectionResult { +struct Proto_CollectionResult: Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var collections: [Proto_Collection] = [] + var collections: [Proto_Collection] = [] - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} } -public struct Proto_Collection { +struct Proto_Collection: @unchecked Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var id: UInt64 { + var id: UInt64 { get {return _storage._id} set {_uniqueStorage()._id = newValue} } - public var createdAt: SwiftProtobuf.Google_Protobuf_Timestamp { + var createdAt: SwiftProtobuf.Google_Protobuf_Timestamp { get {return _storage._createdAt ?? SwiftProtobuf.Google_Protobuf_Timestamp()} set {_uniqueStorage()._createdAt = newValue} } /// Returns true if `createdAt` has been explicitly set. - public var hasCreatedAt: Bool {return _storage._createdAt != nil} + var hasCreatedAt: Bool {return _storage._createdAt != nil} /// Clears the value of `createdAt`. Subsequent reads from it will return its default value. - public mutating func clearCreatedAt() {_uniqueStorage()._createdAt = nil} + mutating func clearCreatedAt() {_uniqueStorage()._createdAt = nil} - public var games: [Proto_Game] { + var games: [Proto_Game] { get {return _storage._games} set {_uniqueStorage()._games = newValue} } - public var name: String { + var name: String { get {return _storage._name} set {_uniqueStorage()._name = newValue} } - public var slug: String { + var slug: String { get {return _storage._slug} set {_uniqueStorage()._slug = newValue} } - public var updatedAt: SwiftProtobuf.Google_Protobuf_Timestamp { + var updatedAt: SwiftProtobuf.Google_Protobuf_Timestamp { get {return _storage._updatedAt ?? SwiftProtobuf.Google_Protobuf_Timestamp()} set {_uniqueStorage()._updatedAt = newValue} } /// Returns true if `updatedAt` has been explicitly set. - public var hasUpdatedAt: Bool {return _storage._updatedAt != nil} + var hasUpdatedAt: Bool {return _storage._updatedAt != nil} /// Clears the value of `updatedAt`. Subsequent reads from it will return its default value. - public mutating func clearUpdatedAt() {_uniqueStorage()._updatedAt = nil} + mutating func clearUpdatedAt() {_uniqueStorage()._updatedAt = nil} - public var url: String { + var url: String { get {return _storage._url} set {_uniqueStorage()._url = newValue} } - public var checksum: String { + var checksum: String { get {return _storage._checksum} set {_uniqueStorage()._checksum = newValue} } - public var type: Proto_CollectionType { + var type: Proto_CollectionType { get {return _storage._type ?? Proto_CollectionType()} set {_uniqueStorage()._type = newValue} } /// Returns true if `type` has been explicitly set. - public var hasType: Bool {return _storage._type != nil} + var hasType: Bool {return _storage._type != nil} /// Clears the value of `type`. Subsequent reads from it will return its default value. - public mutating func clearType() {_uniqueStorage()._type = nil} + mutating func clearType() {_uniqueStorage()._type = nil} - public var asParentRelations: [Proto_CollectionRelation] { + var asParentRelations: [Proto_CollectionRelation] { get {return _storage._asParentRelations} set {_uniqueStorage()._asParentRelations = newValue} } - public var asChildRelations: [Proto_CollectionRelation] { + var asChildRelations: [Proto_CollectionRelation] { get {return _storage._asChildRelations} set {_uniqueStorage()._asChildRelations = newValue} } - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} fileprivate var _storage = _StorageClass.defaultInstance } -public struct Proto_CollectionMembershipResult { +struct Proto_CollectionMembershipResult: Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var collectionmemberships: [Proto_CollectionMembership] = [] + var collectionmemberships: [Proto_CollectionMembership] = [] - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} } -public struct Proto_CollectionMembership { +struct Proto_CollectionMembership: @unchecked Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var id: UInt64 { + var id: UInt64 { get {return _storage._id} set {_uniqueStorage()._id = newValue} } - public var game: Proto_Game { + var game: Proto_Game { get {return _storage._game ?? Proto_Game()} set {_uniqueStorage()._game = newValue} } /// Returns true if `game` has been explicitly set. - public var hasGame: Bool {return _storage._game != nil} + var hasGame: Bool {return _storage._game != nil} /// Clears the value of `game`. Subsequent reads from it will return its default value. - public mutating func clearGame() {_uniqueStorage()._game = nil} + mutating func clearGame() {_uniqueStorage()._game = nil} - public var collection: Proto_Collection { + var collection: Proto_Collection { get {return _storage._collection ?? Proto_Collection()} set {_uniqueStorage()._collection = newValue} } /// Returns true if `collection` has been explicitly set. - public var hasCollection: Bool {return _storage._collection != nil} + var hasCollection: Bool {return _storage._collection != nil} /// Clears the value of `collection`. Subsequent reads from it will return its default value. - public mutating func clearCollection() {_uniqueStorage()._collection = nil} + mutating func clearCollection() {_uniqueStorage()._collection = nil} - public var type: Proto_CollectionMembershipType { + var type: Proto_CollectionMembershipType { get {return _storage._type ?? Proto_CollectionMembershipType()} set {_uniqueStorage()._type = newValue} } /// Returns true if `type` has been explicitly set. - public var hasType: Bool {return _storage._type != nil} + var hasType: Bool {return _storage._type != nil} /// Clears the value of `type`. Subsequent reads from it will return its default value. - public mutating func clearType() {_uniqueStorage()._type = nil} + mutating func clearType() {_uniqueStorage()._type = nil} - public var updatedAt: SwiftProtobuf.Google_Protobuf_Timestamp { + var updatedAt: SwiftProtobuf.Google_Protobuf_Timestamp { get {return _storage._updatedAt ?? SwiftProtobuf.Google_Protobuf_Timestamp()} set {_uniqueStorage()._updatedAt = newValue} } /// Returns true if `updatedAt` has been explicitly set. - public var hasUpdatedAt: Bool {return _storage._updatedAt != nil} + var hasUpdatedAt: Bool {return _storage._updatedAt != nil} /// Clears the value of `updatedAt`. Subsequent reads from it will return its default value. - public mutating func clearUpdatedAt() {_uniqueStorage()._updatedAt = nil} + mutating func clearUpdatedAt() {_uniqueStorage()._updatedAt = nil} - public var createdAt: SwiftProtobuf.Google_Protobuf_Timestamp { + var createdAt: SwiftProtobuf.Google_Protobuf_Timestamp { get {return _storage._createdAt ?? SwiftProtobuf.Google_Protobuf_Timestamp()} set {_uniqueStorage()._createdAt = newValue} } /// Returns true if `createdAt` has been explicitly set. - public var hasCreatedAt: Bool {return _storage._createdAt != nil} + var hasCreatedAt: Bool {return _storage._createdAt != nil} /// Clears the value of `createdAt`. Subsequent reads from it will return its default value. - public mutating func clearCreatedAt() {_uniqueStorage()._createdAt = nil} + mutating func clearCreatedAt() {_uniqueStorage()._createdAt = nil} - public var checksum: String { + var checksum: String { get {return _storage._checksum} set {_uniqueStorage()._checksum = newValue} } - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} fileprivate var _storage = _StorageClass.defaultInstance } -public struct Proto_CollectionMembershipTypeResult { +struct Proto_CollectionMembershipTypeResult: Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var collectionmembershiptypes: [Proto_CollectionMembershipType] = [] + var collectionmembershiptypes: [Proto_CollectionMembershipType] = [] - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} } -public struct Proto_CollectionMembershipType { +struct Proto_CollectionMembershipType: Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var id: UInt64 = 0 + var id: UInt64 = 0 - public var name: String = String() + var name: String = String() - public var description_p: String = String() + var description_p: String = String() - public var allowedCollectionType: Proto_CollectionType { + var allowedCollectionType: Proto_CollectionType { get {return _allowedCollectionType ?? Proto_CollectionType()} set {_allowedCollectionType = newValue} } /// Returns true if `allowedCollectionType` has been explicitly set. - public var hasAllowedCollectionType: Bool {return self._allowedCollectionType != nil} + var hasAllowedCollectionType: Bool {return self._allowedCollectionType != nil} /// Clears the value of `allowedCollectionType`. Subsequent reads from it will return its default value. - public mutating func clearAllowedCollectionType() {self._allowedCollectionType = nil} + mutating func clearAllowedCollectionType() {self._allowedCollectionType = nil} - public var updatedAt: SwiftProtobuf.Google_Protobuf_Timestamp { + var updatedAt: SwiftProtobuf.Google_Protobuf_Timestamp { get {return _updatedAt ?? SwiftProtobuf.Google_Protobuf_Timestamp()} set {_updatedAt = newValue} } /// Returns true if `updatedAt` has been explicitly set. - public var hasUpdatedAt: Bool {return self._updatedAt != nil} + var hasUpdatedAt: Bool {return self._updatedAt != nil} /// Clears the value of `updatedAt`. Subsequent reads from it will return its default value. - public mutating func clearUpdatedAt() {self._updatedAt = nil} + mutating func clearUpdatedAt() {self._updatedAt = nil} - public var createdAt: SwiftProtobuf.Google_Protobuf_Timestamp { + var createdAt: SwiftProtobuf.Google_Protobuf_Timestamp { get {return _createdAt ?? SwiftProtobuf.Google_Protobuf_Timestamp()} set {_createdAt = newValue} } /// Returns true if `createdAt` has been explicitly set. - public var hasCreatedAt: Bool {return self._createdAt != nil} + var hasCreatedAt: Bool {return self._createdAt != nil} /// Clears the value of `createdAt`. Subsequent reads from it will return its default value. - public mutating func clearCreatedAt() {self._createdAt = nil} + mutating func clearCreatedAt() {self._createdAt = nil} - public var checksum: String = String() + var checksum: String = String() - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} fileprivate var _allowedCollectionType: Proto_CollectionType? = nil fileprivate var _updatedAt: SwiftProtobuf.Google_Protobuf_Timestamp? = nil fileprivate var _createdAt: SwiftProtobuf.Google_Protobuf_Timestamp? = nil } -public struct Proto_CollectionRelationResult { +struct Proto_CollectionRelationResult: Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var collectionrelations: [Proto_CollectionRelation] = [] + var collectionrelations: [Proto_CollectionRelation] = [] - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} } -public struct Proto_CollectionRelation { +struct Proto_CollectionRelation: Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var id: UInt64 = 0 + var id: UInt64 = 0 - public var childCollection: Proto_Collection { + var childCollection: Proto_Collection { get {return _childCollection ?? Proto_Collection()} set {_childCollection = newValue} } /// Returns true if `childCollection` has been explicitly set. - public var hasChildCollection: Bool {return self._childCollection != nil} + var hasChildCollection: Bool {return self._childCollection != nil} /// Clears the value of `childCollection`. Subsequent reads from it will return its default value. - public mutating func clearChildCollection() {self._childCollection = nil} + mutating func clearChildCollection() {self._childCollection = nil} - public var parentCollection: Proto_Collection { + var parentCollection: Proto_Collection { get {return _parentCollection ?? Proto_Collection()} set {_parentCollection = newValue} } /// Returns true if `parentCollection` has been explicitly set. - public var hasParentCollection: Bool {return self._parentCollection != nil} + var hasParentCollection: Bool {return self._parentCollection != nil} /// Clears the value of `parentCollection`. Subsequent reads from it will return its default value. - public mutating func clearParentCollection() {self._parentCollection = nil} + mutating func clearParentCollection() {self._parentCollection = nil} - public var type: Proto_CollectionRelationType { + var type: Proto_CollectionRelationType { get {return _type ?? Proto_CollectionRelationType()} set {_type = newValue} } /// Returns true if `type` has been explicitly set. - public var hasType: Bool {return self._type != nil} + var hasType: Bool {return self._type != nil} /// Clears the value of `type`. Subsequent reads from it will return its default value. - public mutating func clearType() {self._type = nil} + mutating func clearType() {self._type = nil} - public var updatedAt: SwiftProtobuf.Google_Protobuf_Timestamp { + var updatedAt: SwiftProtobuf.Google_Protobuf_Timestamp { get {return _updatedAt ?? SwiftProtobuf.Google_Protobuf_Timestamp()} set {_updatedAt = newValue} } /// Returns true if `updatedAt` has been explicitly set. - public var hasUpdatedAt: Bool {return self._updatedAt != nil} + var hasUpdatedAt: Bool {return self._updatedAt != nil} /// Clears the value of `updatedAt`. Subsequent reads from it will return its default value. - public mutating func clearUpdatedAt() {self._updatedAt = nil} + mutating func clearUpdatedAt() {self._updatedAt = nil} - public var createdAt: SwiftProtobuf.Google_Protobuf_Timestamp { + var createdAt: SwiftProtobuf.Google_Protobuf_Timestamp { get {return _createdAt ?? SwiftProtobuf.Google_Protobuf_Timestamp()} set {_createdAt = newValue} } /// Returns true if `createdAt` has been explicitly set. - public var hasCreatedAt: Bool {return self._createdAt != nil} + var hasCreatedAt: Bool {return self._createdAt != nil} /// Clears the value of `createdAt`. Subsequent reads from it will return its default value. - public mutating func clearCreatedAt() {self._createdAt = nil} + mutating func clearCreatedAt() {self._createdAt = nil} - public var checksum: String = String() + var checksum: String = String() - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} fileprivate var _childCollection: Proto_Collection? = nil fileprivate var _parentCollection: Proto_Collection? = nil @@ -2148,708 +2052,708 @@ public struct Proto_CollectionRelation { fileprivate var _createdAt: SwiftProtobuf.Google_Protobuf_Timestamp? = nil } -public struct Proto_CollectionRelationTypeResult { +struct Proto_CollectionRelationTypeResult: Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var collectionrelationtypes: [Proto_CollectionRelationType] = [] + var collectionrelationtypes: [Proto_CollectionRelationType] = [] - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} } -public struct Proto_CollectionRelationType { +struct Proto_CollectionRelationType: @unchecked Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var id: UInt64 { + var id: UInt64 { get {return _storage._id} set {_uniqueStorage()._id = newValue} } - public var name: String { + var name: String { get {return _storage._name} set {_uniqueStorage()._name = newValue} } - public var description_p: String { + var description_p: String { get {return _storage._description_p} set {_uniqueStorage()._description_p = newValue} } - public var allowedChildType: Proto_CollectionType { + var allowedChildType: Proto_CollectionType { get {return _storage._allowedChildType ?? Proto_CollectionType()} set {_uniqueStorage()._allowedChildType = newValue} } /// Returns true if `allowedChildType` has been explicitly set. - public var hasAllowedChildType: Bool {return _storage._allowedChildType != nil} + var hasAllowedChildType: Bool {return _storage._allowedChildType != nil} /// Clears the value of `allowedChildType`. Subsequent reads from it will return its default value. - public mutating func clearAllowedChildType() {_uniqueStorage()._allowedChildType = nil} + mutating func clearAllowedChildType() {_uniqueStorage()._allowedChildType = nil} - public var allowedParentType: Proto_CollectionType { + var allowedParentType: Proto_CollectionType { get {return _storage._allowedParentType ?? Proto_CollectionType()} set {_uniqueStorage()._allowedParentType = newValue} } /// Returns true if `allowedParentType` has been explicitly set. - public var hasAllowedParentType: Bool {return _storage._allowedParentType != nil} + var hasAllowedParentType: Bool {return _storage._allowedParentType != nil} /// Clears the value of `allowedParentType`. Subsequent reads from it will return its default value. - public mutating func clearAllowedParentType() {_uniqueStorage()._allowedParentType = nil} + mutating func clearAllowedParentType() {_uniqueStorage()._allowedParentType = nil} - public var updatedAt: SwiftProtobuf.Google_Protobuf_Timestamp { + var updatedAt: SwiftProtobuf.Google_Protobuf_Timestamp { get {return _storage._updatedAt ?? SwiftProtobuf.Google_Protobuf_Timestamp()} set {_uniqueStorage()._updatedAt = newValue} } /// Returns true if `updatedAt` has been explicitly set. - public var hasUpdatedAt: Bool {return _storage._updatedAt != nil} + var hasUpdatedAt: Bool {return _storage._updatedAt != nil} /// Clears the value of `updatedAt`. Subsequent reads from it will return its default value. - public mutating func clearUpdatedAt() {_uniqueStorage()._updatedAt = nil} + mutating func clearUpdatedAt() {_uniqueStorage()._updatedAt = nil} - public var createdAt: SwiftProtobuf.Google_Protobuf_Timestamp { + var createdAt: SwiftProtobuf.Google_Protobuf_Timestamp { get {return _storage._createdAt ?? SwiftProtobuf.Google_Protobuf_Timestamp()} set {_uniqueStorage()._createdAt = newValue} } /// Returns true if `createdAt` has been explicitly set. - public var hasCreatedAt: Bool {return _storage._createdAt != nil} + var hasCreatedAt: Bool {return _storage._createdAt != nil} /// Clears the value of `createdAt`. Subsequent reads from it will return its default value. - public mutating func clearCreatedAt() {_uniqueStorage()._createdAt = nil} + mutating func clearCreatedAt() {_uniqueStorage()._createdAt = nil} - public var checksum: String { + var checksum: String { get {return _storage._checksum} set {_uniqueStorage()._checksum = newValue} } - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} fileprivate var _storage = _StorageClass.defaultInstance } -public struct Proto_CollectionTypeResult { +struct Proto_CollectionTypeResult: Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var collectiontypes: [Proto_CollectionType] = [] + var collectiontypes: [Proto_CollectionType] = [] - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} } -public struct Proto_CollectionType { +struct Proto_CollectionType: Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var id: UInt64 = 0 + var id: UInt64 = 0 - public var name: String = String() + var name: String = String() - public var description_p: String = String() + var description_p: String = String() - public var updatedAt: SwiftProtobuf.Google_Protobuf_Timestamp { + var updatedAt: SwiftProtobuf.Google_Protobuf_Timestamp { get {return _updatedAt ?? SwiftProtobuf.Google_Protobuf_Timestamp()} set {_updatedAt = newValue} } /// Returns true if `updatedAt` has been explicitly set. - public var hasUpdatedAt: Bool {return self._updatedAt != nil} + var hasUpdatedAt: Bool {return self._updatedAt != nil} /// Clears the value of `updatedAt`. Subsequent reads from it will return its default value. - public mutating func clearUpdatedAt() {self._updatedAt = nil} + mutating func clearUpdatedAt() {self._updatedAt = nil} - public var createdAt: SwiftProtobuf.Google_Protobuf_Timestamp { + var createdAt: SwiftProtobuf.Google_Protobuf_Timestamp { get {return _createdAt ?? SwiftProtobuf.Google_Protobuf_Timestamp()} set {_createdAt = newValue} } /// Returns true if `createdAt` has been explicitly set. - public var hasCreatedAt: Bool {return self._createdAt != nil} + var hasCreatedAt: Bool {return self._createdAt != nil} /// Clears the value of `createdAt`. Subsequent reads from it will return its default value. - public mutating func clearCreatedAt() {self._createdAt = nil} + mutating func clearCreatedAt() {self._createdAt = nil} - public var checksum: String = String() + var checksum: String = String() - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} fileprivate var _updatedAt: SwiftProtobuf.Google_Protobuf_Timestamp? = nil fileprivate var _createdAt: SwiftProtobuf.Google_Protobuf_Timestamp? = nil } -public struct Proto_CompanyResult { +struct Proto_CompanyResult: Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var companies: [Proto_Company] = [] + var companies: [Proto_Company] = [] - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} } -public struct Proto_Company { +struct Proto_Company: @unchecked Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var id: UInt64 { + var id: UInt64 { get {return _storage._id} set {_uniqueStorage()._id = newValue} } - public var changeDate: SwiftProtobuf.Google_Protobuf_Timestamp { + var changeDate: SwiftProtobuf.Google_Protobuf_Timestamp { get {return _storage._changeDate ?? SwiftProtobuf.Google_Protobuf_Timestamp()} set {_uniqueStorage()._changeDate = newValue} } /// Returns true if `changeDate` has been explicitly set. - public var hasChangeDate: Bool {return _storage._changeDate != nil} + var hasChangeDate: Bool {return _storage._changeDate != nil} /// Clears the value of `changeDate`. Subsequent reads from it will return its default value. - public mutating func clearChangeDate() {_uniqueStorage()._changeDate = nil} + mutating func clearChangeDate() {_uniqueStorage()._changeDate = nil} - public var changeDateCategory: Proto_DateFormatChangeDateCategoryEnum { + var changeDateCategory: Proto_DateFormatChangeDateCategoryEnum { get {return _storage._changeDateCategory} set {_uniqueStorage()._changeDateCategory = newValue} } - public var changedCompanyID: Proto_Company { + var changedCompanyID: Proto_Company { get {return _storage._changedCompanyID ?? Proto_Company()} set {_uniqueStorage()._changedCompanyID = newValue} } /// Returns true if `changedCompanyID` has been explicitly set. - public var hasChangedCompanyID: Bool {return _storage._changedCompanyID != nil} + var hasChangedCompanyID: Bool {return _storage._changedCompanyID != nil} /// Clears the value of `changedCompanyID`. Subsequent reads from it will return its default value. - public mutating func clearChangedCompanyID() {_uniqueStorage()._changedCompanyID = nil} + mutating func clearChangedCompanyID() {_uniqueStorage()._changedCompanyID = nil} - public var country: Int32 { + var country: Int32 { get {return _storage._country} set {_uniqueStorage()._country = newValue} } - public var createdAt: SwiftProtobuf.Google_Protobuf_Timestamp { + var createdAt: SwiftProtobuf.Google_Protobuf_Timestamp { get {return _storage._createdAt ?? SwiftProtobuf.Google_Protobuf_Timestamp()} set {_uniqueStorage()._createdAt = newValue} } /// Returns true if `createdAt` has been explicitly set. - public var hasCreatedAt: Bool {return _storage._createdAt != nil} + var hasCreatedAt: Bool {return _storage._createdAt != nil} /// Clears the value of `createdAt`. Subsequent reads from it will return its default value. - public mutating func clearCreatedAt() {_uniqueStorage()._createdAt = nil} + mutating func clearCreatedAt() {_uniqueStorage()._createdAt = nil} - public var description_p: String { + var description_p: String { get {return _storage._description_p} set {_uniqueStorage()._description_p = newValue} } - public var developed: [Proto_Game] { + var developed: [Proto_Game] { get {return _storage._developed} set {_uniqueStorage()._developed = newValue} } - public var logo: Proto_CompanyLogo { + var logo: Proto_CompanyLogo { get {return _storage._logo ?? Proto_CompanyLogo()} set {_uniqueStorage()._logo = newValue} } /// Returns true if `logo` has been explicitly set. - public var hasLogo: Bool {return _storage._logo != nil} + var hasLogo: Bool {return _storage._logo != nil} /// Clears the value of `logo`. Subsequent reads from it will return its default value. - public mutating func clearLogo() {_uniqueStorage()._logo = nil} + mutating func clearLogo() {_uniqueStorage()._logo = nil} - public var name: String { + var name: String { get {return _storage._name} set {_uniqueStorage()._name = newValue} } - public var parent: Proto_Company { + var parent: Proto_Company { get {return _storage._parent ?? Proto_Company()} set {_uniqueStorage()._parent = newValue} } /// Returns true if `parent` has been explicitly set. - public var hasParent: Bool {return _storage._parent != nil} + var hasParent: Bool {return _storage._parent != nil} /// Clears the value of `parent`. Subsequent reads from it will return its default value. - public mutating func clearParent() {_uniqueStorage()._parent = nil} + mutating func clearParent() {_uniqueStorage()._parent = nil} - public var published: [Proto_Game] { + var published: [Proto_Game] { get {return _storage._published} set {_uniqueStorage()._published = newValue} } - public var slug: String { + var slug: String { get {return _storage._slug} set {_uniqueStorage()._slug = newValue} } - public var startDate: SwiftProtobuf.Google_Protobuf_Timestamp { + var startDate: SwiftProtobuf.Google_Protobuf_Timestamp { get {return _storage._startDate ?? SwiftProtobuf.Google_Protobuf_Timestamp()} set {_uniqueStorage()._startDate = newValue} } /// Returns true if `startDate` has been explicitly set. - public var hasStartDate: Bool {return _storage._startDate != nil} + var hasStartDate: Bool {return _storage._startDate != nil} /// Clears the value of `startDate`. Subsequent reads from it will return its default value. - public mutating func clearStartDate() {_uniqueStorage()._startDate = nil} + mutating func clearStartDate() {_uniqueStorage()._startDate = nil} - public var startDateCategory: Proto_DateFormatChangeDateCategoryEnum { + var startDateCategory: Proto_DateFormatChangeDateCategoryEnum { get {return _storage._startDateCategory} set {_uniqueStorage()._startDateCategory = newValue} } - public var updatedAt: SwiftProtobuf.Google_Protobuf_Timestamp { + var updatedAt: SwiftProtobuf.Google_Protobuf_Timestamp { get {return _storage._updatedAt ?? SwiftProtobuf.Google_Protobuf_Timestamp()} set {_uniqueStorage()._updatedAt = newValue} } /// Returns true if `updatedAt` has been explicitly set. - public var hasUpdatedAt: Bool {return _storage._updatedAt != nil} + var hasUpdatedAt: Bool {return _storage._updatedAt != nil} /// Clears the value of `updatedAt`. Subsequent reads from it will return its default value. - public mutating func clearUpdatedAt() {_uniqueStorage()._updatedAt = nil} + mutating func clearUpdatedAt() {_uniqueStorage()._updatedAt = nil} - public var url: String { + var url: String { get {return _storage._url} set {_uniqueStorage()._url = newValue} } - public var websites: [Proto_CompanyWebsite] { + var websites: [Proto_CompanyWebsite] { get {return _storage._websites} set {_uniqueStorage()._websites = newValue} } - public var checksum: String { + var checksum: String { get {return _storage._checksum} set {_uniqueStorage()._checksum = newValue} } - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} fileprivate var _storage = _StorageClass.defaultInstance } -public struct Proto_CompanyLogoResult { +struct Proto_CompanyLogoResult: Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var companylogos: [Proto_CompanyLogo] = [] + var companylogos: [Proto_CompanyLogo] = [] - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} } -public struct Proto_CompanyLogo { +struct Proto_CompanyLogo: Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var id: UInt64 = 0 + var id: UInt64 = 0 - public var alphaChannel: Bool = false + var alphaChannel: Bool = false - public var animated: Bool = false + var animated: Bool = false - public var height: Int32 = 0 + var height: Int32 = 0 - public var imageID: String = String() + var imageID: String = String() - public var url: String = String() + var url: String = String() - public var width: Int32 = 0 + var width: Int32 = 0 - public var checksum: String = String() + var checksum: String = String() - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} } -public struct Proto_CompanyWebsiteResult { +struct Proto_CompanyWebsiteResult: Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var companywebsites: [Proto_CompanyWebsite] = [] + var companywebsites: [Proto_CompanyWebsite] = [] - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} } -public struct Proto_CompanyWebsite { +struct Proto_CompanyWebsite: Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var id: UInt64 = 0 + var id: UInt64 = 0 - public var category: Proto_WebsiteCategoryEnum = .websiteCategoryNull + var category: Proto_WebsiteCategoryEnum = .websiteCategoryNull - public var trusted: Bool = false + var trusted: Bool = false - public var url: String = String() + var url: String = String() - public var checksum: String = String() + var checksum: String = String() - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} } -public struct Proto_CoverResult { +struct Proto_CoverResult: Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var covers: [Proto_Cover] = [] + var covers: [Proto_Cover] = [] - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} } -public struct Proto_Cover { +struct Proto_Cover: @unchecked Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var id: UInt64 { + var id: UInt64 { get {return _storage._id} set {_uniqueStorage()._id = newValue} } - public var alphaChannel: Bool { + var alphaChannel: Bool { get {return _storage._alphaChannel} set {_uniqueStorage()._alphaChannel = newValue} } - public var animated: Bool { + var animated: Bool { get {return _storage._animated} set {_uniqueStorage()._animated = newValue} } - public var game: Proto_Game { + var game: Proto_Game { get {return _storage._game ?? Proto_Game()} set {_uniqueStorage()._game = newValue} } /// Returns true if `game` has been explicitly set. - public var hasGame: Bool {return _storage._game != nil} + var hasGame: Bool {return _storage._game != nil} /// Clears the value of `game`. Subsequent reads from it will return its default value. - public mutating func clearGame() {_uniqueStorage()._game = nil} + mutating func clearGame() {_uniqueStorage()._game = nil} - public var height: Int32 { + var height: Int32 { get {return _storage._height} set {_uniqueStorage()._height = newValue} } - public var imageID: String { + var imageID: String { get {return _storage._imageID} set {_uniqueStorage()._imageID = newValue} } - public var url: String { + var url: String { get {return _storage._url} set {_uniqueStorage()._url = newValue} } - public var width: Int32 { + var width: Int32 { get {return _storage._width} set {_uniqueStorage()._width = newValue} } - public var checksum: String { + var checksum: String { get {return _storage._checksum} set {_uniqueStorage()._checksum = newValue} } - public var gameLocalization: Proto_GameLocalization { + var gameLocalization: Proto_GameLocalization { get {return _storage._gameLocalization ?? Proto_GameLocalization()} set {_uniqueStorage()._gameLocalization = newValue} } /// Returns true if `gameLocalization` has been explicitly set. - public var hasGameLocalization: Bool {return _storage._gameLocalization != nil} + var hasGameLocalization: Bool {return _storage._gameLocalization != nil} /// Clears the value of `gameLocalization`. Subsequent reads from it will return its default value. - public mutating func clearGameLocalization() {_uniqueStorage()._gameLocalization = nil} + mutating func clearGameLocalization() {_uniqueStorage()._gameLocalization = nil} - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} fileprivate var _storage = _StorageClass.defaultInstance } -public struct Proto_EventResult { +struct Proto_EventResult: Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var events: [Proto_Event] = [] + var events: [Proto_Event] = [] - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} } -public struct Proto_Event { +struct Proto_Event: @unchecked Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var id: UInt64 { + var id: UInt64 { get {return _storage._id} set {_uniqueStorage()._id = newValue} } - public var name: String { + var name: String { get {return _storage._name} set {_uniqueStorage()._name = newValue} } - public var description_p: String { + var description_p: String { get {return _storage._description_p} set {_uniqueStorage()._description_p = newValue} } - public var slug: String { + var slug: String { get {return _storage._slug} set {_uniqueStorage()._slug = newValue} } - public var eventLogo: Proto_EventLogo { + var eventLogo: Proto_EventLogo { get {return _storage._eventLogo ?? Proto_EventLogo()} set {_uniqueStorage()._eventLogo = newValue} } /// Returns true if `eventLogo` has been explicitly set. - public var hasEventLogo: Bool {return _storage._eventLogo != nil} + var hasEventLogo: Bool {return _storage._eventLogo != nil} /// Clears the value of `eventLogo`. Subsequent reads from it will return its default value. - public mutating func clearEventLogo() {_uniqueStorage()._eventLogo = nil} + mutating func clearEventLogo() {_uniqueStorage()._eventLogo = nil} - public var startTime: SwiftProtobuf.Google_Protobuf_Timestamp { + var startTime: SwiftProtobuf.Google_Protobuf_Timestamp { get {return _storage._startTime ?? SwiftProtobuf.Google_Protobuf_Timestamp()} set {_uniqueStorage()._startTime = newValue} } /// Returns true if `startTime` has been explicitly set. - public var hasStartTime: Bool {return _storage._startTime != nil} + var hasStartTime: Bool {return _storage._startTime != nil} /// Clears the value of `startTime`. Subsequent reads from it will return its default value. - public mutating func clearStartTime() {_uniqueStorage()._startTime = nil} + mutating func clearStartTime() {_uniqueStorage()._startTime = nil} - public var timeZone: String { + var timeZone: String { get {return _storage._timeZone} set {_uniqueStorage()._timeZone = newValue} } - public var endTime: SwiftProtobuf.Google_Protobuf_Timestamp { + var endTime: SwiftProtobuf.Google_Protobuf_Timestamp { get {return _storage._endTime ?? SwiftProtobuf.Google_Protobuf_Timestamp()} set {_uniqueStorage()._endTime = newValue} } /// Returns true if `endTime` has been explicitly set. - public var hasEndTime: Bool {return _storage._endTime != nil} + var hasEndTime: Bool {return _storage._endTime != nil} /// Clears the value of `endTime`. Subsequent reads from it will return its default value. - public mutating func clearEndTime() {_uniqueStorage()._endTime = nil} + mutating func clearEndTime() {_uniqueStorage()._endTime = nil} - public var liveStreamURL: String { + var liveStreamURL: String { get {return _storage._liveStreamURL} set {_uniqueStorage()._liveStreamURL = newValue} } - public var games: [Proto_Game] { + var games: [Proto_Game] { get {return _storage._games} set {_uniqueStorage()._games = newValue} } - public var videos: [Proto_GameVideo] { + var videos: [Proto_GameVideo] { get {return _storage._videos} set {_uniqueStorage()._videos = newValue} } - public var eventNetworks: [Proto_EventNetwork] { + var eventNetworks: [Proto_EventNetwork] { get {return _storage._eventNetworks} set {_uniqueStorage()._eventNetworks = newValue} } - public var createdAt: SwiftProtobuf.Google_Protobuf_Timestamp { + var createdAt: SwiftProtobuf.Google_Protobuf_Timestamp { get {return _storage._createdAt ?? SwiftProtobuf.Google_Protobuf_Timestamp()} set {_uniqueStorage()._createdAt = newValue} } /// Returns true if `createdAt` has been explicitly set. - public var hasCreatedAt: Bool {return _storage._createdAt != nil} + var hasCreatedAt: Bool {return _storage._createdAt != nil} /// Clears the value of `createdAt`. Subsequent reads from it will return its default value. - public mutating func clearCreatedAt() {_uniqueStorage()._createdAt = nil} + mutating func clearCreatedAt() {_uniqueStorage()._createdAt = nil} - public var updatedAt: SwiftProtobuf.Google_Protobuf_Timestamp { + var updatedAt: SwiftProtobuf.Google_Protobuf_Timestamp { get {return _storage._updatedAt ?? SwiftProtobuf.Google_Protobuf_Timestamp()} set {_uniqueStorage()._updatedAt = newValue} } /// Returns true if `updatedAt` has been explicitly set. - public var hasUpdatedAt: Bool {return _storage._updatedAt != nil} + var hasUpdatedAt: Bool {return _storage._updatedAt != nil} /// Clears the value of `updatedAt`. Subsequent reads from it will return its default value. - public mutating func clearUpdatedAt() {_uniqueStorage()._updatedAt = nil} + mutating func clearUpdatedAt() {_uniqueStorage()._updatedAt = nil} - public var checksum: String { + var checksum: String { get {return _storage._checksum} set {_uniqueStorage()._checksum = newValue} } - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} fileprivate var _storage = _StorageClass.defaultInstance } -public struct Proto_EventLogoResult { +struct Proto_EventLogoResult: Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var eventlogos: [Proto_EventLogo] = [] + var eventlogos: [Proto_EventLogo] = [] - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} } -public struct Proto_EventLogo { +struct Proto_EventLogo: @unchecked Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var id: UInt64 { + var id: UInt64 { get {return _storage._id} set {_uniqueStorage()._id = newValue} } - public var event: Proto_Event { + var event: Proto_Event { get {return _storage._event ?? Proto_Event()} set {_uniqueStorage()._event = newValue} } /// Returns true if `event` has been explicitly set. - public var hasEvent: Bool {return _storage._event != nil} + var hasEvent: Bool {return _storage._event != nil} /// Clears the value of `event`. Subsequent reads from it will return its default value. - public mutating func clearEvent() {_uniqueStorage()._event = nil} + mutating func clearEvent() {_uniqueStorage()._event = nil} - public var alphaChannel: Bool { + var alphaChannel: Bool { get {return _storage._alphaChannel} set {_uniqueStorage()._alphaChannel = newValue} } - public var animated: Bool { + var animated: Bool { get {return _storage._animated} set {_uniqueStorage()._animated = newValue} } - public var height: Int32 { + var height: Int32 { get {return _storage._height} set {_uniqueStorage()._height = newValue} } - public var imageID: String { + var imageID: String { get {return _storage._imageID} set {_uniqueStorage()._imageID = newValue} } - public var url: String { + var url: String { get {return _storage._url} set {_uniqueStorage()._url = newValue} } - public var width: Int32 { + var width: Int32 { get {return _storage._width} set {_uniqueStorage()._width = newValue} } - public var createdAt: SwiftProtobuf.Google_Protobuf_Timestamp { + var createdAt: SwiftProtobuf.Google_Protobuf_Timestamp { get {return _storage._createdAt ?? SwiftProtobuf.Google_Protobuf_Timestamp()} set {_uniqueStorage()._createdAt = newValue} } /// Returns true if `createdAt` has been explicitly set. - public var hasCreatedAt: Bool {return _storage._createdAt != nil} + var hasCreatedAt: Bool {return _storage._createdAt != nil} /// Clears the value of `createdAt`. Subsequent reads from it will return its default value. - public mutating func clearCreatedAt() {_uniqueStorage()._createdAt = nil} + mutating func clearCreatedAt() {_uniqueStorage()._createdAt = nil} - public var updatedAt: SwiftProtobuf.Google_Protobuf_Timestamp { + var updatedAt: SwiftProtobuf.Google_Protobuf_Timestamp { get {return _storage._updatedAt ?? SwiftProtobuf.Google_Protobuf_Timestamp()} set {_uniqueStorage()._updatedAt = newValue} } /// Returns true if `updatedAt` has been explicitly set. - public var hasUpdatedAt: Bool {return _storage._updatedAt != nil} + var hasUpdatedAt: Bool {return _storage._updatedAt != nil} /// Clears the value of `updatedAt`. Subsequent reads from it will return its default value. - public mutating func clearUpdatedAt() {_uniqueStorage()._updatedAt = nil} + mutating func clearUpdatedAt() {_uniqueStorage()._updatedAt = nil} - public var checksum: String { + var checksum: String { get {return _storage._checksum} set {_uniqueStorage()._checksum = newValue} } - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} fileprivate var _storage = _StorageClass.defaultInstance } -public struct Proto_EventNetworkResult { +struct Proto_EventNetworkResult: Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var eventnetworks: [Proto_EventNetwork] = [] + var eventnetworks: [Proto_EventNetwork] = [] - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} } -public struct Proto_EventNetwork { +struct Proto_EventNetwork: Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var id: UInt64 = 0 + var id: UInt64 = 0 - public var event: Proto_Event { + var event: Proto_Event { get {return _event ?? Proto_Event()} set {_event = newValue} } /// Returns true if `event` has been explicitly set. - public var hasEvent: Bool {return self._event != nil} + var hasEvent: Bool {return self._event != nil} /// Clears the value of `event`. Subsequent reads from it will return its default value. - public mutating func clearEvent() {self._event = nil} + mutating func clearEvent() {self._event = nil} - public var url: String = String() + var url: String = String() - public var networkType: Proto_NetworkType { + var networkType: Proto_NetworkType { get {return _networkType ?? Proto_NetworkType()} set {_networkType = newValue} } /// Returns true if `networkType` has been explicitly set. - public var hasNetworkType: Bool {return self._networkType != nil} + var hasNetworkType: Bool {return self._networkType != nil} /// Clears the value of `networkType`. Subsequent reads from it will return its default value. - public mutating func clearNetworkType() {self._networkType = nil} + mutating func clearNetworkType() {self._networkType = nil} - public var createdAt: SwiftProtobuf.Google_Protobuf_Timestamp { + var createdAt: SwiftProtobuf.Google_Protobuf_Timestamp { get {return _createdAt ?? SwiftProtobuf.Google_Protobuf_Timestamp()} set {_createdAt = newValue} } /// Returns true if `createdAt` has been explicitly set. - public var hasCreatedAt: Bool {return self._createdAt != nil} + var hasCreatedAt: Bool {return self._createdAt != nil} /// Clears the value of `createdAt`. Subsequent reads from it will return its default value. - public mutating func clearCreatedAt() {self._createdAt = nil} + mutating func clearCreatedAt() {self._createdAt = nil} - public var updatedAt: SwiftProtobuf.Google_Protobuf_Timestamp { + var updatedAt: SwiftProtobuf.Google_Protobuf_Timestamp { get {return _updatedAt ?? SwiftProtobuf.Google_Protobuf_Timestamp()} set {_updatedAt = newValue} } /// Returns true if `updatedAt` has been explicitly set. - public var hasUpdatedAt: Bool {return self._updatedAt != nil} + var hasUpdatedAt: Bool {return self._updatedAt != nil} /// Clears the value of `updatedAt`. Subsequent reads from it will return its default value. - public mutating func clearUpdatedAt() {self._updatedAt = nil} + mutating func clearUpdatedAt() {self._updatedAt = nil} - public var checksum: String = String() + var checksum: String = String() - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} fileprivate var _event: Proto_Event? = nil fileprivate var _networkType: Proto_NetworkType? = nil @@ -2857,80 +2761,80 @@ public struct Proto_EventNetwork { fileprivate var _updatedAt: SwiftProtobuf.Google_Protobuf_Timestamp? = nil } -public struct Proto_ExternalGameResult { +struct Proto_ExternalGameResult: Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var externalgames: [Proto_ExternalGame] = [] + var externalgames: [Proto_ExternalGame] = [] - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} } -public struct Proto_ExternalGame { +struct Proto_ExternalGame: Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var id: UInt64 = 0 + var id: UInt64 = 0 - public var category: Proto_ExternalGameCategoryEnum = .externalgameCategoryNull + var category: Proto_ExternalGameCategoryEnum = .externalgameCategoryNull - public var createdAt: SwiftProtobuf.Google_Protobuf_Timestamp { + var createdAt: SwiftProtobuf.Google_Protobuf_Timestamp { get {return _createdAt ?? SwiftProtobuf.Google_Protobuf_Timestamp()} set {_createdAt = newValue} } /// Returns true if `createdAt` has been explicitly set. - public var hasCreatedAt: Bool {return self._createdAt != nil} + var hasCreatedAt: Bool {return self._createdAt != nil} /// Clears the value of `createdAt`. Subsequent reads from it will return its default value. - public mutating func clearCreatedAt() {self._createdAt = nil} + mutating func clearCreatedAt() {self._createdAt = nil} - public var game: Proto_Game { + var game: Proto_Game { get {return _game ?? Proto_Game()} set {_game = newValue} } /// Returns true if `game` has been explicitly set. - public var hasGame: Bool {return self._game != nil} + var hasGame: Bool {return self._game != nil} /// Clears the value of `game`. Subsequent reads from it will return its default value. - public mutating func clearGame() {self._game = nil} + mutating func clearGame() {self._game = nil} - public var name: String = String() + var name: String = String() - public var uid: String = String() + var uid: String = String() - public var updatedAt: SwiftProtobuf.Google_Protobuf_Timestamp { + var updatedAt: SwiftProtobuf.Google_Protobuf_Timestamp { get {return _updatedAt ?? SwiftProtobuf.Google_Protobuf_Timestamp()} set {_updatedAt = newValue} } /// Returns true if `updatedAt` has been explicitly set. - public var hasUpdatedAt: Bool {return self._updatedAt != nil} + var hasUpdatedAt: Bool {return self._updatedAt != nil} /// Clears the value of `updatedAt`. Subsequent reads from it will return its default value. - public mutating func clearUpdatedAt() {self._updatedAt = nil} + mutating func clearUpdatedAt() {self._updatedAt = nil} - public var url: String = String() + var url: String = String() - public var year: Int32 = 0 + var year: Int32 = 0 - public var media: Proto_ExternalGameMediaEnum = .externalgameMediaNull + var media: Proto_ExternalGameMediaEnum = .externalgameMediaNull - public var platform: Proto_Platform { + var platform: Proto_Platform { get {return _platform ?? Proto_Platform()} set {_platform = newValue} } /// Returns true if `platform` has been explicitly set. - public var hasPlatform: Bool {return self._platform != nil} + var hasPlatform: Bool {return self._platform != nil} /// Clears the value of `platform`. Subsequent reads from it will return its default value. - public mutating func clearPlatform() {self._platform = nil} + mutating func clearPlatform() {self._platform = nil} - public var countries: [Int32] = [] + var countries: [Int32] = [] - public var checksum: String = String() + var checksum: String = String() - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} fileprivate var _createdAt: SwiftProtobuf.Google_Protobuf_Timestamp? = nil fileprivate var _game: Proto_Game? = nil @@ -2938,985 +2842,985 @@ public struct Proto_ExternalGame { fileprivate var _platform: Proto_Platform? = nil } -public struct Proto_FranchiseResult { +struct Proto_FranchiseResult: Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var franchises: [Proto_Franchise] = [] + var franchises: [Proto_Franchise] = [] - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} } -public struct Proto_Franchise { +struct Proto_Franchise: Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var id: UInt64 = 0 + var id: UInt64 = 0 - public var createdAt: SwiftProtobuf.Google_Protobuf_Timestamp { + var createdAt: SwiftProtobuf.Google_Protobuf_Timestamp { get {return _createdAt ?? SwiftProtobuf.Google_Protobuf_Timestamp()} set {_createdAt = newValue} } /// Returns true if `createdAt` has been explicitly set. - public var hasCreatedAt: Bool {return self._createdAt != nil} + var hasCreatedAt: Bool {return self._createdAt != nil} /// Clears the value of `createdAt`. Subsequent reads from it will return its default value. - public mutating func clearCreatedAt() {self._createdAt = nil} + mutating func clearCreatedAt() {self._createdAt = nil} - public var games: [Proto_Game] = [] + var games: [Proto_Game] = [] - public var name: String = String() + var name: String = String() - public var slug: String = String() + var slug: String = String() - public var updatedAt: SwiftProtobuf.Google_Protobuf_Timestamp { + var updatedAt: SwiftProtobuf.Google_Protobuf_Timestamp { get {return _updatedAt ?? SwiftProtobuf.Google_Protobuf_Timestamp()} set {_updatedAt = newValue} } /// Returns true if `updatedAt` has been explicitly set. - public var hasUpdatedAt: Bool {return self._updatedAt != nil} + var hasUpdatedAt: Bool {return self._updatedAt != nil} /// Clears the value of `updatedAt`. Subsequent reads from it will return its default value. - public mutating func clearUpdatedAt() {self._updatedAt = nil} + mutating func clearUpdatedAt() {self._updatedAt = nil} - public var url: String = String() + var url: String = String() - public var checksum: String = String() + var checksum: String = String() - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} fileprivate var _createdAt: SwiftProtobuf.Google_Protobuf_Timestamp? = nil fileprivate var _updatedAt: SwiftProtobuf.Google_Protobuf_Timestamp? = nil } -public struct Proto_GameResult { +struct Proto_GameResult: Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var games: [Proto_Game] = [] + var games: [Proto_Game] = [] - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} } -public struct Proto_Game { +struct Proto_Game: @unchecked Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var id: UInt64 { + var id: UInt64 { get {return _storage._id} set {_uniqueStorage()._id = newValue} } - public var ageRatings: [Proto_AgeRating] { + var ageRatings: [Proto_AgeRating] { get {return _storage._ageRatings} set {_uniqueStorage()._ageRatings = newValue} } - public var aggregatedRating: Double { + var aggregatedRating: Double { get {return _storage._aggregatedRating} set {_uniqueStorage()._aggregatedRating = newValue} } - public var aggregatedRatingCount: Int32 { + var aggregatedRatingCount: Int32 { get {return _storage._aggregatedRatingCount} set {_uniqueStorage()._aggregatedRatingCount = newValue} } - public var alternativeNames: [Proto_AlternativeName] { + var alternativeNames: [Proto_AlternativeName] { get {return _storage._alternativeNames} set {_uniqueStorage()._alternativeNames = newValue} } - public var artworks: [Proto_Artwork] { + var artworks: [Proto_Artwork] { get {return _storage._artworks} set {_uniqueStorage()._artworks = newValue} } - public var bundles: [Proto_Game] { + var bundles: [Proto_Game] { get {return _storage._bundles} set {_uniqueStorage()._bundles = newValue} } - public var category: Proto_GameCategoryEnum { + var category: Proto_GameCategoryEnum { get {return _storage._category} set {_uniqueStorage()._category = newValue} } - public var collection: Proto_Collection { + var collection: Proto_Collection { get {return _storage._collection ?? Proto_Collection()} set {_uniqueStorage()._collection = newValue} } /// Returns true if `collection` has been explicitly set. - public var hasCollection: Bool {return _storage._collection != nil} + var hasCollection: Bool {return _storage._collection != nil} /// Clears the value of `collection`. Subsequent reads from it will return its default value. - public mutating func clearCollection() {_uniqueStorage()._collection = nil} + mutating func clearCollection() {_uniqueStorage()._collection = nil} - public var cover: Proto_Cover { + var cover: Proto_Cover { get {return _storage._cover ?? Proto_Cover()} set {_uniqueStorage()._cover = newValue} } /// Returns true if `cover` has been explicitly set. - public var hasCover: Bool {return _storage._cover != nil} + var hasCover: Bool {return _storage._cover != nil} /// Clears the value of `cover`. Subsequent reads from it will return its default value. - public mutating func clearCover() {_uniqueStorage()._cover = nil} + mutating func clearCover() {_uniqueStorage()._cover = nil} - public var createdAt: SwiftProtobuf.Google_Protobuf_Timestamp { + var createdAt: SwiftProtobuf.Google_Protobuf_Timestamp { get {return _storage._createdAt ?? SwiftProtobuf.Google_Protobuf_Timestamp()} set {_uniqueStorage()._createdAt = newValue} } /// Returns true if `createdAt` has been explicitly set. - public var hasCreatedAt: Bool {return _storage._createdAt != nil} + var hasCreatedAt: Bool {return _storage._createdAt != nil} /// Clears the value of `createdAt`. Subsequent reads from it will return its default value. - public mutating func clearCreatedAt() {_uniqueStorage()._createdAt = nil} + mutating func clearCreatedAt() {_uniqueStorage()._createdAt = nil} - public var dlcs: [Proto_Game] { + var dlcs: [Proto_Game] { get {return _storage._dlcs} set {_uniqueStorage()._dlcs = newValue} } - public var expansions: [Proto_Game] { + var expansions: [Proto_Game] { get {return _storage._expansions} set {_uniqueStorage()._expansions = newValue} } - public var externalGames: [Proto_ExternalGame] { + var externalGames: [Proto_ExternalGame] { get {return _storage._externalGames} set {_uniqueStorage()._externalGames = newValue} } - public var firstReleaseDate: SwiftProtobuf.Google_Protobuf_Timestamp { + var firstReleaseDate: SwiftProtobuf.Google_Protobuf_Timestamp { get {return _storage._firstReleaseDate ?? SwiftProtobuf.Google_Protobuf_Timestamp()} set {_uniqueStorage()._firstReleaseDate = newValue} } /// Returns true if `firstReleaseDate` has been explicitly set. - public var hasFirstReleaseDate: Bool {return _storage._firstReleaseDate != nil} + var hasFirstReleaseDate: Bool {return _storage._firstReleaseDate != nil} /// Clears the value of `firstReleaseDate`. Subsequent reads from it will return its default value. - public mutating func clearFirstReleaseDate() {_uniqueStorage()._firstReleaseDate = nil} + mutating func clearFirstReleaseDate() {_uniqueStorage()._firstReleaseDate = nil} - public var follows: Int32 { + var follows: Int32 { get {return _storage._follows} set {_uniqueStorage()._follows = newValue} } - public var franchise: Proto_Franchise { + var franchise: Proto_Franchise { get {return _storage._franchise ?? Proto_Franchise()} set {_uniqueStorage()._franchise = newValue} } /// Returns true if `franchise` has been explicitly set. - public var hasFranchise: Bool {return _storage._franchise != nil} + var hasFranchise: Bool {return _storage._franchise != nil} /// Clears the value of `franchise`. Subsequent reads from it will return its default value. - public mutating func clearFranchise() {_uniqueStorage()._franchise = nil} + mutating func clearFranchise() {_uniqueStorage()._franchise = nil} - public var franchises: [Proto_Franchise] { + var franchises: [Proto_Franchise] { get {return _storage._franchises} set {_uniqueStorage()._franchises = newValue} } - public var gameEngines: [Proto_GameEngine] { + var gameEngines: [Proto_GameEngine] { get {return _storage._gameEngines} set {_uniqueStorage()._gameEngines = newValue} } - public var gameModes: [Proto_GameMode] { + var gameModes: [Proto_GameMode] { get {return _storage._gameModes} set {_uniqueStorage()._gameModes = newValue} } - public var genres: [Proto_Genre] { + var genres: [Proto_Genre] { get {return _storage._genres} set {_uniqueStorage()._genres = newValue} } - public var hypes: Int32 { + var hypes: Int32 { get {return _storage._hypes} set {_uniqueStorage()._hypes = newValue} } - public var involvedCompanies: [Proto_InvolvedCompany] { + var involvedCompanies: [Proto_InvolvedCompany] { get {return _storage._involvedCompanies} set {_uniqueStorage()._involvedCompanies = newValue} } - public var keywords: [Proto_Keyword] { + var keywords: [Proto_Keyword] { get {return _storage._keywords} set {_uniqueStorage()._keywords = newValue} } - public var multiplayerModes: [Proto_MultiplayerMode] { + var multiplayerModes: [Proto_MultiplayerMode] { get {return _storage._multiplayerModes} set {_uniqueStorage()._multiplayerModes = newValue} } - public var name: String { + var name: String { get {return _storage._name} set {_uniqueStorage()._name = newValue} } - public var parentGame: Proto_Game { + var parentGame: Proto_Game { get {return _storage._parentGame ?? Proto_Game()} set {_uniqueStorage()._parentGame = newValue} } /// Returns true if `parentGame` has been explicitly set. - public var hasParentGame: Bool {return _storage._parentGame != nil} + var hasParentGame: Bool {return _storage._parentGame != nil} /// Clears the value of `parentGame`. Subsequent reads from it will return its default value. - public mutating func clearParentGame() {_uniqueStorage()._parentGame = nil} + mutating func clearParentGame() {_uniqueStorage()._parentGame = nil} - public var platforms: [Proto_Platform] { + var platforms: [Proto_Platform] { get {return _storage._platforms} set {_uniqueStorage()._platforms = newValue} } - public var playerPerspectives: [Proto_PlayerPerspective] { + var playerPerspectives: [Proto_PlayerPerspective] { get {return _storage._playerPerspectives} set {_uniqueStorage()._playerPerspectives = newValue} } - public var rating: Double { + var rating: Double { get {return _storage._rating} set {_uniqueStorage()._rating = newValue} } - public var ratingCount: Int32 { + var ratingCount: Int32 { get {return _storage._ratingCount} set {_uniqueStorage()._ratingCount = newValue} } - public var releaseDates: [Proto_ReleaseDate] { + var releaseDates: [Proto_ReleaseDate] { get {return _storage._releaseDates} set {_uniqueStorage()._releaseDates = newValue} } - public var screenshots: [Proto_Screenshot] { + var screenshots: [Proto_Screenshot] { get {return _storage._screenshots} set {_uniqueStorage()._screenshots = newValue} } - public var similarGames: [Proto_Game] { + var similarGames: [Proto_Game] { get {return _storage._similarGames} set {_uniqueStorage()._similarGames = newValue} } - public var slug: String { + var slug: String { get {return _storage._slug} set {_uniqueStorage()._slug = newValue} } - public var standaloneExpansions: [Proto_Game] { + var standaloneExpansions: [Proto_Game] { get {return _storage._standaloneExpansions} set {_uniqueStorage()._standaloneExpansions = newValue} } - public var status: Proto_GameStatusEnum { + var status: Proto_GameStatusEnum { get {return _storage._status} set {_uniqueStorage()._status = newValue} } - public var storyline: String { + var storyline: String { get {return _storage._storyline} set {_uniqueStorage()._storyline = newValue} } - public var summary: String { + var summary: String { get {return _storage._summary} set {_uniqueStorage()._summary = newValue} } - public var tags: [Int32] { + var tags: [Int32] { get {return _storage._tags} set {_uniqueStorage()._tags = newValue} } - public var themes: [Proto_Theme] { + var themes: [Proto_Theme] { get {return _storage._themes} set {_uniqueStorage()._themes = newValue} } - public var totalRating: Double { + var totalRating: Double { get {return _storage._totalRating} set {_uniqueStorage()._totalRating = newValue} } - public var totalRatingCount: Int32 { + var totalRatingCount: Int32 { get {return _storage._totalRatingCount} set {_uniqueStorage()._totalRatingCount = newValue} } - public var updatedAt: SwiftProtobuf.Google_Protobuf_Timestamp { + var updatedAt: SwiftProtobuf.Google_Protobuf_Timestamp { get {return _storage._updatedAt ?? SwiftProtobuf.Google_Protobuf_Timestamp()} set {_uniqueStorage()._updatedAt = newValue} } /// Returns true if `updatedAt` has been explicitly set. - public var hasUpdatedAt: Bool {return _storage._updatedAt != nil} + var hasUpdatedAt: Bool {return _storage._updatedAt != nil} /// Clears the value of `updatedAt`. Subsequent reads from it will return its default value. - public mutating func clearUpdatedAt() {_uniqueStorage()._updatedAt = nil} + mutating func clearUpdatedAt() {_uniqueStorage()._updatedAt = nil} - public var url: String { + var url: String { get {return _storage._url} set {_uniqueStorage()._url = newValue} } - public var versionParent: Proto_Game { + var versionParent: Proto_Game { get {return _storage._versionParent ?? Proto_Game()} set {_uniqueStorage()._versionParent = newValue} } /// Returns true if `versionParent` has been explicitly set. - public var hasVersionParent: Bool {return _storage._versionParent != nil} + var hasVersionParent: Bool {return _storage._versionParent != nil} /// Clears the value of `versionParent`. Subsequent reads from it will return its default value. - public mutating func clearVersionParent() {_uniqueStorage()._versionParent = nil} + mutating func clearVersionParent() {_uniqueStorage()._versionParent = nil} - public var versionTitle: String { + var versionTitle: String { get {return _storage._versionTitle} set {_uniqueStorage()._versionTitle = newValue} } - public var videos: [Proto_GameVideo] { + var videos: [Proto_GameVideo] { get {return _storage._videos} set {_uniqueStorage()._videos = newValue} } - public var websites: [Proto_Website] { + var websites: [Proto_Website] { get {return _storage._websites} set {_uniqueStorage()._websites = newValue} } - public var checksum: String { + var checksum: String { get {return _storage._checksum} set {_uniqueStorage()._checksum = newValue} } - public var remakes: [Proto_Game] { + var remakes: [Proto_Game] { get {return _storage._remakes} set {_uniqueStorage()._remakes = newValue} } - public var remasters: [Proto_Game] { + var remasters: [Proto_Game] { get {return _storage._remasters} set {_uniqueStorage()._remasters = newValue} } - public var expandedGames: [Proto_Game] { + var expandedGames: [Proto_Game] { get {return _storage._expandedGames} set {_uniqueStorage()._expandedGames = newValue} } - public var ports: [Proto_Game] { + var ports: [Proto_Game] { get {return _storage._ports} set {_uniqueStorage()._ports = newValue} } - public var forks: [Proto_Game] { + var forks: [Proto_Game] { get {return _storage._forks} set {_uniqueStorage()._forks = newValue} } - public var languageSupports: [Proto_LanguageSupport] { + var languageSupports: [Proto_LanguageSupport] { get {return _storage._languageSupports} set {_uniqueStorage()._languageSupports = newValue} } - public var gameLocalizations: [Proto_GameLocalization] { + var gameLocalizations: [Proto_GameLocalization] { get {return _storage._gameLocalizations} set {_uniqueStorage()._gameLocalizations = newValue} } - public var collections: [Proto_Collection] { + var collections: [Proto_Collection] { get {return _storage._collections} set {_uniqueStorage()._collections = newValue} } - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} fileprivate var _storage = _StorageClass.defaultInstance } -public struct Proto_GameEngineResult { +struct Proto_GameEngineResult: Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var gameengines: [Proto_GameEngine] = [] + var gameengines: [Proto_GameEngine] = [] - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} } -public struct Proto_GameEngine { +struct Proto_GameEngine: @unchecked Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var id: UInt64 { + var id: UInt64 { get {return _storage._id} set {_uniqueStorage()._id = newValue} } - public var companies: [Proto_Company] { + var companies: [Proto_Company] { get {return _storage._companies} set {_uniqueStorage()._companies = newValue} } - public var createdAt: SwiftProtobuf.Google_Protobuf_Timestamp { + var createdAt: SwiftProtobuf.Google_Protobuf_Timestamp { get {return _storage._createdAt ?? SwiftProtobuf.Google_Protobuf_Timestamp()} set {_uniqueStorage()._createdAt = newValue} } /// Returns true if `createdAt` has been explicitly set. - public var hasCreatedAt: Bool {return _storage._createdAt != nil} + var hasCreatedAt: Bool {return _storage._createdAt != nil} /// Clears the value of `createdAt`. Subsequent reads from it will return its default value. - public mutating func clearCreatedAt() {_uniqueStorage()._createdAt = nil} + mutating func clearCreatedAt() {_uniqueStorage()._createdAt = nil} - public var description_p: String { + var description_p: String { get {return _storage._description_p} set {_uniqueStorage()._description_p = newValue} } - public var logo: Proto_GameEngineLogo { + var logo: Proto_GameEngineLogo { get {return _storage._logo ?? Proto_GameEngineLogo()} set {_uniqueStorage()._logo = newValue} } /// Returns true if `logo` has been explicitly set. - public var hasLogo: Bool {return _storage._logo != nil} + var hasLogo: Bool {return _storage._logo != nil} /// Clears the value of `logo`. Subsequent reads from it will return its default value. - public mutating func clearLogo() {_uniqueStorage()._logo = nil} + mutating func clearLogo() {_uniqueStorage()._logo = nil} - public var name: String { + var name: String { get {return _storage._name} set {_uniqueStorage()._name = newValue} } - public var platforms: [Proto_Platform] { + var platforms: [Proto_Platform] { get {return _storage._platforms} set {_uniqueStorage()._platforms = newValue} } - public var slug: String { + var slug: String { get {return _storage._slug} set {_uniqueStorage()._slug = newValue} } - public var updatedAt: SwiftProtobuf.Google_Protobuf_Timestamp { + var updatedAt: SwiftProtobuf.Google_Protobuf_Timestamp { get {return _storage._updatedAt ?? SwiftProtobuf.Google_Protobuf_Timestamp()} set {_uniqueStorage()._updatedAt = newValue} } /// Returns true if `updatedAt` has been explicitly set. - public var hasUpdatedAt: Bool {return _storage._updatedAt != nil} + var hasUpdatedAt: Bool {return _storage._updatedAt != nil} /// Clears the value of `updatedAt`. Subsequent reads from it will return its default value. - public mutating func clearUpdatedAt() {_uniqueStorage()._updatedAt = nil} + mutating func clearUpdatedAt() {_uniqueStorage()._updatedAt = nil} - public var url: String { + var url: String { get {return _storage._url} set {_uniqueStorage()._url = newValue} } - public var checksum: String { + var checksum: String { get {return _storage._checksum} set {_uniqueStorage()._checksum = newValue} } - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} fileprivate var _storage = _StorageClass.defaultInstance } -public struct Proto_GameEngineLogoResult { +struct Proto_GameEngineLogoResult: Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var gameenginelogos: [Proto_GameEngineLogo] = [] + var gameenginelogos: [Proto_GameEngineLogo] = [] - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} } -public struct Proto_GameEngineLogo { +struct Proto_GameEngineLogo: Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var id: UInt64 = 0 + var id: UInt64 = 0 - public var alphaChannel: Bool = false + var alphaChannel: Bool = false - public var animated: Bool = false + var animated: Bool = false - public var height: Int32 = 0 + var height: Int32 = 0 - public var imageID: String = String() + var imageID: String = String() - public var url: String = String() + var url: String = String() - public var width: Int32 = 0 + var width: Int32 = 0 - public var checksum: String = String() + var checksum: String = String() - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} } -public struct Proto_GameLocalizationResult { +struct Proto_GameLocalizationResult: Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var gamelocalizations: [Proto_GameLocalization] = [] + var gamelocalizations: [Proto_GameLocalization] = [] - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} } -public struct Proto_GameLocalization { +struct Proto_GameLocalization: @unchecked Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var id: UInt64 { + var id: UInt64 { get {return _storage._id} set {_uniqueStorage()._id = newValue} } - public var name: String { + var name: String { get {return _storage._name} set {_uniqueStorage()._name = newValue} } - public var cover: Proto_Cover { + var cover: Proto_Cover { get {return _storage._cover ?? Proto_Cover()} set {_uniqueStorage()._cover = newValue} } /// Returns true if `cover` has been explicitly set. - public var hasCover: Bool {return _storage._cover != nil} + var hasCover: Bool {return _storage._cover != nil} /// Clears the value of `cover`. Subsequent reads from it will return its default value. - public mutating func clearCover() {_uniqueStorage()._cover = nil} + mutating func clearCover() {_uniqueStorage()._cover = nil} - public var game: Proto_Game { + var game: Proto_Game { get {return _storage._game ?? Proto_Game()} set {_uniqueStorage()._game = newValue} } /// Returns true if `game` has been explicitly set. - public var hasGame: Bool {return _storage._game != nil} + var hasGame: Bool {return _storage._game != nil} /// Clears the value of `game`. Subsequent reads from it will return its default value. - public mutating func clearGame() {_uniqueStorage()._game = nil} + mutating func clearGame() {_uniqueStorage()._game = nil} - public var region: Proto_Region { + var region: Proto_Region { get {return _storage._region ?? Proto_Region()} set {_uniqueStorage()._region = newValue} } /// Returns true if `region` has been explicitly set. - public var hasRegion: Bool {return _storage._region != nil} + var hasRegion: Bool {return _storage._region != nil} /// Clears the value of `region`. Subsequent reads from it will return its default value. - public mutating func clearRegion() {_uniqueStorage()._region = nil} + mutating func clearRegion() {_uniqueStorage()._region = nil} - public var createdAt: SwiftProtobuf.Google_Protobuf_Timestamp { + var createdAt: SwiftProtobuf.Google_Protobuf_Timestamp { get {return _storage._createdAt ?? SwiftProtobuf.Google_Protobuf_Timestamp()} set {_uniqueStorage()._createdAt = newValue} } /// Returns true if `createdAt` has been explicitly set. - public var hasCreatedAt: Bool {return _storage._createdAt != nil} + var hasCreatedAt: Bool {return _storage._createdAt != nil} /// Clears the value of `createdAt`. Subsequent reads from it will return its default value. - public mutating func clearCreatedAt() {_uniqueStorage()._createdAt = nil} + mutating func clearCreatedAt() {_uniqueStorage()._createdAt = nil} - public var updatedAt: SwiftProtobuf.Google_Protobuf_Timestamp { + var updatedAt: SwiftProtobuf.Google_Protobuf_Timestamp { get {return _storage._updatedAt ?? SwiftProtobuf.Google_Protobuf_Timestamp()} set {_uniqueStorage()._updatedAt = newValue} } /// Returns true if `updatedAt` has been explicitly set. - public var hasUpdatedAt: Bool {return _storage._updatedAt != nil} + var hasUpdatedAt: Bool {return _storage._updatedAt != nil} /// Clears the value of `updatedAt`. Subsequent reads from it will return its default value. - public mutating func clearUpdatedAt() {_uniqueStorage()._updatedAt = nil} + mutating func clearUpdatedAt() {_uniqueStorage()._updatedAt = nil} - public var checksum: String { + var checksum: String { get {return _storage._checksum} set {_uniqueStorage()._checksum = newValue} } - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} fileprivate var _storage = _StorageClass.defaultInstance } -public struct Proto_GameModeResult { +struct Proto_GameModeResult: Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var gamemodes: [Proto_GameMode] = [] + var gamemodes: [Proto_GameMode] = [] - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} } -public struct Proto_GameMode { +struct Proto_GameMode: Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var id: UInt64 = 0 + var id: UInt64 = 0 - public var createdAt: SwiftProtobuf.Google_Protobuf_Timestamp { + var createdAt: SwiftProtobuf.Google_Protobuf_Timestamp { get {return _createdAt ?? SwiftProtobuf.Google_Protobuf_Timestamp()} set {_createdAt = newValue} } /// Returns true if `createdAt` has been explicitly set. - public var hasCreatedAt: Bool {return self._createdAt != nil} + var hasCreatedAt: Bool {return self._createdAt != nil} /// Clears the value of `createdAt`. Subsequent reads from it will return its default value. - public mutating func clearCreatedAt() {self._createdAt = nil} + mutating func clearCreatedAt() {self._createdAt = nil} - public var name: String = String() + var name: String = String() - public var slug: String = String() + var slug: String = String() - public var updatedAt: SwiftProtobuf.Google_Protobuf_Timestamp { + var updatedAt: SwiftProtobuf.Google_Protobuf_Timestamp { get {return _updatedAt ?? SwiftProtobuf.Google_Protobuf_Timestamp()} set {_updatedAt = newValue} } /// Returns true if `updatedAt` has been explicitly set. - public var hasUpdatedAt: Bool {return self._updatedAt != nil} + var hasUpdatedAt: Bool {return self._updatedAt != nil} /// Clears the value of `updatedAt`. Subsequent reads from it will return its default value. - public mutating func clearUpdatedAt() {self._updatedAt = nil} + mutating func clearUpdatedAt() {self._updatedAt = nil} - public var url: String = String() + var url: String = String() - public var checksum: String = String() + var checksum: String = String() - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} fileprivate var _createdAt: SwiftProtobuf.Google_Protobuf_Timestamp? = nil fileprivate var _updatedAt: SwiftProtobuf.Google_Protobuf_Timestamp? = nil } -public struct Proto_GameVersionResult { +struct Proto_GameVersionResult: Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var gameversions: [Proto_GameVersion] = [] + var gameversions: [Proto_GameVersion] = [] - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} } -public struct Proto_GameVersion { +struct Proto_GameVersion: Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var id: UInt64 = 0 + var id: UInt64 = 0 - public var createdAt: SwiftProtobuf.Google_Protobuf_Timestamp { + var createdAt: SwiftProtobuf.Google_Protobuf_Timestamp { get {return _createdAt ?? SwiftProtobuf.Google_Protobuf_Timestamp()} set {_createdAt = newValue} } /// Returns true if `createdAt` has been explicitly set. - public var hasCreatedAt: Bool {return self._createdAt != nil} + var hasCreatedAt: Bool {return self._createdAt != nil} /// Clears the value of `createdAt`. Subsequent reads from it will return its default value. - public mutating func clearCreatedAt() {self._createdAt = nil} + mutating func clearCreatedAt() {self._createdAt = nil} - public var features: [Proto_GameVersionFeature] = [] + var features: [Proto_GameVersionFeature] = [] - public var game: Proto_Game { + var game: Proto_Game { get {return _game ?? Proto_Game()} set {_game = newValue} } /// Returns true if `game` has been explicitly set. - public var hasGame: Bool {return self._game != nil} + var hasGame: Bool {return self._game != nil} /// Clears the value of `game`. Subsequent reads from it will return its default value. - public mutating func clearGame() {self._game = nil} + mutating func clearGame() {self._game = nil} - public var games: [Proto_Game] = [] + var games: [Proto_Game] = [] - public var updatedAt: SwiftProtobuf.Google_Protobuf_Timestamp { + var updatedAt: SwiftProtobuf.Google_Protobuf_Timestamp { get {return _updatedAt ?? SwiftProtobuf.Google_Protobuf_Timestamp()} set {_updatedAt = newValue} } /// Returns true if `updatedAt` has been explicitly set. - public var hasUpdatedAt: Bool {return self._updatedAt != nil} + var hasUpdatedAt: Bool {return self._updatedAt != nil} /// Clears the value of `updatedAt`. Subsequent reads from it will return its default value. - public mutating func clearUpdatedAt() {self._updatedAt = nil} + mutating func clearUpdatedAt() {self._updatedAt = nil} - public var url: String = String() + var url: String = String() - public var checksum: String = String() + var checksum: String = String() - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} fileprivate var _createdAt: SwiftProtobuf.Google_Protobuf_Timestamp? = nil fileprivate var _game: Proto_Game? = nil fileprivate var _updatedAt: SwiftProtobuf.Google_Protobuf_Timestamp? = nil } -public struct Proto_GameVersionFeatureResult { +struct Proto_GameVersionFeatureResult: Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var gameversionfeatures: [Proto_GameVersionFeature] = [] + var gameversionfeatures: [Proto_GameVersionFeature] = [] - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} } -public struct Proto_GameVersionFeature { +struct Proto_GameVersionFeature: Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var id: UInt64 = 0 + var id: UInt64 = 0 - public var category: Proto_GameVersionFeatureCategoryEnum = .boolean + var category: Proto_GameVersionFeatureCategoryEnum = .boolean - public var description_p: String = String() + var description_p: String = String() - public var position: Int32 = 0 + var position: Int32 = 0 - public var title: String = String() + var title: String = String() - public var values: [Proto_GameVersionFeatureValue] = [] + var values: [Proto_GameVersionFeatureValue] = [] - public var checksum: String = String() + var checksum: String = String() - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} } -public struct Proto_GameVersionFeatureValueResult { +struct Proto_GameVersionFeatureValueResult: Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var gameversionfeaturevalues: [Proto_GameVersionFeatureValue] = [] + var gameversionfeaturevalues: [Proto_GameVersionFeatureValue] = [] - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} } -public struct Proto_GameVersionFeatureValue { +struct Proto_GameVersionFeatureValue: Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var id: UInt64 = 0 + var id: UInt64 = 0 - public var game: Proto_Game { + var game: Proto_Game { get {return _game ?? Proto_Game()} set {_game = newValue} } /// Returns true if `game` has been explicitly set. - public var hasGame: Bool {return self._game != nil} + var hasGame: Bool {return self._game != nil} /// Clears the value of `game`. Subsequent reads from it will return its default value. - public mutating func clearGame() {self._game = nil} + mutating func clearGame() {self._game = nil} - public var gameFeature: Proto_GameVersionFeature { + var gameFeature: Proto_GameVersionFeature { get {return _gameFeature ?? Proto_GameVersionFeature()} set {_gameFeature = newValue} } /// Returns true if `gameFeature` has been explicitly set. - public var hasGameFeature: Bool {return self._gameFeature != nil} + var hasGameFeature: Bool {return self._gameFeature != nil} /// Clears the value of `gameFeature`. Subsequent reads from it will return its default value. - public mutating func clearGameFeature() {self._gameFeature = nil} + mutating func clearGameFeature() {self._gameFeature = nil} - public var includedFeature: Proto_GameVersionFeatureValueIncludedFeatureEnum = .notIncluded + var includedFeature: Proto_GameVersionFeatureValueIncludedFeatureEnum = .notIncluded - public var note: String = String() + var note: String = String() - public var checksum: String = String() + var checksum: String = String() - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} fileprivate var _game: Proto_Game? = nil fileprivate var _gameFeature: Proto_GameVersionFeature? = nil } -public struct Proto_GameVideoResult { +struct Proto_GameVideoResult: Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var gamevideos: [Proto_GameVideo] = [] + var gamevideos: [Proto_GameVideo] = [] - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} } -public struct Proto_GameVideo { +struct Proto_GameVideo: Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var id: UInt64 = 0 + var id: UInt64 = 0 - public var game: Proto_Game { + var game: Proto_Game { get {return _game ?? Proto_Game()} set {_game = newValue} } /// Returns true if `game` has been explicitly set. - public var hasGame: Bool {return self._game != nil} + var hasGame: Bool {return self._game != nil} /// Clears the value of `game`. Subsequent reads from it will return its default value. - public mutating func clearGame() {self._game = nil} + mutating func clearGame() {self._game = nil} - public var name: String = String() + var name: String = String() - public var videoID: String = String() + var videoID: String = String() - public var checksum: String = String() + var checksum: String = String() - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} fileprivate var _game: Proto_Game? = nil } -public struct Proto_GenreResult { +struct Proto_GenreResult: Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var genres: [Proto_Genre] = [] + var genres: [Proto_Genre] = [] - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} } -public struct Proto_Genre { +struct Proto_Genre: Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var id: UInt64 = 0 + var id: UInt64 = 0 - public var createdAt: SwiftProtobuf.Google_Protobuf_Timestamp { + var createdAt: SwiftProtobuf.Google_Protobuf_Timestamp { get {return _createdAt ?? SwiftProtobuf.Google_Protobuf_Timestamp()} set {_createdAt = newValue} } /// Returns true if `createdAt` has been explicitly set. - public var hasCreatedAt: Bool {return self._createdAt != nil} + var hasCreatedAt: Bool {return self._createdAt != nil} /// Clears the value of `createdAt`. Subsequent reads from it will return its default value. - public mutating func clearCreatedAt() {self._createdAt = nil} + mutating func clearCreatedAt() {self._createdAt = nil} - public var name: String = String() + var name: String = String() - public var slug: String = String() + var slug: String = String() - public var updatedAt: SwiftProtobuf.Google_Protobuf_Timestamp { + var updatedAt: SwiftProtobuf.Google_Protobuf_Timestamp { get {return _updatedAt ?? SwiftProtobuf.Google_Protobuf_Timestamp()} set {_updatedAt = newValue} } /// Returns true if `updatedAt` has been explicitly set. - public var hasUpdatedAt: Bool {return self._updatedAt != nil} + var hasUpdatedAt: Bool {return self._updatedAt != nil} /// Clears the value of `updatedAt`. Subsequent reads from it will return its default value. - public mutating func clearUpdatedAt() {self._updatedAt = nil} + mutating func clearUpdatedAt() {self._updatedAt = nil} - public var url: String = String() + var url: String = String() - public var checksum: String = String() + var checksum: String = String() - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} fileprivate var _createdAt: SwiftProtobuf.Google_Protobuf_Timestamp? = nil fileprivate var _updatedAt: SwiftProtobuf.Google_Protobuf_Timestamp? = nil } -public struct Proto_InvolvedCompanyResult { +struct Proto_InvolvedCompanyResult: Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var involvedcompanies: [Proto_InvolvedCompany] = [] + var involvedcompanies: [Proto_InvolvedCompany] = [] - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} } -public struct Proto_InvolvedCompany { +struct Proto_InvolvedCompany: Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var id: UInt64 = 0 + var id: UInt64 = 0 - public var company: Proto_Company { + var company: Proto_Company { get {return _company ?? Proto_Company()} set {_company = newValue} } /// Returns true if `company` has been explicitly set. - public var hasCompany: Bool {return self._company != nil} + var hasCompany: Bool {return self._company != nil} /// Clears the value of `company`. Subsequent reads from it will return its default value. - public mutating func clearCompany() {self._company = nil} + mutating func clearCompany() {self._company = nil} - public var createdAt: SwiftProtobuf.Google_Protobuf_Timestamp { + var createdAt: SwiftProtobuf.Google_Protobuf_Timestamp { get {return _createdAt ?? SwiftProtobuf.Google_Protobuf_Timestamp()} set {_createdAt = newValue} } /// Returns true if `createdAt` has been explicitly set. - public var hasCreatedAt: Bool {return self._createdAt != nil} + var hasCreatedAt: Bool {return self._createdAt != nil} /// Clears the value of `createdAt`. Subsequent reads from it will return its default value. - public mutating func clearCreatedAt() {self._createdAt = nil} + mutating func clearCreatedAt() {self._createdAt = nil} - public var developer: Bool = false + var developer: Bool = false - public var game: Proto_Game { + var game: Proto_Game { get {return _game ?? Proto_Game()} set {_game = newValue} } /// Returns true if `game` has been explicitly set. - public var hasGame: Bool {return self._game != nil} + var hasGame: Bool {return self._game != nil} /// Clears the value of `game`. Subsequent reads from it will return its default value. - public mutating func clearGame() {self._game = nil} + mutating func clearGame() {self._game = nil} - public var porting: Bool = false + var porting: Bool = false - public var publisher: Bool = false + var publisher: Bool = false - public var supporting: Bool = false + var supporting: Bool = false - public var updatedAt: SwiftProtobuf.Google_Protobuf_Timestamp { + var updatedAt: SwiftProtobuf.Google_Protobuf_Timestamp { get {return _updatedAt ?? SwiftProtobuf.Google_Protobuf_Timestamp()} set {_updatedAt = newValue} } /// Returns true if `updatedAt` has been explicitly set. - public var hasUpdatedAt: Bool {return self._updatedAt != nil} + var hasUpdatedAt: Bool {return self._updatedAt != nil} /// Clears the value of `updatedAt`. Subsequent reads from it will return its default value. - public mutating func clearUpdatedAt() {self._updatedAt = nil} + mutating func clearUpdatedAt() {self._updatedAt = nil} - public var checksum: String = String() + var checksum: String = String() - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} fileprivate var _company: Proto_Company? = nil fileprivate var _createdAt: SwiftProtobuf.Google_Protobuf_Timestamp? = nil @@ -3924,798 +3828,798 @@ public struct Proto_InvolvedCompany { fileprivate var _updatedAt: SwiftProtobuf.Google_Protobuf_Timestamp? = nil } -public struct Proto_KeywordResult { +struct Proto_KeywordResult: Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var keywords: [Proto_Keyword] = [] + var keywords: [Proto_Keyword] = [] - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} } -public struct Proto_Keyword { +struct Proto_Keyword: Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var id: UInt64 = 0 + var id: UInt64 = 0 - public var createdAt: SwiftProtobuf.Google_Protobuf_Timestamp { + var createdAt: SwiftProtobuf.Google_Protobuf_Timestamp { get {return _createdAt ?? SwiftProtobuf.Google_Protobuf_Timestamp()} set {_createdAt = newValue} } /// Returns true if `createdAt` has been explicitly set. - public var hasCreatedAt: Bool {return self._createdAt != nil} + var hasCreatedAt: Bool {return self._createdAt != nil} /// Clears the value of `createdAt`. Subsequent reads from it will return its default value. - public mutating func clearCreatedAt() {self._createdAt = nil} + mutating func clearCreatedAt() {self._createdAt = nil} - public var name: String = String() + var name: String = String() - public var slug: String = String() + var slug: String = String() - public var updatedAt: SwiftProtobuf.Google_Protobuf_Timestamp { + var updatedAt: SwiftProtobuf.Google_Protobuf_Timestamp { get {return _updatedAt ?? SwiftProtobuf.Google_Protobuf_Timestamp()} set {_updatedAt = newValue} } /// Returns true if `updatedAt` has been explicitly set. - public var hasUpdatedAt: Bool {return self._updatedAt != nil} + var hasUpdatedAt: Bool {return self._updatedAt != nil} /// Clears the value of `updatedAt`. Subsequent reads from it will return its default value. - public mutating func clearUpdatedAt() {self._updatedAt = nil} + mutating func clearUpdatedAt() {self._updatedAt = nil} - public var url: String = String() + var url: String = String() - public var checksum: String = String() + var checksum: String = String() - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} fileprivate var _createdAt: SwiftProtobuf.Google_Protobuf_Timestamp? = nil fileprivate var _updatedAt: SwiftProtobuf.Google_Protobuf_Timestamp? = nil } -public struct Proto_LanguageResult { +struct Proto_LanguageResult: Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var languages: [Proto_Language] = [] + var languages: [Proto_Language] = [] - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} } -public struct Proto_Language { +struct Proto_Language: Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var id: UInt64 = 0 + var id: UInt64 = 0 - public var name: String = String() + var name: String = String() - public var nativeName: String = String() + var nativeName: String = String() - public var locale: String = String() + var locale: String = String() - public var createdAt: SwiftProtobuf.Google_Protobuf_Timestamp { + var createdAt: SwiftProtobuf.Google_Protobuf_Timestamp { get {return _createdAt ?? SwiftProtobuf.Google_Protobuf_Timestamp()} set {_createdAt = newValue} } /// Returns true if `createdAt` has been explicitly set. - public var hasCreatedAt: Bool {return self._createdAt != nil} + var hasCreatedAt: Bool {return self._createdAt != nil} /// Clears the value of `createdAt`. Subsequent reads from it will return its default value. - public mutating func clearCreatedAt() {self._createdAt = nil} + mutating func clearCreatedAt() {self._createdAt = nil} - public var updatedAt: SwiftProtobuf.Google_Protobuf_Timestamp { + var updatedAt: SwiftProtobuf.Google_Protobuf_Timestamp { get {return _updatedAt ?? SwiftProtobuf.Google_Protobuf_Timestamp()} set {_updatedAt = newValue} } /// Returns true if `updatedAt` has been explicitly set. - public var hasUpdatedAt: Bool {return self._updatedAt != nil} + var hasUpdatedAt: Bool {return self._updatedAt != nil} /// Clears the value of `updatedAt`. Subsequent reads from it will return its default value. - public mutating func clearUpdatedAt() {self._updatedAt = nil} + mutating func clearUpdatedAt() {self._updatedAt = nil} - public var checksum: String = String() + var checksum: String = String() - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} fileprivate var _createdAt: SwiftProtobuf.Google_Protobuf_Timestamp? = nil fileprivate var _updatedAt: SwiftProtobuf.Google_Protobuf_Timestamp? = nil } -public struct Proto_LanguageSupportResult { +struct Proto_LanguageSupportResult: Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var languagesupports: [Proto_LanguageSupport] = [] + var languagesupports: [Proto_LanguageSupport] = [] - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} } -public struct Proto_LanguageSupport { +struct Proto_LanguageSupport: @unchecked Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var id: UInt64 { + var id: UInt64 { get {return _storage._id} set {_uniqueStorage()._id = newValue} } - public var game: Proto_Game { + var game: Proto_Game { get {return _storage._game ?? Proto_Game()} set {_uniqueStorage()._game = newValue} } /// Returns true if `game` has been explicitly set. - public var hasGame: Bool {return _storage._game != nil} + var hasGame: Bool {return _storage._game != nil} /// Clears the value of `game`. Subsequent reads from it will return its default value. - public mutating func clearGame() {_uniqueStorage()._game = nil} + mutating func clearGame() {_uniqueStorage()._game = nil} - public var language: Proto_Language { + var language: Proto_Language { get {return _storage._language ?? Proto_Language()} set {_uniqueStorage()._language = newValue} } /// Returns true if `language` has been explicitly set. - public var hasLanguage: Bool {return _storage._language != nil} + var hasLanguage: Bool {return _storage._language != nil} /// Clears the value of `language`. Subsequent reads from it will return its default value. - public mutating func clearLanguage() {_uniqueStorage()._language = nil} + mutating func clearLanguage() {_uniqueStorage()._language = nil} - public var languageSupportType: Proto_LanguageSupportType { + var languageSupportType: Proto_LanguageSupportType { get {return _storage._languageSupportType ?? Proto_LanguageSupportType()} set {_uniqueStorage()._languageSupportType = newValue} } /// Returns true if `languageSupportType` has been explicitly set. - public var hasLanguageSupportType: Bool {return _storage._languageSupportType != nil} + var hasLanguageSupportType: Bool {return _storage._languageSupportType != nil} /// Clears the value of `languageSupportType`. Subsequent reads from it will return its default value. - public mutating func clearLanguageSupportType() {_uniqueStorage()._languageSupportType = nil} + mutating func clearLanguageSupportType() {_uniqueStorage()._languageSupportType = nil} - public var createdAt: SwiftProtobuf.Google_Protobuf_Timestamp { + var createdAt: SwiftProtobuf.Google_Protobuf_Timestamp { get {return _storage._createdAt ?? SwiftProtobuf.Google_Protobuf_Timestamp()} set {_uniqueStorage()._createdAt = newValue} } /// Returns true if `createdAt` has been explicitly set. - public var hasCreatedAt: Bool {return _storage._createdAt != nil} + var hasCreatedAt: Bool {return _storage._createdAt != nil} /// Clears the value of `createdAt`. Subsequent reads from it will return its default value. - public mutating func clearCreatedAt() {_uniqueStorage()._createdAt = nil} + mutating func clearCreatedAt() {_uniqueStorage()._createdAt = nil} - public var updatedAt: SwiftProtobuf.Google_Protobuf_Timestamp { + var updatedAt: SwiftProtobuf.Google_Protobuf_Timestamp { get {return _storage._updatedAt ?? SwiftProtobuf.Google_Protobuf_Timestamp()} set {_uniqueStorage()._updatedAt = newValue} } /// Returns true if `updatedAt` has been explicitly set. - public var hasUpdatedAt: Bool {return _storage._updatedAt != nil} + var hasUpdatedAt: Bool {return _storage._updatedAt != nil} /// Clears the value of `updatedAt`. Subsequent reads from it will return its default value. - public mutating func clearUpdatedAt() {_uniqueStorage()._updatedAt = nil} + mutating func clearUpdatedAt() {_uniqueStorage()._updatedAt = nil} - public var checksum: String { + var checksum: String { get {return _storage._checksum} set {_uniqueStorage()._checksum = newValue} } - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} fileprivate var _storage = _StorageClass.defaultInstance } -public struct Proto_LanguageSupportTypeResult { +struct Proto_LanguageSupportTypeResult: Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var languagesupporttypes: [Proto_LanguageSupportType] = [] + var languagesupporttypes: [Proto_LanguageSupportType] = [] - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} } -public struct Proto_LanguageSupportType { +struct Proto_LanguageSupportType: Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var id: UInt64 = 0 + var id: UInt64 = 0 - public var name: String = String() + var name: String = String() - public var createdAt: SwiftProtobuf.Google_Protobuf_Timestamp { + var createdAt: SwiftProtobuf.Google_Protobuf_Timestamp { get {return _createdAt ?? SwiftProtobuf.Google_Protobuf_Timestamp()} set {_createdAt = newValue} } /// Returns true if `createdAt` has been explicitly set. - public var hasCreatedAt: Bool {return self._createdAt != nil} + var hasCreatedAt: Bool {return self._createdAt != nil} /// Clears the value of `createdAt`. Subsequent reads from it will return its default value. - public mutating func clearCreatedAt() {self._createdAt = nil} + mutating func clearCreatedAt() {self._createdAt = nil} - public var updatedAt: SwiftProtobuf.Google_Protobuf_Timestamp { + var updatedAt: SwiftProtobuf.Google_Protobuf_Timestamp { get {return _updatedAt ?? SwiftProtobuf.Google_Protobuf_Timestamp()} set {_updatedAt = newValue} } /// Returns true if `updatedAt` has been explicitly set. - public var hasUpdatedAt: Bool {return self._updatedAt != nil} + var hasUpdatedAt: Bool {return self._updatedAt != nil} /// Clears the value of `updatedAt`. Subsequent reads from it will return its default value. - public mutating func clearUpdatedAt() {self._updatedAt = nil} + mutating func clearUpdatedAt() {self._updatedAt = nil} - public var checksum: String = String() + var checksum: String = String() - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} fileprivate var _createdAt: SwiftProtobuf.Google_Protobuf_Timestamp? = nil fileprivate var _updatedAt: SwiftProtobuf.Google_Protobuf_Timestamp? = nil } -public struct Proto_MultiplayerModeResult { +struct Proto_MultiplayerModeResult: Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var multiplayermodes: [Proto_MultiplayerMode] = [] + var multiplayermodes: [Proto_MultiplayerMode] = [] - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} } -public struct Proto_MultiplayerMode { +struct Proto_MultiplayerMode: Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var id: UInt64 = 0 + var id: UInt64 = 0 - public var campaigncoop: Bool = false + var campaigncoop: Bool = false - public var dropin: Bool = false + var dropin: Bool = false - public var game: Proto_Game { + var game: Proto_Game { get {return _game ?? Proto_Game()} set {_game = newValue} } /// Returns true if `game` has been explicitly set. - public var hasGame: Bool {return self._game != nil} + var hasGame: Bool {return self._game != nil} /// Clears the value of `game`. Subsequent reads from it will return its default value. - public mutating func clearGame() {self._game = nil} + mutating func clearGame() {self._game = nil} - public var lancoop: Bool = false + var lancoop: Bool = false - public var offlinecoop: Bool = false + var offlinecoop: Bool = false - public var offlinecoopmax: Int32 = 0 + var offlinecoopmax: Int32 = 0 - public var offlinemax: Int32 = 0 + var offlinemax: Int32 = 0 - public var onlinecoop: Bool = false + var onlinecoop: Bool = false - public var onlinecoopmax: Int32 = 0 + var onlinecoopmax: Int32 = 0 - public var onlinemax: Int32 = 0 + var onlinemax: Int32 = 0 - public var platform: Proto_Platform { + var platform: Proto_Platform { get {return _platform ?? Proto_Platform()} set {_platform = newValue} } /// Returns true if `platform` has been explicitly set. - public var hasPlatform: Bool {return self._platform != nil} + var hasPlatform: Bool {return self._platform != nil} /// Clears the value of `platform`. Subsequent reads from it will return its default value. - public mutating func clearPlatform() {self._platform = nil} + mutating func clearPlatform() {self._platform = nil} - public var splitscreen: Bool = false + var splitscreen: Bool = false - public var splitscreenonline: Bool = false + var splitscreenonline: Bool = false - public var checksum: String = String() + var checksum: String = String() - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} fileprivate var _game: Proto_Game? = nil fileprivate var _platform: Proto_Platform? = nil } -public struct Proto_NetworkTypeResult { +struct Proto_NetworkTypeResult: Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var networktypes: [Proto_NetworkType] = [] + var networktypes: [Proto_NetworkType] = [] - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} } -public struct Proto_NetworkType { +struct Proto_NetworkType: Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var id: UInt64 = 0 + var id: UInt64 = 0 - public var name: String = String() + var name: String = String() - public var eventNetworks: [Proto_EventNetwork] = [] + var eventNetworks: [Proto_EventNetwork] = [] - public var createdAt: SwiftProtobuf.Google_Protobuf_Timestamp { + var createdAt: SwiftProtobuf.Google_Protobuf_Timestamp { get {return _createdAt ?? SwiftProtobuf.Google_Protobuf_Timestamp()} set {_createdAt = newValue} } /// Returns true if `createdAt` has been explicitly set. - public var hasCreatedAt: Bool {return self._createdAt != nil} + var hasCreatedAt: Bool {return self._createdAt != nil} /// Clears the value of `createdAt`. Subsequent reads from it will return its default value. - public mutating func clearCreatedAt() {self._createdAt = nil} + mutating func clearCreatedAt() {self._createdAt = nil} - public var updatedAt: SwiftProtobuf.Google_Protobuf_Timestamp { + var updatedAt: SwiftProtobuf.Google_Protobuf_Timestamp { get {return _updatedAt ?? SwiftProtobuf.Google_Protobuf_Timestamp()} set {_updatedAt = newValue} } /// Returns true if `updatedAt` has been explicitly set. - public var hasUpdatedAt: Bool {return self._updatedAt != nil} + var hasUpdatedAt: Bool {return self._updatedAt != nil} /// Clears the value of `updatedAt`. Subsequent reads from it will return its default value. - public mutating func clearUpdatedAt() {self._updatedAt = nil} + mutating func clearUpdatedAt() {self._updatedAt = nil} - public var checksum: String = String() + var checksum: String = String() - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} fileprivate var _createdAt: SwiftProtobuf.Google_Protobuf_Timestamp? = nil fileprivate var _updatedAt: SwiftProtobuf.Google_Protobuf_Timestamp? = nil } -public struct Proto_PlatformResult { +struct Proto_PlatformResult: Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var platforms: [Proto_Platform] = [] + var platforms: [Proto_Platform] = [] - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} } -public struct Proto_Platform { +struct Proto_Platform: @unchecked Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var id: UInt64 { + var id: UInt64 { get {return _storage._id} set {_uniqueStorage()._id = newValue} } - public var abbreviation: String { + var abbreviation: String { get {return _storage._abbreviation} set {_uniqueStorage()._abbreviation = newValue} } - public var alternativeName: String { + var alternativeName: String { get {return _storage._alternativeName} set {_uniqueStorage()._alternativeName = newValue} } - public var category: Proto_PlatformCategoryEnum { + var category: Proto_PlatformCategoryEnum { get {return _storage._category} set {_uniqueStorage()._category = newValue} } - public var createdAt: SwiftProtobuf.Google_Protobuf_Timestamp { + var createdAt: SwiftProtobuf.Google_Protobuf_Timestamp { get {return _storage._createdAt ?? SwiftProtobuf.Google_Protobuf_Timestamp()} set {_uniqueStorage()._createdAt = newValue} } /// Returns true if `createdAt` has been explicitly set. - public var hasCreatedAt: Bool {return _storage._createdAt != nil} + var hasCreatedAt: Bool {return _storage._createdAt != nil} /// Clears the value of `createdAt`. Subsequent reads from it will return its default value. - public mutating func clearCreatedAt() {_uniqueStorage()._createdAt = nil} + mutating func clearCreatedAt() {_uniqueStorage()._createdAt = nil} - public var generation: Int32 { + var generation: Int32 { get {return _storage._generation} set {_uniqueStorage()._generation = newValue} } - public var name: String { + var name: String { get {return _storage._name} set {_uniqueStorage()._name = newValue} } - public var platformLogo: Proto_PlatformLogo { + var platformLogo: Proto_PlatformLogo { get {return _storage._platformLogo ?? Proto_PlatformLogo()} set {_uniqueStorage()._platformLogo = newValue} } /// Returns true if `platformLogo` has been explicitly set. - public var hasPlatformLogo: Bool {return _storage._platformLogo != nil} + var hasPlatformLogo: Bool {return _storage._platformLogo != nil} /// Clears the value of `platformLogo`. Subsequent reads from it will return its default value. - public mutating func clearPlatformLogo() {_uniqueStorage()._platformLogo = nil} + mutating func clearPlatformLogo() {_uniqueStorage()._platformLogo = nil} - public var platformFamily: Proto_PlatformFamily { + var platformFamily: Proto_PlatformFamily { get {return _storage._platformFamily ?? Proto_PlatformFamily()} set {_uniqueStorage()._platformFamily = newValue} } /// Returns true if `platformFamily` has been explicitly set. - public var hasPlatformFamily: Bool {return _storage._platformFamily != nil} + var hasPlatformFamily: Bool {return _storage._platformFamily != nil} /// Clears the value of `platformFamily`. Subsequent reads from it will return its default value. - public mutating func clearPlatformFamily() {_uniqueStorage()._platformFamily = nil} + mutating func clearPlatformFamily() {_uniqueStorage()._platformFamily = nil} - public var slug: String { + var slug: String { get {return _storage._slug} set {_uniqueStorage()._slug = newValue} } - public var summary: String { + var summary: String { get {return _storage._summary} set {_uniqueStorage()._summary = newValue} } - public var updatedAt: SwiftProtobuf.Google_Protobuf_Timestamp { + var updatedAt: SwiftProtobuf.Google_Protobuf_Timestamp { get {return _storage._updatedAt ?? SwiftProtobuf.Google_Protobuf_Timestamp()} set {_uniqueStorage()._updatedAt = newValue} } /// Returns true if `updatedAt` has been explicitly set. - public var hasUpdatedAt: Bool {return _storage._updatedAt != nil} + var hasUpdatedAt: Bool {return _storage._updatedAt != nil} /// Clears the value of `updatedAt`. Subsequent reads from it will return its default value. - public mutating func clearUpdatedAt() {_uniqueStorage()._updatedAt = nil} + mutating func clearUpdatedAt() {_uniqueStorage()._updatedAt = nil} - public var url: String { + var url: String { get {return _storage._url} set {_uniqueStorage()._url = newValue} } - public var versions: [Proto_PlatformVersion] { + var versions: [Proto_PlatformVersion] { get {return _storage._versions} set {_uniqueStorage()._versions = newValue} } - public var websites: [Proto_PlatformWebsite] { + var websites: [Proto_PlatformWebsite] { get {return _storage._websites} set {_uniqueStorage()._websites = newValue} } - public var checksum: String { + var checksum: String { get {return _storage._checksum} set {_uniqueStorage()._checksum = newValue} } - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} fileprivate var _storage = _StorageClass.defaultInstance } -public struct Proto_PlatformFamilyResult { +struct Proto_PlatformFamilyResult: Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var platformfamilies: [Proto_PlatformFamily] = [] + var platformfamilies: [Proto_PlatformFamily] = [] - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} } -public struct Proto_PlatformFamily { +struct Proto_PlatformFamily: Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var id: UInt64 = 0 + var id: UInt64 = 0 - public var name: String = String() + var name: String = String() - public var slug: String = String() + var slug: String = String() - public var checksum: String = String() + var checksum: String = String() - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} } -public struct Proto_PlatformLogoResult { +struct Proto_PlatformLogoResult: Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var platformlogos: [Proto_PlatformLogo] = [] + var platformlogos: [Proto_PlatformLogo] = [] - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} } -public struct Proto_PlatformLogo { +struct Proto_PlatformLogo: Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var id: UInt64 = 0 + var id: UInt64 = 0 - public var alphaChannel: Bool = false + var alphaChannel: Bool = false - public var animated: Bool = false + var animated: Bool = false - public var height: Int32 = 0 + var height: Int32 = 0 - public var imageID: String = String() + var imageID: String = String() - public var url: String = String() + var url: String = String() - public var width: Int32 = 0 + var width: Int32 = 0 - public var checksum: String = String() + var checksum: String = String() - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} } -public struct Proto_PlatformVersionResult { +struct Proto_PlatformVersionResult: Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var platformversions: [Proto_PlatformVersion] = [] + var platformversions: [Proto_PlatformVersion] = [] - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} } -public struct Proto_PlatformVersion { +struct Proto_PlatformVersion: @unchecked Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var id: UInt64 { + var id: UInt64 { get {return _storage._id} set {_uniqueStorage()._id = newValue} } - public var companies: [Proto_PlatformVersionCompany] { + var companies: [Proto_PlatformVersionCompany] { get {return _storage._companies} set {_uniqueStorage()._companies = newValue} } - public var connectivity: String { + var connectivity: String { get {return _storage._connectivity} set {_uniqueStorage()._connectivity = newValue} } - public var cpu: String { + var cpu: String { get {return _storage._cpu} set {_uniqueStorage()._cpu = newValue} } - public var graphics: String { + var graphics: String { get {return _storage._graphics} set {_uniqueStorage()._graphics = newValue} } - public var mainManufacturer: Proto_PlatformVersionCompany { + var mainManufacturer: Proto_PlatformVersionCompany { get {return _storage._mainManufacturer ?? Proto_PlatformVersionCompany()} set {_uniqueStorage()._mainManufacturer = newValue} } /// Returns true if `mainManufacturer` has been explicitly set. - public var hasMainManufacturer: Bool {return _storage._mainManufacturer != nil} + var hasMainManufacturer: Bool {return _storage._mainManufacturer != nil} /// Clears the value of `mainManufacturer`. Subsequent reads from it will return its default value. - public mutating func clearMainManufacturer() {_uniqueStorage()._mainManufacturer = nil} + mutating func clearMainManufacturer() {_uniqueStorage()._mainManufacturer = nil} - public var media: String { + var media: String { get {return _storage._media} set {_uniqueStorage()._media = newValue} } - public var memory: String { + var memory: String { get {return _storage._memory} set {_uniqueStorage()._memory = newValue} } - public var name: String { + var name: String { get {return _storage._name} set {_uniqueStorage()._name = newValue} } - public var online: String { + var online: String { get {return _storage._online} set {_uniqueStorage()._online = newValue} } - public var os: String { + var os: String { get {return _storage._os} set {_uniqueStorage()._os = newValue} } - public var output: String { + var output: String { get {return _storage._output} set {_uniqueStorage()._output = newValue} } - public var platformLogo: Proto_PlatformLogo { + var platformLogo: Proto_PlatformLogo { get {return _storage._platformLogo ?? Proto_PlatformLogo()} set {_uniqueStorage()._platformLogo = newValue} } /// Returns true if `platformLogo` has been explicitly set. - public var hasPlatformLogo: Bool {return _storage._platformLogo != nil} + var hasPlatformLogo: Bool {return _storage._platformLogo != nil} /// Clears the value of `platformLogo`. Subsequent reads from it will return its default value. - public mutating func clearPlatformLogo() {_uniqueStorage()._platformLogo = nil} + mutating func clearPlatformLogo() {_uniqueStorage()._platformLogo = nil} - public var platformVersionReleaseDates: [Proto_PlatformVersionReleaseDate] { + var platformVersionReleaseDates: [Proto_PlatformVersionReleaseDate] { get {return _storage._platformVersionReleaseDates} set {_uniqueStorage()._platformVersionReleaseDates = newValue} } - public var resolutions: String { + var resolutions: String { get {return _storage._resolutions} set {_uniqueStorage()._resolutions = newValue} } - public var slug: String { + var slug: String { get {return _storage._slug} set {_uniqueStorage()._slug = newValue} } - public var sound: String { + var sound: String { get {return _storage._sound} set {_uniqueStorage()._sound = newValue} } - public var storage: String { + var storage: String { get {return _storage._storage} set {_uniqueStorage()._storage = newValue} } - public var summary: String { + var summary: String { get {return _storage._summary} set {_uniqueStorage()._summary = newValue} } - public var url: String { + var url: String { get {return _storage._url} set {_uniqueStorage()._url = newValue} } - public var checksum: String { + var checksum: String { get {return _storage._checksum} set {_uniqueStorage()._checksum = newValue} } - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} fileprivate var _storage = _StorageClass.defaultInstance } -public struct Proto_PlatformVersionCompanyResult { +struct Proto_PlatformVersionCompanyResult: Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var platformversioncompanies: [Proto_PlatformVersionCompany] = [] + var platformversioncompanies: [Proto_PlatformVersionCompany] = [] - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} } -public struct Proto_PlatformVersionCompany { +struct Proto_PlatformVersionCompany: Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var id: UInt64 = 0 + var id: UInt64 = 0 - public var comment: String = String() + var comment: String = String() - public var company: Proto_Company { + var company: Proto_Company { get {return _company ?? Proto_Company()} set {_company = newValue} } /// Returns true if `company` has been explicitly set. - public var hasCompany: Bool {return self._company != nil} + var hasCompany: Bool {return self._company != nil} /// Clears the value of `company`. Subsequent reads from it will return its default value. - public mutating func clearCompany() {self._company = nil} + mutating func clearCompany() {self._company = nil} - public var developer: Bool = false + var developer: Bool = false - public var manufacturer: Bool = false + var manufacturer: Bool = false - public var checksum: String = String() + var checksum: String = String() - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} fileprivate var _company: Proto_Company? = nil } -public struct Proto_PlatformVersionReleaseDateResult { +struct Proto_PlatformVersionReleaseDateResult: Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var platformversionreleasedates: [Proto_PlatformVersionReleaseDate] = [] + var platformversionreleasedates: [Proto_PlatformVersionReleaseDate] = [] - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} } -public struct Proto_PlatformVersionReleaseDate { +struct Proto_PlatformVersionReleaseDate: Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var id: UInt64 = 0 + var id: UInt64 = 0 - public var category: Proto_DateFormatChangeDateCategoryEnum = .yyyymmmmdd + var category: Proto_DateFormatChangeDateCategoryEnum = .yyyymmmmdd - public var createdAt: SwiftProtobuf.Google_Protobuf_Timestamp { + var createdAt: SwiftProtobuf.Google_Protobuf_Timestamp { get {return _createdAt ?? SwiftProtobuf.Google_Protobuf_Timestamp()} set {_createdAt = newValue} } /// Returns true if `createdAt` has been explicitly set. - public var hasCreatedAt: Bool {return self._createdAt != nil} + var hasCreatedAt: Bool {return self._createdAt != nil} /// Clears the value of `createdAt`. Subsequent reads from it will return its default value. - public mutating func clearCreatedAt() {self._createdAt = nil} + mutating func clearCreatedAt() {self._createdAt = nil} - public var date: SwiftProtobuf.Google_Protobuf_Timestamp { + var date: SwiftProtobuf.Google_Protobuf_Timestamp { get {return _date ?? SwiftProtobuf.Google_Protobuf_Timestamp()} set {_date = newValue} } /// Returns true if `date` has been explicitly set. - public var hasDate: Bool {return self._date != nil} + var hasDate: Bool {return self._date != nil} /// Clears the value of `date`. Subsequent reads from it will return its default value. - public mutating func clearDate() {self._date = nil} + mutating func clearDate() {self._date = nil} - public var human: String = String() + var human: String = String() - public var m: Int32 = 0 + var m: Int32 = 0 - public var platformVersion: Proto_PlatformVersion { + var platformVersion: Proto_PlatformVersion { get {return _platformVersion ?? Proto_PlatformVersion()} set {_platformVersion = newValue} } /// Returns true if `platformVersion` has been explicitly set. - public var hasPlatformVersion: Bool {return self._platformVersion != nil} + var hasPlatformVersion: Bool {return self._platformVersion != nil} /// Clears the value of `platformVersion`. Subsequent reads from it will return its default value. - public mutating func clearPlatformVersion() {self._platformVersion = nil} + mutating func clearPlatformVersion() {self._platformVersion = nil} - public var region: Proto_RegionRegionEnum = .regionRegionNull + var region: Proto_RegionRegionEnum = .regionRegionNull - public var updatedAt: SwiftProtobuf.Google_Protobuf_Timestamp { + var updatedAt: SwiftProtobuf.Google_Protobuf_Timestamp { get {return _updatedAt ?? SwiftProtobuf.Google_Protobuf_Timestamp()} set {_updatedAt = newValue} } /// Returns true if `updatedAt` has been explicitly set. - public var hasUpdatedAt: Bool {return self._updatedAt != nil} + var hasUpdatedAt: Bool {return self._updatedAt != nil} /// Clears the value of `updatedAt`. Subsequent reads from it will return its default value. - public mutating func clearUpdatedAt() {self._updatedAt = nil} + mutating func clearUpdatedAt() {self._updatedAt = nil} - public var y: Int32 = 0 + var y: Int32 = 0 - public var checksum: String = String() + var checksum: String = String() - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} fileprivate var _createdAt: SwiftProtobuf.Google_Protobuf_Timestamp? = nil fileprivate var _date: SwiftProtobuf.Google_Protobuf_Timestamp? = nil @@ -4723,840 +4627,710 @@ public struct Proto_PlatformVersionReleaseDate { fileprivate var _updatedAt: SwiftProtobuf.Google_Protobuf_Timestamp? = nil } -public struct Proto_PlatformWebsiteResult { +struct Proto_PlatformWebsiteResult: Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var platformwebsites: [Proto_PlatformWebsite] = [] + var platformwebsites: [Proto_PlatformWebsite] = [] - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} } -public struct Proto_PlatformWebsite { +struct Proto_PlatformWebsite: Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var id: UInt64 = 0 + var id: UInt64 = 0 - public var category: Proto_WebsiteCategoryEnum = .websiteCategoryNull + var category: Proto_WebsiteCategoryEnum = .websiteCategoryNull - public var trusted: Bool = false + var trusted: Bool = false - public var url: String = String() + var url: String = String() - public var checksum: String = String() + var checksum: String = String() - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} } -public struct Proto_PlayerPerspectiveResult { +struct Proto_PlayerPerspectiveResult: Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var playerperspectives: [Proto_PlayerPerspective] = [] + var playerperspectives: [Proto_PlayerPerspective] = [] - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} } -public struct Proto_PlayerPerspective { +struct Proto_PlayerPerspective: Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var id: UInt64 = 0 + var id: UInt64 = 0 - public var createdAt: SwiftProtobuf.Google_Protobuf_Timestamp { + var createdAt: SwiftProtobuf.Google_Protobuf_Timestamp { get {return _createdAt ?? SwiftProtobuf.Google_Protobuf_Timestamp()} set {_createdAt = newValue} } /// Returns true if `createdAt` has been explicitly set. - public var hasCreatedAt: Bool {return self._createdAt != nil} + var hasCreatedAt: Bool {return self._createdAt != nil} /// Clears the value of `createdAt`. Subsequent reads from it will return its default value. - public mutating func clearCreatedAt() {self._createdAt = nil} + mutating func clearCreatedAt() {self._createdAt = nil} - public var name: String = String() + var name: String = String() - public var slug: String = String() + var slug: String = String() - public var updatedAt: SwiftProtobuf.Google_Protobuf_Timestamp { + var updatedAt: SwiftProtobuf.Google_Protobuf_Timestamp { get {return _updatedAt ?? SwiftProtobuf.Google_Protobuf_Timestamp()} set {_updatedAt = newValue} } /// Returns true if `updatedAt` has been explicitly set. - public var hasUpdatedAt: Bool {return self._updatedAt != nil} + var hasUpdatedAt: Bool {return self._updatedAt != nil} /// Clears the value of `updatedAt`. Subsequent reads from it will return its default value. - public mutating func clearUpdatedAt() {self._updatedAt = nil} + mutating func clearUpdatedAt() {self._updatedAt = nil} - public var url: String = String() + var url: String = String() - public var checksum: String = String() + var checksum: String = String() - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} fileprivate var _createdAt: SwiftProtobuf.Google_Protobuf_Timestamp? = nil fileprivate var _updatedAt: SwiftProtobuf.Google_Protobuf_Timestamp? = nil } -public struct Proto_RegionResult { +struct Proto_RegionResult: Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var regions: [Proto_Region] = [] + var regions: [Proto_Region] = [] - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} } -public struct Proto_Region { +struct Proto_Region: Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var id: UInt64 = 0 + var id: UInt64 = 0 - public var name: String = String() + var name: String = String() - public var category: String = String() + var category: String = String() - public var identifier: String = String() + var identifier: String = String() - public var createdAt: SwiftProtobuf.Google_Protobuf_Timestamp { + var createdAt: SwiftProtobuf.Google_Protobuf_Timestamp { get {return _createdAt ?? SwiftProtobuf.Google_Protobuf_Timestamp()} set {_createdAt = newValue} } /// Returns true if `createdAt` has been explicitly set. - public var hasCreatedAt: Bool {return self._createdAt != nil} + var hasCreatedAt: Bool {return self._createdAt != nil} /// Clears the value of `createdAt`. Subsequent reads from it will return its default value. - public mutating func clearCreatedAt() {self._createdAt = nil} + mutating func clearCreatedAt() {self._createdAt = nil} - public var updatedAt: SwiftProtobuf.Google_Protobuf_Timestamp { + var updatedAt: SwiftProtobuf.Google_Protobuf_Timestamp { get {return _updatedAt ?? SwiftProtobuf.Google_Protobuf_Timestamp()} set {_updatedAt = newValue} } /// Returns true if `updatedAt` has been explicitly set. - public var hasUpdatedAt: Bool {return self._updatedAt != nil} + var hasUpdatedAt: Bool {return self._updatedAt != nil} /// Clears the value of `updatedAt`. Subsequent reads from it will return its default value. - public mutating func clearUpdatedAt() {self._updatedAt = nil} + mutating func clearUpdatedAt() {self._updatedAt = nil} - public var checksum: String = String() + var checksum: String = String() - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} fileprivate var _createdAt: SwiftProtobuf.Google_Protobuf_Timestamp? = nil fileprivate var _updatedAt: SwiftProtobuf.Google_Protobuf_Timestamp? = nil } -public struct Proto_ReleaseDateResult { +struct Proto_ReleaseDateResult: Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var releasedates: [Proto_ReleaseDate] = [] + var releasedates: [Proto_ReleaseDate] = [] - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} } -public struct Proto_ReleaseDate { +struct Proto_ReleaseDate: @unchecked Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var id: UInt64 { + var id: UInt64 { get {return _storage._id} set {_uniqueStorage()._id = newValue} } - public var category: Proto_DateFormatChangeDateCategoryEnum { + var category: Proto_DateFormatChangeDateCategoryEnum { get {return _storage._category} set {_uniqueStorage()._category = newValue} } - public var createdAt: SwiftProtobuf.Google_Protobuf_Timestamp { + var createdAt: SwiftProtobuf.Google_Protobuf_Timestamp { get {return _storage._createdAt ?? SwiftProtobuf.Google_Protobuf_Timestamp()} set {_uniqueStorage()._createdAt = newValue} } /// Returns true if `createdAt` has been explicitly set. - public var hasCreatedAt: Bool {return _storage._createdAt != nil} + var hasCreatedAt: Bool {return _storage._createdAt != nil} /// Clears the value of `createdAt`. Subsequent reads from it will return its default value. - public mutating func clearCreatedAt() {_uniqueStorage()._createdAt = nil} + mutating func clearCreatedAt() {_uniqueStorage()._createdAt = nil} - public var date: SwiftProtobuf.Google_Protobuf_Timestamp { + var date: SwiftProtobuf.Google_Protobuf_Timestamp { get {return _storage._date ?? SwiftProtobuf.Google_Protobuf_Timestamp()} set {_uniqueStorage()._date = newValue} } /// Returns true if `date` has been explicitly set. - public var hasDate: Bool {return _storage._date != nil} + var hasDate: Bool {return _storage._date != nil} /// Clears the value of `date`. Subsequent reads from it will return its default value. - public mutating func clearDate() {_uniqueStorage()._date = nil} + mutating func clearDate() {_uniqueStorage()._date = nil} - public var game: Proto_Game { + var game: Proto_Game { get {return _storage._game ?? Proto_Game()} set {_uniqueStorage()._game = newValue} } /// Returns true if `game` has been explicitly set. - public var hasGame: Bool {return _storage._game != nil} + var hasGame: Bool {return _storage._game != nil} /// Clears the value of `game`. Subsequent reads from it will return its default value. - public mutating func clearGame() {_uniqueStorage()._game = nil} + mutating func clearGame() {_uniqueStorage()._game = nil} - public var human: String { + var human: String { get {return _storage._human} set {_uniqueStorage()._human = newValue} } - public var m: Int32 { + var m: Int32 { get {return _storage._m} set {_uniqueStorage()._m = newValue} } - public var platform: Proto_Platform { + var platform: Proto_Platform { get {return _storage._platform ?? Proto_Platform()} set {_uniqueStorage()._platform = newValue} } /// Returns true if `platform` has been explicitly set. - public var hasPlatform: Bool {return _storage._platform != nil} + var hasPlatform: Bool {return _storage._platform != nil} /// Clears the value of `platform`. Subsequent reads from it will return its default value. - public mutating func clearPlatform() {_uniqueStorage()._platform = nil} + mutating func clearPlatform() {_uniqueStorage()._platform = nil} - public var region: Proto_RegionRegionEnum { + var region: Proto_RegionRegionEnum { get {return _storage._region} set {_uniqueStorage()._region = newValue} } - public var updatedAt: SwiftProtobuf.Google_Protobuf_Timestamp { + var updatedAt: SwiftProtobuf.Google_Protobuf_Timestamp { get {return _storage._updatedAt ?? SwiftProtobuf.Google_Protobuf_Timestamp()} set {_uniqueStorage()._updatedAt = newValue} } /// Returns true if `updatedAt` has been explicitly set. - public var hasUpdatedAt: Bool {return _storage._updatedAt != nil} + var hasUpdatedAt: Bool {return _storage._updatedAt != nil} /// Clears the value of `updatedAt`. Subsequent reads from it will return its default value. - public mutating func clearUpdatedAt() {_uniqueStorage()._updatedAt = nil} + mutating func clearUpdatedAt() {_uniqueStorage()._updatedAt = nil} - public var y: Int32 { + var y: Int32 { get {return _storage._y} set {_uniqueStorage()._y = newValue} } - public var checksum: String { + var checksum: String { get {return _storage._checksum} set {_uniqueStorage()._checksum = newValue} } - public var status: Proto_ReleaseDateStatus { + var status: Proto_ReleaseDateStatus { get {return _storage._status ?? Proto_ReleaseDateStatus()} set {_uniqueStorage()._status = newValue} } /// Returns true if `status` has been explicitly set. - public var hasStatus: Bool {return _storage._status != nil} + var hasStatus: Bool {return _storage._status != nil} /// Clears the value of `status`. Subsequent reads from it will return its default value. - public mutating func clearStatus() {_uniqueStorage()._status = nil} + mutating func clearStatus() {_uniqueStorage()._status = nil} - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} fileprivate var _storage = _StorageClass.defaultInstance } -public struct Proto_ReleaseDateStatusResult { +struct Proto_ReleaseDateStatusResult: Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var releasedatestatuses: [Proto_ReleaseDateStatus] = [] + var releasedatestatuses: [Proto_ReleaseDateStatus] = [] - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} } -public struct Proto_ReleaseDateStatus { +struct Proto_ReleaseDateStatus: Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var id: UInt64 = 0 + var id: UInt64 = 0 - public var name: String = String() + var name: String = String() - public var description_p: String = String() + var description_p: String = String() - public var createdAt: SwiftProtobuf.Google_Protobuf_Timestamp { + var createdAt: SwiftProtobuf.Google_Protobuf_Timestamp { get {return _createdAt ?? SwiftProtobuf.Google_Protobuf_Timestamp()} set {_createdAt = newValue} } /// Returns true if `createdAt` has been explicitly set. - public var hasCreatedAt: Bool {return self._createdAt != nil} + var hasCreatedAt: Bool {return self._createdAt != nil} /// Clears the value of `createdAt`. Subsequent reads from it will return its default value. - public mutating func clearCreatedAt() {self._createdAt = nil} + mutating func clearCreatedAt() {self._createdAt = nil} - public var updatedAt: SwiftProtobuf.Google_Protobuf_Timestamp { + var updatedAt: SwiftProtobuf.Google_Protobuf_Timestamp { get {return _updatedAt ?? SwiftProtobuf.Google_Protobuf_Timestamp()} set {_updatedAt = newValue} } /// Returns true if `updatedAt` has been explicitly set. - public var hasUpdatedAt: Bool {return self._updatedAt != nil} + var hasUpdatedAt: Bool {return self._updatedAt != nil} /// Clears the value of `updatedAt`. Subsequent reads from it will return its default value. - public mutating func clearUpdatedAt() {self._updatedAt = nil} + mutating func clearUpdatedAt() {self._updatedAt = nil} - public var checksum: String = String() + var checksum: String = String() - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} fileprivate var _createdAt: SwiftProtobuf.Google_Protobuf_Timestamp? = nil fileprivate var _updatedAt: SwiftProtobuf.Google_Protobuf_Timestamp? = nil } -public struct Proto_ScreenshotResult { +struct Proto_ScreenshotResult: Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var screenshots: [Proto_Screenshot] = [] + var screenshots: [Proto_Screenshot] = [] - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} } -public struct Proto_Screenshot { +struct Proto_Screenshot: Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var id: UInt64 = 0 + var id: UInt64 = 0 - public var alphaChannel: Bool = false + var alphaChannel: Bool = false - public var animated: Bool = false + var animated: Bool = false - public var game: Proto_Game { + var game: Proto_Game { get {return _game ?? Proto_Game()} set {_game = newValue} } /// Returns true if `game` has been explicitly set. - public var hasGame: Bool {return self._game != nil} + var hasGame: Bool {return self._game != nil} /// Clears the value of `game`. Subsequent reads from it will return its default value. - public mutating func clearGame() {self._game = nil} + mutating func clearGame() {self._game = nil} - public var height: Int32 = 0 + var height: Int32 = 0 - public var imageID: String = String() + var imageID: String = String() - public var url: String = String() + var url: String = String() - public var width: Int32 = 0 + var width: Int32 = 0 - public var checksum: String = String() + var checksum: String = String() - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} fileprivate var _game: Proto_Game? = nil } -public struct Proto_SearchResult { +struct Proto_SearchResult: Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var searches: [Proto_Search] = [] + var searches: [Proto_Search] = [] - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} } -public struct Proto_Search { +struct Proto_Search: @unchecked Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var id: UInt64 { + var id: UInt64 { get {return _storage._id} set {_uniqueStorage()._id = newValue} } - public var alternativeName: String { + var alternativeName: String { get {return _storage._alternativeName} set {_uniqueStorage()._alternativeName = newValue} } - public var character: Proto_Character { + var character: Proto_Character { get {return _storage._character ?? Proto_Character()} set {_uniqueStorage()._character = newValue} } /// Returns true if `character` has been explicitly set. - public var hasCharacter: Bool {return _storage._character != nil} + var hasCharacter: Bool {return _storage._character != nil} /// Clears the value of `character`. Subsequent reads from it will return its default value. - public mutating func clearCharacter() {_uniqueStorage()._character = nil} + mutating func clearCharacter() {_uniqueStorage()._character = nil} - public var collection: Proto_Collection { + var collection: Proto_Collection { get {return _storage._collection ?? Proto_Collection()} set {_uniqueStorage()._collection = newValue} } /// Returns true if `collection` has been explicitly set. - public var hasCollection: Bool {return _storage._collection != nil} + var hasCollection: Bool {return _storage._collection != nil} /// Clears the value of `collection`. Subsequent reads from it will return its default value. - public mutating func clearCollection() {_uniqueStorage()._collection = nil} + mutating func clearCollection() {_uniqueStorage()._collection = nil} - public var company: Proto_Company { + var company: Proto_Company { get {return _storage._company ?? Proto_Company()} set {_uniqueStorage()._company = newValue} } /// Returns true if `company` has been explicitly set. - public var hasCompany: Bool {return _storage._company != nil} + var hasCompany: Bool {return _storage._company != nil} /// Clears the value of `company`. Subsequent reads from it will return its default value. - public mutating func clearCompany() {_uniqueStorage()._company = nil} + mutating func clearCompany() {_uniqueStorage()._company = nil} - public var description_p: String { + var description_p: String { get {return _storage._description_p} set {_uniqueStorage()._description_p = newValue} } - public var game: Proto_Game { + var game: Proto_Game { get {return _storage._game ?? Proto_Game()} set {_uniqueStorage()._game = newValue} } /// Returns true if `game` has been explicitly set. - public var hasGame: Bool {return _storage._game != nil} + var hasGame: Bool {return _storage._game != nil} /// Clears the value of `game`. Subsequent reads from it will return its default value. - public mutating func clearGame() {_uniqueStorage()._game = nil} + mutating func clearGame() {_uniqueStorage()._game = nil} - public var name: String { + var name: String { get {return _storage._name} set {_uniqueStorage()._name = newValue} } - public var platform: Proto_Platform { + var platform: Proto_Platform { get {return _storage._platform ?? Proto_Platform()} set {_uniqueStorage()._platform = newValue} } /// Returns true if `platform` has been explicitly set. - public var hasPlatform: Bool {return _storage._platform != nil} + var hasPlatform: Bool {return _storage._platform != nil} /// Clears the value of `platform`. Subsequent reads from it will return its default value. - public mutating func clearPlatform() {_uniqueStorage()._platform = nil} + mutating func clearPlatform() {_uniqueStorage()._platform = nil} - public var publishedAt: SwiftProtobuf.Google_Protobuf_Timestamp { + var publishedAt: SwiftProtobuf.Google_Protobuf_Timestamp { get {return _storage._publishedAt ?? SwiftProtobuf.Google_Protobuf_Timestamp()} set {_uniqueStorage()._publishedAt = newValue} } /// Returns true if `publishedAt` has been explicitly set. - public var hasPublishedAt: Bool {return _storage._publishedAt != nil} + var hasPublishedAt: Bool {return _storage._publishedAt != nil} /// Clears the value of `publishedAt`. Subsequent reads from it will return its default value. - public mutating func clearPublishedAt() {_uniqueStorage()._publishedAt = nil} + mutating func clearPublishedAt() {_uniqueStorage()._publishedAt = nil} - public var testDummy: Proto_TestDummy { + var testDummy: Proto_TestDummy { get {return _storage._testDummy ?? Proto_TestDummy()} set {_uniqueStorage()._testDummy = newValue} } /// Returns true if `testDummy` has been explicitly set. - public var hasTestDummy: Bool {return _storage._testDummy != nil} + var hasTestDummy: Bool {return _storage._testDummy != nil} /// Clears the value of `testDummy`. Subsequent reads from it will return its default value. - public mutating func clearTestDummy() {_uniqueStorage()._testDummy = nil} + mutating func clearTestDummy() {_uniqueStorage()._testDummy = nil} - public var theme: Proto_Theme { + var theme: Proto_Theme { get {return _storage._theme ?? Proto_Theme()} set {_uniqueStorage()._theme = newValue} } /// Returns true if `theme` has been explicitly set. - public var hasTheme: Bool {return _storage._theme != nil} + var hasTheme: Bool {return _storage._theme != nil} /// Clears the value of `theme`. Subsequent reads from it will return its default value. - public mutating func clearTheme() {_uniqueStorage()._theme = nil} + mutating func clearTheme() {_uniqueStorage()._theme = nil} - public var checksum: String { + var checksum: String { get {return _storage._checksum} set {_uniqueStorage()._checksum = newValue} } - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} fileprivate var _storage = _StorageClass.defaultInstance } -public struct Proto_TestDummyResult { +struct Proto_TestDummyResult: Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var testdummies: [Proto_TestDummy] = [] + var testdummies: [Proto_TestDummy] = [] - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} } -public struct Proto_TestDummy { +struct Proto_TestDummy: @unchecked Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var id: UInt64 { + var id: UInt64 { get {return _storage._id} set {_uniqueStorage()._id = newValue} } - public var boolValue: Bool { + var boolValue: Bool { get {return _storage._boolValue} set {_uniqueStorage()._boolValue = newValue} } - public var createdAt: SwiftProtobuf.Google_Protobuf_Timestamp { + var createdAt: SwiftProtobuf.Google_Protobuf_Timestamp { get {return _storage._createdAt ?? SwiftProtobuf.Google_Protobuf_Timestamp()} set {_uniqueStorage()._createdAt = newValue} } /// Returns true if `createdAt` has been explicitly set. - public var hasCreatedAt: Bool {return _storage._createdAt != nil} + var hasCreatedAt: Bool {return _storage._createdAt != nil} /// Clears the value of `createdAt`. Subsequent reads from it will return its default value. - public mutating func clearCreatedAt() {_uniqueStorage()._createdAt = nil} + mutating func clearCreatedAt() {_uniqueStorage()._createdAt = nil} - public var enumTest: Proto_TestDummyEnumTestEnum { + var enumTest: Proto_TestDummyEnumTestEnum { get {return _storage._enumTest} set {_uniqueStorage()._enumTest = newValue} } - public var floatValue: Double { + var floatValue: Double { get {return _storage._floatValue} set {_uniqueStorage()._floatValue = newValue} } - public var game: Proto_Game { + var game: Proto_Game { get {return _storage._game ?? Proto_Game()} set {_uniqueStorage()._game = newValue} } /// Returns true if `game` has been explicitly set. - public var hasGame: Bool {return _storage._game != nil} + var hasGame: Bool {return _storage._game != nil} /// Clears the value of `game`. Subsequent reads from it will return its default value. - public mutating func clearGame() {_uniqueStorage()._game = nil} + mutating func clearGame() {_uniqueStorage()._game = nil} - public var integerArray: [Int32] { + var integerArray: [Int32] { get {return _storage._integerArray} set {_uniqueStorage()._integerArray = newValue} } - public var integerValue: Int32 { + var integerValue: Int32 { get {return _storage._integerValue} set {_uniqueStorage()._integerValue = newValue} } - public var name: String { + var name: String { get {return _storage._name} set {_uniqueStorage()._name = newValue} } - public var newIntegerValue: Int32 { + var newIntegerValue: Int32 { get {return _storage._newIntegerValue} set {_uniqueStorage()._newIntegerValue = newValue} } - public var `private`: Bool { + var `private`: Bool { get {return _storage._private} set {_uniqueStorage()._private = newValue} } - public var slug: String { + var slug: String { get {return _storage._slug} set {_uniqueStorage()._slug = newValue} } - public var stringArray: [String] { + var stringArray: [String] { get {return _storage._stringArray} set {_uniqueStorage()._stringArray = newValue} } - public var testDummies: [Proto_TestDummy] { + var testDummies: [Proto_TestDummy] { get {return _storage._testDummies} set {_uniqueStorage()._testDummies = newValue} } - public var testDummy: Proto_TestDummy { + var testDummy: Proto_TestDummy { get {return _storage._testDummy ?? Proto_TestDummy()} set {_uniqueStorage()._testDummy = newValue} } /// Returns true if `testDummy` has been explicitly set. - public var hasTestDummy: Bool {return _storage._testDummy != nil} + var hasTestDummy: Bool {return _storage._testDummy != nil} /// Clears the value of `testDummy`. Subsequent reads from it will return its default value. - public mutating func clearTestDummy() {_uniqueStorage()._testDummy = nil} + mutating func clearTestDummy() {_uniqueStorage()._testDummy = nil} - public var updatedAt: SwiftProtobuf.Google_Protobuf_Timestamp { + var updatedAt: SwiftProtobuf.Google_Protobuf_Timestamp { get {return _storage._updatedAt ?? SwiftProtobuf.Google_Protobuf_Timestamp()} set {_uniqueStorage()._updatedAt = newValue} } /// Returns true if `updatedAt` has been explicitly set. - public var hasUpdatedAt: Bool {return _storage._updatedAt != nil} + var hasUpdatedAt: Bool {return _storage._updatedAt != nil} /// Clears the value of `updatedAt`. Subsequent reads from it will return its default value. - public mutating func clearUpdatedAt() {_uniqueStorage()._updatedAt = nil} + mutating func clearUpdatedAt() {_uniqueStorage()._updatedAt = nil} - public var url: String { + var url: String { get {return _storage._url} set {_uniqueStorage()._url = newValue} } - public var checksum: String { + var checksum: String { get {return _storage._checksum} set {_uniqueStorage()._checksum = newValue} } - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} fileprivate var _storage = _StorageClass.defaultInstance } -public struct Proto_ThemeResult { +struct Proto_ThemeResult: Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var themes: [Proto_Theme] = [] + var themes: [Proto_Theme] = [] - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} } -public struct Proto_Theme { +struct Proto_Theme: Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var id: UInt64 = 0 + var id: UInt64 = 0 - public var createdAt: SwiftProtobuf.Google_Protobuf_Timestamp { + var createdAt: SwiftProtobuf.Google_Protobuf_Timestamp { get {return _createdAt ?? SwiftProtobuf.Google_Protobuf_Timestamp()} set {_createdAt = newValue} } /// Returns true if `createdAt` has been explicitly set. - public var hasCreatedAt: Bool {return self._createdAt != nil} + var hasCreatedAt: Bool {return self._createdAt != nil} /// Clears the value of `createdAt`. Subsequent reads from it will return its default value. - public mutating func clearCreatedAt() {self._createdAt = nil} + mutating func clearCreatedAt() {self._createdAt = nil} - public var name: String = String() + var name: String = String() - public var slug: String = String() + var slug: String = String() - public var updatedAt: SwiftProtobuf.Google_Protobuf_Timestamp { + var updatedAt: SwiftProtobuf.Google_Protobuf_Timestamp { get {return _updatedAt ?? SwiftProtobuf.Google_Protobuf_Timestamp()} set {_updatedAt = newValue} } /// Returns true if `updatedAt` has been explicitly set. - public var hasUpdatedAt: Bool {return self._updatedAt != nil} + var hasUpdatedAt: Bool {return self._updatedAt != nil} /// Clears the value of `updatedAt`. Subsequent reads from it will return its default value. - public mutating func clearUpdatedAt() {self._updatedAt = nil} + mutating func clearUpdatedAt() {self._updatedAt = nil} - public var url: String = String() + var url: String = String() - public var checksum: String = String() + var checksum: String = String() - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} fileprivate var _createdAt: SwiftProtobuf.Google_Protobuf_Timestamp? = nil fileprivate var _updatedAt: SwiftProtobuf.Google_Protobuf_Timestamp? = nil } -public struct Proto_WebsiteResult { +struct Proto_WebsiteResult: Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var websites: [Proto_Website] = [] + var websites: [Proto_Website] = [] - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} } -public struct Proto_Website { +struct Proto_Website: Sendable { // SwiftProtobuf.Message conformance is added in an extension below. See the // `Message` and `Message+*Additions` files in the SwiftProtobuf library for // methods supported on all messages. - public var id: UInt64 = 0 + var id: UInt64 = 0 - public var category: Proto_WebsiteCategoryEnum = .websiteCategoryNull + var category: Proto_WebsiteCategoryEnum = .websiteCategoryNull - public var game: Proto_Game { + var game: Proto_Game { get {return _game ?? Proto_Game()} set {_game = newValue} } /// Returns true if `game` has been explicitly set. - public var hasGame: Bool {return self._game != nil} + var hasGame: Bool {return self._game != nil} /// Clears the value of `game`. Subsequent reads from it will return its default value. - public mutating func clearGame() {self._game = nil} + mutating func clearGame() {self._game = nil} - public var trusted: Bool = false + var trusted: Bool = false - public var url: String = String() + var url: String = String() - public var checksum: String = String() + var checksum: String = String() - public var unknownFields = SwiftProtobuf.UnknownStorage() + var unknownFields = SwiftProtobuf.UnknownStorage() - public init() {} + init() {} fileprivate var _game: Proto_Game? = nil } -#if swift(>=5.5) && canImport(_Concurrency) -extension Proto_AgeRatingCategoryEnum: @unchecked Sendable {} -extension Proto_AgeRatingRatingEnum: @unchecked Sendable {} -extension Proto_AgeRatingContentDescriptionCategoryEnum: @unchecked Sendable {} -extension Proto_GenderGenderEnum: @unchecked Sendable {} -extension Proto_CharacterSpeciesEnum: @unchecked Sendable {} -extension Proto_DateFormatChangeDateCategoryEnum: @unchecked Sendable {} -extension Proto_WebsiteCategoryEnum: @unchecked Sendable {} -extension Proto_ExternalGameCategoryEnum: @unchecked Sendable {} -extension Proto_ExternalGameMediaEnum: @unchecked Sendable {} -extension Proto_GameCategoryEnum: @unchecked Sendable {} -extension Proto_GameStatusEnum: @unchecked Sendable {} -extension Proto_GameVersionFeatureCategoryEnum: @unchecked Sendable {} -extension Proto_GameVersionFeatureValueIncludedFeatureEnum: @unchecked Sendable {} -extension Proto_PlatformCategoryEnum: @unchecked Sendable {} -extension Proto_RegionRegionEnum: @unchecked Sendable {} -extension Proto_TestDummyEnumTestEnum: @unchecked Sendable {} -extension Proto_Count: @unchecked Sendable {} -extension Proto_MultiQueryResult: @unchecked Sendable {} -extension Proto_MultiQueryResultArray: @unchecked Sendable {} -extension Proto_AgeRatingResult: @unchecked Sendable {} -extension Proto_AgeRating: @unchecked Sendable {} -extension Proto_AgeRatingContentDescriptionResult: @unchecked Sendable {} -extension Proto_AgeRatingContentDescription: @unchecked Sendable {} -extension Proto_AlternativeNameResult: @unchecked Sendable {} -extension Proto_AlternativeName: @unchecked Sendable {} -extension Proto_ArtworkResult: @unchecked Sendable {} -extension Proto_Artwork: @unchecked Sendable {} -extension Proto_CharacterResult: @unchecked Sendable {} -extension Proto_Character: @unchecked Sendable {} -extension Proto_CharacterMugShotResult: @unchecked Sendable {} -extension Proto_CharacterMugShot: @unchecked Sendable {} -extension Proto_CollectionResult: @unchecked Sendable {} -extension Proto_Collection: @unchecked Sendable {} -extension Proto_CollectionMembershipResult: @unchecked Sendable {} -extension Proto_CollectionMembership: @unchecked Sendable {} -extension Proto_CollectionMembershipTypeResult: @unchecked Sendable {} -extension Proto_CollectionMembershipType: @unchecked Sendable {} -extension Proto_CollectionRelationResult: @unchecked Sendable {} -extension Proto_CollectionRelation: @unchecked Sendable {} -extension Proto_CollectionRelationTypeResult: @unchecked Sendable {} -extension Proto_CollectionRelationType: @unchecked Sendable {} -extension Proto_CollectionTypeResult: @unchecked Sendable {} -extension Proto_CollectionType: @unchecked Sendable {} -extension Proto_CompanyResult: @unchecked Sendable {} -extension Proto_Company: @unchecked Sendable {} -extension Proto_CompanyLogoResult: @unchecked Sendable {} -extension Proto_CompanyLogo: @unchecked Sendable {} -extension Proto_CompanyWebsiteResult: @unchecked Sendable {} -extension Proto_CompanyWebsite: @unchecked Sendable {} -extension Proto_CoverResult: @unchecked Sendable {} -extension Proto_Cover: @unchecked Sendable {} -extension Proto_EventResult: @unchecked Sendable {} -extension Proto_Event: @unchecked Sendable {} -extension Proto_EventLogoResult: @unchecked Sendable {} -extension Proto_EventLogo: @unchecked Sendable {} -extension Proto_EventNetworkResult: @unchecked Sendable {} -extension Proto_EventNetwork: @unchecked Sendable {} -extension Proto_ExternalGameResult: @unchecked Sendable {} -extension Proto_ExternalGame: @unchecked Sendable {} -extension Proto_FranchiseResult: @unchecked Sendable {} -extension Proto_Franchise: @unchecked Sendable {} -extension Proto_GameResult: @unchecked Sendable {} -extension Proto_Game: @unchecked Sendable {} -extension Proto_GameEngineResult: @unchecked Sendable {} -extension Proto_GameEngine: @unchecked Sendable {} -extension Proto_GameEngineLogoResult: @unchecked Sendable {} -extension Proto_GameEngineLogo: @unchecked Sendable {} -extension Proto_GameLocalizationResult: @unchecked Sendable {} -extension Proto_GameLocalization: @unchecked Sendable {} -extension Proto_GameModeResult: @unchecked Sendable {} -extension Proto_GameMode: @unchecked Sendable {} -extension Proto_GameVersionResult: @unchecked Sendable {} -extension Proto_GameVersion: @unchecked Sendable {} -extension Proto_GameVersionFeatureResult: @unchecked Sendable {} -extension Proto_GameVersionFeature: @unchecked Sendable {} -extension Proto_GameVersionFeatureValueResult: @unchecked Sendable {} -extension Proto_GameVersionFeatureValue: @unchecked Sendable {} -extension Proto_GameVideoResult: @unchecked Sendable {} -extension Proto_GameVideo: @unchecked Sendable {} -extension Proto_GenreResult: @unchecked Sendable {} -extension Proto_Genre: @unchecked Sendable {} -extension Proto_InvolvedCompanyResult: @unchecked Sendable {} -extension Proto_InvolvedCompany: @unchecked Sendable {} -extension Proto_KeywordResult: @unchecked Sendable {} -extension Proto_Keyword: @unchecked Sendable {} -extension Proto_LanguageResult: @unchecked Sendable {} -extension Proto_Language: @unchecked Sendable {} -extension Proto_LanguageSupportResult: @unchecked Sendable {} -extension Proto_LanguageSupport: @unchecked Sendable {} -extension Proto_LanguageSupportTypeResult: @unchecked Sendable {} -extension Proto_LanguageSupportType: @unchecked Sendable {} -extension Proto_MultiplayerModeResult: @unchecked Sendable {} -extension Proto_MultiplayerMode: @unchecked Sendable {} -extension Proto_NetworkTypeResult: @unchecked Sendable {} -extension Proto_NetworkType: @unchecked Sendable {} -extension Proto_PlatformResult: @unchecked Sendable {} -extension Proto_Platform: @unchecked Sendable {} -extension Proto_PlatformFamilyResult: @unchecked Sendable {} -extension Proto_PlatformFamily: @unchecked Sendable {} -extension Proto_PlatformLogoResult: @unchecked Sendable {} -extension Proto_PlatformLogo: @unchecked Sendable {} -extension Proto_PlatformVersionResult: @unchecked Sendable {} -extension Proto_PlatformVersion: @unchecked Sendable {} -extension Proto_PlatformVersionCompanyResult: @unchecked Sendable {} -extension Proto_PlatformVersionCompany: @unchecked Sendable {} -extension Proto_PlatformVersionReleaseDateResult: @unchecked Sendable {} -extension Proto_PlatformVersionReleaseDate: @unchecked Sendable {} -extension Proto_PlatformWebsiteResult: @unchecked Sendable {} -extension Proto_PlatformWebsite: @unchecked Sendable {} -extension Proto_PlayerPerspectiveResult: @unchecked Sendable {} -extension Proto_PlayerPerspective: @unchecked Sendable {} -extension Proto_RegionResult: @unchecked Sendable {} -extension Proto_Region: @unchecked Sendable {} -extension Proto_ReleaseDateResult: @unchecked Sendable {} -extension Proto_ReleaseDate: @unchecked Sendable {} -extension Proto_ReleaseDateStatusResult: @unchecked Sendable {} -extension Proto_ReleaseDateStatus: @unchecked Sendable {} -extension Proto_ScreenshotResult: @unchecked Sendable {} -extension Proto_Screenshot: @unchecked Sendable {} -extension Proto_SearchResult: @unchecked Sendable {} -extension Proto_Search: @unchecked Sendable {} -extension Proto_TestDummyResult: @unchecked Sendable {} -extension Proto_TestDummy: @unchecked Sendable {} -extension Proto_ThemeResult: @unchecked Sendable {} -extension Proto_Theme: @unchecked Sendable {} -extension Proto_WebsiteResult: @unchecked Sendable {} -extension Proto_Website: @unchecked Sendable {} -#endif // swift(>=5.5) && canImport(_Concurrency) - // MARK: - Code below here is support for the SwiftProtobuf runtime. fileprivate let _protobuf_package = "proto" extension Proto_AgeRatingCategoryEnum: SwiftProtobuf._ProtoNameProviding { - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 0: .same(proto: "AGERATING_CATEGORY_NULL"), 1: .same(proto: "ESRB"), 2: .same(proto: "PEGI"), @@ -5569,7 +5343,7 @@ extension Proto_AgeRatingCategoryEnum: SwiftProtobuf._ProtoNameProviding { } extension Proto_AgeRatingRatingEnum: SwiftProtobuf._ProtoNameProviding { - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 0: .same(proto: "AGERATING_RATING_NULL"), 1: .same(proto: "THREE"), 2: .same(proto: "SEVEN"), @@ -5614,7 +5388,7 @@ extension Proto_AgeRatingRatingEnum: SwiftProtobuf._ProtoNameProviding { } extension Proto_AgeRatingContentDescriptionCategoryEnum: SwiftProtobuf._ProtoNameProviding { - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 0: .same(proto: "AGERATINGCONTENTDESCRIPTION_CATEGORY_NULL"), 1: .same(proto: "ESRB_ALCOHOL_REFERENCE"), 2: .same(proto: "ESRB_ANIMATED_BLOOD"), @@ -5705,7 +5479,7 @@ extension Proto_AgeRatingContentDescriptionCategoryEnum: SwiftProtobuf._ProtoNam } extension Proto_GenderGenderEnum: SwiftProtobuf._ProtoNameProviding { - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 0: .same(proto: "MALE"), 1: .same(proto: "FEMALE"), 2: .same(proto: "OTHER"), @@ -5713,7 +5487,7 @@ extension Proto_GenderGenderEnum: SwiftProtobuf._ProtoNameProviding { } extension Proto_CharacterSpeciesEnum: SwiftProtobuf._ProtoNameProviding { - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 0: .same(proto: "CHARACTER_SPECIES_NULL"), 1: .same(proto: "HUMAN"), 2: .same(proto: "ALIEN"), @@ -5724,7 +5498,7 @@ extension Proto_CharacterSpeciesEnum: SwiftProtobuf._ProtoNameProviding { } extension Proto_DateFormatChangeDateCategoryEnum: SwiftProtobuf._ProtoNameProviding { - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 0: .same(proto: "YYYYMMMMDD"), 1: .same(proto: "YYYYMMMM"), 2: .same(proto: "YYYY"), @@ -5737,7 +5511,7 @@ extension Proto_DateFormatChangeDateCategoryEnum: SwiftProtobuf._ProtoNameProvid } extension Proto_WebsiteCategoryEnum: SwiftProtobuf._ProtoNameProviding { - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 0: .same(proto: "WEBSITE_CATEGORY_NULL"), 1: .same(proto: "WEBSITE_OFFICIAL"), 2: .same(proto: "WEBSITE_WIKIA"), @@ -5760,7 +5534,7 @@ extension Proto_WebsiteCategoryEnum: SwiftProtobuf._ProtoNameProviding { } extension Proto_ExternalGameCategoryEnum: SwiftProtobuf._ProtoNameProviding { - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 0: .same(proto: "EXTERNALGAME_CATEGORY_NULL"), 1: .same(proto: "EXTERNALGAME_STEAM"), 5: .same(proto: "EXTERNALGAME_GOG"), @@ -5786,7 +5560,7 @@ extension Proto_ExternalGameCategoryEnum: SwiftProtobuf._ProtoNameProviding { } extension Proto_ExternalGameMediaEnum: SwiftProtobuf._ProtoNameProviding { - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 0: .same(proto: "EXTERNALGAME_MEDIA_NULL"), 1: .same(proto: "EXTERNALGAME_DIGITAL"), 2: .same(proto: "EXTERNALGAME_PHYSICAL"), @@ -5794,7 +5568,7 @@ extension Proto_ExternalGameMediaEnum: SwiftProtobuf._ProtoNameProviding { } extension Proto_GameCategoryEnum: SwiftProtobuf._ProtoNameProviding { - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 0: .same(proto: "MAIN_GAME"), 1: .same(proto: "DLC_ADDON"), 2: .same(proto: "EXPANSION"), @@ -5814,7 +5588,7 @@ extension Proto_GameCategoryEnum: SwiftProtobuf._ProtoNameProviding { } extension Proto_GameStatusEnum: SwiftProtobuf._ProtoNameProviding { - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 0: .same(proto: "RELEASED"), 2: .same(proto: "ALPHA"), 3: .same(proto: "BETA"), @@ -5827,14 +5601,14 @@ extension Proto_GameStatusEnum: SwiftProtobuf._ProtoNameProviding { } extension Proto_GameVersionFeatureCategoryEnum: SwiftProtobuf._ProtoNameProviding { - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 0: .same(proto: "BOOLEAN"), 1: .same(proto: "DESCRIPTION"), ] } extension Proto_GameVersionFeatureValueIncludedFeatureEnum: SwiftProtobuf._ProtoNameProviding { - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 0: .same(proto: "NOT_INCLUDED"), 1: .same(proto: "INCLUDED"), 2: .same(proto: "PRE_ORDER_ONLY"), @@ -5842,7 +5616,7 @@ extension Proto_GameVersionFeatureValueIncludedFeatureEnum: SwiftProtobuf._Proto } extension Proto_PlatformCategoryEnum: SwiftProtobuf._ProtoNameProviding { - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 0: .same(proto: "PLATFORM_CATEGORY_NULL"), 1: .same(proto: "CONSOLE"), 2: .same(proto: "ARCADE"), @@ -5854,7 +5628,7 @@ extension Proto_PlatformCategoryEnum: SwiftProtobuf._ProtoNameProviding { } extension Proto_RegionRegionEnum: SwiftProtobuf._ProtoNameProviding { - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 0: .same(proto: "REGION_REGION_NULL"), 1: .same(proto: "EUROPE"), 2: .same(proto: "NORTH_AMERICA"), @@ -5870,7 +5644,7 @@ extension Proto_RegionRegionEnum: SwiftProtobuf._ProtoNameProviding { } extension Proto_TestDummyEnumTestEnum: SwiftProtobuf._ProtoNameProviding { - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 0: .same(proto: "TESTDUMMY_ENUM_TEST_NULL"), 1: .same(proto: "ENUM1"), 2: .same(proto: "ENUM2"), @@ -5878,12 +5652,12 @@ extension Proto_TestDummyEnumTestEnum: SwiftProtobuf._ProtoNameProviding { } extension Proto_Count: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".Count" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".Count" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "count"), ] - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { while let fieldNumber = try decoder.nextFieldNumber() { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every case branch when no optimizations are @@ -5895,14 +5669,14 @@ extension Proto_Count: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementati } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { if self.count != 0 { try visitor.visitSingularInt64Field(value: self.count, fieldNumber: 1) } try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_Count, rhs: Proto_Count) -> Bool { + static func ==(lhs: Proto_Count, rhs: Proto_Count) -> Bool { if lhs.count != rhs.count {return false} if lhs.unknownFields != rhs.unknownFields {return false} return true @@ -5910,14 +5684,14 @@ extension Proto_Count: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementati } extension Proto_MultiQueryResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".MultiQueryResult" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".MultiQueryResult" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "name"), 2: .same(proto: "results"), 3: .same(proto: "count"), ] - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { while let fieldNumber = try decoder.nextFieldNumber() { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every case branch when no optimizations are @@ -5931,7 +5705,7 @@ extension Proto_MultiQueryResult: SwiftProtobuf.Message, SwiftProtobuf._MessageI } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { if !self.name.isEmpty { try visitor.visitSingularStringField(value: self.name, fieldNumber: 1) } @@ -5944,7 +5718,7 @@ extension Proto_MultiQueryResult: SwiftProtobuf.Message, SwiftProtobuf._MessageI try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_MultiQueryResult, rhs: Proto_MultiQueryResult) -> Bool { + static func ==(lhs: Proto_MultiQueryResult, rhs: Proto_MultiQueryResult) -> Bool { if lhs.name != rhs.name {return false} if lhs.results != rhs.results {return false} if lhs.count != rhs.count {return false} @@ -5954,12 +5728,12 @@ extension Proto_MultiQueryResult: SwiftProtobuf.Message, SwiftProtobuf._MessageI } extension Proto_MultiQueryResultArray: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".MultiQueryResultArray" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".MultiQueryResultArray" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "result"), ] - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { while let fieldNumber = try decoder.nextFieldNumber() { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every case branch when no optimizations are @@ -5971,14 +5745,14 @@ extension Proto_MultiQueryResultArray: SwiftProtobuf.Message, SwiftProtobuf._Mes } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { if !self.result.isEmpty { try visitor.visitRepeatedMessageField(value: self.result, fieldNumber: 1) } try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_MultiQueryResultArray, rhs: Proto_MultiQueryResultArray) -> Bool { + static func ==(lhs: Proto_MultiQueryResultArray, rhs: Proto_MultiQueryResultArray) -> Bool { if lhs.result != rhs.result {return false} if lhs.unknownFields != rhs.unknownFields {return false} return true @@ -5986,12 +5760,12 @@ extension Proto_MultiQueryResultArray: SwiftProtobuf.Message, SwiftProtobuf._Mes } extension Proto_AgeRatingResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".AgeRatingResult" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".AgeRatingResult" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "ageratings"), ] - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { while let fieldNumber = try decoder.nextFieldNumber() { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every case branch when no optimizations are @@ -6003,14 +5777,14 @@ extension Proto_AgeRatingResult: SwiftProtobuf.Message, SwiftProtobuf._MessageIm } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { if !self.ageratings.isEmpty { try visitor.visitRepeatedMessageField(value: self.ageratings, fieldNumber: 1) } try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_AgeRatingResult, rhs: Proto_AgeRatingResult) -> Bool { + static func ==(lhs: Proto_AgeRatingResult, rhs: Proto_AgeRatingResult) -> Bool { if lhs.ageratings != rhs.ageratings {return false} if lhs.unknownFields != rhs.unknownFields {return false} return true @@ -6018,8 +5792,8 @@ extension Proto_AgeRatingResult: SwiftProtobuf.Message, SwiftProtobuf._MessageIm } extension Proto_AgeRating: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".AgeRating" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".AgeRating" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "id"), 2: .same(proto: "category"), 3: .standard(proto: "content_descriptions"), @@ -6029,7 +5803,7 @@ extension Proto_AgeRating: SwiftProtobuf.Message, SwiftProtobuf._MessageImplemen 7: .same(proto: "checksum"), ] - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { while let fieldNumber = try decoder.nextFieldNumber() { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every case branch when no optimizations are @@ -6047,7 +5821,7 @@ extension Proto_AgeRating: SwiftProtobuf.Message, SwiftProtobuf._MessageImplemen } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { if self.id != 0 { try visitor.visitSingularUInt64Field(value: self.id, fieldNumber: 1) } @@ -6072,7 +5846,7 @@ extension Proto_AgeRating: SwiftProtobuf.Message, SwiftProtobuf._MessageImplemen try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_AgeRating, rhs: Proto_AgeRating) -> Bool { + static func ==(lhs: Proto_AgeRating, rhs: Proto_AgeRating) -> Bool { if lhs.id != rhs.id {return false} if lhs.category != rhs.category {return false} if lhs.contentDescriptions != rhs.contentDescriptions {return false} @@ -6086,12 +5860,12 @@ extension Proto_AgeRating: SwiftProtobuf.Message, SwiftProtobuf._MessageImplemen } extension Proto_AgeRatingContentDescriptionResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".AgeRatingContentDescriptionResult" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".AgeRatingContentDescriptionResult" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "ageratingcontentdescriptions"), ] - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { while let fieldNumber = try decoder.nextFieldNumber() { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every case branch when no optimizations are @@ -6103,14 +5877,14 @@ extension Proto_AgeRatingContentDescriptionResult: SwiftProtobuf.Message, SwiftP } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { if !self.ageratingcontentdescriptions.isEmpty { try visitor.visitRepeatedMessageField(value: self.ageratingcontentdescriptions, fieldNumber: 1) } try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_AgeRatingContentDescriptionResult, rhs: Proto_AgeRatingContentDescriptionResult) -> Bool { + static func ==(lhs: Proto_AgeRatingContentDescriptionResult, rhs: Proto_AgeRatingContentDescriptionResult) -> Bool { if lhs.ageratingcontentdescriptions != rhs.ageratingcontentdescriptions {return false} if lhs.unknownFields != rhs.unknownFields {return false} return true @@ -6118,15 +5892,15 @@ extension Proto_AgeRatingContentDescriptionResult: SwiftProtobuf.Message, SwiftP } extension Proto_AgeRatingContentDescription: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".AgeRatingContentDescription" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".AgeRatingContentDescription" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "id"), 2: .same(proto: "category"), 3: .same(proto: "description"), 4: .same(proto: "checksum"), ] - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { while let fieldNumber = try decoder.nextFieldNumber() { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every case branch when no optimizations are @@ -6141,7 +5915,7 @@ extension Proto_AgeRatingContentDescription: SwiftProtobuf.Message, SwiftProtobu } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { if self.id != 0 { try visitor.visitSingularUInt64Field(value: self.id, fieldNumber: 1) } @@ -6157,7 +5931,7 @@ extension Proto_AgeRatingContentDescription: SwiftProtobuf.Message, SwiftProtobu try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_AgeRatingContentDescription, rhs: Proto_AgeRatingContentDescription) -> Bool { + static func ==(lhs: Proto_AgeRatingContentDescription, rhs: Proto_AgeRatingContentDescription) -> Bool { if lhs.id != rhs.id {return false} if lhs.category != rhs.category {return false} if lhs.description_p != rhs.description_p {return false} @@ -6168,12 +5942,12 @@ extension Proto_AgeRatingContentDescription: SwiftProtobuf.Message, SwiftProtobu } extension Proto_AlternativeNameResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".AlternativeNameResult" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".AlternativeNameResult" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "alternativenames"), ] - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { while let fieldNumber = try decoder.nextFieldNumber() { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every case branch when no optimizations are @@ -6185,14 +5959,14 @@ extension Proto_AlternativeNameResult: SwiftProtobuf.Message, SwiftProtobuf._Mes } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { if !self.alternativenames.isEmpty { try visitor.visitRepeatedMessageField(value: self.alternativenames, fieldNumber: 1) } try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_AlternativeNameResult, rhs: Proto_AlternativeNameResult) -> Bool { + static func ==(lhs: Proto_AlternativeNameResult, rhs: Proto_AlternativeNameResult) -> Bool { if lhs.alternativenames != rhs.alternativenames {return false} if lhs.unknownFields != rhs.unknownFields {return false} return true @@ -6200,8 +5974,8 @@ extension Proto_AlternativeNameResult: SwiftProtobuf.Message, SwiftProtobuf._Mes } extension Proto_AlternativeName: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".AlternativeName" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".AlternativeName" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "id"), 2: .same(proto: "comment"), 3: .same(proto: "game"), @@ -6209,7 +5983,7 @@ extension Proto_AlternativeName: SwiftProtobuf.Message, SwiftProtobuf._MessageIm 5: .same(proto: "checksum"), ] - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { while let fieldNumber = try decoder.nextFieldNumber() { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every case branch when no optimizations are @@ -6225,7 +5999,7 @@ extension Proto_AlternativeName: SwiftProtobuf.Message, SwiftProtobuf._MessageIm } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every if/case branch local when no optimizations // are enabled. https://github.com/apple/swift-protobuf/issues/1034 and @@ -6248,7 +6022,7 @@ extension Proto_AlternativeName: SwiftProtobuf.Message, SwiftProtobuf._MessageIm try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_AlternativeName, rhs: Proto_AlternativeName) -> Bool { + static func ==(lhs: Proto_AlternativeName, rhs: Proto_AlternativeName) -> Bool { if lhs.id != rhs.id {return false} if lhs.comment != rhs.comment {return false} if lhs._game != rhs._game {return false} @@ -6260,12 +6034,12 @@ extension Proto_AlternativeName: SwiftProtobuf.Message, SwiftProtobuf._MessageIm } extension Proto_ArtworkResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".ArtworkResult" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".ArtworkResult" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "artworks"), ] - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { while let fieldNumber = try decoder.nextFieldNumber() { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every case branch when no optimizations are @@ -6277,14 +6051,14 @@ extension Proto_ArtworkResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImpl } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { if !self.artworks.isEmpty { try visitor.visitRepeatedMessageField(value: self.artworks, fieldNumber: 1) } try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_ArtworkResult, rhs: Proto_ArtworkResult) -> Bool { + static func ==(lhs: Proto_ArtworkResult, rhs: Proto_ArtworkResult) -> Bool { if lhs.artworks != rhs.artworks {return false} if lhs.unknownFields != rhs.unknownFields {return false} return true @@ -6292,8 +6066,8 @@ extension Proto_ArtworkResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImpl } extension Proto_Artwork: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".Artwork" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".Artwork" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "id"), 2: .standard(proto: "alpha_channel"), 3: .same(proto: "animated"), @@ -6305,7 +6079,7 @@ extension Proto_Artwork: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementa 9: .same(proto: "checksum"), ] - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { while let fieldNumber = try decoder.nextFieldNumber() { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every case branch when no optimizations are @@ -6325,7 +6099,7 @@ extension Proto_Artwork: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementa } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every if/case branch local when no optimizations // are enabled. https://github.com/apple/swift-protobuf/issues/1034 and @@ -6360,7 +6134,7 @@ extension Proto_Artwork: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementa try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_Artwork, rhs: Proto_Artwork) -> Bool { + static func ==(lhs: Proto_Artwork, rhs: Proto_Artwork) -> Bool { if lhs.id != rhs.id {return false} if lhs.alphaChannel != rhs.alphaChannel {return false} if lhs.animated != rhs.animated {return false} @@ -6376,12 +6150,12 @@ extension Proto_Artwork: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementa } extension Proto_CharacterResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".CharacterResult" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".CharacterResult" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "characters"), ] - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { while let fieldNumber = try decoder.nextFieldNumber() { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every case branch when no optimizations are @@ -6393,14 +6167,14 @@ extension Proto_CharacterResult: SwiftProtobuf.Message, SwiftProtobuf._MessageIm } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { if !self.characters.isEmpty { try visitor.visitRepeatedMessageField(value: self.characters, fieldNumber: 1) } try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_CharacterResult, rhs: Proto_CharacterResult) -> Bool { + static func ==(lhs: Proto_CharacterResult, rhs: Proto_CharacterResult) -> Bool { if lhs.characters != rhs.characters {return false} if lhs.unknownFields != rhs.unknownFields {return false} return true @@ -6408,8 +6182,8 @@ extension Proto_CharacterResult: SwiftProtobuf.Message, SwiftProtobuf._MessageIm } extension Proto_Character: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".Character" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".Character" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "id"), 2: .same(proto: "akas"), 3: .standard(proto: "country_name"), @@ -6471,7 +6245,7 @@ extension Proto_Character: SwiftProtobuf.Message, SwiftProtobuf._MessageImplemen return _storage } - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { _ = _uniqueStorage() try withExtendedLifetime(_storage) { (_storage: _StorageClass) in while let fieldNumber = try decoder.nextFieldNumber() { @@ -6499,7 +6273,7 @@ extension Proto_Character: SwiftProtobuf.Message, SwiftProtobuf._MessageImplemen } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { try withExtendedLifetime(_storage) { (_storage: _StorageClass) in // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every if/case branch local when no optimizations @@ -6551,7 +6325,7 @@ extension Proto_Character: SwiftProtobuf.Message, SwiftProtobuf._MessageImplemen try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_Character, rhs: Proto_Character) -> Bool { + static func ==(lhs: Proto_Character, rhs: Proto_Character) -> Bool { if lhs._storage !== rhs._storage { let storagesAreEqual: Bool = withExtendedLifetime((lhs._storage, rhs._storage)) { (_args: (_StorageClass, _StorageClass)) in let _storage = _args.0 @@ -6580,12 +6354,12 @@ extension Proto_Character: SwiftProtobuf.Message, SwiftProtobuf._MessageImplemen } extension Proto_CharacterMugShotResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".CharacterMugShotResult" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".CharacterMugShotResult" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "charactermugshots"), ] - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { while let fieldNumber = try decoder.nextFieldNumber() { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every case branch when no optimizations are @@ -6597,14 +6371,14 @@ extension Proto_CharacterMugShotResult: SwiftProtobuf.Message, SwiftProtobuf._Me } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { if !self.charactermugshots.isEmpty { try visitor.visitRepeatedMessageField(value: self.charactermugshots, fieldNumber: 1) } try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_CharacterMugShotResult, rhs: Proto_CharacterMugShotResult) -> Bool { + static func ==(lhs: Proto_CharacterMugShotResult, rhs: Proto_CharacterMugShotResult) -> Bool { if lhs.charactermugshots != rhs.charactermugshots {return false} if lhs.unknownFields != rhs.unknownFields {return false} return true @@ -6612,8 +6386,8 @@ extension Proto_CharacterMugShotResult: SwiftProtobuf.Message, SwiftProtobuf._Me } extension Proto_CharacterMugShot: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".CharacterMugShot" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".CharacterMugShot" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "id"), 2: .standard(proto: "alpha_channel"), 3: .same(proto: "animated"), @@ -6624,7 +6398,7 @@ extension Proto_CharacterMugShot: SwiftProtobuf.Message, SwiftProtobuf._MessageI 8: .same(proto: "checksum"), ] - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { while let fieldNumber = try decoder.nextFieldNumber() { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every case branch when no optimizations are @@ -6643,7 +6417,7 @@ extension Proto_CharacterMugShot: SwiftProtobuf.Message, SwiftProtobuf._MessageI } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { if self.id != 0 { try visitor.visitSingularUInt64Field(value: self.id, fieldNumber: 1) } @@ -6671,7 +6445,7 @@ extension Proto_CharacterMugShot: SwiftProtobuf.Message, SwiftProtobuf._MessageI try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_CharacterMugShot, rhs: Proto_CharacterMugShot) -> Bool { + static func ==(lhs: Proto_CharacterMugShot, rhs: Proto_CharacterMugShot) -> Bool { if lhs.id != rhs.id {return false} if lhs.alphaChannel != rhs.alphaChannel {return false} if lhs.animated != rhs.animated {return false} @@ -6686,12 +6460,12 @@ extension Proto_CharacterMugShot: SwiftProtobuf.Message, SwiftProtobuf._MessageI } extension Proto_CollectionResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".CollectionResult" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".CollectionResult" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "collections"), ] - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { while let fieldNumber = try decoder.nextFieldNumber() { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every case branch when no optimizations are @@ -6703,14 +6477,14 @@ extension Proto_CollectionResult: SwiftProtobuf.Message, SwiftProtobuf._MessageI } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { if !self.collections.isEmpty { try visitor.visitRepeatedMessageField(value: self.collections, fieldNumber: 1) } try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_CollectionResult, rhs: Proto_CollectionResult) -> Bool { + static func ==(lhs: Proto_CollectionResult, rhs: Proto_CollectionResult) -> Bool { if lhs.collections != rhs.collections {return false} if lhs.unknownFields != rhs.unknownFields {return false} return true @@ -6718,8 +6492,8 @@ extension Proto_CollectionResult: SwiftProtobuf.Message, SwiftProtobuf._MessageI } extension Proto_Collection: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".Collection" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".Collection" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "id"), 2: .standard(proto: "created_at"), 3: .same(proto: "games"), @@ -6772,7 +6546,7 @@ extension Proto_Collection: SwiftProtobuf.Message, SwiftProtobuf._MessageImpleme return _storage } - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { _ = _uniqueStorage() try withExtendedLifetime(_storage) { (_storage: _StorageClass) in while let fieldNumber = try decoder.nextFieldNumber() { @@ -6797,7 +6571,7 @@ extension Proto_Collection: SwiftProtobuf.Message, SwiftProtobuf._MessageImpleme } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { try withExtendedLifetime(_storage) { (_storage: _StorageClass) in // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every if/case branch local when no optimizations @@ -6840,7 +6614,7 @@ extension Proto_Collection: SwiftProtobuf.Message, SwiftProtobuf._MessageImpleme try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_Collection, rhs: Proto_Collection) -> Bool { + static func ==(lhs: Proto_Collection, rhs: Proto_Collection) -> Bool { if lhs._storage !== rhs._storage { let storagesAreEqual: Bool = withExtendedLifetime((lhs._storage, rhs._storage)) { (_args: (_StorageClass, _StorageClass)) in let _storage = _args.0 @@ -6866,12 +6640,12 @@ extension Proto_Collection: SwiftProtobuf.Message, SwiftProtobuf._MessageImpleme } extension Proto_CollectionMembershipResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".CollectionMembershipResult" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".CollectionMembershipResult" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "collectionmemberships"), ] - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { while let fieldNumber = try decoder.nextFieldNumber() { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every case branch when no optimizations are @@ -6883,14 +6657,14 @@ extension Proto_CollectionMembershipResult: SwiftProtobuf.Message, SwiftProtobuf } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { if !self.collectionmemberships.isEmpty { try visitor.visitRepeatedMessageField(value: self.collectionmemberships, fieldNumber: 1) } try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_CollectionMembershipResult, rhs: Proto_CollectionMembershipResult) -> Bool { + static func ==(lhs: Proto_CollectionMembershipResult, rhs: Proto_CollectionMembershipResult) -> Bool { if lhs.collectionmemberships != rhs.collectionmemberships {return false} if lhs.unknownFields != rhs.unknownFields {return false} return true @@ -6898,8 +6672,8 @@ extension Proto_CollectionMembershipResult: SwiftProtobuf.Message, SwiftProtobuf } extension Proto_CollectionMembership: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".CollectionMembership" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".CollectionMembership" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "id"), 2: .same(proto: "game"), 3: .same(proto: "collection"), @@ -6940,7 +6714,7 @@ extension Proto_CollectionMembership: SwiftProtobuf.Message, SwiftProtobuf._Mess return _storage } - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { _ = _uniqueStorage() try withExtendedLifetime(_storage) { (_storage: _StorageClass) in while let fieldNumber = try decoder.nextFieldNumber() { @@ -6961,7 +6735,7 @@ extension Proto_CollectionMembership: SwiftProtobuf.Message, SwiftProtobuf._Mess } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { try withExtendedLifetime(_storage) { (_storage: _StorageClass) in // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every if/case branch local when no optimizations @@ -6992,7 +6766,7 @@ extension Proto_CollectionMembership: SwiftProtobuf.Message, SwiftProtobuf._Mess try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_CollectionMembership, rhs: Proto_CollectionMembership) -> Bool { + static func ==(lhs: Proto_CollectionMembership, rhs: Proto_CollectionMembership) -> Bool { if lhs._storage !== rhs._storage { let storagesAreEqual: Bool = withExtendedLifetime((lhs._storage, rhs._storage)) { (_args: (_StorageClass, _StorageClass)) in let _storage = _args.0 @@ -7014,12 +6788,12 @@ extension Proto_CollectionMembership: SwiftProtobuf.Message, SwiftProtobuf._Mess } extension Proto_CollectionMembershipTypeResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".CollectionMembershipTypeResult" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".CollectionMembershipTypeResult" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "collectionmembershiptypes"), ] - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { while let fieldNumber = try decoder.nextFieldNumber() { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every case branch when no optimizations are @@ -7031,14 +6805,14 @@ extension Proto_CollectionMembershipTypeResult: SwiftProtobuf.Message, SwiftProt } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { if !self.collectionmembershiptypes.isEmpty { try visitor.visitRepeatedMessageField(value: self.collectionmembershiptypes, fieldNumber: 1) } try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_CollectionMembershipTypeResult, rhs: Proto_CollectionMembershipTypeResult) -> Bool { + static func ==(lhs: Proto_CollectionMembershipTypeResult, rhs: Proto_CollectionMembershipTypeResult) -> Bool { if lhs.collectionmembershiptypes != rhs.collectionmembershiptypes {return false} if lhs.unknownFields != rhs.unknownFields {return false} return true @@ -7046,8 +6820,8 @@ extension Proto_CollectionMembershipTypeResult: SwiftProtobuf.Message, SwiftProt } extension Proto_CollectionMembershipType: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".CollectionMembershipType" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".CollectionMembershipType" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "id"), 2: .same(proto: "name"), 3: .same(proto: "description"), @@ -7057,7 +6831,7 @@ extension Proto_CollectionMembershipType: SwiftProtobuf.Message, SwiftProtobuf._ 7: .same(proto: "checksum"), ] - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { while let fieldNumber = try decoder.nextFieldNumber() { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every case branch when no optimizations are @@ -7075,7 +6849,7 @@ extension Proto_CollectionMembershipType: SwiftProtobuf.Message, SwiftProtobuf._ } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every if/case branch local when no optimizations // are enabled. https://github.com/apple/swift-protobuf/issues/1034 and @@ -7104,7 +6878,7 @@ extension Proto_CollectionMembershipType: SwiftProtobuf.Message, SwiftProtobuf._ try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_CollectionMembershipType, rhs: Proto_CollectionMembershipType) -> Bool { + static func ==(lhs: Proto_CollectionMembershipType, rhs: Proto_CollectionMembershipType) -> Bool { if lhs.id != rhs.id {return false} if lhs.name != rhs.name {return false} if lhs.description_p != rhs.description_p {return false} @@ -7118,12 +6892,12 @@ extension Proto_CollectionMembershipType: SwiftProtobuf.Message, SwiftProtobuf._ } extension Proto_CollectionRelationResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".CollectionRelationResult" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".CollectionRelationResult" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "collectionrelations"), ] - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { while let fieldNumber = try decoder.nextFieldNumber() { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every case branch when no optimizations are @@ -7135,14 +6909,14 @@ extension Proto_CollectionRelationResult: SwiftProtobuf.Message, SwiftProtobuf._ } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { if !self.collectionrelations.isEmpty { try visitor.visitRepeatedMessageField(value: self.collectionrelations, fieldNumber: 1) } try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_CollectionRelationResult, rhs: Proto_CollectionRelationResult) -> Bool { + static func ==(lhs: Proto_CollectionRelationResult, rhs: Proto_CollectionRelationResult) -> Bool { if lhs.collectionrelations != rhs.collectionrelations {return false} if lhs.unknownFields != rhs.unknownFields {return false} return true @@ -7150,8 +6924,8 @@ extension Proto_CollectionRelationResult: SwiftProtobuf.Message, SwiftProtobuf._ } extension Proto_CollectionRelation: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".CollectionRelation" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".CollectionRelation" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "id"), 2: .standard(proto: "child_collection"), 3: .standard(proto: "parent_collection"), @@ -7161,7 +6935,7 @@ extension Proto_CollectionRelation: SwiftProtobuf.Message, SwiftProtobuf._Messag 7: .same(proto: "checksum"), ] - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { while let fieldNumber = try decoder.nextFieldNumber() { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every case branch when no optimizations are @@ -7179,7 +6953,7 @@ extension Proto_CollectionRelation: SwiftProtobuf.Message, SwiftProtobuf._Messag } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every if/case branch local when no optimizations // are enabled. https://github.com/apple/swift-protobuf/issues/1034 and @@ -7208,7 +6982,7 @@ extension Proto_CollectionRelation: SwiftProtobuf.Message, SwiftProtobuf._Messag try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_CollectionRelation, rhs: Proto_CollectionRelation) -> Bool { + static func ==(lhs: Proto_CollectionRelation, rhs: Proto_CollectionRelation) -> Bool { if lhs.id != rhs.id {return false} if lhs._childCollection != rhs._childCollection {return false} if lhs._parentCollection != rhs._parentCollection {return false} @@ -7222,12 +6996,12 @@ extension Proto_CollectionRelation: SwiftProtobuf.Message, SwiftProtobuf._Messag } extension Proto_CollectionRelationTypeResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".CollectionRelationTypeResult" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".CollectionRelationTypeResult" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "collectionrelationtypes"), ] - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { while let fieldNumber = try decoder.nextFieldNumber() { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every case branch when no optimizations are @@ -7239,14 +7013,14 @@ extension Proto_CollectionRelationTypeResult: SwiftProtobuf.Message, SwiftProtob } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { if !self.collectionrelationtypes.isEmpty { try visitor.visitRepeatedMessageField(value: self.collectionrelationtypes, fieldNumber: 1) } try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_CollectionRelationTypeResult, rhs: Proto_CollectionRelationTypeResult) -> Bool { + static func ==(lhs: Proto_CollectionRelationTypeResult, rhs: Proto_CollectionRelationTypeResult) -> Bool { if lhs.collectionrelationtypes != rhs.collectionrelationtypes {return false} if lhs.unknownFields != rhs.unknownFields {return false} return true @@ -7254,8 +7028,8 @@ extension Proto_CollectionRelationTypeResult: SwiftProtobuf.Message, SwiftProtob } extension Proto_CollectionRelationType: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".CollectionRelationType" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".CollectionRelationType" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "id"), 2: .same(proto: "name"), 3: .same(proto: "description"), @@ -7299,7 +7073,7 @@ extension Proto_CollectionRelationType: SwiftProtobuf.Message, SwiftProtobuf._Me return _storage } - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { _ = _uniqueStorage() try withExtendedLifetime(_storage) { (_storage: _StorageClass) in while let fieldNumber = try decoder.nextFieldNumber() { @@ -7321,7 +7095,7 @@ extension Proto_CollectionRelationType: SwiftProtobuf.Message, SwiftProtobuf._Me } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { try withExtendedLifetime(_storage) { (_storage: _StorageClass) in // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every if/case branch local when no optimizations @@ -7355,7 +7129,7 @@ extension Proto_CollectionRelationType: SwiftProtobuf.Message, SwiftProtobuf._Me try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_CollectionRelationType, rhs: Proto_CollectionRelationType) -> Bool { + static func ==(lhs: Proto_CollectionRelationType, rhs: Proto_CollectionRelationType) -> Bool { if lhs._storage !== rhs._storage { let storagesAreEqual: Bool = withExtendedLifetime((lhs._storage, rhs._storage)) { (_args: (_StorageClass, _StorageClass)) in let _storage = _args.0 @@ -7378,12 +7152,12 @@ extension Proto_CollectionRelationType: SwiftProtobuf.Message, SwiftProtobuf._Me } extension Proto_CollectionTypeResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".CollectionTypeResult" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".CollectionTypeResult" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "collectiontypes"), ] - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { while let fieldNumber = try decoder.nextFieldNumber() { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every case branch when no optimizations are @@ -7395,14 +7169,14 @@ extension Proto_CollectionTypeResult: SwiftProtobuf.Message, SwiftProtobuf._Mess } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { if !self.collectiontypes.isEmpty { try visitor.visitRepeatedMessageField(value: self.collectiontypes, fieldNumber: 1) } try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_CollectionTypeResult, rhs: Proto_CollectionTypeResult) -> Bool { + static func ==(lhs: Proto_CollectionTypeResult, rhs: Proto_CollectionTypeResult) -> Bool { if lhs.collectiontypes != rhs.collectiontypes {return false} if lhs.unknownFields != rhs.unknownFields {return false} return true @@ -7410,8 +7184,8 @@ extension Proto_CollectionTypeResult: SwiftProtobuf.Message, SwiftProtobuf._Mess } extension Proto_CollectionType: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".CollectionType" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".CollectionType" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "id"), 2: .same(proto: "name"), 3: .same(proto: "description"), @@ -7420,7 +7194,7 @@ extension Proto_CollectionType: SwiftProtobuf.Message, SwiftProtobuf._MessageImp 6: .same(proto: "checksum"), ] - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { while let fieldNumber = try decoder.nextFieldNumber() { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every case branch when no optimizations are @@ -7437,7 +7211,7 @@ extension Proto_CollectionType: SwiftProtobuf.Message, SwiftProtobuf._MessageImp } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every if/case branch local when no optimizations // are enabled. https://github.com/apple/swift-protobuf/issues/1034 and @@ -7463,7 +7237,7 @@ extension Proto_CollectionType: SwiftProtobuf.Message, SwiftProtobuf._MessageImp try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_CollectionType, rhs: Proto_CollectionType) -> Bool { + static func ==(lhs: Proto_CollectionType, rhs: Proto_CollectionType) -> Bool { if lhs.id != rhs.id {return false} if lhs.name != rhs.name {return false} if lhs.description_p != rhs.description_p {return false} @@ -7476,12 +7250,12 @@ extension Proto_CollectionType: SwiftProtobuf.Message, SwiftProtobuf._MessageImp } extension Proto_CompanyResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".CompanyResult" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".CompanyResult" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "companies"), ] - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { while let fieldNumber = try decoder.nextFieldNumber() { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every case branch when no optimizations are @@ -7493,14 +7267,14 @@ extension Proto_CompanyResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImpl } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { if !self.companies.isEmpty { try visitor.visitRepeatedMessageField(value: self.companies, fieldNumber: 1) } try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_CompanyResult, rhs: Proto_CompanyResult) -> Bool { + static func ==(lhs: Proto_CompanyResult, rhs: Proto_CompanyResult) -> Bool { if lhs.companies != rhs.companies {return false} if lhs.unknownFields != rhs.unknownFields {return false} return true @@ -7508,8 +7282,8 @@ extension Proto_CompanyResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImpl } extension Proto_Company: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".Company" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".Company" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "id"), 2: .standard(proto: "change_date"), 3: .standard(proto: "change_date_category"), @@ -7586,7 +7360,7 @@ extension Proto_Company: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementa return _storage } - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { _ = _uniqueStorage() try withExtendedLifetime(_storage) { (_storage: _StorageClass) in while let fieldNumber = try decoder.nextFieldNumber() { @@ -7619,7 +7393,7 @@ extension Proto_Company: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementa } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { try withExtendedLifetime(_storage) { (_storage: _StorageClass) in // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every if/case branch local when no optimizations @@ -7686,7 +7460,7 @@ extension Proto_Company: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementa try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_Company, rhs: Proto_Company) -> Bool { + static func ==(lhs: Proto_Company, rhs: Proto_Company) -> Bool { if lhs._storage !== rhs._storage { let storagesAreEqual: Bool = withExtendedLifetime((lhs._storage, rhs._storage)) { (_args: (_StorageClass, _StorageClass)) in let _storage = _args.0 @@ -7720,12 +7494,12 @@ extension Proto_Company: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementa } extension Proto_CompanyLogoResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".CompanyLogoResult" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".CompanyLogoResult" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "companylogos"), ] - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { while let fieldNumber = try decoder.nextFieldNumber() { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every case branch when no optimizations are @@ -7737,14 +7511,14 @@ extension Proto_CompanyLogoResult: SwiftProtobuf.Message, SwiftProtobuf._Message } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { if !self.companylogos.isEmpty { try visitor.visitRepeatedMessageField(value: self.companylogos, fieldNumber: 1) } try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_CompanyLogoResult, rhs: Proto_CompanyLogoResult) -> Bool { + static func ==(lhs: Proto_CompanyLogoResult, rhs: Proto_CompanyLogoResult) -> Bool { if lhs.companylogos != rhs.companylogos {return false} if lhs.unknownFields != rhs.unknownFields {return false} return true @@ -7752,8 +7526,8 @@ extension Proto_CompanyLogoResult: SwiftProtobuf.Message, SwiftProtobuf._Message } extension Proto_CompanyLogo: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".CompanyLogo" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".CompanyLogo" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "id"), 2: .standard(proto: "alpha_channel"), 3: .same(proto: "animated"), @@ -7764,7 +7538,7 @@ extension Proto_CompanyLogo: SwiftProtobuf.Message, SwiftProtobuf._MessageImplem 8: .same(proto: "checksum"), ] - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { while let fieldNumber = try decoder.nextFieldNumber() { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every case branch when no optimizations are @@ -7783,7 +7557,7 @@ extension Proto_CompanyLogo: SwiftProtobuf.Message, SwiftProtobuf._MessageImplem } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { if self.id != 0 { try visitor.visitSingularUInt64Field(value: self.id, fieldNumber: 1) } @@ -7811,7 +7585,7 @@ extension Proto_CompanyLogo: SwiftProtobuf.Message, SwiftProtobuf._MessageImplem try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_CompanyLogo, rhs: Proto_CompanyLogo) -> Bool { + static func ==(lhs: Proto_CompanyLogo, rhs: Proto_CompanyLogo) -> Bool { if lhs.id != rhs.id {return false} if lhs.alphaChannel != rhs.alphaChannel {return false} if lhs.animated != rhs.animated {return false} @@ -7826,12 +7600,12 @@ extension Proto_CompanyLogo: SwiftProtobuf.Message, SwiftProtobuf._MessageImplem } extension Proto_CompanyWebsiteResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".CompanyWebsiteResult" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".CompanyWebsiteResult" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "companywebsites"), ] - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { while let fieldNumber = try decoder.nextFieldNumber() { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every case branch when no optimizations are @@ -7843,14 +7617,14 @@ extension Proto_CompanyWebsiteResult: SwiftProtobuf.Message, SwiftProtobuf._Mess } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { if !self.companywebsites.isEmpty { try visitor.visitRepeatedMessageField(value: self.companywebsites, fieldNumber: 1) } try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_CompanyWebsiteResult, rhs: Proto_CompanyWebsiteResult) -> Bool { + static func ==(lhs: Proto_CompanyWebsiteResult, rhs: Proto_CompanyWebsiteResult) -> Bool { if lhs.companywebsites != rhs.companywebsites {return false} if lhs.unknownFields != rhs.unknownFields {return false} return true @@ -7858,8 +7632,8 @@ extension Proto_CompanyWebsiteResult: SwiftProtobuf.Message, SwiftProtobuf._Mess } extension Proto_CompanyWebsite: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".CompanyWebsite" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".CompanyWebsite" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "id"), 2: .same(proto: "category"), 3: .same(proto: "trusted"), @@ -7867,7 +7641,7 @@ extension Proto_CompanyWebsite: SwiftProtobuf.Message, SwiftProtobuf._MessageImp 5: .same(proto: "checksum"), ] - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { while let fieldNumber = try decoder.nextFieldNumber() { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every case branch when no optimizations are @@ -7883,7 +7657,7 @@ extension Proto_CompanyWebsite: SwiftProtobuf.Message, SwiftProtobuf._MessageImp } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { if self.id != 0 { try visitor.visitSingularUInt64Field(value: self.id, fieldNumber: 1) } @@ -7902,7 +7676,7 @@ extension Proto_CompanyWebsite: SwiftProtobuf.Message, SwiftProtobuf._MessageImp try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_CompanyWebsite, rhs: Proto_CompanyWebsite) -> Bool { + static func ==(lhs: Proto_CompanyWebsite, rhs: Proto_CompanyWebsite) -> Bool { if lhs.id != rhs.id {return false} if lhs.category != rhs.category {return false} if lhs.trusted != rhs.trusted {return false} @@ -7914,12 +7688,12 @@ extension Proto_CompanyWebsite: SwiftProtobuf.Message, SwiftProtobuf._MessageImp } extension Proto_CoverResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".CoverResult" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".CoverResult" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "covers"), ] - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { while let fieldNumber = try decoder.nextFieldNumber() { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every case branch when no optimizations are @@ -7931,14 +7705,14 @@ extension Proto_CoverResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImplem } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { if !self.covers.isEmpty { try visitor.visitRepeatedMessageField(value: self.covers, fieldNumber: 1) } try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_CoverResult, rhs: Proto_CoverResult) -> Bool { + static func ==(lhs: Proto_CoverResult, rhs: Proto_CoverResult) -> Bool { if lhs.covers != rhs.covers {return false} if lhs.unknownFields != rhs.unknownFields {return false} return true @@ -7946,8 +7720,8 @@ extension Proto_CoverResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImplem } extension Proto_Cover: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".Cover" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".Cover" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "id"), 2: .standard(proto: "alpha_channel"), 3: .same(proto: "animated"), @@ -7997,7 +7771,7 @@ extension Proto_Cover: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementati return _storage } - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { _ = _uniqueStorage() try withExtendedLifetime(_storage) { (_storage: _StorageClass) in while let fieldNumber = try decoder.nextFieldNumber() { @@ -8021,7 +7795,7 @@ extension Proto_Cover: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementati } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { try withExtendedLifetime(_storage) { (_storage: _StorageClass) in // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every if/case branch local when no optimizations @@ -8061,7 +7835,7 @@ extension Proto_Cover: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementati try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_Cover, rhs: Proto_Cover) -> Bool { + static func ==(lhs: Proto_Cover, rhs: Proto_Cover) -> Bool { if lhs._storage !== rhs._storage { let storagesAreEqual: Bool = withExtendedLifetime((lhs._storage, rhs._storage)) { (_args: (_StorageClass, _StorageClass)) in let _storage = _args.0 @@ -8086,12 +7860,12 @@ extension Proto_Cover: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementati } extension Proto_EventResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".EventResult" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".EventResult" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "events"), ] - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { while let fieldNumber = try decoder.nextFieldNumber() { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every case branch when no optimizations are @@ -8103,14 +7877,14 @@ extension Proto_EventResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImplem } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { if !self.events.isEmpty { try visitor.visitRepeatedMessageField(value: self.events, fieldNumber: 1) } try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_EventResult, rhs: Proto_EventResult) -> Bool { + static func ==(lhs: Proto_EventResult, rhs: Proto_EventResult) -> Bool { if lhs.events != rhs.events {return false} if lhs.unknownFields != rhs.unknownFields {return false} return true @@ -8118,8 +7892,8 @@ extension Proto_EventResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImplem } extension Proto_Event: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".Event" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".Event" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "id"), 2: .same(proto: "name"), 3: .same(proto: "description"), @@ -8184,7 +7958,7 @@ extension Proto_Event: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementati return _storage } - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { _ = _uniqueStorage() try withExtendedLifetime(_storage) { (_storage: _StorageClass) in while let fieldNumber = try decoder.nextFieldNumber() { @@ -8213,7 +7987,7 @@ extension Proto_Event: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementati } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { try withExtendedLifetime(_storage) { (_storage: _StorageClass) in // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every if/case branch local when no optimizations @@ -8268,7 +8042,7 @@ extension Proto_Event: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementati try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_Event, rhs: Proto_Event) -> Bool { + static func ==(lhs: Proto_Event, rhs: Proto_Event) -> Bool { if lhs._storage !== rhs._storage { let storagesAreEqual: Bool = withExtendedLifetime((lhs._storage, rhs._storage)) { (_args: (_StorageClass, _StorageClass)) in let _storage = _args.0 @@ -8298,12 +8072,12 @@ extension Proto_Event: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementati } extension Proto_EventLogoResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".EventLogoResult" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".EventLogoResult" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "eventlogos"), ] - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { while let fieldNumber = try decoder.nextFieldNumber() { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every case branch when no optimizations are @@ -8315,14 +8089,14 @@ extension Proto_EventLogoResult: SwiftProtobuf.Message, SwiftProtobuf._MessageIm } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { if !self.eventlogos.isEmpty { try visitor.visitRepeatedMessageField(value: self.eventlogos, fieldNumber: 1) } try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_EventLogoResult, rhs: Proto_EventLogoResult) -> Bool { + static func ==(lhs: Proto_EventLogoResult, rhs: Proto_EventLogoResult) -> Bool { if lhs.eventlogos != rhs.eventlogos {return false} if lhs.unknownFields != rhs.unknownFields {return false} return true @@ -8330,8 +8104,8 @@ extension Proto_EventLogoResult: SwiftProtobuf.Message, SwiftProtobuf._MessageIm } extension Proto_EventLogo: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".EventLogo" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".EventLogo" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "id"), 2: .same(proto: "event"), 3: .standard(proto: "alpha_channel"), @@ -8384,7 +8158,7 @@ extension Proto_EventLogo: SwiftProtobuf.Message, SwiftProtobuf._MessageImplemen return _storage } - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { _ = _uniqueStorage() try withExtendedLifetime(_storage) { (_storage: _StorageClass) in while let fieldNumber = try decoder.nextFieldNumber() { @@ -8409,7 +8183,7 @@ extension Proto_EventLogo: SwiftProtobuf.Message, SwiftProtobuf._MessageImplemen } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { try withExtendedLifetime(_storage) { (_storage: _StorageClass) in // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every if/case branch local when no optimizations @@ -8452,7 +8226,7 @@ extension Proto_EventLogo: SwiftProtobuf.Message, SwiftProtobuf._MessageImplemen try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_EventLogo, rhs: Proto_EventLogo) -> Bool { + static func ==(lhs: Proto_EventLogo, rhs: Proto_EventLogo) -> Bool { if lhs._storage !== rhs._storage { let storagesAreEqual: Bool = withExtendedLifetime((lhs._storage, rhs._storage)) { (_args: (_StorageClass, _StorageClass)) in let _storage = _args.0 @@ -8478,12 +8252,12 @@ extension Proto_EventLogo: SwiftProtobuf.Message, SwiftProtobuf._MessageImplemen } extension Proto_EventNetworkResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".EventNetworkResult" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".EventNetworkResult" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "eventnetworks"), ] - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { while let fieldNumber = try decoder.nextFieldNumber() { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every case branch when no optimizations are @@ -8495,14 +8269,14 @@ extension Proto_EventNetworkResult: SwiftProtobuf.Message, SwiftProtobuf._Messag } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { if !self.eventnetworks.isEmpty { try visitor.visitRepeatedMessageField(value: self.eventnetworks, fieldNumber: 1) } try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_EventNetworkResult, rhs: Proto_EventNetworkResult) -> Bool { + static func ==(lhs: Proto_EventNetworkResult, rhs: Proto_EventNetworkResult) -> Bool { if lhs.eventnetworks != rhs.eventnetworks {return false} if lhs.unknownFields != rhs.unknownFields {return false} return true @@ -8510,8 +8284,8 @@ extension Proto_EventNetworkResult: SwiftProtobuf.Message, SwiftProtobuf._Messag } extension Proto_EventNetwork: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".EventNetwork" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".EventNetwork" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "id"), 2: .same(proto: "event"), 3: .same(proto: "url"), @@ -8521,7 +8295,7 @@ extension Proto_EventNetwork: SwiftProtobuf.Message, SwiftProtobuf._MessageImple 7: .same(proto: "checksum"), ] - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { while let fieldNumber = try decoder.nextFieldNumber() { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every case branch when no optimizations are @@ -8539,7 +8313,7 @@ extension Proto_EventNetwork: SwiftProtobuf.Message, SwiftProtobuf._MessageImple } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every if/case branch local when no optimizations // are enabled. https://github.com/apple/swift-protobuf/issues/1034 and @@ -8568,7 +8342,7 @@ extension Proto_EventNetwork: SwiftProtobuf.Message, SwiftProtobuf._MessageImple try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_EventNetwork, rhs: Proto_EventNetwork) -> Bool { + static func ==(lhs: Proto_EventNetwork, rhs: Proto_EventNetwork) -> Bool { if lhs.id != rhs.id {return false} if lhs._event != rhs._event {return false} if lhs.url != rhs.url {return false} @@ -8582,12 +8356,12 @@ extension Proto_EventNetwork: SwiftProtobuf.Message, SwiftProtobuf._MessageImple } extension Proto_ExternalGameResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".ExternalGameResult" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".ExternalGameResult" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "externalgames"), ] - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { while let fieldNumber = try decoder.nextFieldNumber() { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every case branch when no optimizations are @@ -8599,14 +8373,14 @@ extension Proto_ExternalGameResult: SwiftProtobuf.Message, SwiftProtobuf._Messag } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { if !self.externalgames.isEmpty { try visitor.visitRepeatedMessageField(value: self.externalgames, fieldNumber: 1) } try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_ExternalGameResult, rhs: Proto_ExternalGameResult) -> Bool { + static func ==(lhs: Proto_ExternalGameResult, rhs: Proto_ExternalGameResult) -> Bool { if lhs.externalgames != rhs.externalgames {return false} if lhs.unknownFields != rhs.unknownFields {return false} return true @@ -8614,8 +8388,8 @@ extension Proto_ExternalGameResult: SwiftProtobuf.Message, SwiftProtobuf._Messag } extension Proto_ExternalGame: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".ExternalGame" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".ExternalGame" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "id"), 2: .same(proto: "category"), 3: .standard(proto: "created_at"), @@ -8631,7 +8405,7 @@ extension Proto_ExternalGame: SwiftProtobuf.Message, SwiftProtobuf._MessageImple 13: .same(proto: "checksum"), ] - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { while let fieldNumber = try decoder.nextFieldNumber() { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every case branch when no optimizations are @@ -8655,7 +8429,7 @@ extension Proto_ExternalGame: SwiftProtobuf.Message, SwiftProtobuf._MessageImple } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every if/case branch local when no optimizations // are enabled. https://github.com/apple/swift-protobuf/issues/1034 and @@ -8702,7 +8476,7 @@ extension Proto_ExternalGame: SwiftProtobuf.Message, SwiftProtobuf._MessageImple try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_ExternalGame, rhs: Proto_ExternalGame) -> Bool { + static func ==(lhs: Proto_ExternalGame, rhs: Proto_ExternalGame) -> Bool { if lhs.id != rhs.id {return false} if lhs.category != rhs.category {return false} if lhs._createdAt != rhs._createdAt {return false} @@ -8722,12 +8496,12 @@ extension Proto_ExternalGame: SwiftProtobuf.Message, SwiftProtobuf._MessageImple } extension Proto_FranchiseResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".FranchiseResult" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".FranchiseResult" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "franchises"), ] - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { while let fieldNumber = try decoder.nextFieldNumber() { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every case branch when no optimizations are @@ -8739,14 +8513,14 @@ extension Proto_FranchiseResult: SwiftProtobuf.Message, SwiftProtobuf._MessageIm } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { if !self.franchises.isEmpty { try visitor.visitRepeatedMessageField(value: self.franchises, fieldNumber: 1) } try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_FranchiseResult, rhs: Proto_FranchiseResult) -> Bool { + static func ==(lhs: Proto_FranchiseResult, rhs: Proto_FranchiseResult) -> Bool { if lhs.franchises != rhs.franchises {return false} if lhs.unknownFields != rhs.unknownFields {return false} return true @@ -8754,8 +8528,8 @@ extension Proto_FranchiseResult: SwiftProtobuf.Message, SwiftProtobuf._MessageIm } extension Proto_Franchise: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".Franchise" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".Franchise" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "id"), 2: .standard(proto: "created_at"), 3: .same(proto: "games"), @@ -8766,7 +8540,7 @@ extension Proto_Franchise: SwiftProtobuf.Message, SwiftProtobuf._MessageImplemen 8: .same(proto: "checksum"), ] - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { while let fieldNumber = try decoder.nextFieldNumber() { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every case branch when no optimizations are @@ -8785,7 +8559,7 @@ extension Proto_Franchise: SwiftProtobuf.Message, SwiftProtobuf._MessageImplemen } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every if/case branch local when no optimizations // are enabled. https://github.com/apple/swift-protobuf/issues/1034 and @@ -8817,7 +8591,7 @@ extension Proto_Franchise: SwiftProtobuf.Message, SwiftProtobuf._MessageImplemen try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_Franchise, rhs: Proto_Franchise) -> Bool { + static func ==(lhs: Proto_Franchise, rhs: Proto_Franchise) -> Bool { if lhs.id != rhs.id {return false} if lhs._createdAt != rhs._createdAt {return false} if lhs.games != rhs.games {return false} @@ -8832,12 +8606,12 @@ extension Proto_Franchise: SwiftProtobuf.Message, SwiftProtobuf._MessageImplemen } extension Proto_GameResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".GameResult" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".GameResult" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "games"), ] - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { while let fieldNumber = try decoder.nextFieldNumber() { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every case branch when no optimizations are @@ -8849,14 +8623,14 @@ extension Proto_GameResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImpleme } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { if !self.games.isEmpty { try visitor.visitRepeatedMessageField(value: self.games, fieldNumber: 1) } try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_GameResult, rhs: Proto_GameResult) -> Bool { + static func ==(lhs: Proto_GameResult, rhs: Proto_GameResult) -> Bool { if lhs.games != rhs.games {return false} if lhs.unknownFields != rhs.unknownFields {return false} return true @@ -8864,8 +8638,8 @@ extension Proto_GameResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImpleme } extension Proto_Game: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".Game" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".Game" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "id"), 2: .standard(proto: "age_ratings"), 3: .standard(proto: "aggregated_rating"), @@ -9059,7 +8833,7 @@ extension Proto_Game: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementatio return _storage } - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { _ = _uniqueStorage() try withExtendedLifetime(_storage) { (_storage: _StorageClass) in while let fieldNumber = try decoder.nextFieldNumber() { @@ -9131,7 +8905,7 @@ extension Proto_Game: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementatio } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { try withExtendedLifetime(_storage) { (_storage: _StorageClass) in // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every if/case branch local when no optimizations @@ -9315,7 +9089,7 @@ extension Proto_Game: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementatio try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_Game, rhs: Proto_Game) -> Bool { + static func ==(lhs: Proto_Game, rhs: Proto_Game) -> Bool { if lhs._storage !== rhs._storage { let storagesAreEqual: Bool = withExtendedLifetime((lhs._storage, rhs._storage)) { (_args: (_StorageClass, _StorageClass)) in let _storage = _args.0 @@ -9388,12 +9162,12 @@ extension Proto_Game: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementatio } extension Proto_GameEngineResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".GameEngineResult" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".GameEngineResult" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "gameengines"), ] - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { while let fieldNumber = try decoder.nextFieldNumber() { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every case branch when no optimizations are @@ -9405,14 +9179,14 @@ extension Proto_GameEngineResult: SwiftProtobuf.Message, SwiftProtobuf._MessageI } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { if !self.gameengines.isEmpty { try visitor.visitRepeatedMessageField(value: self.gameengines, fieldNumber: 1) } try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_GameEngineResult, rhs: Proto_GameEngineResult) -> Bool { + static func ==(lhs: Proto_GameEngineResult, rhs: Proto_GameEngineResult) -> Bool { if lhs.gameengines != rhs.gameengines {return false} if lhs.unknownFields != rhs.unknownFields {return false} return true @@ -9420,8 +9194,8 @@ extension Proto_GameEngineResult: SwiftProtobuf.Message, SwiftProtobuf._MessageI } extension Proto_GameEngine: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".GameEngine" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".GameEngine" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "id"), 2: .same(proto: "companies"), 3: .standard(proto: "created_at"), @@ -9474,7 +9248,7 @@ extension Proto_GameEngine: SwiftProtobuf.Message, SwiftProtobuf._MessageImpleme return _storage } - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { _ = _uniqueStorage() try withExtendedLifetime(_storage) { (_storage: _StorageClass) in while let fieldNumber = try decoder.nextFieldNumber() { @@ -9499,7 +9273,7 @@ extension Proto_GameEngine: SwiftProtobuf.Message, SwiftProtobuf._MessageImpleme } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { try withExtendedLifetime(_storage) { (_storage: _StorageClass) in // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every if/case branch local when no optimizations @@ -9542,7 +9316,7 @@ extension Proto_GameEngine: SwiftProtobuf.Message, SwiftProtobuf._MessageImpleme try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_GameEngine, rhs: Proto_GameEngine) -> Bool { + static func ==(lhs: Proto_GameEngine, rhs: Proto_GameEngine) -> Bool { if lhs._storage !== rhs._storage { let storagesAreEqual: Bool = withExtendedLifetime((lhs._storage, rhs._storage)) { (_args: (_StorageClass, _StorageClass)) in let _storage = _args.0 @@ -9568,12 +9342,12 @@ extension Proto_GameEngine: SwiftProtobuf.Message, SwiftProtobuf._MessageImpleme } extension Proto_GameEngineLogoResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".GameEngineLogoResult" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".GameEngineLogoResult" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "gameenginelogos"), ] - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { while let fieldNumber = try decoder.nextFieldNumber() { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every case branch when no optimizations are @@ -9585,14 +9359,14 @@ extension Proto_GameEngineLogoResult: SwiftProtobuf.Message, SwiftProtobuf._Mess } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { if !self.gameenginelogos.isEmpty { try visitor.visitRepeatedMessageField(value: self.gameenginelogos, fieldNumber: 1) } try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_GameEngineLogoResult, rhs: Proto_GameEngineLogoResult) -> Bool { + static func ==(lhs: Proto_GameEngineLogoResult, rhs: Proto_GameEngineLogoResult) -> Bool { if lhs.gameenginelogos != rhs.gameenginelogos {return false} if lhs.unknownFields != rhs.unknownFields {return false} return true @@ -9600,8 +9374,8 @@ extension Proto_GameEngineLogoResult: SwiftProtobuf.Message, SwiftProtobuf._Mess } extension Proto_GameEngineLogo: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".GameEngineLogo" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".GameEngineLogo" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "id"), 2: .standard(proto: "alpha_channel"), 3: .same(proto: "animated"), @@ -9612,7 +9386,7 @@ extension Proto_GameEngineLogo: SwiftProtobuf.Message, SwiftProtobuf._MessageImp 8: .same(proto: "checksum"), ] - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { while let fieldNumber = try decoder.nextFieldNumber() { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every case branch when no optimizations are @@ -9631,7 +9405,7 @@ extension Proto_GameEngineLogo: SwiftProtobuf.Message, SwiftProtobuf._MessageImp } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { if self.id != 0 { try visitor.visitSingularUInt64Field(value: self.id, fieldNumber: 1) } @@ -9659,7 +9433,7 @@ extension Proto_GameEngineLogo: SwiftProtobuf.Message, SwiftProtobuf._MessageImp try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_GameEngineLogo, rhs: Proto_GameEngineLogo) -> Bool { + static func ==(lhs: Proto_GameEngineLogo, rhs: Proto_GameEngineLogo) -> Bool { if lhs.id != rhs.id {return false} if lhs.alphaChannel != rhs.alphaChannel {return false} if lhs.animated != rhs.animated {return false} @@ -9674,12 +9448,12 @@ extension Proto_GameEngineLogo: SwiftProtobuf.Message, SwiftProtobuf._MessageImp } extension Proto_GameLocalizationResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".GameLocalizationResult" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".GameLocalizationResult" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "gamelocalizations"), ] - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { while let fieldNumber = try decoder.nextFieldNumber() { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every case branch when no optimizations are @@ -9691,14 +9465,14 @@ extension Proto_GameLocalizationResult: SwiftProtobuf.Message, SwiftProtobuf._Me } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { if !self.gamelocalizations.isEmpty { try visitor.visitRepeatedMessageField(value: self.gamelocalizations, fieldNumber: 1) } try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_GameLocalizationResult, rhs: Proto_GameLocalizationResult) -> Bool { + static func ==(lhs: Proto_GameLocalizationResult, rhs: Proto_GameLocalizationResult) -> Bool { if lhs.gamelocalizations != rhs.gamelocalizations {return false} if lhs.unknownFields != rhs.unknownFields {return false} return true @@ -9706,8 +9480,8 @@ extension Proto_GameLocalizationResult: SwiftProtobuf.Message, SwiftProtobuf._Me } extension Proto_GameLocalization: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".GameLocalization" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".GameLocalization" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "id"), 2: .same(proto: "name"), 3: .same(proto: "cover"), @@ -9751,7 +9525,7 @@ extension Proto_GameLocalization: SwiftProtobuf.Message, SwiftProtobuf._MessageI return _storage } - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { _ = _uniqueStorage() try withExtendedLifetime(_storage) { (_storage: _StorageClass) in while let fieldNumber = try decoder.nextFieldNumber() { @@ -9773,7 +9547,7 @@ extension Proto_GameLocalization: SwiftProtobuf.Message, SwiftProtobuf._MessageI } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { try withExtendedLifetime(_storage) { (_storage: _StorageClass) in // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every if/case branch local when no optimizations @@ -9807,7 +9581,7 @@ extension Proto_GameLocalization: SwiftProtobuf.Message, SwiftProtobuf._MessageI try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_GameLocalization, rhs: Proto_GameLocalization) -> Bool { + static func ==(lhs: Proto_GameLocalization, rhs: Proto_GameLocalization) -> Bool { if lhs._storage !== rhs._storage { let storagesAreEqual: Bool = withExtendedLifetime((lhs._storage, rhs._storage)) { (_args: (_StorageClass, _StorageClass)) in let _storage = _args.0 @@ -9830,12 +9604,12 @@ extension Proto_GameLocalization: SwiftProtobuf.Message, SwiftProtobuf._MessageI } extension Proto_GameModeResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".GameModeResult" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".GameModeResult" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "gamemodes"), ] - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { while let fieldNumber = try decoder.nextFieldNumber() { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every case branch when no optimizations are @@ -9847,14 +9621,14 @@ extension Proto_GameModeResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImp } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { if !self.gamemodes.isEmpty { try visitor.visitRepeatedMessageField(value: self.gamemodes, fieldNumber: 1) } try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_GameModeResult, rhs: Proto_GameModeResult) -> Bool { + static func ==(lhs: Proto_GameModeResult, rhs: Proto_GameModeResult) -> Bool { if lhs.gamemodes != rhs.gamemodes {return false} if lhs.unknownFields != rhs.unknownFields {return false} return true @@ -9862,8 +9636,8 @@ extension Proto_GameModeResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImp } extension Proto_GameMode: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".GameMode" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".GameMode" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "id"), 2: .standard(proto: "created_at"), 3: .same(proto: "name"), @@ -9873,7 +9647,7 @@ extension Proto_GameMode: SwiftProtobuf.Message, SwiftProtobuf._MessageImplement 7: .same(proto: "checksum"), ] - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { while let fieldNumber = try decoder.nextFieldNumber() { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every case branch when no optimizations are @@ -9891,7 +9665,7 @@ extension Proto_GameMode: SwiftProtobuf.Message, SwiftProtobuf._MessageImplement } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every if/case branch local when no optimizations // are enabled. https://github.com/apple/swift-protobuf/issues/1034 and @@ -9920,7 +9694,7 @@ extension Proto_GameMode: SwiftProtobuf.Message, SwiftProtobuf._MessageImplement try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_GameMode, rhs: Proto_GameMode) -> Bool { + static func ==(lhs: Proto_GameMode, rhs: Proto_GameMode) -> Bool { if lhs.id != rhs.id {return false} if lhs._createdAt != rhs._createdAt {return false} if lhs.name != rhs.name {return false} @@ -9934,12 +9708,12 @@ extension Proto_GameMode: SwiftProtobuf.Message, SwiftProtobuf._MessageImplement } extension Proto_GameVersionResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".GameVersionResult" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".GameVersionResult" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "gameversions"), ] - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { while let fieldNumber = try decoder.nextFieldNumber() { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every case branch when no optimizations are @@ -9951,14 +9725,14 @@ extension Proto_GameVersionResult: SwiftProtobuf.Message, SwiftProtobuf._Message } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { if !self.gameversions.isEmpty { try visitor.visitRepeatedMessageField(value: self.gameversions, fieldNumber: 1) } try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_GameVersionResult, rhs: Proto_GameVersionResult) -> Bool { + static func ==(lhs: Proto_GameVersionResult, rhs: Proto_GameVersionResult) -> Bool { if lhs.gameversions != rhs.gameversions {return false} if lhs.unknownFields != rhs.unknownFields {return false} return true @@ -9966,8 +9740,8 @@ extension Proto_GameVersionResult: SwiftProtobuf.Message, SwiftProtobuf._Message } extension Proto_GameVersion: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".GameVersion" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".GameVersion" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "id"), 2: .standard(proto: "created_at"), 3: .same(proto: "features"), @@ -9978,7 +9752,7 @@ extension Proto_GameVersion: SwiftProtobuf.Message, SwiftProtobuf._MessageImplem 8: .same(proto: "checksum"), ] - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { while let fieldNumber = try decoder.nextFieldNumber() { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every case branch when no optimizations are @@ -9997,7 +9771,7 @@ extension Proto_GameVersion: SwiftProtobuf.Message, SwiftProtobuf._MessageImplem } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every if/case branch local when no optimizations // are enabled. https://github.com/apple/swift-protobuf/issues/1034 and @@ -10029,7 +9803,7 @@ extension Proto_GameVersion: SwiftProtobuf.Message, SwiftProtobuf._MessageImplem try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_GameVersion, rhs: Proto_GameVersion) -> Bool { + static func ==(lhs: Proto_GameVersion, rhs: Proto_GameVersion) -> Bool { if lhs.id != rhs.id {return false} if lhs._createdAt != rhs._createdAt {return false} if lhs.features != rhs.features {return false} @@ -10044,12 +9818,12 @@ extension Proto_GameVersion: SwiftProtobuf.Message, SwiftProtobuf._MessageImplem } extension Proto_GameVersionFeatureResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".GameVersionFeatureResult" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".GameVersionFeatureResult" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "gameversionfeatures"), ] - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { while let fieldNumber = try decoder.nextFieldNumber() { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every case branch when no optimizations are @@ -10061,14 +9835,14 @@ extension Proto_GameVersionFeatureResult: SwiftProtobuf.Message, SwiftProtobuf._ } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { if !self.gameversionfeatures.isEmpty { try visitor.visitRepeatedMessageField(value: self.gameversionfeatures, fieldNumber: 1) } try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_GameVersionFeatureResult, rhs: Proto_GameVersionFeatureResult) -> Bool { + static func ==(lhs: Proto_GameVersionFeatureResult, rhs: Proto_GameVersionFeatureResult) -> Bool { if lhs.gameversionfeatures != rhs.gameversionfeatures {return false} if lhs.unknownFields != rhs.unknownFields {return false} return true @@ -10076,8 +9850,8 @@ extension Proto_GameVersionFeatureResult: SwiftProtobuf.Message, SwiftProtobuf._ } extension Proto_GameVersionFeature: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".GameVersionFeature" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".GameVersionFeature" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "id"), 2: .same(proto: "category"), 3: .same(proto: "description"), @@ -10087,7 +9861,7 @@ extension Proto_GameVersionFeature: SwiftProtobuf.Message, SwiftProtobuf._Messag 7: .same(proto: "checksum"), ] - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { while let fieldNumber = try decoder.nextFieldNumber() { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every case branch when no optimizations are @@ -10105,7 +9879,7 @@ extension Proto_GameVersionFeature: SwiftProtobuf.Message, SwiftProtobuf._Messag } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { if self.id != 0 { try visitor.visitSingularUInt64Field(value: self.id, fieldNumber: 1) } @@ -10130,7 +9904,7 @@ extension Proto_GameVersionFeature: SwiftProtobuf.Message, SwiftProtobuf._Messag try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_GameVersionFeature, rhs: Proto_GameVersionFeature) -> Bool { + static func ==(lhs: Proto_GameVersionFeature, rhs: Proto_GameVersionFeature) -> Bool { if lhs.id != rhs.id {return false} if lhs.category != rhs.category {return false} if lhs.description_p != rhs.description_p {return false} @@ -10144,12 +9918,12 @@ extension Proto_GameVersionFeature: SwiftProtobuf.Message, SwiftProtobuf._Messag } extension Proto_GameVersionFeatureValueResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".GameVersionFeatureValueResult" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".GameVersionFeatureValueResult" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "gameversionfeaturevalues"), ] - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { while let fieldNumber = try decoder.nextFieldNumber() { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every case branch when no optimizations are @@ -10161,14 +9935,14 @@ extension Proto_GameVersionFeatureValueResult: SwiftProtobuf.Message, SwiftProto } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { if !self.gameversionfeaturevalues.isEmpty { try visitor.visitRepeatedMessageField(value: self.gameversionfeaturevalues, fieldNumber: 1) } try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_GameVersionFeatureValueResult, rhs: Proto_GameVersionFeatureValueResult) -> Bool { + static func ==(lhs: Proto_GameVersionFeatureValueResult, rhs: Proto_GameVersionFeatureValueResult) -> Bool { if lhs.gameversionfeaturevalues != rhs.gameversionfeaturevalues {return false} if lhs.unknownFields != rhs.unknownFields {return false} return true @@ -10176,8 +9950,8 @@ extension Proto_GameVersionFeatureValueResult: SwiftProtobuf.Message, SwiftProto } extension Proto_GameVersionFeatureValue: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".GameVersionFeatureValue" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".GameVersionFeatureValue" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "id"), 2: .same(proto: "game"), 3: .standard(proto: "game_feature"), @@ -10186,7 +9960,7 @@ extension Proto_GameVersionFeatureValue: SwiftProtobuf.Message, SwiftProtobuf._M 6: .same(proto: "checksum"), ] - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { while let fieldNumber = try decoder.nextFieldNumber() { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every case branch when no optimizations are @@ -10203,7 +9977,7 @@ extension Proto_GameVersionFeatureValue: SwiftProtobuf.Message, SwiftProtobuf._M } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every if/case branch local when no optimizations // are enabled. https://github.com/apple/swift-protobuf/issues/1034 and @@ -10229,7 +10003,7 @@ extension Proto_GameVersionFeatureValue: SwiftProtobuf.Message, SwiftProtobuf._M try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_GameVersionFeatureValue, rhs: Proto_GameVersionFeatureValue) -> Bool { + static func ==(lhs: Proto_GameVersionFeatureValue, rhs: Proto_GameVersionFeatureValue) -> Bool { if lhs.id != rhs.id {return false} if lhs._game != rhs._game {return false} if lhs._gameFeature != rhs._gameFeature {return false} @@ -10242,12 +10016,12 @@ extension Proto_GameVersionFeatureValue: SwiftProtobuf.Message, SwiftProtobuf._M } extension Proto_GameVideoResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".GameVideoResult" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".GameVideoResult" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "gamevideos"), ] - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { while let fieldNumber = try decoder.nextFieldNumber() { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every case branch when no optimizations are @@ -10259,14 +10033,14 @@ extension Proto_GameVideoResult: SwiftProtobuf.Message, SwiftProtobuf._MessageIm } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { if !self.gamevideos.isEmpty { try visitor.visitRepeatedMessageField(value: self.gamevideos, fieldNumber: 1) } try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_GameVideoResult, rhs: Proto_GameVideoResult) -> Bool { + static func ==(lhs: Proto_GameVideoResult, rhs: Proto_GameVideoResult) -> Bool { if lhs.gamevideos != rhs.gamevideos {return false} if lhs.unknownFields != rhs.unknownFields {return false} return true @@ -10274,8 +10048,8 @@ extension Proto_GameVideoResult: SwiftProtobuf.Message, SwiftProtobuf._MessageIm } extension Proto_GameVideo: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".GameVideo" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".GameVideo" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "id"), 2: .same(proto: "game"), 3: .same(proto: "name"), @@ -10283,7 +10057,7 @@ extension Proto_GameVideo: SwiftProtobuf.Message, SwiftProtobuf._MessageImplemen 5: .same(proto: "checksum"), ] - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { while let fieldNumber = try decoder.nextFieldNumber() { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every case branch when no optimizations are @@ -10299,7 +10073,7 @@ extension Proto_GameVideo: SwiftProtobuf.Message, SwiftProtobuf._MessageImplemen } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every if/case branch local when no optimizations // are enabled. https://github.com/apple/swift-protobuf/issues/1034 and @@ -10322,7 +10096,7 @@ extension Proto_GameVideo: SwiftProtobuf.Message, SwiftProtobuf._MessageImplemen try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_GameVideo, rhs: Proto_GameVideo) -> Bool { + static func ==(lhs: Proto_GameVideo, rhs: Proto_GameVideo) -> Bool { if lhs.id != rhs.id {return false} if lhs._game != rhs._game {return false} if lhs.name != rhs.name {return false} @@ -10334,12 +10108,12 @@ extension Proto_GameVideo: SwiftProtobuf.Message, SwiftProtobuf._MessageImplemen } extension Proto_GenreResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".GenreResult" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".GenreResult" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "genres"), ] - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { while let fieldNumber = try decoder.nextFieldNumber() { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every case branch when no optimizations are @@ -10351,14 +10125,14 @@ extension Proto_GenreResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImplem } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { if !self.genres.isEmpty { try visitor.visitRepeatedMessageField(value: self.genres, fieldNumber: 1) } try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_GenreResult, rhs: Proto_GenreResult) -> Bool { + static func ==(lhs: Proto_GenreResult, rhs: Proto_GenreResult) -> Bool { if lhs.genres != rhs.genres {return false} if lhs.unknownFields != rhs.unknownFields {return false} return true @@ -10366,8 +10140,8 @@ extension Proto_GenreResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImplem } extension Proto_Genre: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".Genre" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".Genre" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "id"), 2: .standard(proto: "created_at"), 3: .same(proto: "name"), @@ -10377,7 +10151,7 @@ extension Proto_Genre: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementati 7: .same(proto: "checksum"), ] - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { while let fieldNumber = try decoder.nextFieldNumber() { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every case branch when no optimizations are @@ -10395,7 +10169,7 @@ extension Proto_Genre: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementati } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every if/case branch local when no optimizations // are enabled. https://github.com/apple/swift-protobuf/issues/1034 and @@ -10424,7 +10198,7 @@ extension Proto_Genre: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementati try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_Genre, rhs: Proto_Genre) -> Bool { + static func ==(lhs: Proto_Genre, rhs: Proto_Genre) -> Bool { if lhs.id != rhs.id {return false} if lhs._createdAt != rhs._createdAt {return false} if lhs.name != rhs.name {return false} @@ -10438,12 +10212,12 @@ extension Proto_Genre: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementati } extension Proto_InvolvedCompanyResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".InvolvedCompanyResult" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".InvolvedCompanyResult" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "involvedcompanies"), ] - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { while let fieldNumber = try decoder.nextFieldNumber() { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every case branch when no optimizations are @@ -10455,14 +10229,14 @@ extension Proto_InvolvedCompanyResult: SwiftProtobuf.Message, SwiftProtobuf._Mes } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { if !self.involvedcompanies.isEmpty { try visitor.visitRepeatedMessageField(value: self.involvedcompanies, fieldNumber: 1) } try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_InvolvedCompanyResult, rhs: Proto_InvolvedCompanyResult) -> Bool { + static func ==(lhs: Proto_InvolvedCompanyResult, rhs: Proto_InvolvedCompanyResult) -> Bool { if lhs.involvedcompanies != rhs.involvedcompanies {return false} if lhs.unknownFields != rhs.unknownFields {return false} return true @@ -10470,8 +10244,8 @@ extension Proto_InvolvedCompanyResult: SwiftProtobuf.Message, SwiftProtobuf._Mes } extension Proto_InvolvedCompany: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".InvolvedCompany" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".InvolvedCompany" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "id"), 2: .same(proto: "company"), 3: .standard(proto: "created_at"), @@ -10484,7 +10258,7 @@ extension Proto_InvolvedCompany: SwiftProtobuf.Message, SwiftProtobuf._MessageIm 10: .same(proto: "checksum"), ] - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { while let fieldNumber = try decoder.nextFieldNumber() { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every case branch when no optimizations are @@ -10505,7 +10279,7 @@ extension Proto_InvolvedCompany: SwiftProtobuf.Message, SwiftProtobuf._MessageIm } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every if/case branch local when no optimizations // are enabled. https://github.com/apple/swift-protobuf/issues/1034 and @@ -10543,7 +10317,7 @@ extension Proto_InvolvedCompany: SwiftProtobuf.Message, SwiftProtobuf._MessageIm try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_InvolvedCompany, rhs: Proto_InvolvedCompany) -> Bool { + static func ==(lhs: Proto_InvolvedCompany, rhs: Proto_InvolvedCompany) -> Bool { if lhs.id != rhs.id {return false} if lhs._company != rhs._company {return false} if lhs._createdAt != rhs._createdAt {return false} @@ -10560,12 +10334,12 @@ extension Proto_InvolvedCompany: SwiftProtobuf.Message, SwiftProtobuf._MessageIm } extension Proto_KeywordResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".KeywordResult" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".KeywordResult" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "keywords"), ] - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { while let fieldNumber = try decoder.nextFieldNumber() { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every case branch when no optimizations are @@ -10577,14 +10351,14 @@ extension Proto_KeywordResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImpl } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { if !self.keywords.isEmpty { try visitor.visitRepeatedMessageField(value: self.keywords, fieldNumber: 1) } try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_KeywordResult, rhs: Proto_KeywordResult) -> Bool { + static func ==(lhs: Proto_KeywordResult, rhs: Proto_KeywordResult) -> Bool { if lhs.keywords != rhs.keywords {return false} if lhs.unknownFields != rhs.unknownFields {return false} return true @@ -10592,8 +10366,8 @@ extension Proto_KeywordResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImpl } extension Proto_Keyword: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".Keyword" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".Keyword" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "id"), 2: .standard(proto: "created_at"), 3: .same(proto: "name"), @@ -10603,7 +10377,7 @@ extension Proto_Keyword: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementa 7: .same(proto: "checksum"), ] - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { while let fieldNumber = try decoder.nextFieldNumber() { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every case branch when no optimizations are @@ -10621,7 +10395,7 @@ extension Proto_Keyword: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementa } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every if/case branch local when no optimizations // are enabled. https://github.com/apple/swift-protobuf/issues/1034 and @@ -10650,7 +10424,7 @@ extension Proto_Keyword: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementa try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_Keyword, rhs: Proto_Keyword) -> Bool { + static func ==(lhs: Proto_Keyword, rhs: Proto_Keyword) -> Bool { if lhs.id != rhs.id {return false} if lhs._createdAt != rhs._createdAt {return false} if lhs.name != rhs.name {return false} @@ -10664,12 +10438,12 @@ extension Proto_Keyword: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementa } extension Proto_LanguageResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".LanguageResult" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".LanguageResult" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "languages"), ] - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { while let fieldNumber = try decoder.nextFieldNumber() { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every case branch when no optimizations are @@ -10681,14 +10455,14 @@ extension Proto_LanguageResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImp } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { if !self.languages.isEmpty { try visitor.visitRepeatedMessageField(value: self.languages, fieldNumber: 1) } try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_LanguageResult, rhs: Proto_LanguageResult) -> Bool { + static func ==(lhs: Proto_LanguageResult, rhs: Proto_LanguageResult) -> Bool { if lhs.languages != rhs.languages {return false} if lhs.unknownFields != rhs.unknownFields {return false} return true @@ -10696,8 +10470,8 @@ extension Proto_LanguageResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImp } extension Proto_Language: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".Language" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".Language" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "id"), 2: .same(proto: "name"), 3: .standard(proto: "native_name"), @@ -10707,7 +10481,7 @@ extension Proto_Language: SwiftProtobuf.Message, SwiftProtobuf._MessageImplement 7: .same(proto: "checksum"), ] - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { while let fieldNumber = try decoder.nextFieldNumber() { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every case branch when no optimizations are @@ -10725,7 +10499,7 @@ extension Proto_Language: SwiftProtobuf.Message, SwiftProtobuf._MessageImplement } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every if/case branch local when no optimizations // are enabled. https://github.com/apple/swift-protobuf/issues/1034 and @@ -10754,7 +10528,7 @@ extension Proto_Language: SwiftProtobuf.Message, SwiftProtobuf._MessageImplement try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_Language, rhs: Proto_Language) -> Bool { + static func ==(lhs: Proto_Language, rhs: Proto_Language) -> Bool { if lhs.id != rhs.id {return false} if lhs.name != rhs.name {return false} if lhs.nativeName != rhs.nativeName {return false} @@ -10768,12 +10542,12 @@ extension Proto_Language: SwiftProtobuf.Message, SwiftProtobuf._MessageImplement } extension Proto_LanguageSupportResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".LanguageSupportResult" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".LanguageSupportResult" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "languagesupports"), ] - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { while let fieldNumber = try decoder.nextFieldNumber() { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every case branch when no optimizations are @@ -10785,14 +10559,14 @@ extension Proto_LanguageSupportResult: SwiftProtobuf.Message, SwiftProtobuf._Mes } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { if !self.languagesupports.isEmpty { try visitor.visitRepeatedMessageField(value: self.languagesupports, fieldNumber: 1) } try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_LanguageSupportResult, rhs: Proto_LanguageSupportResult) -> Bool { + static func ==(lhs: Proto_LanguageSupportResult, rhs: Proto_LanguageSupportResult) -> Bool { if lhs.languagesupports != rhs.languagesupports {return false} if lhs.unknownFields != rhs.unknownFields {return false} return true @@ -10800,8 +10574,8 @@ extension Proto_LanguageSupportResult: SwiftProtobuf.Message, SwiftProtobuf._Mes } extension Proto_LanguageSupport: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".LanguageSupport" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".LanguageSupport" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "id"), 2: .same(proto: "game"), 3: .same(proto: "language"), @@ -10842,7 +10616,7 @@ extension Proto_LanguageSupport: SwiftProtobuf.Message, SwiftProtobuf._MessageIm return _storage } - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { _ = _uniqueStorage() try withExtendedLifetime(_storage) { (_storage: _StorageClass) in while let fieldNumber = try decoder.nextFieldNumber() { @@ -10863,7 +10637,7 @@ extension Proto_LanguageSupport: SwiftProtobuf.Message, SwiftProtobuf._MessageIm } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { try withExtendedLifetime(_storage) { (_storage: _StorageClass) in // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every if/case branch local when no optimizations @@ -10894,7 +10668,7 @@ extension Proto_LanguageSupport: SwiftProtobuf.Message, SwiftProtobuf._MessageIm try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_LanguageSupport, rhs: Proto_LanguageSupport) -> Bool { + static func ==(lhs: Proto_LanguageSupport, rhs: Proto_LanguageSupport) -> Bool { if lhs._storage !== rhs._storage { let storagesAreEqual: Bool = withExtendedLifetime((lhs._storage, rhs._storage)) { (_args: (_StorageClass, _StorageClass)) in let _storage = _args.0 @@ -10916,12 +10690,12 @@ extension Proto_LanguageSupport: SwiftProtobuf.Message, SwiftProtobuf._MessageIm } extension Proto_LanguageSupportTypeResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".LanguageSupportTypeResult" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".LanguageSupportTypeResult" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "languagesupporttypes"), ] - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { while let fieldNumber = try decoder.nextFieldNumber() { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every case branch when no optimizations are @@ -10933,14 +10707,14 @@ extension Proto_LanguageSupportTypeResult: SwiftProtobuf.Message, SwiftProtobuf. } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { if !self.languagesupporttypes.isEmpty { try visitor.visitRepeatedMessageField(value: self.languagesupporttypes, fieldNumber: 1) } try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_LanguageSupportTypeResult, rhs: Proto_LanguageSupportTypeResult) -> Bool { + static func ==(lhs: Proto_LanguageSupportTypeResult, rhs: Proto_LanguageSupportTypeResult) -> Bool { if lhs.languagesupporttypes != rhs.languagesupporttypes {return false} if lhs.unknownFields != rhs.unknownFields {return false} return true @@ -10948,8 +10722,8 @@ extension Proto_LanguageSupportTypeResult: SwiftProtobuf.Message, SwiftProtobuf. } extension Proto_LanguageSupportType: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".LanguageSupportType" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".LanguageSupportType" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "id"), 2: .same(proto: "name"), 3: .standard(proto: "created_at"), @@ -10957,7 +10731,7 @@ extension Proto_LanguageSupportType: SwiftProtobuf.Message, SwiftProtobuf._Messa 5: .same(proto: "checksum"), ] - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { while let fieldNumber = try decoder.nextFieldNumber() { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every case branch when no optimizations are @@ -10973,7 +10747,7 @@ extension Proto_LanguageSupportType: SwiftProtobuf.Message, SwiftProtobuf._Messa } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every if/case branch local when no optimizations // are enabled. https://github.com/apple/swift-protobuf/issues/1034 and @@ -10996,7 +10770,7 @@ extension Proto_LanguageSupportType: SwiftProtobuf.Message, SwiftProtobuf._Messa try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_LanguageSupportType, rhs: Proto_LanguageSupportType) -> Bool { + static func ==(lhs: Proto_LanguageSupportType, rhs: Proto_LanguageSupportType) -> Bool { if lhs.id != rhs.id {return false} if lhs.name != rhs.name {return false} if lhs._createdAt != rhs._createdAt {return false} @@ -11008,12 +10782,12 @@ extension Proto_LanguageSupportType: SwiftProtobuf.Message, SwiftProtobuf._Messa } extension Proto_MultiplayerModeResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".MultiplayerModeResult" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".MultiplayerModeResult" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "multiplayermodes"), ] - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { while let fieldNumber = try decoder.nextFieldNumber() { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every case branch when no optimizations are @@ -11025,14 +10799,14 @@ extension Proto_MultiplayerModeResult: SwiftProtobuf.Message, SwiftProtobuf._Mes } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { if !self.multiplayermodes.isEmpty { try visitor.visitRepeatedMessageField(value: self.multiplayermodes, fieldNumber: 1) } try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_MultiplayerModeResult, rhs: Proto_MultiplayerModeResult) -> Bool { + static func ==(lhs: Proto_MultiplayerModeResult, rhs: Proto_MultiplayerModeResult) -> Bool { if lhs.multiplayermodes != rhs.multiplayermodes {return false} if lhs.unknownFields != rhs.unknownFields {return false} return true @@ -11040,8 +10814,8 @@ extension Proto_MultiplayerModeResult: SwiftProtobuf.Message, SwiftProtobuf._Mes } extension Proto_MultiplayerMode: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".MultiplayerMode" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".MultiplayerMode" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "id"), 2: .same(proto: "campaigncoop"), 3: .same(proto: "dropin"), @@ -11059,7 +10833,7 @@ extension Proto_MultiplayerMode: SwiftProtobuf.Message, SwiftProtobuf._MessageIm 15: .same(proto: "checksum"), ] - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { while let fieldNumber = try decoder.nextFieldNumber() { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every case branch when no optimizations are @@ -11085,7 +10859,7 @@ extension Proto_MultiplayerMode: SwiftProtobuf.Message, SwiftProtobuf._MessageIm } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every if/case branch local when no optimizations // are enabled. https://github.com/apple/swift-protobuf/issues/1034 and @@ -11138,7 +10912,7 @@ extension Proto_MultiplayerMode: SwiftProtobuf.Message, SwiftProtobuf._MessageIm try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_MultiplayerMode, rhs: Proto_MultiplayerMode) -> Bool { + static func ==(lhs: Proto_MultiplayerMode, rhs: Proto_MultiplayerMode) -> Bool { if lhs.id != rhs.id {return false} if lhs.campaigncoop != rhs.campaigncoop {return false} if lhs.dropin != rhs.dropin {return false} @@ -11160,12 +10934,12 @@ extension Proto_MultiplayerMode: SwiftProtobuf.Message, SwiftProtobuf._MessageIm } extension Proto_NetworkTypeResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".NetworkTypeResult" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".NetworkTypeResult" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "networktypes"), ] - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { while let fieldNumber = try decoder.nextFieldNumber() { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every case branch when no optimizations are @@ -11177,14 +10951,14 @@ extension Proto_NetworkTypeResult: SwiftProtobuf.Message, SwiftProtobuf._Message } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { if !self.networktypes.isEmpty { try visitor.visitRepeatedMessageField(value: self.networktypes, fieldNumber: 1) } try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_NetworkTypeResult, rhs: Proto_NetworkTypeResult) -> Bool { + static func ==(lhs: Proto_NetworkTypeResult, rhs: Proto_NetworkTypeResult) -> Bool { if lhs.networktypes != rhs.networktypes {return false} if lhs.unknownFields != rhs.unknownFields {return false} return true @@ -11192,8 +10966,8 @@ extension Proto_NetworkTypeResult: SwiftProtobuf.Message, SwiftProtobuf._Message } extension Proto_NetworkType: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".NetworkType" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".NetworkType" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "id"), 2: .same(proto: "name"), 3: .standard(proto: "event_networks"), @@ -11202,7 +10976,7 @@ extension Proto_NetworkType: SwiftProtobuf.Message, SwiftProtobuf._MessageImplem 6: .same(proto: "checksum"), ] - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { while let fieldNumber = try decoder.nextFieldNumber() { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every case branch when no optimizations are @@ -11219,7 +10993,7 @@ extension Proto_NetworkType: SwiftProtobuf.Message, SwiftProtobuf._MessageImplem } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every if/case branch local when no optimizations // are enabled. https://github.com/apple/swift-protobuf/issues/1034 and @@ -11245,7 +11019,7 @@ extension Proto_NetworkType: SwiftProtobuf.Message, SwiftProtobuf._MessageImplem try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_NetworkType, rhs: Proto_NetworkType) -> Bool { + static func ==(lhs: Proto_NetworkType, rhs: Proto_NetworkType) -> Bool { if lhs.id != rhs.id {return false} if lhs.name != rhs.name {return false} if lhs.eventNetworks != rhs.eventNetworks {return false} @@ -11258,12 +11032,12 @@ extension Proto_NetworkType: SwiftProtobuf.Message, SwiftProtobuf._MessageImplem } extension Proto_PlatformResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".PlatformResult" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".PlatformResult" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "platforms"), ] - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { while let fieldNumber = try decoder.nextFieldNumber() { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every case branch when no optimizations are @@ -11275,14 +11049,14 @@ extension Proto_PlatformResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImp } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { if !self.platforms.isEmpty { try visitor.visitRepeatedMessageField(value: self.platforms, fieldNumber: 1) } try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_PlatformResult, rhs: Proto_PlatformResult) -> Bool { + static func ==(lhs: Proto_PlatformResult, rhs: Proto_PlatformResult) -> Bool { if lhs.platforms != rhs.platforms {return false} if lhs.unknownFields != rhs.unknownFields {return false} return true @@ -11290,8 +11064,8 @@ extension Proto_PlatformResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImp } extension Proto_Platform: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".Platform" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".Platform" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "id"), 2: .same(proto: "abbreviation"), 3: .standard(proto: "alternative_name"), @@ -11359,7 +11133,7 @@ extension Proto_Platform: SwiftProtobuf.Message, SwiftProtobuf._MessageImplement return _storage } - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { _ = _uniqueStorage() try withExtendedLifetime(_storage) { (_storage: _StorageClass) in while let fieldNumber = try decoder.nextFieldNumber() { @@ -11389,7 +11163,7 @@ extension Proto_Platform: SwiftProtobuf.Message, SwiftProtobuf._MessageImplement } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { try withExtendedLifetime(_storage) { (_storage: _StorageClass) in // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every if/case branch local when no optimizations @@ -11447,7 +11221,7 @@ extension Proto_Platform: SwiftProtobuf.Message, SwiftProtobuf._MessageImplement try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_Platform, rhs: Proto_Platform) -> Bool { + static func ==(lhs: Proto_Platform, rhs: Proto_Platform) -> Bool { if lhs._storage !== rhs._storage { let storagesAreEqual: Bool = withExtendedLifetime((lhs._storage, rhs._storage)) { (_args: (_StorageClass, _StorageClass)) in let _storage = _args.0 @@ -11478,12 +11252,12 @@ extension Proto_Platform: SwiftProtobuf.Message, SwiftProtobuf._MessageImplement } extension Proto_PlatformFamilyResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".PlatformFamilyResult" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".PlatformFamilyResult" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "platformfamilies"), ] - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { while let fieldNumber = try decoder.nextFieldNumber() { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every case branch when no optimizations are @@ -11495,14 +11269,14 @@ extension Proto_PlatformFamilyResult: SwiftProtobuf.Message, SwiftProtobuf._Mess } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { if !self.platformfamilies.isEmpty { try visitor.visitRepeatedMessageField(value: self.platformfamilies, fieldNumber: 1) } try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_PlatformFamilyResult, rhs: Proto_PlatformFamilyResult) -> Bool { + static func ==(lhs: Proto_PlatformFamilyResult, rhs: Proto_PlatformFamilyResult) -> Bool { if lhs.platformfamilies != rhs.platformfamilies {return false} if lhs.unknownFields != rhs.unknownFields {return false} return true @@ -11510,15 +11284,15 @@ extension Proto_PlatformFamilyResult: SwiftProtobuf.Message, SwiftProtobuf._Mess } extension Proto_PlatformFamily: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".PlatformFamily" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".PlatformFamily" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "id"), 2: .same(proto: "name"), 3: .same(proto: "slug"), 4: .same(proto: "checksum"), ] - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { while let fieldNumber = try decoder.nextFieldNumber() { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every case branch when no optimizations are @@ -11533,7 +11307,7 @@ extension Proto_PlatformFamily: SwiftProtobuf.Message, SwiftProtobuf._MessageImp } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { if self.id != 0 { try visitor.visitSingularUInt64Field(value: self.id, fieldNumber: 1) } @@ -11549,7 +11323,7 @@ extension Proto_PlatformFamily: SwiftProtobuf.Message, SwiftProtobuf._MessageImp try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_PlatformFamily, rhs: Proto_PlatformFamily) -> Bool { + static func ==(lhs: Proto_PlatformFamily, rhs: Proto_PlatformFamily) -> Bool { if lhs.id != rhs.id {return false} if lhs.name != rhs.name {return false} if lhs.slug != rhs.slug {return false} @@ -11560,12 +11334,12 @@ extension Proto_PlatformFamily: SwiftProtobuf.Message, SwiftProtobuf._MessageImp } extension Proto_PlatformLogoResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".PlatformLogoResult" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".PlatformLogoResult" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "platformlogos"), ] - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { while let fieldNumber = try decoder.nextFieldNumber() { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every case branch when no optimizations are @@ -11577,14 +11351,14 @@ extension Proto_PlatformLogoResult: SwiftProtobuf.Message, SwiftProtobuf._Messag } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { if !self.platformlogos.isEmpty { try visitor.visitRepeatedMessageField(value: self.platformlogos, fieldNumber: 1) } try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_PlatformLogoResult, rhs: Proto_PlatformLogoResult) -> Bool { + static func ==(lhs: Proto_PlatformLogoResult, rhs: Proto_PlatformLogoResult) -> Bool { if lhs.platformlogos != rhs.platformlogos {return false} if lhs.unknownFields != rhs.unknownFields {return false} return true @@ -11592,8 +11366,8 @@ extension Proto_PlatformLogoResult: SwiftProtobuf.Message, SwiftProtobuf._Messag } extension Proto_PlatformLogo: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".PlatformLogo" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".PlatformLogo" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "id"), 2: .standard(proto: "alpha_channel"), 3: .same(proto: "animated"), @@ -11604,7 +11378,7 @@ extension Proto_PlatformLogo: SwiftProtobuf.Message, SwiftProtobuf._MessageImple 8: .same(proto: "checksum"), ] - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { while let fieldNumber = try decoder.nextFieldNumber() { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every case branch when no optimizations are @@ -11623,7 +11397,7 @@ extension Proto_PlatformLogo: SwiftProtobuf.Message, SwiftProtobuf._MessageImple } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { if self.id != 0 { try visitor.visitSingularUInt64Field(value: self.id, fieldNumber: 1) } @@ -11651,7 +11425,7 @@ extension Proto_PlatformLogo: SwiftProtobuf.Message, SwiftProtobuf._MessageImple try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_PlatformLogo, rhs: Proto_PlatformLogo) -> Bool { + static func ==(lhs: Proto_PlatformLogo, rhs: Proto_PlatformLogo) -> Bool { if lhs.id != rhs.id {return false} if lhs.alphaChannel != rhs.alphaChannel {return false} if lhs.animated != rhs.animated {return false} @@ -11666,12 +11440,12 @@ extension Proto_PlatformLogo: SwiftProtobuf.Message, SwiftProtobuf._MessageImple } extension Proto_PlatformVersionResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".PlatformVersionResult" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".PlatformVersionResult" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "platformversions"), ] - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { while let fieldNumber = try decoder.nextFieldNumber() { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every case branch when no optimizations are @@ -11683,14 +11457,14 @@ extension Proto_PlatformVersionResult: SwiftProtobuf.Message, SwiftProtobuf._Mes } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { if !self.platformversions.isEmpty { try visitor.visitRepeatedMessageField(value: self.platformversions, fieldNumber: 1) } try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_PlatformVersionResult, rhs: Proto_PlatformVersionResult) -> Bool { + static func ==(lhs: Proto_PlatformVersionResult, rhs: Proto_PlatformVersionResult) -> Bool { if lhs.platformversions != rhs.platformversions {return false} if lhs.unknownFields != rhs.unknownFields {return false} return true @@ -11698,8 +11472,8 @@ extension Proto_PlatformVersionResult: SwiftProtobuf.Message, SwiftProtobuf._Mes } extension Proto_PlatformVersion: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".PlatformVersion" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".PlatformVersion" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "id"), 2: .same(proto: "companies"), 3: .same(proto: "connectivity"), @@ -11782,7 +11556,7 @@ extension Proto_PlatformVersion: SwiftProtobuf.Message, SwiftProtobuf._MessageIm return _storage } - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { _ = _uniqueStorage() try withExtendedLifetime(_storage) { (_storage: _StorageClass) in while let fieldNumber = try decoder.nextFieldNumber() { @@ -11817,7 +11591,7 @@ extension Proto_PlatformVersion: SwiftProtobuf.Message, SwiftProtobuf._MessageIm } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { try withExtendedLifetime(_storage) { (_storage: _StorageClass) in // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every if/case branch local when no optimizations @@ -11890,7 +11664,7 @@ extension Proto_PlatformVersion: SwiftProtobuf.Message, SwiftProtobuf._MessageIm try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_PlatformVersion, rhs: Proto_PlatformVersion) -> Bool { + static func ==(lhs: Proto_PlatformVersion, rhs: Proto_PlatformVersion) -> Bool { if lhs._storage !== rhs._storage { let storagesAreEqual: Bool = withExtendedLifetime((lhs._storage, rhs._storage)) { (_args: (_StorageClass, _StorageClass)) in let _storage = _args.0 @@ -11926,12 +11700,12 @@ extension Proto_PlatformVersion: SwiftProtobuf.Message, SwiftProtobuf._MessageIm } extension Proto_PlatformVersionCompanyResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".PlatformVersionCompanyResult" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".PlatformVersionCompanyResult" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "platformversioncompanies"), ] - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { while let fieldNumber = try decoder.nextFieldNumber() { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every case branch when no optimizations are @@ -11943,14 +11717,14 @@ extension Proto_PlatformVersionCompanyResult: SwiftProtobuf.Message, SwiftProtob } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { if !self.platformversioncompanies.isEmpty { try visitor.visitRepeatedMessageField(value: self.platformversioncompanies, fieldNumber: 1) } try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_PlatformVersionCompanyResult, rhs: Proto_PlatformVersionCompanyResult) -> Bool { + static func ==(lhs: Proto_PlatformVersionCompanyResult, rhs: Proto_PlatformVersionCompanyResult) -> Bool { if lhs.platformversioncompanies != rhs.platformversioncompanies {return false} if lhs.unknownFields != rhs.unknownFields {return false} return true @@ -11958,8 +11732,8 @@ extension Proto_PlatformVersionCompanyResult: SwiftProtobuf.Message, SwiftProtob } extension Proto_PlatformVersionCompany: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".PlatformVersionCompany" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".PlatformVersionCompany" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "id"), 2: .same(proto: "comment"), 3: .same(proto: "company"), @@ -11968,7 +11742,7 @@ extension Proto_PlatformVersionCompany: SwiftProtobuf.Message, SwiftProtobuf._Me 6: .same(proto: "checksum"), ] - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { while let fieldNumber = try decoder.nextFieldNumber() { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every case branch when no optimizations are @@ -11985,7 +11759,7 @@ extension Proto_PlatformVersionCompany: SwiftProtobuf.Message, SwiftProtobuf._Me } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every if/case branch local when no optimizations // are enabled. https://github.com/apple/swift-protobuf/issues/1034 and @@ -12011,7 +11785,7 @@ extension Proto_PlatformVersionCompany: SwiftProtobuf.Message, SwiftProtobuf._Me try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_PlatformVersionCompany, rhs: Proto_PlatformVersionCompany) -> Bool { + static func ==(lhs: Proto_PlatformVersionCompany, rhs: Proto_PlatformVersionCompany) -> Bool { if lhs.id != rhs.id {return false} if lhs.comment != rhs.comment {return false} if lhs._company != rhs._company {return false} @@ -12024,12 +11798,12 @@ extension Proto_PlatformVersionCompany: SwiftProtobuf.Message, SwiftProtobuf._Me } extension Proto_PlatformVersionReleaseDateResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".PlatformVersionReleaseDateResult" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".PlatformVersionReleaseDateResult" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "platformversionreleasedates"), ] - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { while let fieldNumber = try decoder.nextFieldNumber() { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every case branch when no optimizations are @@ -12041,14 +11815,14 @@ extension Proto_PlatformVersionReleaseDateResult: SwiftProtobuf.Message, SwiftPr } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { if !self.platformversionreleasedates.isEmpty { try visitor.visitRepeatedMessageField(value: self.platformversionreleasedates, fieldNumber: 1) } try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_PlatformVersionReleaseDateResult, rhs: Proto_PlatformVersionReleaseDateResult) -> Bool { + static func ==(lhs: Proto_PlatformVersionReleaseDateResult, rhs: Proto_PlatformVersionReleaseDateResult) -> Bool { if lhs.platformversionreleasedates != rhs.platformversionreleasedates {return false} if lhs.unknownFields != rhs.unknownFields {return false} return true @@ -12056,8 +11830,8 @@ extension Proto_PlatformVersionReleaseDateResult: SwiftProtobuf.Message, SwiftPr } extension Proto_PlatformVersionReleaseDate: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".PlatformVersionReleaseDate" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".PlatformVersionReleaseDate" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "id"), 2: .same(proto: "category"), 3: .standard(proto: "created_at"), @@ -12071,7 +11845,7 @@ extension Proto_PlatformVersionReleaseDate: SwiftProtobuf.Message, SwiftProtobuf 11: .same(proto: "checksum"), ] - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { while let fieldNumber = try decoder.nextFieldNumber() { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every case branch when no optimizations are @@ -12093,7 +11867,7 @@ extension Proto_PlatformVersionReleaseDate: SwiftProtobuf.Message, SwiftProtobuf } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every if/case branch local when no optimizations // are enabled. https://github.com/apple/swift-protobuf/issues/1034 and @@ -12134,7 +11908,7 @@ extension Proto_PlatformVersionReleaseDate: SwiftProtobuf.Message, SwiftProtobuf try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_PlatformVersionReleaseDate, rhs: Proto_PlatformVersionReleaseDate) -> Bool { + static func ==(lhs: Proto_PlatformVersionReleaseDate, rhs: Proto_PlatformVersionReleaseDate) -> Bool { if lhs.id != rhs.id {return false} if lhs.category != rhs.category {return false} if lhs._createdAt != rhs._createdAt {return false} @@ -12152,12 +11926,12 @@ extension Proto_PlatformVersionReleaseDate: SwiftProtobuf.Message, SwiftProtobuf } extension Proto_PlatformWebsiteResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".PlatformWebsiteResult" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".PlatformWebsiteResult" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "platformwebsites"), ] - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { while let fieldNumber = try decoder.nextFieldNumber() { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every case branch when no optimizations are @@ -12169,14 +11943,14 @@ extension Proto_PlatformWebsiteResult: SwiftProtobuf.Message, SwiftProtobuf._Mes } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { if !self.platformwebsites.isEmpty { try visitor.visitRepeatedMessageField(value: self.platformwebsites, fieldNumber: 1) } try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_PlatformWebsiteResult, rhs: Proto_PlatformWebsiteResult) -> Bool { + static func ==(lhs: Proto_PlatformWebsiteResult, rhs: Proto_PlatformWebsiteResult) -> Bool { if lhs.platformwebsites != rhs.platformwebsites {return false} if lhs.unknownFields != rhs.unknownFields {return false} return true @@ -12184,8 +11958,8 @@ extension Proto_PlatformWebsiteResult: SwiftProtobuf.Message, SwiftProtobuf._Mes } extension Proto_PlatformWebsite: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".PlatformWebsite" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".PlatformWebsite" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "id"), 2: .same(proto: "category"), 3: .same(proto: "trusted"), @@ -12193,7 +11967,7 @@ extension Proto_PlatformWebsite: SwiftProtobuf.Message, SwiftProtobuf._MessageIm 5: .same(proto: "checksum"), ] - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { while let fieldNumber = try decoder.nextFieldNumber() { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every case branch when no optimizations are @@ -12209,7 +11983,7 @@ extension Proto_PlatformWebsite: SwiftProtobuf.Message, SwiftProtobuf._MessageIm } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { if self.id != 0 { try visitor.visitSingularUInt64Field(value: self.id, fieldNumber: 1) } @@ -12228,7 +12002,7 @@ extension Proto_PlatformWebsite: SwiftProtobuf.Message, SwiftProtobuf._MessageIm try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_PlatformWebsite, rhs: Proto_PlatformWebsite) -> Bool { + static func ==(lhs: Proto_PlatformWebsite, rhs: Proto_PlatformWebsite) -> Bool { if lhs.id != rhs.id {return false} if lhs.category != rhs.category {return false} if lhs.trusted != rhs.trusted {return false} @@ -12240,12 +12014,12 @@ extension Proto_PlatformWebsite: SwiftProtobuf.Message, SwiftProtobuf._MessageIm } extension Proto_PlayerPerspectiveResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".PlayerPerspectiveResult" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".PlayerPerspectiveResult" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "playerperspectives"), ] - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { while let fieldNumber = try decoder.nextFieldNumber() { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every case branch when no optimizations are @@ -12257,14 +12031,14 @@ extension Proto_PlayerPerspectiveResult: SwiftProtobuf.Message, SwiftProtobuf._M } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { if !self.playerperspectives.isEmpty { try visitor.visitRepeatedMessageField(value: self.playerperspectives, fieldNumber: 1) } try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_PlayerPerspectiveResult, rhs: Proto_PlayerPerspectiveResult) -> Bool { + static func ==(lhs: Proto_PlayerPerspectiveResult, rhs: Proto_PlayerPerspectiveResult) -> Bool { if lhs.playerperspectives != rhs.playerperspectives {return false} if lhs.unknownFields != rhs.unknownFields {return false} return true @@ -12272,8 +12046,8 @@ extension Proto_PlayerPerspectiveResult: SwiftProtobuf.Message, SwiftProtobuf._M } extension Proto_PlayerPerspective: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".PlayerPerspective" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".PlayerPerspective" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "id"), 2: .standard(proto: "created_at"), 3: .same(proto: "name"), @@ -12283,7 +12057,7 @@ extension Proto_PlayerPerspective: SwiftProtobuf.Message, SwiftProtobuf._Message 7: .same(proto: "checksum"), ] - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { while let fieldNumber = try decoder.nextFieldNumber() { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every case branch when no optimizations are @@ -12301,7 +12075,7 @@ extension Proto_PlayerPerspective: SwiftProtobuf.Message, SwiftProtobuf._Message } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every if/case branch local when no optimizations // are enabled. https://github.com/apple/swift-protobuf/issues/1034 and @@ -12330,7 +12104,7 @@ extension Proto_PlayerPerspective: SwiftProtobuf.Message, SwiftProtobuf._Message try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_PlayerPerspective, rhs: Proto_PlayerPerspective) -> Bool { + static func ==(lhs: Proto_PlayerPerspective, rhs: Proto_PlayerPerspective) -> Bool { if lhs.id != rhs.id {return false} if lhs._createdAt != rhs._createdAt {return false} if lhs.name != rhs.name {return false} @@ -12344,12 +12118,12 @@ extension Proto_PlayerPerspective: SwiftProtobuf.Message, SwiftProtobuf._Message } extension Proto_RegionResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".RegionResult" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".RegionResult" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "regions"), ] - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { while let fieldNumber = try decoder.nextFieldNumber() { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every case branch when no optimizations are @@ -12361,14 +12135,14 @@ extension Proto_RegionResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImple } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { if !self.regions.isEmpty { try visitor.visitRepeatedMessageField(value: self.regions, fieldNumber: 1) } try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_RegionResult, rhs: Proto_RegionResult) -> Bool { + static func ==(lhs: Proto_RegionResult, rhs: Proto_RegionResult) -> Bool { if lhs.regions != rhs.regions {return false} if lhs.unknownFields != rhs.unknownFields {return false} return true @@ -12376,8 +12150,8 @@ extension Proto_RegionResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImple } extension Proto_Region: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".Region" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".Region" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "id"), 2: .same(proto: "name"), 3: .same(proto: "category"), @@ -12387,7 +12161,7 @@ extension Proto_Region: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementat 7: .same(proto: "checksum"), ] - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { while let fieldNumber = try decoder.nextFieldNumber() { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every case branch when no optimizations are @@ -12405,7 +12179,7 @@ extension Proto_Region: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementat } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every if/case branch local when no optimizations // are enabled. https://github.com/apple/swift-protobuf/issues/1034 and @@ -12434,7 +12208,7 @@ extension Proto_Region: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementat try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_Region, rhs: Proto_Region) -> Bool { + static func ==(lhs: Proto_Region, rhs: Proto_Region) -> Bool { if lhs.id != rhs.id {return false} if lhs.name != rhs.name {return false} if lhs.category != rhs.category {return false} @@ -12448,12 +12222,12 @@ extension Proto_Region: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementat } extension Proto_ReleaseDateResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".ReleaseDateResult" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".ReleaseDateResult" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "releasedates"), ] - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { while let fieldNumber = try decoder.nextFieldNumber() { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every case branch when no optimizations are @@ -12465,14 +12239,14 @@ extension Proto_ReleaseDateResult: SwiftProtobuf.Message, SwiftProtobuf._Message } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { if !self.releasedates.isEmpty { try visitor.visitRepeatedMessageField(value: self.releasedates, fieldNumber: 1) } try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_ReleaseDateResult, rhs: Proto_ReleaseDateResult) -> Bool { + static func ==(lhs: Proto_ReleaseDateResult, rhs: Proto_ReleaseDateResult) -> Bool { if lhs.releasedates != rhs.releasedates {return false} if lhs.unknownFields != rhs.unknownFields {return false} return true @@ -12480,8 +12254,8 @@ extension Proto_ReleaseDateResult: SwiftProtobuf.Message, SwiftProtobuf._Message } extension Proto_ReleaseDate: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".ReleaseDate" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".ReleaseDate" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "id"), 2: .same(proto: "category"), 3: .standard(proto: "created_at"), @@ -12540,7 +12314,7 @@ extension Proto_ReleaseDate: SwiftProtobuf.Message, SwiftProtobuf._MessageImplem return _storage } - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { _ = _uniqueStorage() try withExtendedLifetime(_storage) { (_storage: _StorageClass) in while let fieldNumber = try decoder.nextFieldNumber() { @@ -12567,7 +12341,7 @@ extension Proto_ReleaseDate: SwiftProtobuf.Message, SwiftProtobuf._MessageImplem } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { try withExtendedLifetime(_storage) { (_storage: _StorageClass) in // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every if/case branch local when no optimizations @@ -12616,7 +12390,7 @@ extension Proto_ReleaseDate: SwiftProtobuf.Message, SwiftProtobuf._MessageImplem try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_ReleaseDate, rhs: Proto_ReleaseDate) -> Bool { + static func ==(lhs: Proto_ReleaseDate, rhs: Proto_ReleaseDate) -> Bool { if lhs._storage !== rhs._storage { let storagesAreEqual: Bool = withExtendedLifetime((lhs._storage, rhs._storage)) { (_args: (_StorageClass, _StorageClass)) in let _storage = _args.0 @@ -12644,12 +12418,12 @@ extension Proto_ReleaseDate: SwiftProtobuf.Message, SwiftProtobuf._MessageImplem } extension Proto_ReleaseDateStatusResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".ReleaseDateStatusResult" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".ReleaseDateStatusResult" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "releasedatestatuses"), ] - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { while let fieldNumber = try decoder.nextFieldNumber() { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every case branch when no optimizations are @@ -12661,14 +12435,14 @@ extension Proto_ReleaseDateStatusResult: SwiftProtobuf.Message, SwiftProtobuf._M } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { if !self.releasedatestatuses.isEmpty { try visitor.visitRepeatedMessageField(value: self.releasedatestatuses, fieldNumber: 1) } try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_ReleaseDateStatusResult, rhs: Proto_ReleaseDateStatusResult) -> Bool { + static func ==(lhs: Proto_ReleaseDateStatusResult, rhs: Proto_ReleaseDateStatusResult) -> Bool { if lhs.releasedatestatuses != rhs.releasedatestatuses {return false} if lhs.unknownFields != rhs.unknownFields {return false} return true @@ -12676,8 +12450,8 @@ extension Proto_ReleaseDateStatusResult: SwiftProtobuf.Message, SwiftProtobuf._M } extension Proto_ReleaseDateStatus: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".ReleaseDateStatus" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".ReleaseDateStatus" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "id"), 2: .same(proto: "name"), 3: .same(proto: "description"), @@ -12686,7 +12460,7 @@ extension Proto_ReleaseDateStatus: SwiftProtobuf.Message, SwiftProtobuf._Message 6: .same(proto: "checksum"), ] - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { while let fieldNumber = try decoder.nextFieldNumber() { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every case branch when no optimizations are @@ -12703,7 +12477,7 @@ extension Proto_ReleaseDateStatus: SwiftProtobuf.Message, SwiftProtobuf._Message } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every if/case branch local when no optimizations // are enabled. https://github.com/apple/swift-protobuf/issues/1034 and @@ -12729,7 +12503,7 @@ extension Proto_ReleaseDateStatus: SwiftProtobuf.Message, SwiftProtobuf._Message try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_ReleaseDateStatus, rhs: Proto_ReleaseDateStatus) -> Bool { + static func ==(lhs: Proto_ReleaseDateStatus, rhs: Proto_ReleaseDateStatus) -> Bool { if lhs.id != rhs.id {return false} if lhs.name != rhs.name {return false} if lhs.description_p != rhs.description_p {return false} @@ -12742,12 +12516,12 @@ extension Proto_ReleaseDateStatus: SwiftProtobuf.Message, SwiftProtobuf._Message } extension Proto_ScreenshotResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".ScreenshotResult" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".ScreenshotResult" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "screenshots"), ] - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { while let fieldNumber = try decoder.nextFieldNumber() { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every case branch when no optimizations are @@ -12759,14 +12533,14 @@ extension Proto_ScreenshotResult: SwiftProtobuf.Message, SwiftProtobuf._MessageI } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { if !self.screenshots.isEmpty { try visitor.visitRepeatedMessageField(value: self.screenshots, fieldNumber: 1) } try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_ScreenshotResult, rhs: Proto_ScreenshotResult) -> Bool { + static func ==(lhs: Proto_ScreenshotResult, rhs: Proto_ScreenshotResult) -> Bool { if lhs.screenshots != rhs.screenshots {return false} if lhs.unknownFields != rhs.unknownFields {return false} return true @@ -12774,8 +12548,8 @@ extension Proto_ScreenshotResult: SwiftProtobuf.Message, SwiftProtobuf._MessageI } extension Proto_Screenshot: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".Screenshot" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".Screenshot" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "id"), 2: .standard(proto: "alpha_channel"), 3: .same(proto: "animated"), @@ -12787,7 +12561,7 @@ extension Proto_Screenshot: SwiftProtobuf.Message, SwiftProtobuf._MessageImpleme 9: .same(proto: "checksum"), ] - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { while let fieldNumber = try decoder.nextFieldNumber() { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every case branch when no optimizations are @@ -12807,7 +12581,7 @@ extension Proto_Screenshot: SwiftProtobuf.Message, SwiftProtobuf._MessageImpleme } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every if/case branch local when no optimizations // are enabled. https://github.com/apple/swift-protobuf/issues/1034 and @@ -12842,7 +12616,7 @@ extension Proto_Screenshot: SwiftProtobuf.Message, SwiftProtobuf._MessageImpleme try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_Screenshot, rhs: Proto_Screenshot) -> Bool { + static func ==(lhs: Proto_Screenshot, rhs: Proto_Screenshot) -> Bool { if lhs.id != rhs.id {return false} if lhs.alphaChannel != rhs.alphaChannel {return false} if lhs.animated != rhs.animated {return false} @@ -12858,12 +12632,12 @@ extension Proto_Screenshot: SwiftProtobuf.Message, SwiftProtobuf._MessageImpleme } extension Proto_SearchResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".SearchResult" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".SearchResult" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "searches"), ] - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { while let fieldNumber = try decoder.nextFieldNumber() { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every case branch when no optimizations are @@ -12875,14 +12649,14 @@ extension Proto_SearchResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImple } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { if !self.searches.isEmpty { try visitor.visitRepeatedMessageField(value: self.searches, fieldNumber: 1) } try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_SearchResult, rhs: Proto_SearchResult) -> Bool { + static func ==(lhs: Proto_SearchResult, rhs: Proto_SearchResult) -> Bool { if lhs.searches != rhs.searches {return false} if lhs.unknownFields != rhs.unknownFields {return false} return true @@ -12890,8 +12664,8 @@ extension Proto_SearchResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImple } extension Proto_Search: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".Search" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".Search" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "id"), 2: .standard(proto: "alternative_name"), 3: .same(proto: "character"), @@ -12950,7 +12724,7 @@ extension Proto_Search: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementat return _storage } - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { _ = _uniqueStorage() try withExtendedLifetime(_storage) { (_storage: _StorageClass) in while let fieldNumber = try decoder.nextFieldNumber() { @@ -12977,7 +12751,7 @@ extension Proto_Search: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementat } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { try withExtendedLifetime(_storage) { (_storage: _StorageClass) in // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every if/case branch local when no optimizations @@ -13026,7 +12800,7 @@ extension Proto_Search: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementat try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_Search, rhs: Proto_Search) -> Bool { + static func ==(lhs: Proto_Search, rhs: Proto_Search) -> Bool { if lhs._storage !== rhs._storage { let storagesAreEqual: Bool = withExtendedLifetime((lhs._storage, rhs._storage)) { (_args: (_StorageClass, _StorageClass)) in let _storage = _args.0 @@ -13054,12 +12828,12 @@ extension Proto_Search: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementat } extension Proto_TestDummyResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".TestDummyResult" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".TestDummyResult" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "testdummies"), ] - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { while let fieldNumber = try decoder.nextFieldNumber() { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every case branch when no optimizations are @@ -13071,14 +12845,14 @@ extension Proto_TestDummyResult: SwiftProtobuf.Message, SwiftProtobuf._MessageIm } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { if !self.testdummies.isEmpty { try visitor.visitRepeatedMessageField(value: self.testdummies, fieldNumber: 1) } try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_TestDummyResult, rhs: Proto_TestDummyResult) -> Bool { + static func ==(lhs: Proto_TestDummyResult, rhs: Proto_TestDummyResult) -> Bool { if lhs.testdummies != rhs.testdummies {return false} if lhs.unknownFields != rhs.unknownFields {return false} return true @@ -13086,8 +12860,8 @@ extension Proto_TestDummyResult: SwiftProtobuf.Message, SwiftProtobuf._MessageIm } extension Proto_TestDummy: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".TestDummy" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".TestDummy" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "id"), 2: .standard(proto: "bool_value"), 3: .standard(proto: "created_at"), @@ -13161,7 +12935,7 @@ extension Proto_TestDummy: SwiftProtobuf.Message, SwiftProtobuf._MessageImplemen return _storage } - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { _ = _uniqueStorage() try withExtendedLifetime(_storage) { (_storage: _StorageClass) in while let fieldNumber = try decoder.nextFieldNumber() { @@ -13193,7 +12967,7 @@ extension Proto_TestDummy: SwiftProtobuf.Message, SwiftProtobuf._MessageImplemen } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { try withExtendedLifetime(_storage) { (_storage: _StorageClass) in // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every if/case branch local when no optimizations @@ -13257,7 +13031,7 @@ extension Proto_TestDummy: SwiftProtobuf.Message, SwiftProtobuf._MessageImplemen try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_TestDummy, rhs: Proto_TestDummy) -> Bool { + static func ==(lhs: Proto_TestDummy, rhs: Proto_TestDummy) -> Bool { if lhs._storage !== rhs._storage { let storagesAreEqual: Bool = withExtendedLifetime((lhs._storage, rhs._storage)) { (_args: (_StorageClass, _StorageClass)) in let _storage = _args.0 @@ -13290,12 +13064,12 @@ extension Proto_TestDummy: SwiftProtobuf.Message, SwiftProtobuf._MessageImplemen } extension Proto_ThemeResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".ThemeResult" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".ThemeResult" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "themes"), ] - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { while let fieldNumber = try decoder.nextFieldNumber() { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every case branch when no optimizations are @@ -13307,14 +13081,14 @@ extension Proto_ThemeResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImplem } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { if !self.themes.isEmpty { try visitor.visitRepeatedMessageField(value: self.themes, fieldNumber: 1) } try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_ThemeResult, rhs: Proto_ThemeResult) -> Bool { + static func ==(lhs: Proto_ThemeResult, rhs: Proto_ThemeResult) -> Bool { if lhs.themes != rhs.themes {return false} if lhs.unknownFields != rhs.unknownFields {return false} return true @@ -13322,8 +13096,8 @@ extension Proto_ThemeResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImplem } extension Proto_Theme: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".Theme" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".Theme" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "id"), 2: .standard(proto: "created_at"), 3: .same(proto: "name"), @@ -13333,7 +13107,7 @@ extension Proto_Theme: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementati 7: .same(proto: "checksum"), ] - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { while let fieldNumber = try decoder.nextFieldNumber() { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every case branch when no optimizations are @@ -13351,7 +13125,7 @@ extension Proto_Theme: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementati } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every if/case branch local when no optimizations // are enabled. https://github.com/apple/swift-protobuf/issues/1034 and @@ -13380,7 +13154,7 @@ extension Proto_Theme: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementati try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_Theme, rhs: Proto_Theme) -> Bool { + static func ==(lhs: Proto_Theme, rhs: Proto_Theme) -> Bool { if lhs.id != rhs.id {return false} if lhs._createdAt != rhs._createdAt {return false} if lhs.name != rhs.name {return false} @@ -13394,12 +13168,12 @@ extension Proto_Theme: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementati } extension Proto_WebsiteResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".WebsiteResult" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".WebsiteResult" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "websites"), ] - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { while let fieldNumber = try decoder.nextFieldNumber() { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every case branch when no optimizations are @@ -13411,14 +13185,14 @@ extension Proto_WebsiteResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImpl } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { if !self.websites.isEmpty { try visitor.visitRepeatedMessageField(value: self.websites, fieldNumber: 1) } try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_WebsiteResult, rhs: Proto_WebsiteResult) -> Bool { + static func ==(lhs: Proto_WebsiteResult, rhs: Proto_WebsiteResult) -> Bool { if lhs.websites != rhs.websites {return false} if lhs.unknownFields != rhs.unknownFields {return false} return true @@ -13426,8 +13200,8 @@ extension Proto_WebsiteResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImpl } extension Proto_Website: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding { - public static let protoMessageName: String = _protobuf_package + ".Website" - public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ + static let protoMessageName: String = _protobuf_package + ".Website" + static let _protobuf_nameMap: SwiftProtobuf._NameMap = [ 1: .same(proto: "id"), 2: .same(proto: "category"), 3: .same(proto: "game"), @@ -13436,7 +13210,7 @@ extension Proto_Website: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementa 6: .same(proto: "checksum"), ] - public mutating func decodeMessage(decoder: inout D) throws { + mutating func decodeMessage(decoder: inout D) throws { while let fieldNumber = try decoder.nextFieldNumber() { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every case branch when no optimizations are @@ -13453,7 +13227,7 @@ extension Proto_Website: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementa } } - public func traverse(visitor: inout V) throws { + func traverse(visitor: inout V) throws { // The use of inline closures is to circumvent an issue where the compiler // allocates stack space for every if/case branch local when no optimizations // are enabled. https://github.com/apple/swift-protobuf/issues/1034 and @@ -13479,7 +13253,7 @@ extension Proto_Website: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementa try unknownFields.traverse(visitor: &visitor) } - public static func ==(lhs: Proto_Website, rhs: Proto_Website) -> Bool { + static func ==(lhs: Proto_Website, rhs: Proto_Website) -> Bool { if lhs.id != rhs.id {return false} if lhs.category != rhs.category {return false} if lhs._game != rhs._game {return false}