SubscriptionOrBuilder

interface SubscriptionOrBuilder : MessageLiteOrBuilder

Inheritors

Functions

Link copied to clipboard
abstract fun getDefaultInstanceForType(): MessageLite
Link copied to clipboard
repeated .notifications.v1.Subscription.HmacKey hmac_keys = 2;
Link copied to clipboard
abstract fun getHmacKeysCount(): Int
repeated .notifications.v1.Subscription.HmacKey hmac_keys = 2;
Link copied to clipboard
repeated .notifications.v1.Subscription.HmacKey hmac_keys = 2;
Link copied to clipboard
abstract fun getIsSilent(): Boolean
bool is_silent = 3;
Link copied to clipboard
abstract fun getTopic(): String
string topic = 1;
Link copied to clipboard
abstract fun getTopicBytes(): ByteString
string topic = 1;
Link copied to clipboard
abstract fun isInitialized(): Boolean