Static Propertyswift-protobuf 1.28.1SwiftProtobuf
_protobuf_nameMap
struct.pb.swift:382static let _protobuf_nameMap: _NameMap
Other members in extension
Typealiases
Type members
init(
) init(arrayLiteral: Element...
) Creates a new
Google_Protobuf_ListValue
from an array literal containingGoogle_Protobuf_Value
elements.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
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