Initializerswift-protobuf 1.31.0SwiftProtobuf
init(arrayLiteral:)
Creates a new Google_Protobuf_ListValue from an array literal containing Google_Protobuf_Value elements.
init(arrayLiteral elements: Google_Protobuf_ListValue.Element...) Creates a new Google_Protobuf_ListValue from an array literal containing Google_Protobuf_Value elements.
init(arrayLiteral elements: Google_Protobuf_ListValue.Element...) s13SwiftProtobuf07Google_B10_ListValueV12arrayLiteralAcA0c1_b1_E0Vd_tcfc What are these?5NELSimport SwiftProtobufSupport library for Swift code generated by protoc-gen-swift.
struct Google_Protobuf_ListValueListValue is a wrapper around a repeated field of values.
typealias Element = Google_Protobuf_Valueinit() 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