Instance Propertyswift-protobuf 1.28.1SwiftProtobuf
options
Protocol buffer options.
type.pb.swift:387var options: [Google_Protobuf_Option]
Other members in extension
Type members
init(
) static let protoMessageName: String
static func == (lhs: Google_Protobuf_Enum, rhs: Google_Protobuf_Enum
) -> Bool
Show implementation details (1)
Hide implementation details
Instance members
var edition: String
The source edition string, only valid when syntax is SYNTAX_EDITIONS.
var enumvalue: [Google_Protobuf_EnumValue]
Enum value definitions.
var hasSourceContext: Bool
Returns true if
sourceContext
has been explicitly set.var name: String
Enum type name.
var sourceContext: Google_Protobuf_SourceContext
The source context.
var syntax: Google_Protobuf_Syntax
The source syntax.
var unknownFields: UnknownStorage
func clearSourceContext(
) Clears the value of
sourceContext
. Subsequent reads from it will return its default value.func decodeMessage<D>(decoder: inout D
) throws func traverse<V>(visitor: inout V
) throws