package protobuffet.example.productcatalog.v1

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service ProductCatalogService

productcatalog.proto:9

Product catalog management service. APIs oriented around product lookup for a given context.

message Product

productcatalog.proto:20

Represents a single product within our catalog. Each product should be visible by default, unavailable products are not represented by this object.

Used as response type in: ProductCatalogService.GetProduct

Used as field type in: ListProductsResponse, SearchProductsResponse