@@ -1054,6 +1054,72 @@ public struct Com_Apple_Containerization_Sandbox_V3_StatResponse: @unchecked Sen
10541054 fileprivate var _storage = _StorageClass. defaultInstance
10551055}
10561056
1057+ public struct Com_Apple_Containerization_Sandbox_V3_FiFreezeParams : Sendable {
1058+ // SwiftProtobuf.Message conformance is added in an extension below. See the
1059+ // `Message` and `Message+*Additions` files in the SwiftProtobuf library for
1060+ // methods supported on all messages.
1061+
1062+ public var unknownFields = SwiftProtobuf . UnknownStorage ( )
1063+
1064+ public init ( ) { }
1065+ }
1066+
1067+ public struct Com_Apple_Containerization_Sandbox_V3_FiThawParams : Sendable {
1068+ // SwiftProtobuf.Message conformance is added in an extension below. See the
1069+ // `Message` and `Message+*Additions` files in the SwiftProtobuf library for
1070+ // methods supported on all messages.
1071+
1072+ public var unknownFields = SwiftProtobuf . UnknownStorage ( )
1073+
1074+ public init ( ) { }
1075+ }
1076+
1077+ public struct Com_Apple_Containerization_Sandbox_V3_FilesystemOperationRequest : Sendable {
1078+ // SwiftProtobuf.Message conformance is added in an extension below. See the
1079+ // `Message` and `Message+*Additions` files in the SwiftProtobuf library for
1080+ // methods supported on all messages.
1081+
1082+ public var path : String = String ( )
1083+
1084+ public var operation : Com_Apple_Containerization_Sandbox_V3_FilesystemOperationRequest . OneOf_Operation ? = nil
1085+
1086+ public var freeze : Com_Apple_Containerization_Sandbox_V3_FiFreezeParams {
1087+ get {
1088+ if case . freeze( let v) ? = operation { return v}
1089+ return Com_Apple_Containerization_Sandbox_V3_FiFreezeParams ( )
1090+ }
1091+ set { operation = . freeze( newValue) }
1092+ }
1093+
1094+ public var thaw : Com_Apple_Containerization_Sandbox_V3_FiThawParams {
1095+ get {
1096+ if case . thaw( let v) ? = operation { return v}
1097+ return Com_Apple_Containerization_Sandbox_V3_FiThawParams ( )
1098+ }
1099+ set { operation = . thaw( newValue) }
1100+ }
1101+
1102+ public var unknownFields = SwiftProtobuf . UnknownStorage ( )
1103+
1104+ public enum OneOf_Operation : Equatable , Sendable {
1105+ case freeze( Com_Apple_Containerization_Sandbox_V3_FiFreezeParams )
1106+ case thaw( Com_Apple_Containerization_Sandbox_V3_FiThawParams )
1107+
1108+ }
1109+
1110+ public init ( ) { }
1111+ }
1112+
1113+ public struct Com_Apple_Containerization_Sandbox_V3_FilesystemOperationResponse : Sendable {
1114+ // SwiftProtobuf.Message conformance is added in an extension below. See the
1115+ // `Message` and `Message+*Additions` files in the SwiftProtobuf library for
1116+ // methods supported on all messages.
1117+
1118+ public var unknownFields = SwiftProtobuf . UnknownStorage ( )
1119+
1120+ public init ( ) { }
1121+ }
1122+
10571123public struct Com_Apple_Containerization_Sandbox_V3_IpLinkSetRequest : Sendable {
10581124 // SwiftProtobuf.Message conformance is added in an extension below. See the
10591125 // `Message` and `Message+*Additions` files in the SwiftProtobuf library for
@@ -3138,6 +3204,135 @@ extension Com_Apple_Containerization_Sandbox_V3_StatResponse: SwiftProtobuf.Mess
31383204 }
31393205}
31403206
3207+ extension Com_Apple_Containerization_Sandbox_V3_FiFreezeParams : SwiftProtobuf . Message , SwiftProtobuf . _MessageImplementationBase , SwiftProtobuf . _ProtoNameProviding {
3208+ public static let protoMessageName : String = _protobuf_package + " .FiFreezeParams "
3209+ public static let _protobuf_nameMap = SwiftProtobuf . _NameMap ( )
3210+
3211+ public mutating func decodeMessage< D: SwiftProtobuf . Decoder > ( decoder: inout D ) throws {
3212+ // Load everything into unknown fields
3213+ while try decoder. nextFieldNumber ( ) != nil { }
3214+ }
3215+
3216+ public func traverse< V: SwiftProtobuf . Visitor > ( visitor: inout V ) throws {
3217+ try unknownFields. traverse ( visitor: & visitor)
3218+ }
3219+
3220+ public static func == ( lhs: Com_Apple_Containerization_Sandbox_V3_FiFreezeParams , rhs: Com_Apple_Containerization_Sandbox_V3_FiFreezeParams ) -> Bool {
3221+ if lhs. unknownFields != rhs. unknownFields { return false }
3222+ return true
3223+ }
3224+ }
3225+
3226+ extension Com_Apple_Containerization_Sandbox_V3_FiThawParams : SwiftProtobuf . Message , SwiftProtobuf . _MessageImplementationBase , SwiftProtobuf . _ProtoNameProviding {
3227+ public static let protoMessageName : String = _protobuf_package + " .FiThawParams "
3228+ public static let _protobuf_nameMap = SwiftProtobuf . _NameMap ( )
3229+
3230+ public mutating func decodeMessage< D: SwiftProtobuf . Decoder > ( decoder: inout D ) throws {
3231+ // Load everything into unknown fields
3232+ while try decoder. nextFieldNumber ( ) != nil { }
3233+ }
3234+
3235+ public func traverse< V: SwiftProtobuf . Visitor > ( visitor: inout V ) throws {
3236+ try unknownFields. traverse ( visitor: & visitor)
3237+ }
3238+
3239+ public static func == ( lhs: Com_Apple_Containerization_Sandbox_V3_FiThawParams , rhs: Com_Apple_Containerization_Sandbox_V3_FiThawParams ) -> Bool {
3240+ if lhs. unknownFields != rhs. unknownFields { return false }
3241+ return true
3242+ }
3243+ }
3244+
3245+ extension Com_Apple_Containerization_Sandbox_V3_FilesystemOperationRequest : SwiftProtobuf . Message , SwiftProtobuf . _MessageImplementationBase , SwiftProtobuf . _ProtoNameProviding {
3246+ public static let protoMessageName : String = _protobuf_package + " .FilesystemOperationRequest "
3247+ public static let _protobuf_nameMap = SwiftProtobuf . _NameMap ( bytecode: " \0 \u{1} path \0 \u{1} freeze \0 \u{1} thaw \0 " )
3248+
3249+ public mutating func decodeMessage< D: SwiftProtobuf . Decoder > ( decoder: inout D ) throws {
3250+ while let fieldNumber = try decoder. nextFieldNumber ( ) {
3251+ // The use of inline closures is to circumvent an issue where the compiler
3252+ // allocates stack space for every case branch when no optimizations are
3253+ // enabled. https://github.com/apple/swift-protobuf/issues/1034
3254+ switch fieldNumber {
3255+ case 1 : try { try decoder. decodeSingularStringField ( value: & self . path) } ( )
3256+ case 2 : try {
3257+ var v : Com_Apple_Containerization_Sandbox_V3_FiFreezeParams ?
3258+ var hadOneofValue = false
3259+ if let current = self . operation {
3260+ hadOneofValue = true
3261+ if case . freeze( let m) = current { v = m}
3262+ }
3263+ try decoder. decodeSingularMessageField ( value: & v)
3264+ if let v = v {
3265+ if hadOneofValue { try decoder. handleConflictingOneOf ( ) }
3266+ self . operation = . freeze( v)
3267+ }
3268+ } ( )
3269+ case 3 : try {
3270+ var v : Com_Apple_Containerization_Sandbox_V3_FiThawParams ?
3271+ var hadOneofValue = false
3272+ if let current = self . operation {
3273+ hadOneofValue = true
3274+ if case . thaw( let m) = current { v = m}
3275+ }
3276+ try decoder. decodeSingularMessageField ( value: & v)
3277+ if let v = v {
3278+ if hadOneofValue { try decoder. handleConflictingOneOf ( ) }
3279+ self . operation = . thaw( v)
3280+ }
3281+ } ( )
3282+ default : break
3283+ }
3284+ }
3285+ }
3286+
3287+ public func traverse< V: SwiftProtobuf . Visitor > ( visitor: inout V ) throws {
3288+ // The use of inline closures is to circumvent an issue where the compiler
3289+ // allocates stack space for every if/case branch local when no optimizations
3290+ // are enabled. https://github.com/apple/swift-protobuf/issues/1034 and
3291+ // https://github.com/apple/swift-protobuf/issues/1182
3292+ if !self . path. isEmpty {
3293+ try visitor. visitSingularStringField ( value: self . path, fieldNumber: 1 )
3294+ }
3295+ switch self . operation {
3296+ case . freeze? : try {
3297+ guard case . freeze( let v) ? = self . operation else { preconditionFailure ( ) }
3298+ try visitor. visitSingularMessageField ( value: v, fieldNumber: 2 )
3299+ } ( )
3300+ case . thaw? : try {
3301+ guard case . thaw( let v) ? = self . operation else { preconditionFailure ( ) }
3302+ try visitor. visitSingularMessageField ( value: v, fieldNumber: 3 )
3303+ } ( )
3304+ case nil : break
3305+ }
3306+ try unknownFields. traverse ( visitor: & visitor)
3307+ }
3308+
3309+ public static func == ( lhs: Com_Apple_Containerization_Sandbox_V3_FilesystemOperationRequest , rhs: Com_Apple_Containerization_Sandbox_V3_FilesystemOperationRequest ) -> Bool {
3310+ if lhs. path != rhs. path { return false }
3311+ if lhs. operation != rhs. operation { return false }
3312+ if lhs. unknownFields != rhs. unknownFields { return false }
3313+ return true
3314+ }
3315+ }
3316+
3317+ extension Com_Apple_Containerization_Sandbox_V3_FilesystemOperationResponse : SwiftProtobuf . Message , SwiftProtobuf . _MessageImplementationBase , SwiftProtobuf . _ProtoNameProviding {
3318+ public static let protoMessageName : String = _protobuf_package + " .FilesystemOperationResponse "
3319+ public static let _protobuf_nameMap = SwiftProtobuf . _NameMap ( )
3320+
3321+ public mutating func decodeMessage< D: SwiftProtobuf . Decoder > ( decoder: inout D ) throws {
3322+ // Load everything into unknown fields
3323+ while try decoder. nextFieldNumber ( ) != nil { }
3324+ }
3325+
3326+ public func traverse< V: SwiftProtobuf . Visitor > ( visitor: inout V ) throws {
3327+ try unknownFields. traverse ( visitor: & visitor)
3328+ }
3329+
3330+ public static func == ( lhs: Com_Apple_Containerization_Sandbox_V3_FilesystemOperationResponse , rhs: Com_Apple_Containerization_Sandbox_V3_FilesystemOperationResponse ) -> Bool {
3331+ if lhs. unknownFields != rhs. unknownFields { return false }
3332+ return true
3333+ }
3334+ }
3335+
31413336extension Com_Apple_Containerization_Sandbox_V3_IpLinkSetRequest : SwiftProtobuf . Message , SwiftProtobuf . _MessageImplementationBase , SwiftProtobuf . _ProtoNameProviding {
31423337 public static let protoMessageName : String = _protobuf_package + " .IpLinkSetRequest "
31433338 public static let _protobuf_nameMap = SwiftProtobuf . _NameMap ( bytecode: " \0 \u{1} interface \0 \u{1} up \0 \u{1} mtu \0 " )
0 commit comments