Builder

class Builder : GeneratedMessageLite.Builder<MessageType, BuilderType> , Service.SubscriptionOrBuilder
A subscription with associated metadata
Protobuf type notifications.v1.Subscription

Functions

Link copied to clipboard
repeated .notifications.v1.Subscription.HmacKey hmac_keys = 2;
Link copied to clipboard
Link copied to clipboard
fun build(): MessageType
abstract fun build(): MessageLite
Link copied to clipboard
open fun buildPartial(): MessageType
abstract fun buildPartial(): MessageLite
Link copied to clipboard
fun clear(): BuilderType
abstract fun clear(): MessageLite.Builder
Link copied to clipboard
repeated .notifications.v1.Subscription.HmacKey hmac_keys = 2;
Link copied to clipboard
bool is_silent = 3;
Link copied to clipboard
string topic = 1;
Link copied to clipboard
open fun clone(): BuilderType
abstract fun clone(): MessageLite.Builder
Link copied to clipboard
open fun getDefaultInstanceForType(): MessageType
abstract fun getDefaultInstanceForType(): MessageLite
Link copied to clipboard
repeated .notifications.v1.Subscription.HmacKey hmac_keys = 2;
Link copied to clipboard
open 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
open fun getIsSilent(): Boolean
bool is_silent = 3;
Link copied to clipboard
open fun getTopic(): String
string topic = 1;
Link copied to clipboard
open fun getTopicBytes(): ByteString
string topic = 1;
Link copied to clipboard
Link copied to clipboard
open fun mergeDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): Boolean
Link copied to clipboard
open fun mergeFrom(message: MessageType): BuilderType
abstract fun mergeFrom(input: CodedInputStream): MessageLite.Builder
Link copied to clipboard
repeated .notifications.v1.Subscription.HmacKey hmac_keys = 2;
Link copied to clipboard
repeated .notifications.v1.Subscription.HmacKey hmac_keys = 2;
Link copied to clipboard
bool is_silent = 3;
Link copied to clipboard
string topic = 1;
Link copied to clipboard
open fun setTopicBytes(value: ByteString): Service.Subscription.Builder
string topic = 1;