This repository was archived by the owner on Sep 21, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +14
-5
lines changed
google/cloud/retail_v2/types Expand file tree Collapse file tree 1 file changed +14
-5
lines changed Original file line number Diff line number Diff line change @@ -660,15 +660,24 @@ class SearchResult(proto.Message):
660660 list of string or double values with type
661661 [google.protobuf.ListValue][google.protobuf.ListValue]. For
662662 example, if there are two variants with colors "red" and
663- "blue", the rollup values are { key: "colorFamilies" value {
664- list_value { values { string_value: "red" } values {
665- string_value: "blue" } } } }
663+ "blue", the rollup values are
664+
665+ ::
666+
667+ { key: "colorFamilies"
668+ value {
669+ list_value {
670+ values { string_value: "red" }
671+ values { string_value: "blue" }
672+ }
673+ }
674+ }
666675
667676 For
668677 [Product.fulfillment_info][google.cloud.retail.v2.Product.fulfillment_info],
669678 the rollup values is a double value with type
670- [google.protobuf.Value][google.protobuf.Value]. For example,
671- {key: "pickupInStore.store1" value { number_value: 10 }}
679+ [google.protobuf.Value][google.protobuf.Value]. For example:
680+ `` {key: "pickupInStore.store1" value { number_value: 10 }}``
672681 means a there are 10 variants in this product are available
673682 in the store "store1".
674683 """
You can’t perform that action at this time.
0 commit comments