Properties | List of all members
GPBType Class Reference

#import <Type.pbobjc.h>

Inheritance diagram for GPBType:
Inheritance graph
[legend]

Properties

NSMutableArray< GPBField * > * fieldsArray
 
NSUInteger fieldsArray_Count
 
BOOL hasSourceContext
 
NSString * name
 
NSMutableArray< NSString * > * oneofsArray
 
NSUInteger oneofsArray_Count
 
NSMutableArray< GPBOption * > * optionsArray
 
NSUInteger optionsArray_Count
 
GPBSourceContextsourceContext
 
GPBSyntax syntax
 
- 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

A protocol buffer message type.

Definition at line 203 of file bloaty/third_party/protobuf/objectivec/google/protobuf/Type.pbobjc.h.

Property Documentation

◆ fieldsArray

- (NSMutableArray< GPBField * > *) fieldsArray
readwritenonatomicstrong

The list of fields.

Definition at line 209 of file bloaty/third_party/protobuf/objectivec/google/protobuf/Type.pbobjc.h.

◆ fieldsArray_Count

- (NSUInteger) fieldsArray_Count
readnonatomicassign

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

Definition at line 211 of file bloaty/third_party/protobuf/objectivec/google/protobuf/Type.pbobjc.h.

◆ hasSourceContext

- (BOOL) hasSourceContext
readwritenonatomicassign

Test to see if sourceContext has been set.

Definition at line 226 of file bloaty/third_party/protobuf/objectivec/google/protobuf/Type.pbobjc.h.

◆ name

- (NSString *) name
readwritenonatomiccopy

The fully qualified message name.

Definition at line 206 of file bloaty/third_party/protobuf/objectivec/google/protobuf/Type.pbobjc.h.

◆ oneofsArray

- (NSMutableArray< NSString * > *) oneofsArray
readwritenonatomicstrong

The list of types appearing in oneof definitions in this type.

Definition at line 214 of file bloaty/third_party/protobuf/objectivec/google/protobuf/Type.pbobjc.h.

◆ oneofsArray_Count

- (NSUInteger) oneofsArray_Count
readnonatomicassign

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

Definition at line 216 of file bloaty/third_party/protobuf/objectivec/google/protobuf/Type.pbobjc.h.

◆ optionsArray

- (NSMutableArray< GPBOption * > *) optionsArray
readwritenonatomicstrong

The protocol buffer options.

Definition at line 219 of file bloaty/third_party/protobuf/objectivec/google/protobuf/Type.pbobjc.h.

◆ optionsArray_Count

- (NSUInteger) optionsArray_Count
readnonatomicassign

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

Definition at line 221 of file bloaty/third_party/protobuf/objectivec/google/protobuf/Type.pbobjc.h.

◆ sourceContext

- (GPBSourceContext *) sourceContext
readwritenonatomicstrong

The source context.

Definition at line 224 of file bloaty/third_party/protobuf/objectivec/google/protobuf/Type.pbobjc.h.

◆ syntax

- (GPBSyntax) syntax
readwritenonatomicassign

The source syntax.

Definition at line 229 of file bloaty/third_party/protobuf/objectivec/google/protobuf/Type.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