Skip to content

Commit

Permalink
StructureDownloadResult to DownloadResult
Browse files Browse the repository at this point in the history
  • Loading branch information
anandwana001 committed Aug 10, 2021
1 parent b41cf7d commit be028d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proto/v1/api/android.proto
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ message TopicContentRequest {
message TopicContentResponse {
TopicContentRequestResponseStructureVersion structure_version = 1;

repeated StructureDownloadResult download_results = 2;
repeated DownloadResult download_results = 2;

// Structure corresponds to TopicContentRequestResponseStructureVersion.
message StructureDownloadResult {
message DownloadResult {
DownloadRequestStructureIdentifier identifier = 1;

oneof structure_type {
Expand Down

0 comments on commit be028d2

Please sign in to comment.