Instance Methodswift-protobuf 1.28.1SwiftProtobuf
decodeMessage(decoder:)
struct.pb.swift:386mutating func decodeMessage<D>(decoder: inout D) throws where D : Decoder
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
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 traverse<V>(visitor: inout V
) throws