Initializerswift-protobuf 1.28.1SwiftProtobuf
init(arrayLiteral:)
Creates a new Google_Protobuf_ListValue
from an array literal containing Google_Protobuf_Value
elements.
init(arrayLiteral elements: Element...)
Other members in extension
Typealiases
Type members
init(
) init(values: [Google_Protobuf_Value]
) Creates a new
Google_Protobuf_ListValue
from the given array ofGoogle_Protobuf_Value
elements.static let protoMessageName: String
static func == (lhs: Google_Protobuf_ListValue, rhs: Google_Protobuf_ListValue
) -> Bool
Show implementation details (1)
Hide implementation details
Instance members
var unknownFields: UnknownStorage
var values: [Google_Protobuf_Value]
Repeated field of dynamically typed values.
subscript(Int
) -> Google_Protobuf_Value Accesses the
Google_Protobuf_Value
at the specified position.func decodeMessage<D>(decoder: inout D
) throws func traverse<V>(visitor: inout V
) throws