Instance Propertyswift-protobuf 1.31.0SwiftProtobufPluginLibrary
options
Get Google_Protobuf_MethodOptions for this method.
let options: Google_Protobuf_MethodOptionsGet Google_Protobuf_MethodOptions for this method.
let options: Google_Protobuf_MethodOptionss26SwiftProtobufPluginLibrary16MethodDescriptorC7options0aB007Google_b1_E7OptionsVvp What are these?DPNNimport SwiftProtobufPluginLibraryA reusable framework for building protoc plugins in Swift.
final class MethodDescriptorDescribes an individual service method.
struct Google_Protobuf_MethodOptionslet clientStreaming: BoolWhether the client streams multiple requests.
let features: Google_Protobuf_FeatureSetThe resolved features for this Method.
var file: FileDescriptor! { get }The .proto file in which this service was defined
var fullName: String { get }The fully-qualified name of the method, scope delimited by periods.
let index: IntIndex of this service within the file’s services.
var inputType: Descriptor! { get }The type of protocol message which this method accepts as input.
var isDeprecated: Bool { get }let name: StringThe name of the method, not including its containing scope.
var outputType: Descriptor! { get }The type of protocol message which this message produces as output.
let serverStreaming: Boolvar service: ServiceDescriptor! { get }The service tha defines this method.
var typeName: String { get }func getLocationPath(path: inout IndexPath) var proto: Google_Protobuf_MethodDescriptorProto { get }The proto version of the descriptor that defines this method.