Skip to content

Commit dc93323

Browse files
Google APIscopybara-github
Google APIs
authored andcommitted
docs: remove remaining private links
PiperOrigin-RevId: 387857950
1 parent 81c199d commit dc93323

File tree

2 files changed

+8
-18
lines changed

2 files changed

+8
-18
lines changed

google/cloud/retail/v2/search_service.proto

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -545,8 +545,7 @@ message SearchRequest {
545545

546546
// The filter syntax consists of an expression language for constructing a
547547
// predicate from one or more fields of the products being filtered. Filter
548-
// expression is case-sensitive. See more details at this [user
549-
// guide](/retail/private/docs/filter-and-order#filter).
548+
// expression is case-sensitive.
550549
//
551550
// If this field is unrecognizable, an INVALID_ARGUMENT is returned.
552551
string filter = 10;
@@ -564,9 +563,7 @@ message SearchRequest {
564563

565564
// The order in which products are returned. Products can be ordered by
566565
// a field in an [Product][google.cloud.retail.v2.Product] object. Leave it
567-
// unset if ordered by relevance. OrderBy expression is case-sensitive. See
568-
// more details at this [user
569-
// guide](/retail/private/docs/filter-and-order#order).
566+
// unset if ordered by relevance. OrderBy expression is case-sensitive.
570567
//
571568
// If this field is unrecognizable, an INVALID_ARGUMENT is returned.
572569
string order_by = 11;
@@ -585,13 +582,11 @@ message SearchRequest {
585582
// facet feature.
586583
DynamicFacetSpec dynamic_facet_spec = 21;
587584

588-
// Boost specification to boost certain products. See more details at this
589-
// [user guide](/retail/private/docs/boosting).
585+
// Boost specification to boost certain products.
590586
BoostSpec boost_spec = 13;
591587

592588
// The query expansion specification that specifies the conditions under which
593-
// query expansion will occur. See more details at this [user
594-
// guide](/retail/private/docs/result-size#query_expansion).
589+
// query expansion will occur.
595590
QueryExpansionSpec query_expansion_spec = 14;
596591

597592
// The keys to fetch and rollup the matching

google/cloud/retail/v2beta/search_service.proto

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -548,8 +548,7 @@ message SearchRequest {
548548

549549
// The filter syntax consists of an expression language for constructing a
550550
// predicate from one or more fields of the products being filtered. Filter
551-
// expression is case-sensitive. See more details at this [user
552-
// guide](/retail/private/docs/filter-and-order#filter).
551+
// expression is case-sensitive.
553552
//
554553
// If this field is unrecognizable, an INVALID_ARGUMENT is returned.
555554
string filter = 10;
@@ -567,9 +566,7 @@ message SearchRequest {
567566

568567
// The order in which products are returned. Products can be ordered by
569568
// a field in an [Product][google.cloud.retail.v2beta.Product] object. Leave
570-
// it unset if ordered by relevance. OrderBy expression is case-sensitive. See
571-
// more details at this [user
572-
// guide](/retail/private/docs/filter-and-order#order).
569+
// it unset if ordered by relevance. OrderBy expression is case-sensitive.
573570
//
574571
// If this field is unrecognizable, an INVALID_ARGUMENT is returned.
575572
string order_by = 11;
@@ -588,13 +585,11 @@ message SearchRequest {
588585
// facet feature.
589586
DynamicFacetSpec dynamic_facet_spec = 21;
590587

591-
// Boost specification to boost certain products. See more details at this
592-
// [user guide](/retail/private/docs/boosting).
588+
// Boost specification to boost certain products.
593589
BoostSpec boost_spec = 13;
594590

595591
// The query expansion specification that specifies the conditions under which
596-
// query expansion will occur. See more details at this [user
597-
// guide](/retail/private/docs/result-size#query_expansion).
592+
// query expansion will occur.
598593
QueryExpansionSpec query_expansion_spec = 14;
599594

600595
// The keys to fetch and rollup the matching

0 commit comments

Comments
 (0)