webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
Method represents a method of an api. More...
#import <Api.pbobjc.h>
Properties | |
NSString * | name |
The simple name of this method. More... | |
NSString * | requestTypeURL |
A URL of the input message type. More... | |
BOOL | requestStreaming |
If true, the request is streamed. More... | |
NSString * | responseTypeURL |
The URL of the output message type. More... | |
BOOL | responseStreaming |
If true, the response is streamed. More... | |
NSMutableArray< GPBOption * > * | optionsArray |
Any metadata attached to the method. More... | |
NSUInteger | optionsArray_Count |
The number of items in optionsArray without causing the array to be created. More... | |
enum GPBSyntax | syntax |
The source syntax of this method. More... | |
Additional Inherited Members |
Method represents a method of an api.
|
readwritenonatomicstrong |
Any metadata attached to the method.
|
readnonatomicassign |
The number of items in optionsArray
without causing the array to be created.
|
readwritenonatomicassign |
If true, the request is streamed.
|
readwritenonatomicassign |
If true, the response is streamed.