Enumeration Caseswift-protobuf 1.31.0SwiftProtobuf
listValue(_:)
Represents a repeated Value.
case listValue(Google_Protobuf_ListValue)Represents a repeated Value.
case listValue(Google_Protobuf_ListValue)s13SwiftProtobuf07Google_B6_ValueV10OneOf_KindO04listD0yAeA0c1_b5_ListD0VcAEmF What are these?78YU2import 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.
struct Google_Protobuf_ListValueListValue is a wrapper around a repeated field of values.
case nullValue(Google_Protobuf_NullValue)Represents a null value.
case numberValue(Double)Represents a double value.
case stringValue(String)Represents a string value.
case boolValue(Bool)Represents a boolean value.
case structValue(Google_Protobuf_Struct)Represents a structured value.