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) - addExtension:value:
 
(void) - addUnknownMapEntry:value: [implementation]
 
(void) - addUnknownMapEntry:value: [implementation]
 
(void) - clear
 
(void) - clear
 
(void) - clearExtension:
 
(void) - clearExtension:
 
(nullable NSData *) - data
 
(nullable NSData *) - data
 
(NSData *) - delimitedData
 
(NSData *) - delimitedData
 
(GPBDescriptor *) - descriptor
 
(GPBDescriptor *) - descriptor
 
(NSArray *) - extensionsCurrentlySet
 
(NSArray *) - extensionsCurrentlySet
 
(id- getExistingExtension: [implementation]
 
(id- getExistingExtension: [implementation]
 
(nullable id- getExtension:
 
(nullable id- getExtension:
 
(BOOL- hasExtension:
 
(BOOL- hasExtension:
 
(nullable instancetype) - initWithCodedInputStream:extensionRegistry:error:
 
(nullable instancetype) - initWithCodedInputStream:extensionRegistry:error:
 
(nullable instancetype) - initWithData:error:
 
(nullable instancetype) - initWithData:error:
 
(nullable instancetype) - initWithData:extensionRegistry:error:
 
(nullable instancetype) - initWithData:extensionRegistry:error:
 
(void) - mergeDelimitedFromCodedInputStream:extensionRegistry: [implementation]
 
(void) - mergeDelimitedFromCodedInputStream:extensionRegistry: [implementation]
 
(void) - mergeFrom:
 
(void) - mergeFrom:
 
(void) - mergeFromCodedInputStream:extensionRegistry: [implementation]
 
(void) - mergeFromCodedInputStream:extensionRegistry: [implementation]
 
(void) - mergeFromData:extensionRegistry:
 
(void) - mergeFromData:extensionRegistry:
 
(size_t) - serializedSize
 
(size_t) - serializedSize
 
(void) - setExtension:index:value:
 
(void) - setExtension:index:value:
 
(void) - setExtension:value:
 
(void) - setExtension:value:
 
(void) - writeDelimitedToCodedOutputStream:
 
(void) - writeDelimitedToCodedOutputStream:
 
(void) - writeDelimitedToOutputStream:
 
(void) - writeDelimitedToOutputStream:
 
(void) - writeToCodedOutputStream:
 
(void) - writeToCodedOutputStream:
 
(void) - writeToOutputStream:
 
(void) - writeToOutputStream:
 
- Class Methods inherited from GPBMessage
(GPBDescriptor *) + descriptor
 
(GPBDescriptor *) + descriptor
 
(instancetype) + message
 
(instancetype) + message
 
(nullable instancetype) + parseDelimitedFromCodedInputStream:extensionRegistry:error:
 
(nullable instancetype) + parseDelimitedFromCodedInputStream:extensionRegistry:error:
 
(nullable instancetype) + parseFromCodedInputStream:extensionRegistry:error:
 
(nullable instancetype) + parseFromCodedInputStream:extensionRegistry:error:
 
(nullable instancetype) + parseFromData:error:
 
(nullable instancetype) + parseFromData:error:
 
(nullable instancetype) + parseFromData:extensionRegistry: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.

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.

Property Documentation

◆ boolValue

- (BOOL) boolValue
readwritenonatomicassign

Represents a boolean value.

Definition at line 151 of file bloaty/third_party/protobuf/objectivec/google/protobuf/Struct.pbobjc.h.

◆ kindOneOfCase

- (GPBValue_Kind_OneOfCase) kindOneOfCase
readnonatomicassign

The kind of value.

Definition at line 139 of file bloaty/third_party/protobuf/objectivec/google/protobuf/Struct.pbobjc.h.

◆ listValue

- (GPBListValue *) listValue
readwritenonatomicstrong

Represents a repeated Value.

Definition at line 157 of file bloaty/third_party/protobuf/objectivec/google/protobuf/Struct.pbobjc.h.

◆ nullValue

- (GPBNullValue) nullValue
readwritenonatomicassign

Represents a null value.

Definition at line 142 of file bloaty/third_party/protobuf/objectivec/google/protobuf/Struct.pbobjc.h.

◆ numberValue

- (double) numberValue
readwritenonatomicassign

Represents a double value.

Definition at line 145 of file bloaty/third_party/protobuf/objectivec/google/protobuf/Struct.pbobjc.h.

◆ stringValue

- (NSString *) stringValue
readwritenonatomiccopy

Represents a string value.

Definition at line 148 of file bloaty/third_party/protobuf/objectivec/google/protobuf/Struct.pbobjc.h.

◆ structValue

- (GPBStruct *) structValue
readwritenonatomicstrong

Represents a structured value.

Definition at line 154 of file bloaty/third_party/protobuf/objectivec/google/protobuf/Struct.pbobjc.h.


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


grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:45