Enumeration Caseswift-protobuf 1.31.0SwiftProtobuf
stringValue(_:)
Represents a string value.
case stringValue(String)Represents a string value.
case stringValue(String)s13SwiftProtobuf07Google_B6_ValueV10OneOf_KindO06stringD0yAESScAEmF What are these?1DQA9import SwiftProtobufSupport library for Swift code generated by protoc-gen-swift.
enum OneOf_KindThe kind of value.
struct Google_Protobuf_ValueValue represents a dynamically typed value which can be either null, a number, a string, a boolean, a recursive struct value, or a list of values. A producer of value is expected to set one of these variants. Absence of any variant indicates an error.
@frozen struct StringA Unicode string value that is a collection of characters.
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.