mirror of
https://github.com/FliegendeWurst/googleplay-api.git
synced 2024-11-22 04:44:59 +00:00
Removed useless protobuf messages
Signed-off-by: Domenico Iezzi <domenico.iezzi.201@gmail.com>
This commit is contained in:
parent
e987322629
commit
026e6419a0
@ -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
Loading…
Reference in New Issue
Block a user