Class SearchProductsRequest (0.9.8)

SearchProductsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for PrivateCatalog.SearchProducts.

Attributes

NameDescription
resource str
Required. The name of the resource context. See SearchCatalogsRequest.resource for details.
query str
The query to filter the products. The supported queries are: - List products of all catalogs: empty - List products under a catalog: parent=catalogs/{catalog} - Get a product by name: name=catalogs/{catalog}/products/{product}
page_size int
The maximum number of entries that are requested.
page_token str
A pagination token returned from a previous call to SearchProducts that indicates where this listing should continue from.