|
GRPC Objective-C
1.76.0
|
#import <Foundation/Foundation.h>Go to the source code of this file.
Data Structures | |
| class | GRPCProtoMethod |
| This subclass is empty now. More... | |
Variables | |
| __attribute__((deprecated("Please use GRPCProtoMethod."))) @interface ProtoMethod NSString * | service |
| A fully-qualified proto service method name. More... | |
| NSString * | method |
| NSString * | HTTPPath |
| instancetype | initWithPackage |
|
readnonatomicassign |
| instancetype initWithPackage |
|
readnonatomicassign |
|
readnonatomicassign |
A fully-qualified proto service method name.
Full qualification is needed because a gRPC endpoint can implement multiple services.
1.8.17