Diffusion Apple API  5.9.24
Unified Client Library for iOS, OS X and tvOS
 All Classes Functions Variables Properties Pages
Properties | Instance Methods | List of all members
PTDiffusionProtocolBufferTopicSchema Class Reference

Introduction

Schema for protocol buffer topics.

Note
The capability to retrieve topic schemas for protocol buffer topics is provided for legacy purposes only as they have been deprecated since 5.7. They cannot be created using this client library.
Deprecated:
Since 5.9. Support for Google Protocol Buffer topics will be removed in a future release as Binary topics can be used to distribute protocol buffer messages.
Since
5.7
Inheritance diagram for PTDiffusionProtocolBufferTopicSchema:
PTDiffusionTopicSchema

Properties

NSString * protoClass
 
NSString * messageName
 

Instance Methods

(BOOL) - isEqualToProtocolBufferTopicSchema:
 
- Instance Methods inherited from PTDiffusionTopicSchema
(BOOL) - isEqualToTopicSchema:
 

Method Documentation

- (BOOL) isEqualToProtocolBufferTopicSchema: (nullable PTDiffusionProtocolBufferTopicSchema *)  protocolBufferTopicSchema

Compares the receiver to the given protocol buffer topic schema.

Parameters
protocolBufferTopicSchemaThe protocol buffer topic schema object with which to compare the receiver.
Returns
YES if the protocol buffer topic schema is equal to the receiver, otherwise NO.
Since
5.7

Property Documentation

- (NSString*) messageName
readnonatomicassign

The protocol buffers message name.

Since
5.7
- (NSString*) protoClass
readnonatomicassign

The protocol buffers proto class name.

Since
5.7