Delete
    class DeleteInstallationRequest : GeneratedMessageLite<MessageType, BuilderType> , Service.DeleteInstallationRequestOrBuilder
Delete an installation from the service
Content copied to clipboard
 Protobuf type notifications.v1.DeleteInstallationRequest
Types
Link copied to clipboard
                  class Builder : GeneratedMessageLite.Builder<MessageType, BuilderType> , Service.DeleteInstallationRequestOrBuilder
Delete an installation from the service
Content copied to clipboard
notifications.v1.DeleteInstallationRequestFunctions
Link copied to clipboard
                  Link copied to clipboard
                  Link copied to clipboard
                  string installation_id = 1;Link copied to clipboard
                  string installation_id = 1;Link copied to clipboard
                  Link copied to clipboard
                  Link copied to clipboard
                  open fun newBuilder(prototype: Service.DeleteInstallationRequest): Service.DeleteInstallationRequest.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.DeleteInstallationRequest
Link copied to clipboard
                  open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): Service.DeleteInstallationRequest
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): Service.DeleteInstallationRequest
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): Service.DeleteInstallationRequest
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): Service.DeleteInstallationRequest
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): Service.DeleteInstallationRequest
Link copied to clipboard
                  Link copied to clipboard
                  Link copied to clipboard
                  Link copied to clipboard