Get desktop application:
View/edit binary Protocol Buffers messages
string CategoryID = 1
string Name = 2
string Description = 3
double Price = 4
string ImageURL = 5
repeated string Photos = 6
int64 Quantity = 7
int64 Rating = 8
string ProductID = 1
string CategoryID = 2
string Name = 3
string Description = 4
double Price = 5
string ImageURL = 6
repeated string Photos = 7
int64 Quantity = 8
int64 Rating = 9
string Search = 1
int64 page = 2
int64 size = 3
int64 TotalCount = 1
int64 TotalPages = 2
int64 Page = 3
int64 Size = 4
bool HasMore = 5
repeated Product Products = 6
(message has no fields)
Used in: CreateRes, GetByIDRes, SearchRes, UpdateRes
string ProductID = 1
string CategoryID = 2
string Name = 3
string Description = 4
double Price = 5
string ImageURL = 6
repeated string Photos = 7
int64 Quantity = 8
int64 Rating = 9