Instance Methodswift-protobuf 1.29.0SwiftProtobufPluginLibrary
getLocationPath(path:)
Descriptor+Extensions.swift:169func getLocationPath(path: inout IndexPath)
func getLocationPath(path: inout IndexPath)
s26SwiftProtobufPluginLibrary17ServiceDescriptorC15getLocationPath4pathy20FoundationEssentials05IndexI0Vz_tF
What are these?909O6
import SwiftProtobufPluginLibrary
A reusable framework for building protoc
plugins in Swift.
final class ServiceDescriptor
Describes an RPC service.
struct IndexPath
IndexPath
represents the path to a specific node in a tree of nested array collections.
let features: Google_Protobuf_FeatureSet
The resolved features for this Service.
var file: FileDescriptor! { get }
The .proto file in which this service was defined
let fullName: String
The fully-qualified name of the service, scope delimited by periods.
let index: Int
Index of this service within the file’s services.
var isDeprecated: Bool { get }
let methods: [MethodDescriptor]
The methods defined on this service. These are returned in the order they were defined in the .proto file.
let name: String
The name of the service, not including its containing scope.
let options: Google_Protobuf_ServiceOptions
Get Google_Protobuf_ServiceOptions
for this service.
var typeName: String { get }
var proto: Google_Protobuf_ServiceDescriptorProto { get }