Subscription

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

Types

Link copied to clipboard
class Builder : GeneratedMessageLite.Builder<MessageType, BuilderType> , Service.SubscriptionOrBuilder
A subscription with associated metadata
Protobuf type notifications.v1.Subscription
Link copied to clipboard
class HmacKey : GeneratedMessageLite<MessageType, BuilderType> , Service.Subscription.HmacKeyOrBuilder
Protobuf type notifications.v1.Subscription.HmacKey
Link copied to clipboard
interface HmacKeyOrBuilder : MessageLiteOrBuilder

Functions

Link copied to clipboard
open fun equals(other: Any): Boolean
Link copied to clipboard
Link copied to clipboard
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
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
fun getParserForType(): Parser<MessageType>
abstract fun getParserForType(): Parser<out MessageLite>
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
open fun hashCode(): Int
Link copied to clipboard
Link copied to clipboard
fun newBuilderForType(): BuilderType
abstract fun newBuilderForType(): MessageLite.Builder
Link copied to clipboard
open fun <ContainingType : MessageLite?, Type> newRepeatedGeneratedExtension(containingTypeDefaultInstance: ContainingType, messageDefaultInstance: MessageLite, enumTypeMap: Internal.EnumLiteMap<out Any>, number: Int, type: WireFormat.FieldType, isPacked: Boolean, singularType: Class): GeneratedMessageLite.GeneratedExtension<ContainingType, Type>
Link copied to clipboard
open fun <ContainingType : MessageLite?, Type> newSingularGeneratedExtension(containingTypeDefaultInstance: ContainingType, defaultValue: Type, messageDefaultInstance: MessageLite, enumTypeMap: Internal.EnumLiteMap<out Any>, number: Int, type: WireFormat.FieldType, singularType: Class): GeneratedMessageLite.GeneratedExtension<ContainingType, Type>
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): Service.Subscription
Link copied to clipboard
open fun parseFrom(data: ByteString): Service.Subscription
open fun parseFrom(input: CodedInputStream): Service.Subscription
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): Service.Subscription
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): Service.Subscription
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): Service.Subscription
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): Service.Subscription
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): Service.Subscription
Link copied to clipboard
open fun parser(): Parser<Service.Subscription>
Link copied to clipboard
fun toBuilder(): BuilderType
abstract fun toBuilder(): MessageLite.Builder
Link copied to clipboard
open fun toByteArray(): Array<Byte>
Link copied to clipboard
open fun toByteString(): ByteString
Link copied to clipboard
open fun toString(): String
Link copied to clipboard
open fun writeDelimitedTo(output: OutputStream)
Link copied to clipboard
open fun writeTo(output: CodedOutputStream)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard