1 // Generated by the protocol buffer compiler. DO NOT EDIT!
2 // source: google/protobuf/wrappers.proto
4 // This CPP symbol can be defined to use imports that match up to the framework
5 // imports needed when using CocoaPods.
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>
15 #import "GPBDescriptor.h"
16 #import "GPBMessage.h"
17 #import "GPBRootObject.h"
20 #if GOOGLE_PROTOBUF_OBJC_VERSION < 30002
21 #error This file was generated by a newer version of protoc which is incompatible with your Protocol Buffer library sources.
23 #if 30002 < 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.
27 // @@protoc_insertion_point(imports)
29 #pragma clang diagnostic push
30 #pragma clang diagnostic ignored "-Wdeprecated-declarations"
34 NS_ASSUME_NONNULL_BEGIN
36 #pragma mark - GPBWrappersRoot
39 * Exposes the extension registry for this file.
41 * The base class provides:
43 * + (GPBExtensionRegistry *)extensionRegistry;
45 * which is a @c GPBExtensionRegistry that includes all the extensions defined by
46 * this file and all files that it depends on.
48 @interface GPBWrappersRoot : GPBRootObject
51 #pragma mark - GPBDoubleValue
53 typedef GPB_ENUM(GPBDoubleValue_FieldNumber) {
54 GPBDoubleValue_FieldNumber_Value = 1,
58 * Wrapper message for `double`.
60 * The JSON representation for `DoubleValue` is JSON number.
62 @interface GPBDoubleValue : GPBMessage
64 /** The double value. */
65 @property(nonatomic, readwrite) double value;
69 #pragma mark - GPBFloatValue
71 typedef GPB_ENUM(GPBFloatValue_FieldNumber) {
72 GPBFloatValue_FieldNumber_Value = 1,
76 * Wrapper message for `float`.
78 * The JSON representation for `FloatValue` is JSON number.
80 @interface GPBFloatValue : GPBMessage
82 /** The float value. */
83 @property(nonatomic, readwrite) float value;
87 #pragma mark - GPBInt64Value
89 typedef GPB_ENUM(GPBInt64Value_FieldNumber) {
90 GPBInt64Value_FieldNumber_Value = 1,
94 * Wrapper message for `int64`.
96 * The JSON representation for `Int64Value` is JSON string.
98 @interface GPBInt64Value : GPBMessage
100 /** The int64 value. */
101 @property(nonatomic, readwrite) int64_t value;
105 #pragma mark - GPBUInt64Value
107 typedef GPB_ENUM(GPBUInt64Value_FieldNumber) {
108 GPBUInt64Value_FieldNumber_Value = 1,
112 * Wrapper message for `uint64`.
114 * The JSON representation for `UInt64Value` is JSON string.
116 @interface GPBUInt64Value : GPBMessage
118 /** The uint64 value. */
119 @property(nonatomic, readwrite) uint64_t value;
123 #pragma mark - GPBInt32Value
125 typedef GPB_ENUM(GPBInt32Value_FieldNumber) {
126 GPBInt32Value_FieldNumber_Value = 1,
130 * Wrapper message for `int32`.
132 * The JSON representation for `Int32Value` is JSON number.
134 @interface GPBInt32Value : GPBMessage
136 /** The int32 value. */
137 @property(nonatomic, readwrite) int32_t value;
141 #pragma mark - GPBUInt32Value
143 typedef GPB_ENUM(GPBUInt32Value_FieldNumber) {
144 GPBUInt32Value_FieldNumber_Value = 1,
148 * Wrapper message for `uint32`.
150 * The JSON representation for `UInt32Value` is JSON number.
152 @interface GPBUInt32Value : GPBMessage
154 /** The uint32 value. */
155 @property(nonatomic, readwrite) uint32_t value;
159 #pragma mark - GPBBoolValue
161 typedef GPB_ENUM(GPBBoolValue_FieldNumber) {
162 GPBBoolValue_FieldNumber_Value = 1,
166 * Wrapper message for `bool`.
168 * The JSON representation for `BoolValue` is JSON `true` and `false`.
170 @interface GPBBoolValue : GPBMessage
172 /** The bool value. */
173 @property(nonatomic, readwrite) BOOL value;
177 #pragma mark - GPBStringValue
179 typedef GPB_ENUM(GPBStringValue_FieldNumber) {
180 GPBStringValue_FieldNumber_Value = 1,
184 * Wrapper message for `string`.
186 * The JSON representation for `StringValue` is JSON string.
188 @interface GPBStringValue : GPBMessage
190 /** The string value. */
191 @property(nonatomic, readwrite, copy, null_resettable) NSString *value;
195 #pragma mark - GPBBytesValue
197 typedef GPB_ENUM(GPBBytesValue_FieldNumber) {
198 GPBBytesValue_FieldNumber_Value = 1,
202 * Wrapper message for `bytes`.
204 * The JSON representation for `BytesValue` is JSON string.
206 @interface GPBBytesValue : GPBMessage
208 /** The bytes value. */
209 @property(nonatomic, readwrite, copy, null_resettable) NSData *value;
213 NS_ASSUME_NONNULL_END
217 #pragma clang diagnostic pop
219 // @@protoc_insertion_point(global_scope)