Register Installation Request
class RegisterInstallationRequest : GeneratedMessageLite<MessageType, BuilderType> , Service.RegisterInstallationRequestOrBuilder
A request to register an installation with the service
Content copied to clipboard
Protobuf type notifications.v1.RegisterInstallationRequest
Types
Link copied to clipboard
class Builder : GeneratedMessageLite.Builder<MessageType, BuilderType> , Service.RegisterInstallationRequestOrBuilder
A request to register an installation with the service
Content copied to clipboard
notifications.v1.RegisterInstallationRequestFunctions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
.notifications.v1.DeliveryMechanism delivery_mechanism = 2;Link copied to clipboard
string installation_id = 1;Link copied to clipboard
string installation_id = 1;Link copied to clipboard
Link copied to clipboard
.notifications.v1.DeliveryMechanism delivery_mechanism = 2;Link copied to clipboard
Link copied to clipboard
open fun newBuilder(prototype: Service.RegisterInstallationRequest): Service.RegisterInstallationRequest.Builder
Link copied to clipboard
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.RegisterInstallationRequest
Link copied to clipboard
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): Service.RegisterInstallationRequest
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): Service.RegisterInstallationRequest
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): Service.RegisterInstallationRequest
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): Service.RegisterInstallationRequest
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): Service.RegisterInstallationRequest
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard