Instance Propertyswift-protobuf 1.29.0SwiftProtobuf
name
The fully qualified name of the interface which is included.
var name: String
The fully qualified name of the interface which is included.
var name: String
import SwiftProtobuf
Support library for Swift code generated by protoc-gen-swift.
struct Google_Protobuf_Mixin
Declares an API Interface to be included in this interface. The including interface must redeclare all the methods from the included interface, but documentation and options are inherited as follows:
@frozen struct String
A Unicode string value that is a collection of characters.
init()
static let _protobuf_nameMap: _NameMap
static let protoMessageName: String
var root: String
If non-empty specifies a path under which inherited HTTP paths are rooted.
var unknownFields: UnknownStorage
static func == (lhs: Google_Protobuf_Mixin, rhs: Google_Protobuf_Mixin) -> Bool
mutating func decodeMessage<D>(decoder: inout D) throws where D : Decoder
func traverse<V>(visitor: inout V) throws where V : Visitor