Skip to content
This repository has been archived by the owner on Sep 21, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
docs(retail): Quote several literal expressions for better rendering (#…
…75)

PiperOrigin-RevId: 388769359

Source-Link: googleapis/googleapis@a47f0a4

Source-Link: googleapis/googleapis-gen@a25fc41
  • Loading branch information
gcf-owl-bot[bot] committed Aug 4, 2021
1 parent 75d580a commit 53ede84
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions google/cloud/retail_v2/types/search_service.py
Expand Up @@ -660,15 +660,24 @@ class SearchResult(proto.Message):
list of string or double values with type
[google.protobuf.ListValue][google.protobuf.ListValue]. For
example, if there are two variants with colors "red" and
"blue", the rollup values are { key: "colorFamilies" value {
list_value { values { string_value: "red" } values {
string_value: "blue" } } } }
"blue", the rollup values are
::
{ key: "colorFamilies"
value {
list_value {
values { string_value: "red" }
values { string_value: "blue" }
}
}
}
For
[Product.fulfillment_info][google.cloud.retail.v2.Product.fulfillment_info],
the rollup values is a double value with type
[google.protobuf.Value][google.protobuf.Value]. For example,
{key: "pickupInStore.store1" value { number_value: 10 }}
[google.protobuf.Value][google.protobuf.Value]. For example:
``{key: "pickupInStore.store1" value { number_value: 10 }}``
means a there are 10 variants in this product are available
in the store "store1".
"""
Expand Down

0 comments on commit 53ede84

Please sign in to comment.