Required Instance Propertyswift-protobuf 1.29.0SwiftProtobufPluginLibrary
typeName
Name used in the generated message.
var typeName: String { get }
Name used in the generated message.
var typeName: String { get }
s26SwiftProtobufPluginLibrary36TypeOrFileProvidesDeprecationCommentP8typeNameSSvp
What are these?9CUJ8
import SwiftProtobufPluginLibrary
A reusable framework for building protoc
plugins in Swift.
protocol TypeOrFileProvidesDeprecationComment : ProvidesDeprecationComment
Protocol that a Descriptor can confirm to when the Type or the File controls depecation.
@frozen struct String
A Unicode string value that is a collection of characters.
var file: FileDescriptor! { get }
Returns the File this conforming object is in.
var isDeprecated: Bool { get }
If the type is deprecated.