UnsubscribeRequestOrBuilder

interface UnsubscribeRequestOrBuilder : MessageLiteOrBuilder

Inheritors

Functions

Link copied to clipboard
abstract fun getDefaultInstanceForType(): MessageLite
Link copied to clipboard
abstract fun getInstallationId(): String
string installation_id = 1;
Link copied to clipboard
abstract fun getInstallationIdBytes(): ByteString
string installation_id = 1;
Link copied to clipboard
abstract fun getTopics(index: Int): String
repeated string topics = 2;
Link copied to clipboard
abstract fun getTopicsBytes(index: Int): ByteString
repeated string topics = 2;
Link copied to clipboard
abstract fun getTopicsCount(): Int
repeated string topics = 2;
Link copied to clipboard
abstract fun getTopicsList(): List<String>
repeated string topics = 2;
Link copied to clipboard
abstract fun isInitialized(): Boolean