6 #if !defined(GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS)
7 #define GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS 0
10 #if GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS
11 #import <Protobuf/GPBDescriptor.h>
12 #import <Protobuf/GPBMessage.h>
13 #import <Protobuf/GPBRootObject.h>
20 #if GOOGLE_PROTOBUF_OBJC_VERSION < 30004
21 #error This file was generated by a newer version of protoc which is incompatible with your Protocol Buffer library sources.
23 #if 30004 < GOOGLE_PROTOBUF_OBJC_MIN_SUPPORTED_VERSION
24 #error This file was generated by an older version of protoc which is incompatible with your Protocol Buffer library sources.
29 #pragma clang diagnostic push
30 #pragma clang diagnostic ignored "-Wdeprecated-declarations"
38 NS_ASSUME_NONNULL_BEGIN
40 #pragma mark - Enum GPBNullValue
56 GPBNullValue_NullValue = 0,
67 #pragma mark - GPBStructRoot
82 #pragma mark - GPBStruct
85 GPBStruct_FieldNumber_Fields = 1,
101 @property(nonatomic, readwrite, strong, null_resettable) NSMutableDictionary<NSString*, GPBValue*> *
fields;
103 @property(nonatomic, readonly) NSUInteger fields_Count;
107 #pragma mark - GPBValue
110 GPBValue_FieldNumber_NullValue = 1,
111 GPBValue_FieldNumber_NumberValue = 2,
112 GPBValue_FieldNumber_StringValue = 3,
113 GPBValue_FieldNumber_BoolValue = 4,
114 GPBValue_FieldNumber_StructValue = 5,
115 GPBValue_FieldNumber_ListValue = 6,
119 GPBValue_Kind_OneOfCase_GPBUnsetOneOfCase = 0,
120 GPBValue_Kind_OneOfCase_NullValue = 1,
121 GPBValue_Kind_OneOfCase_NumberValue = 2,
122 GPBValue_Kind_OneOfCase_StringValue = 3,
123 GPBValue_Kind_OneOfCase_BoolValue = 4,
124 GPBValue_Kind_OneOfCase_StructValue = 5,
125 GPBValue_Kind_OneOfCase_ListValue = 6,
139 @property(nonatomic, readonly) GPBValue_Kind_OneOfCase kindOneOfCase;
142 @property(nonatomic, readwrite) GPBNullValue
nullValue;
145 @property(nonatomic, readwrite)
double numberValue;
148 @property(nonatomic, readwrite,
copy, null_resettable) NSString *
stringValue;
151 @property(nonatomic, readwrite)
BOOL boolValue;
154 @property(nonatomic, readwrite, strong, null_resettable)
GPBStruct *structValue;
157 @property(nonatomic, readwrite, strong, null_resettable)
GPBListValue *listValue;
178 #pragma mark - GPBListValue
181 GPBListValue_FieldNumber_ValuesArray = 1,
192 @property(nonatomic, readwrite, strong, null_resettable) NSMutableArray<GPBValue*> *valuesArray;
194 @property(nonatomic, readonly) NSUInteger valuesArray_Count;
198 NS_ASSUME_NONNULL_END
202 #pragma clang diagnostic pop