Instance Propertyswift-protobuf 1.28.1SwiftProtobuf
rawValue
descriptor.pb.swift:2258var rawValue: Int { get }
var rawValue: Int { get }
s13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO8rawValueSivp
What are these?
FNV24: [9R4U2]
Show implementation details (1)
Hide implementation details
import SwiftProtobuf
Support library for Swift code generated by protoc-gen-swift.
enum IdempotencyLevel
Is this method side-effect-free (or safe in HTTP parlance), or idempotent, or neither? HTTP based RPC implementation may choose GET verb for safe methods, and PUT verb for idempotent methods instead of the default POST.
struct Google_Protobuf_MethodOptions
@frozen struct Int
A signed integer value type.
init()
init?(rawValue: Int)
static let _protobuf_nameMap: _NameMap
typealias RawValue = Int