|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
A single field of a message type. More...
#import <Type.pbobjc.h>
Properties | |
| GPBField_Kind | kind |
| The field type. More... | |
| GPBField_Cardinality | cardinality |
| The field cardinality. More... | |
| int32_t | number |
| The field number. More... | |
| NSString * | name |
| The field name. More... | |
| NSString * | typeURL |
| int32_t | oneofIndex |
| BOOL | packed |
| Whether to use alternative packed wire representation. More... | |
| NSMutableArray< GPBOption * > * | optionsArray |
| The protocol buffer options. More... | |
| NSUInteger | optionsArray_Count |
The number of items in optionsArray without causing the array to be created. More... | |
| NSString * | jsonName |
| The field JSON name. More... | |
| NSString * | defaultValue |
| The string value of the default value of this field. Proto2 syntax only. More... | |
Additional Inherited Members |
A single field of a message type.
|
readwritenonatomicassign |
The field cardinality.
|
readwritenonatomiccopy |
The string value of the default value of this field. Proto2 syntax only.
|
readwritenonatomicassign |
The field type.
|
readwritenonatomicassign |
|
readnonatomicassign |
The number of items in optionsArray without causing the array to be created.
|
readwritenonatomicassign |
Whether to use alternative packed wire representation.
|
readwritenonatomiccopy |
The field type URL, without the scheme, for message or enumeration types. Example: "type.googleapis.com/google.protobuf.Timestamp".
1.8.13