GRPC Objective-C  1.71.0
Data Structures | Functions
ProtoRPCLegacy.h File Reference
#import <GRPCClient/GRPCCallLegacy.h>
#import <GRPCClient/GRPCCall+ChannelArg.h>
#import <GRPCClient/GRPCCall+ChannelCredentials.h>
#import <GRPCClient/GRPCCall+Cronet.h>
#import <GRPCClient/GRPCCall+OAuth2.h>
#import <GRPCClient/GRPCCall+Tests.h>
#import <RxLibrary/GRXWriteable.h>

Go to the source code of this file.

Data Structures

class  GRPCProtoCall
 This subclass is empty now. More...
 

Functions

 __attribute__ (void) start
 host parameter should not contain the scheme (http:// or https://), only the name or IP addr and the port number, for example "localhost:5050". More...
 
NSError * ErrorForBadProto (id proto, Class expectedClass, NSError *parsingError)
 Generate an NSError object that represents a failure in parsing a proto class. More...
 

Function Documentation

◆ __attribute__()

__attribute__ ( void  )

host parameter should not contain the scheme (http:// or https://), only the name or IP addr and the port number, for example "localhost:5050".

◆ ErrorForBadProto()

NSError* ErrorForBadProto ( id  proto,
Class  expectedClass,
NSError *  parsingError 
)

Generate an NSError object that represents a failure in parsing a proto class.

For gRPC internal use only.