Get desktop application:
View/edit binary Protocol Buffers messages
string userId = 1
int32 orderId = 2
repeated Order orders = 1
Used in: Order
string name = 1
string line1 = 2
string line2 = 3
string city = 4
string region = 5
string postalCode = 6
Used in: OrderDetailsReply, OrderHistoryReply, PlaceOrderRequest
int32 id = 1
string userId = 2
optional Address deliveryAddress = 4
repeated Pizza pizzas = 6
Used in: Order
int32 size = 2
repeated Topping toppings = 3
Used in: Pizza
string name = 1
string description = 3
string imageUrl = 4
Used in: Pizza