Skip to content

Commit

Permalink
New proto fields
Browse files Browse the repository at this point in the history
  • Loading branch information
yeriomin committed May 16, 2018
1 parent 84983d5 commit 2c6ce32
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/main/proto/GooglePlay.proto
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,8 @@ message DetailsResponse {
optional string footerHtml = 5;
repeated Badge badge = 7;
optional Features features = 12;
optional string detailsStreamUrl = 13;
optional string postAcquireDetailsStreamUrl = 17;
}
message Badge {
optional string label = 1;
Expand All @@ -376,11 +378,12 @@ message BadgeLinkContainer {
optional string link = 2;
}
message Features {
repeated Feature feature = 1;
repeated Feature featurePresence = 1;
repeated Feature featureRating = 2;
}
message Feature {
optional string label = 1;
optional string percent = 3;
optional string value = 3;
}
message DeviceConfigurationProto {
optional int32 touchScreen = 1;
Expand Down Expand Up @@ -683,6 +686,8 @@ message DocV2 {
optional UnknownCategoryContainer unknownCategoryContainer = 24;
optional Unknown25 unknown25 = 25;
optional string descriptionShort = 27;
optional string reviewSnippetsUrl = 31;
optional string reviewQuestionsUrl = 34;
}
message Unknown25 {
repeated Unknown25Item item = 2;
Expand Down

0 comments on commit 2c6ce32

Please sign in to comment.