Instance Propertyswift-protobuf 1.29.0SwiftProtobuf
options
Protocol buffer options.
var options: [Google_Protobuf_Option]
Protocol buffer options.
var options: [Google_Protobuf_Option]
s13SwiftProtobuf07Google_B10_EnumValueV7optionsSayAA0c1_B7_OptionVGvp
What are these?1FEGA
import SwiftProtobuf
Support library for Swift code generated by protoc-gen-swift.
struct Google_Protobuf_EnumValue
Enum value definition.
struct Google_Protobuf_Option
A protocol buffer option, which can be attached to a message, field, enumeration, etc.
init()
static let _protobuf_nameMap: _NameMap
static let protoMessageName: String
var name: String
Enum value name.
var number: Int32
Enum value number.
var unknownFields: UnknownStorage
static func == (lhs: Google_Protobuf_EnumValue, rhs: Google_Protobuf_EnumValue) -> Bool
mutating func decodeMessage<D>(decoder: inout D) throws where D : Decoder
func traverse<V>(visitor: inout V) throws where V : Visitor