Enumeration Caseswift-protobuf 1.28.1SwiftProtobuf
stringValue(_:)
Represents a string value.
struct.pb.swift:187case stringValue(String)
Other cases
case nullValue(Google_Protobuf_NullValue)
Represents a null value.
case numberValue(Double)
Represents a double value.
case boolValue(Bool)
Represents a boolean value.
case structValue(Google_Protobuf_Struct)
Represents a structured value.
case listValue(Google_Protobuf_ListValue)
Represents a repeated
Value
.