#import <Type.pbobjc.h>
Properties | |
GPBField_Cardinality | cardinality |
NSString * | defaultValue |
NSString * | jsonName |
GPBField_Kind | kind |
NSString * | name |
int32_t | number |
int32_t | oneofIndex |
NSMutableArray< GPBOption * > * | optionsArray |
NSUInteger | optionsArray_Count |
BOOL | packed |
NSString * | typeURL |
![]() | |
BOOL | initialized |
GPBUnknownFieldSet * | unknownFields |
A single field of a message type.
Definition at line 263 of file bloaty/third_party/protobuf/objectivec/google/protobuf/Type.pbobjc.h.
|
readwritenonatomicassign |
The field cardinality.
Definition at line 269 of file bloaty/third_party/protobuf/objectivec/google/protobuf/Type.pbobjc.h.
|
readwritenonatomiccopy |
The string value of the default value of this field. Proto2 syntax only.
Definition at line 301 of file bloaty/third_party/protobuf/objectivec/google/protobuf/Type.pbobjc.h.
|
readwritenonatomiccopy |
The field JSON name.
Definition at line 298 of file bloaty/third_party/protobuf/objectivec/google/protobuf/Type.pbobjc.h.
|
readwritenonatomicassign |
The field type.
Definition at line 266 of file bloaty/third_party/protobuf/objectivec/google/protobuf/Type.pbobjc.h.
|
readwritenonatomiccopy |
The field name.
Definition at line 275 of file bloaty/third_party/protobuf/objectivec/google/protobuf/Type.pbobjc.h.
|
readwritenonatomicassign |
The field number.
Definition at line 272 of file bloaty/third_party/protobuf/objectivec/google/protobuf/Type.pbobjc.h.
|
readwritenonatomicassign |
The index of the field type in Type.oneofs
, for message or enumeration types. The first type has index 1; zero means the type is not in the list.
Definition at line 287 of file bloaty/third_party/protobuf/objectivec/google/protobuf/Type.pbobjc.h.
|
readwritenonatomicstrong |
The protocol buffer options.
Definition at line 293 of file bloaty/third_party/protobuf/objectivec/google/protobuf/Type.pbobjc.h.
|
readnonatomicassign |
The number of items in optionsArray
without causing the array to be created.
Definition at line 295 of file bloaty/third_party/protobuf/objectivec/google/protobuf/Type.pbobjc.h.
|
readwritenonatomicassign |
Whether to use alternative packed wire representation.
Definition at line 290 of file bloaty/third_party/protobuf/objectivec/google/protobuf/Type.pbobjc.h.
|
readwritenonatomiccopy |
The field type URL, without the scheme, for message or enumeration types. Example: "type.googleapis.com/google.protobuf.Timestamp"
.
Definition at line 281 of file bloaty/third_party/protobuf/objectivec/google/protobuf/Type.pbobjc.h.