8000 docs(retail): Quote several literal expressions for better rendering … · googleapis/python-retail@53ede84 · GitHub
[go: up one dir, main page]

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

Commit 53ede84

Browse files
docs(retail): Quote several literal expressions for better rendering (#75)
PiperOrigin-RevId: 388769359 Source-Link: googleapis/googleapis@a47f0a4 Source-Link: https://github.com/googleapis/googleapis-gen/commit/a25fc41966ff2ccf178e9002d9568680cb1efbc8
1 parent 75d580a commit 53ede84

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

google/cloud/retail_v2/types/search_service.py

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff 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
"""

0 commit comments

Comments
 (0)
0