Static Propertyswift-protobuf 1.28.1SwiftProtobuf
protoMessageName
descriptor.pb.swift:5524static let protoMessageName: String
Other members in extension
Types
enum Semantic
Represents the identified object’s effect on the element in the original .proto file.
Type members
init(
) static func == (lhs: Google_Protobuf_GeneratedCodeInfo.Annotation, rhs: Google_Protobuf_GeneratedCodeInfo.Annotation
) -> Bool
Show implementation details (1)
Hide implementation details
Instance members
var begin: Int32
Identifies the starting offset in bytes in the generated code that relates to the identified object.
var end: Int32
Identifies the ending offset in bytes in the generated code that relates to the identified object. The end offset should be one past the last relevant byte (so the length of the text = end - begin).
var hasBegin: Bool
Returns true if
begin
has been explicitly set.var hasEnd: Bool
Returns true if
end
has been explicitly set.var hasSemantic: Bool
Returns true if
semantic
has been explicitly set.var hasSourceFile: Bool
Returns true if
sourceFile
has been explicitly set.var path: [Int32]
Identifies the element in the original source .proto file. This field is formatted the same as SourceCodeInfo.Location.path.
var semantic: Google_Protobuf_GeneratedCodeInfo.Annotation.Semantic
var sourceFile: String
Identifies the filesystem path to the original source .proto.
var unknownFields: UnknownStorage
func clearBegin(
) Clears the value of
begin
. Subsequent reads from it will return its default value.func clearEnd(
) Clears the value of
end
. Subsequent reads from it will return its default value.func clearSemantic(
) Clears the value of
semantic
. Subsequent reads from it will return its default value.func clearSourceFile(
) Clears the value of
sourceFile
. Subsequent reads from it will return its default value.func decodeMessage<D>(decoder: inout D
) throws func traverse<V>(visitor: inout V
) throws