Instance Propertygrpc-swift 2.0.0GRPCCore
package
The name of the package the service belongs to. For example, “helloworld”. An empty string means that the service does not belong to any package.
var package: String { get }
The name of the package the service belongs to. For example, “helloworld”. An empty string means that the service does not belong to any package.
var package: String { get }
import GRPCCore
A gRPC library for Swift written natively in Swift.
struct ServiceDescriptor
A description of a service.
@frozen struct String
A Unicode string value that is a collection of characters.
init(fullyQualifiedService: String)
Create a new descriptor from the fully qualified service name.
init(package: String, service: String)
var description: String { get }
var fullyQualifiedService: String
The fully qualified service name in the format:
var service: String { get }
The name of the service. For example, “Greeter”.