Properties | List of all members
GPBValue Class Reference

#import <Struct.pbobjc.h>

Inheritance diagram for GPBValue:
Inheritance graph
[legend]

Properties

BOOL boolValue
 
GPBValue_Kind_OneOfCase kindOneOfCase
 
GPBListValuelistValue
 
GPBNullValue nullValue
 
double numberValue
 
NSString * stringValue
 
GPBStructstructValue
 
- Properties inherited from GPBMessage
BOOL initialized
 
GPBUnknownFieldSetunknownFields
 

Additional Inherited Members

- Instance Methods inherited from GPBMessage
(void- addExtension:value:
 
(void- addUnknownMapEntry:value: [implementation]
 
(void- clear
 
(void- clearExtension:
 
(nullable NSData *) - data
 
(NSData *) - delimitedData
 
(GPBDescriptor *) - descriptor
 
(NSArray *) - extensionsCurrentlySet
 
(id- getExistingExtension: [implementation]
 
(nullable id- getExtension:
 
(BOOL) - hasExtension:
 
(nullable instancetype) - initWithCodedInputStream:extensionRegistry:error:
 
(nullable instancetype) - initWithData:error:
 
(nullable instancetype) - initWithData:extensionRegistry:error:
 
(void- mergeDelimitedFromCodedInputStream:extensionRegistry: [implementation]
 
(void- mergeFrom:
 
(void- mergeFromCodedInputStream:extensionRegistry: [implementation]
 
(void- mergeFromData:extensionRegistry:
 
(size_t) - serializedSize
 
(void- setExtension:index:value:
 
(void- setExtension:value:
 
(void- writeDelimitedToCodedOutputStream:
 
(void- writeDelimitedToOutputStream:
 
(void- writeToCodedOutputStream:
 
(void- writeToOutputStream:
 
- Class Methods inherited from GPBMessage
(GPBDescriptor *) + descriptor
 
(instancetype) + message
 
(nullable instancetype) + parseDelimitedFromCodedInputStream:extensionRegistry:error:
 
(nullable instancetype) + parseFromCodedInputStream:extensionRegistry:error:
 
(nullable instancetype) + parseFromData:error:
 
(nullable instancetype) + parseFromData:extensionRegistry:error:
 
- Protected Attributes inherited from GPBMessage
package GPBMessage_StoragePtr messageStorage_
 

Detailed Description

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.

Definition at line 136 of file Struct.pbobjc.h.

Property Documentation

◆ boolValue

- (BOOL) boolValue
readwritenonatomicassign

Represents a boolean value.

Definition at line 151 of file Struct.pbobjc.h.

◆ kindOneOfCase

- (GPBValue_Kind_OneOfCase) kindOneOfCase
readnonatomicassign

The kind of value.

Definition at line 139 of file Struct.pbobjc.h.

◆ listValue

- (GPBListValue*) listValue
readwritenonatomicstrong

Represents a repeated Value.

Definition at line 157 of file Struct.pbobjc.h.

◆ nullValue

- (GPBNullValue) nullValue
readwritenonatomicassign

Represents a null value.

Definition at line 142 of file Struct.pbobjc.h.

◆ numberValue

- (double) numberValue
readwritenonatomicassign

Represents a double value.

Definition at line 145 of file Struct.pbobjc.h.

◆ stringValue

- (NSString*) stringValue
readwritenonatomiccopy

Represents a string value.

Definition at line 148 of file Struct.pbobjc.h.

◆ structValue

- (GPBStruct*) structValue
readwritenonatomicstrong

Represents a structured value.

Definition at line 154 of file Struct.pbobjc.h.


The documentation for this class was generated from the following file:


libaditof
Author(s):
autogenerated on Wed May 21 2025 02:07:06