Removed useless protobuf messages

Signed-off-by: Domenico Iezzi <domenico.iezzi.201@gmail.com>
This commit is contained in:
Domenico Iezzi 2017-09-18 15:48:01 +02:00
parent e987322629
commit 026e6419a0
2 changed files with 157 additions and 407 deletions

View File

@ -609,7 +609,7 @@ message Bucket {
}
message ListResponse {
repeated Bucket bucket = 1;
repeated DocV2 doc = 2;
repeated SearchCluster cluster = 2;
}
message DocV1 {
optional Document finskyDoc = 1;
@ -1126,26 +1126,6 @@ message StatCounters {
message UsageStatsExtensionProto {
optional AndroidDataUsageProto dataUsage = 1;
}
message SearchClusterResponse {
optional bytes info = 1;
repeated SearchPreFetch preFetch = 3;
}
message SearchPreFetch {
optional string url = 1;
optional SearchResponseWrapper response = 2;
optional string etag = 3;
optional int64 ttl = 4;
optional int64 softTtl = 5;
}
message SearchResponseWrapper {
optional SearchClusterWrapper wrapper = 1;
}
message SearchClusterWrapper {
optional SearchClusterWrapper2 wrapper = 1;
}
message SearchClusterWrapper2 {
repeated SearchCluster cluster = 2;
}
message SearchCluster {
optional string id = 1;
optional string type = 2;

File diff suppressed because one or more lines are too long