package fkie_multimaster_msgs.file

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service FileService

file.proto:38

* The file manager service definition.

message Empty

file.proto:51

(message has no fields)

message FileChunk

file.proto:112

* The message to transfer the file content. :param path: the path of the file. Required on first chunk. :param mtime: time of last modification of this file. If save the content, the time should be equal to the file already exists (zero for new file). Required on first chunk. :param size: size of the file in bytes. :param offset: offset of data in this chunk. :param data: file content. :param package: if package name is set the path is handled as relative to the package.

Used in: GetFileContentReply, SaveFileContentRequest

message FileChunkAck

file.proto:126

* The acknowledge for received chunk. :param path: the path of the file. Only on first chunk. :param mtime: time of last modification of this file. Only valid for last chunk. :param size: current received data.

Used in: SaveFileContentReply

message PackageObj

file.proto:200

Used as request type in: FileService.GetPackageBinaries

Used as field type in: ListPackagesReply

message PathList

file.proto:150

* This message is used to request and reply for changed files. :param items: list of files.

Used as request type in: FileService.ChangedFiles

Used as response type in: FileService.ChangedFiles, FileService.GetPackageBinaries

message PathObj

file.proto:154

Used as request type in: FileService.Delete, FileService.New

Used as field type in: ListPathReply, PathList

enum PathObj.PathType

file.proto:161

Used in: PathObj

message ReturnStatus

file.proto:171

* The status message included in replies.

Used as response type in: FileService.CopyFileTo, FileService.Delete, FileService.New, FileService.Rename

Used as field type in: GetFileContentReply, ListPackagesReply, ListPathReply, SaveFileContentReply

enum ReturnStatus.StatusType

file.proto:172