#import <Struct.pbobjc.h>
Properties | |
BOOL | boolValue |
GPBValue_Kind_OneOfCase | kindOneOfCase |
GPBListValue * | listValue |
GPBNullValue | nullValue |
double | numberValue |
NSString * | stringValue |
GPBStruct * | structValue |
![]() | |
BOOL | initialized |
GPBUnknownFieldSet * | unknownFields |
Value
represents a dynamically typed value which can be either null, a number, a string, a boolean, a recursive struct value, or a list of values. A producer of value is expected to set one of that variants, absence of any variant indicates an error.
The JSON representation for Value
is JSON value.
Value
represents a dynamically typed value which can be either null, a number, a string, a boolean, a recursive struct value, or a list of values. A producer of value is expected to set one of these variants. Absence of any variant indicates an error.
The JSON representation for Value
is JSON value.
Definition at line 136 of file bloaty/third_party/protobuf/objectivec/google/protobuf/Struct.pbobjc.h.
|
readwritenonatomicassign |
Represents a boolean value.
Definition at line 151 of file bloaty/third_party/protobuf/objectivec/google/protobuf/Struct.pbobjc.h.
|
readnonatomicassign |
The kind of value.
Definition at line 139 of file bloaty/third_party/protobuf/objectivec/google/protobuf/Struct.pbobjc.h.
|
readwritenonatomicstrong |
Represents a repeated Value
.
Definition at line 157 of file bloaty/third_party/protobuf/objectivec/google/protobuf/Struct.pbobjc.h.
|
readwritenonatomicassign |
Represents a null value.
Definition at line 142 of file bloaty/third_party/protobuf/objectivec/google/protobuf/Struct.pbobjc.h.
|
readwritenonatomicassign |
Represents a double value.
Definition at line 145 of file bloaty/third_party/protobuf/objectivec/google/protobuf/Struct.pbobjc.h.
|
readwritenonatomiccopy |
Represents a string value.
Definition at line 148 of file bloaty/third_party/protobuf/objectivec/google/protobuf/Struct.pbobjc.h.
|
readwritenonatomicstrong |
Represents a structured value.
Definition at line 154 of file bloaty/third_party/protobuf/objectivec/google/protobuf/Struct.pbobjc.h.