Properties | List of all members
GPBListValue Class Reference

#import <Struct.pbobjc.h>

Inheritance diagram for GPBListValue:
Inheritance graph
[legend]

Properties

NSMutableArray< GPBValue * > * valuesArray
 
NSUInteger valuesArray_Count
 
- 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

ListValue is a wrapper around a repeated field of values.

The JSON representation for ListValue is JSON array.

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

Property Documentation

◆ valuesArray

- (NSMutableArray<GPBValue*>*) valuesArray
readwritenonatomicstrong

Repeated field of dynamically typed values.

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

◆ valuesArray_Count

- (NSUInteger) valuesArray_Count
readnonatomicassign

The number of items in valuesArray without causing the array to be created.

Definition at line 194 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:05