19 #import <Foundation/Foundation.h>
25 __attribute__((deprecated(
"Please use GRPCProtoMethod.")))
@interface ProtoMethod : NSObject
26 @property(nonatomic, readonly) NSString *package;
27 @property(nonatomic, readonly) NSString *
service;
28 @property(nonatomic, readonly) NSString *
method;
30 @property(nonatomic, readonly) NSString *
HTTPPath;
33 service:(NSString *)service
34 method:(NSString *)method;
41 #pragma clang diagnostic push
42 #pragma clang diagnostic ignored "-Wdeprecated-declarations"
44 #pragma clang diagnostic pop
__attribute__((deprecated("Please use GRPCProtoMethod."))) @interface ProtoMethod NSString * service
A fully-qualified proto service method name.
Definition: ProtoMethod.h:25
NSString * method
Definition: ProtoMethod.h:28
instancetype initWithPackage
Definition: ProtoMethod.h:34
NSString * HTTPPath
Definition: ProtoMethod.h:30
__attribute__(void) start
host parameter should not contain the scheme (http:// or https://), only the name or IP addr and the ...
This subclass is empty now.
Definition: ProtoMethod.h:44