Skyle_OptionMessage
public struct Skyle_OptionMessage : Sendable
extension Skyle_OptionMessage: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding
Message to wrap the options message: either empty or filled with options
-
Undocumented
Declaration
Swift
public var message: Skyle_OptionMessage.OneOf_Message?
-
Empty message
Declaration
Swift
public var empty: SwiftProtobuf.Google_Protobuf_Empty { get set }
-
Options
Declaration
Swift
public var options: Skyle_Options { get set }
-
Declaration
Swift
public var unknownFields: UnknownStorage
-
Undocumented
See moreDeclaration
Swift
public enum OneOf_Message : Equatable, Sendable
-
Declaration
Swift
public init()
-
Declaration
Swift
public static let protoMessageName: String
-
Declaration
Swift
public static let _protobuf_nameMap: SwiftProtobuf._NameMap
-
Declaration
Swift
public mutating func decodeMessage<D>(decoder: inout D) throws where D : Decoder
-
Declaration
Swift
public func traverse<V>(visitor: inout V) throws where V : Visitor
-
Declaration
Swift
public static func == (lhs: Skyle_OptionMessage, rhs: Skyle_OptionMessage) -> Bool