GRPC Objective-C  1.71.0
Data Structures | Variables
ProtoMethod.h File Reference
#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
 

Variable Documentation

◆ HTTPPath

NSString* HTTPPath
readnonatomicassign

◆ initWithPackage

instancetype initWithPackage

◆ method

NSString* method
readnonatomicassign

◆ service

__attribute__ ((deprecated("Please use GRPCProtoMethod."))) @interface ProtoMethod NSString* service
readnonatomicassign

A fully-qualified proto service method name.

Full qualification is needed because a gRPC endpoint can implement multiple services.