RegisterInstallationResponse

class RegisterInstallationResponse : GeneratedMessageLite<MessageType, BuilderType> , Service.RegisterInstallationResponseOrBuilder
Response to RegisterInstallationRequest

Protobuf type notifications.v1.RegisterInstallationResponse

Types

Link copied to clipboard
class Builder : GeneratedMessageLite.Builder<MessageType, BuilderType> , Service.RegisterInstallationResponseOrBuilder
Response to RegisterInstallationRequest
Protobuf type notifications.v1.RegisterInstallationResponse

Functions

Link copied to clipboard
open fun equals(other: Any): Boolean
Link copied to clipboard
fun getDefaultInstanceForType(): MessageType
abstract fun getDefaultInstanceForType(): MessageLite
Link copied to clipboard
string installation_id = 1;
Link copied to clipboard
open fun getInstallationIdBytes(): ByteString
string installation_id = 1;
Link copied to clipboard
fun getParserForType(): Parser<MessageType>
abstract fun getParserForType(): Parser<out MessageLite>
Link copied to clipboard
open fun getValidUntil(): Long
uint64 valid_until = 2;
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
Link copied to clipboard
open fun parseFrom(input: CodedInputStream): Service.RegisterInstallationResponse
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): Service.RegisterInstallationResponse
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): Service.RegisterInstallationResponse
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): Service.RegisterInstallationResponse
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): Service.RegisterInstallationResponse
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): Service.RegisterInstallationResponse
Link copied to clipboard
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