Thanks to visit codestin.com
Credit goes to github.com

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

Commit e2ca897

Browse files
docs: remove remaining private links (#72)
PiperOrigin-RevId: 387857950 Source-Link: googleapis/googleapis@dc93323 Source-Link: https://github.com/googleapis/googleapis-gen/commit/072b1e8d5671872c8ebfd7726780bf6002090380
1 parent ca5d444 commit e2ca897

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

google/cloud/retail_v2/types/search_service.py

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,7 @@ class SearchRequest(proto.Message):
9494
The filter syntax consists of an expression language for
9595
constructing a predicate from one or more fields of the
9696
products being filtered. Filter expression is
97-
case-sensitive. See more details at this `user
98-
guide </retail/private/docs/filter-and-order#filter>`__.
97+
case-sensitive.
9998
10099
If this field is unrecognizable, an INVALID_ARGUMENT is
101100
returned.
@@ -117,8 +116,7 @@ class SearchRequest(proto.Message):
117116
ordered by a field in an
118117
[Product][google.cloud.retail.v2.Product] object. Leave it
119118
unset if ordered by relevance. OrderBy expression is
120-
case-sensitive. See more details at this `user
121-
guide </retail/private/docs/filter-and-order#order>`__.
119+
case-sensitive.
122120
123121
If this field is unrecognizable, an INVALID_ARGUMENT is
124122
returned.
@@ -137,14 +135,12 @@ class SearchRequest(proto.Message):
137135
[email protected]) if you are interested in
138136
using dynamic facet feature.
139137
boost_spec (google.cloud.retail_v2.types.SearchRequest.BoostSpec):
140-
Boost specification to boost certain products. See more
141-
details at this `user
142-
guide </retail/private/docs/boosting>`__.
138+
Boost specification to boost certain
139+
products.
143140
query_expansion_spec (google.cloud.retail_v2.types.SearchRequest.QueryExpansionSpec):
144-
The query expansion specification that specifies the
145-
conditions under which query expansion will occur. See more
146-
details at this `user
147-
guide </retail/private/docs/result-size#query_expansion>`__.
141+
The query expansion specification that
142+
specifies the conditions under which query
143+
expansion will occur.
148144
variant_rollup_keys (Sequence[str]):
149145
The keys to fetch and rollup the matching
150146
[variant][google.cloud.retail.v2.Product.Type.VARIANT]

0 commit comments

Comments
 (0)