Enumeration Caseswift-protobuf 1.29.0SwiftProtobuf
idempotent
idempotent, but may have side effects
case idempotent
idempotent, but may have side effects
case idempotent
s13SwiftProtobuf07Google_B14_MethodOptionsV16IdempotencyLevelO10idempotentyA2EmF
What are these?9EZU5
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
case idempotencyUnknown
case noSideEffects
implies idempotent