← Back to packages

Package File

Service AttachmentService

Message NewAttachment

Message Attachment

Message OptionalAttachment

Message AttachmentsArray

Message FindAttachmentByIdRequest

Message FileChunk

Services

service AttachmentService file.proto

Messages

message NewAttachment file.proto

Field Type Description
4 Name optional string
5 MimeType string
6 BlobData optional bytes

message Attachment file.proto

Field Type Description
1 Id string
2 CreatedAt string
3 UpdatedAt string
4 Name optional string
5 MimeType string
6 BlobData optional bytes

message OptionalAttachment file.proto

Field Type Description
1 Attachment optional File.Attachment

message AttachmentsArray file.proto

Field Type Description
1 Attachments repeated File.Attachment

message FindAttachmentByIdRequest file.proto

Field Type Description
1 Id string

message FileChunk file.proto

Field Type Description
1 Content bytes
2 MimeType string