Enumerationswift-protobuf 1.29.0SwiftProtobuf
Google_Protobuf_Syntax
The syntax in which a protocol buffer element is defined.
enum Google_Protobuf_Syntax
The syntax in which a protocol buffer element is defined.
enum Google_Protobuf_Syntax
import SwiftProtobuf
Support library for Swift code generated by protoc-gen-swift.
case proto2
Syntax proto2
.
case proto3
Syntax proto3
.
case editions
Syntax editions
.
case UNRECOGNIZED(Int)
protocol CaseIterable
A type that provides a collection of all of its values.
protocol Copyable
A type whose values can be implicitly or explicitly copied.
@preconcurrency protocol Enum : Hashable, RawRepresentable, Sendable
Generated enum types conform to this protocol.
protocol Equatable
A type that can be compared for value equality.
protocol Escapable
protocol Hashable : Equatable
A type that can be hashed into a Hasher
to produce an integer hash value.
protocol RawRepresentable<RawValue>
A type that can be converted to and from an associated raw value.
protocol Sendable
protocol _ProtoNameProviding
SwiftProtobuf Internal: Common support looking up field names.
init()
init?(rawValue: Int)
static let _protobuf_nameMap: _NameMap
static let allCases: [Google_Protobuf_Syntax]
var rawValue: Int { get }
typealias RawValue = Int
var hashValue: Int { get }
static func != (lhs: Self, rhs: Self) -> Bool
Returns a Boolean value indicating whether two values are not equal.
func hash(into hasher: inout Hasher)