Instance Subscriptswift-protobuf 1.28.1SwiftProtobuf
subscript(_:)
Accesses the Google_Protobuf_Value
at the specified position.
subscript(index: Int) -> Google_Protobuf_Value { get set }
Parameters
- index
The position of the element to access.
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.
func decodeMessage<D>(decoder: inout D
) throws func traverse<V>(visitor: inout V
) throws