Type Aliasswift-protobuf 1.31.0SwiftProtobuf
Element
Google_Protobuf_ListValue+Extensions.swift:19typealias Element = Google_Protobuf_Valuetypealias Element = Google_Protobuf_Valueimport SwiftProtobufSupport library for Swift code generated by protoc-gen-swift.
struct Google_Protobuf_ListValueListValue is a wrapper around a repeated field of values.
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.
init() init(arrayLiteral elements: Google_Protobuf_ListValue.Element...) Creates a new Google_Protobuf_ListValue from an array literal containing Google_Protobuf_Value elements.
init(values: [Google_Protobuf_Value]) Creates a new Google_Protobuf_ListValue from the given array of Google_Protobuf_Value elements.
static let _protobuf_nameMap: _NameMapstatic let protoMessageName: Stringvar unknownFields: UnknownStoragevar values: [Google_Protobuf_Value]Repeated field of dynamically typed values.
subscript(index: Int) -> Google_Protobuf_Value { get set } Accesses the Google_Protobuf_Value at the specified position.
static func == (lhs: Google_Protobuf_ListValue, rhs: Google_Protobuf_ListValue) -> Bool mutating func decodeMessage<D>(decoder: inout D) throws where D : Decoder func traverse<V>(visitor: inout V) throws where V : Visitor