All Downloads are FREE. Search and download functionalities are using the official Maven repository.

rasa.signal-service-java.2.15.3_unofficial_108.source-code.ResumableUploads.proto Maven / Gradle / Ivy

There is a newer version: 2.15.3_unofficial_107
Show newest version
// Proto schema formatted by Wire, do not edit.
// Source: ResumableUploads.proto

syntax = "proto3";

option java_package = "org.signal.protos.resumableuploads";

message ResumableUpload {
  bytes secretKey = 1;

  bytes iv = 2;

  string cdnKey = 3;

  uint32 cdnNumber = 4;

  string location = 5;

  uint64 timeout = 6;

  repeated Header headers = 7;

  message Header {
    string key = 1;
  
    string value = 2;
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy