Initializerswift-protobuf 1.28.1SwiftProtobuf
init
descriptor.pb.swift:2245init()
init()
s13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelOAEycfc
What are these?
FNV24: [75TP0]
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
init?(rawValue: Int)
static let _protobuf_nameMap: _NameMap
var rawValue: Int { get }
typealias RawValue = Int