Properties | List of all members
GPBMethod Class Reference

#import <Api.pbobjc.h>

Inheritance diagram for GPBMethod:
Inheritance graph
[legend]

Properties

NSString * name
 
NSMutableArray< GPBOption * > * optionsArray
 
NSUInteger optionsArray_Count
 
BOOL requestStreaming
 
NSString * requestTypeURL
 
BOOL responseStreaming
 
NSString * responseTypeURL
 
enum 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

Method represents a method of an API interface.

Definition at line 166 of file bloaty/third_party/protobuf/objectivec/google/protobuf/Api.pbobjc.h.

Property Documentation

◆ name

- (NSString *) name
readwritenonatomiccopy

The simple name of this method.

Definition at line 169 of file bloaty/third_party/protobuf/objectivec/google/protobuf/Api.pbobjc.h.

◆ optionsArray

- (NSMutableArray< GPBOption * > *) optionsArray
readwritenonatomicstrong

Any metadata attached to the method.

Definition at line 184 of file bloaty/third_party/protobuf/objectivec/google/protobuf/Api.pbobjc.h.

◆ optionsArray_Count

- (NSUInteger) optionsArray_Count
readnonatomicassign

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

Definition at line 186 of file bloaty/third_party/protobuf/objectivec/google/protobuf/Api.pbobjc.h.

◆ requestStreaming

- (BOOL) requestStreaming
readwritenonatomicassign

If true, the request is streamed.

Definition at line 175 of file bloaty/third_party/protobuf/objectivec/google/protobuf/Api.pbobjc.h.

◆ requestTypeURL

- (NSString *) requestTypeURL
readwritenonatomiccopy

A URL of the input message type.

Definition at line 172 of file bloaty/third_party/protobuf/objectivec/google/protobuf/Api.pbobjc.h.

◆ responseStreaming

- (BOOL) responseStreaming
readwritenonatomicassign

If true, the response is streamed.

Definition at line 181 of file bloaty/third_party/protobuf/objectivec/google/protobuf/Api.pbobjc.h.

◆ responseTypeURL

- (NSString *) responseTypeURL
readwritenonatomiccopy

The URL of the output message type.

Definition at line 178 of file bloaty/third_party/protobuf/objectivec/google/protobuf/Api.pbobjc.h.

◆ syntax

- (enum GPBSyntax) syntax
readwritenonatomicassign

The source syntax of this method.

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