Initializerswift-protobuf 1.31.0SwiftProtobuf
init(stringLiteral:)
Google_Protobuf_Wrappers+Extensions.swift:230init(stringLiteral: String) init(stringLiteral: String) s13SwiftProtobuf07Google_B12_StringValueV13stringLiteralACSS_tcfc What are these?1HG13import 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(unicodeScalarLiteral: String) static let _protobuf_nameMap: _NameMapstatic let protoMessageName: Stringvar 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