#import <Foundation/Foundation.h>
Go to the source code of this file.
Classes | |
class | GRPCProtoMethod |
Variables | |
NSString * | HTTPPath |
instancetype | initWithPackage |
NSString * | method |
__attribute__((deprecated("Please use GRPCProtoMethod."))) @interface ProtoMethod NSString * | service |
|
readnonatomicassign |
Definition at line 30 of file ProtoMethod.h.
instancetype initWithPackage |
Definition at line 34 of file ProtoMethod.h.
|
readnonatomicassign |
Definition at line 28 of file ProtoMethod.h.
|
readnonatomicassign |
A fully-qualified proto service method name. Full qualification is needed because a gRPC endpoint can implement multiple services.
Definition at line 25 of file ProtoMethod.h.