Static Propertyswift-protobuf 1.31.0SwiftProtobuf
protoMessageName
wrappers.pb.swift:457static let protoMessageName: Stringstatic let protoMessageName: Strings13SwiftProtobuf07Google_B12_StringValueV16protoMessageNameSSvpZ What are these?6CRL9import SwiftProtobufSupport library for Swift code generated by protoc-gen-swift.
struct Google_Protobuf_StringValueWrapper message for string.
@frozen struct StringA Unicode string value that is a collection of characters.
init() init(_ value: Google_Protobuf_StringValue.WrappedType.BaseType) init(extendedGraphemeClusterLiteral: String) init(stringLiteral: String) init(unicodeScalarLiteral: String) static let _protobuf_nameMap: _NameMapvar unknownFields: UnknownStoragevar value: StringThe string value.
static func == (lhs: Google_Protobuf_StringValue, rhs: Google_Protobuf_StringValue) -> Bool mutating func decodeMessage<D>(decoder: inout D) throws where D : Decoder func traverse<V>(visitor: inout V) throws where V : Visitor typealias ExtendedGraphemeClusterLiteralType = Stringtypealias StringLiteralType = Stringtypealias UnicodeScalarLiteralType = Stringtypealias WrappedType = ProtobufString