Class ListProductsResponse (1.10.1)

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

Response message for ProductService.ListProducts method.

Attributes

NameDescription
products Sequence[google.cloud.retail_v2alpha.types.Product]
The Products.
next_page_token str
A token that can be sent as ListProductsRequest.page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.
total_size int
The total count of matched Products irrespective of pagination. The total number of Products returned by pagination may be less than the total_size that matches. This field is ignored if ListProductsRequest.require_total_size is not set or ListProductsRequest.page_token is not empty.

Inheritance

builtins.object > proto.message.Message > ListProductsResponse