Skip to content

Commit f233c3d

Browse files
docs: remove remaining private links (#85)
* docs: remove remaining private links PiperOrigin-RevId: 387857950 Source-Link: googleapis/googleapis@dc93323 Source-Link: googleapis/googleapis-gen@072b1e8 * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/master/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent a6b9129 commit f233c3d

File tree

6 files changed

+52
-116
lines changed

6 files changed

+52
-116
lines changed

packages/google-cloud-retail/protos/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

packages/google-cloud-retail/protos/google/cloud/retail/v2alpha/search_service.proto

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -570,8 +570,7 @@ message SearchRequest {
570570

571571
// The filter syntax consists of an expression language for constructing a
572572
// predicate from one or more fields of the products being filtered. Filter
573-
// expression is case-sensitive. See more details at this [user
574-
// guide](/retail/private/docs/filter-and-order#filter).
573+
// expression is case-sensitive.
575574
//
576575
// If this field is unrecognizable, an INVALID_ARGUMENT is returned.
577576
string filter = 10;
@@ -590,9 +589,7 @@ message SearchRequest {
590589

591590
// The order in which products are returned. Products can be ordered by
592591
// a field in an [Product][google.cloud.retail.v2alpha.Product] object. Leave
593-
// it unset if ordered by relevance. OrderBy expression is case-sensitive. See
594-
// more details at this [user
595-
// guide](/retail/private/docs/filter-and-order#order).
592+
// it unset if ordered by relevance. OrderBy expression is case-sensitive.
596593
//
597594
// If this field is unrecognizable, an INVALID_ARGUMENT is returned.
598595
string order_by = 11;
@@ -611,22 +608,19 @@ message SearchRequest {
611608
// facet feature.
612609
DynamicFacetSpec dynamic_facet_spec = 21;
613610

614-
// Boost specification to boost certain products. See more details at this
615-
// [user guide](/retail/private/docs/boosting).
611+
// Boost specification to boost certain products.
616612
BoostSpec boost_spec = 13;
617613

618614
// The query expansion specification that specifies the conditions under which
619-
// query expansion will occur. See more details at this [user
620-
// guide](/retail/private/docs/result-size#query_expansion).
615+
// query expansion will occur.
621616
QueryExpansionSpec query_expansion_spec = 14;
622617

623618
// The relevance threshold of the search results.
624619
//
625620
// Defaults to
626621
// [RelevanceThreshold.HIGH][google.cloud.retail.v2alpha.SearchRequest.RelevanceThreshold.HIGH],
627622
// which means only the most relevant results are shown, and the least number
628-
// of results are returned. See more details at this [user
629-
// guide](/retail/private/docs/result-size#relevance_thresholding).
623+
// of results are returned.
630624
RelevanceThreshold relevance_threshold = 15;
631625

632626
// The keys to fetch and rollup the matching

packages/google-cloud-retail/protos/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

packages/google-cloud-retail/src/v2/search_service_client.ts

Lines changed: 12 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -407,8 +407,7 @@ export class SearchServiceClient {
407407
* @param {string} request.filter
408408
* The filter syntax consists of an expression language for constructing a
409409
* predicate from one or more fields of the products being filtered. Filter
410-
* expression is case-sensitive. See more details at this [user
411-
* guide](/retail/private/docs/filter-and-order#filter).
410+
* expression is case-sensitive.
412411
*
413412
* If this field is unrecognizable, an INVALID_ARGUMENT is returned.
414413
* @param {string} request.canonicalFilter
@@ -424,9 +423,7 @@ export class SearchServiceClient {
424423
* @param {string} request.orderBy
425424
* The order in which products are returned. Products can be ordered by
426425
* a field in an {@link google.cloud.retail.v2.Product|Product} object. Leave it
427-
* unset if ordered by relevance. OrderBy expression is case-sensitive. See
428-
* more details at this [user
429-
* guide](/retail/private/docs/filter-and-order#order).
426+
* unset if ordered by relevance. OrderBy expression is case-sensitive.
430427
*
431428
* If this field is unrecognizable, an INVALID_ARGUMENT is returned.
432429
* @param {number[]} request.facetSpecs
@@ -442,12 +439,10 @@ export class SearchServiceClient {
442439
* ([email protected]) if you are interested in using dynamic
443440
* facet feature.
444441
* @param {google.cloud.retail.v2.SearchRequest.BoostSpec} request.boostSpec
445-
* Boost specification to boost certain products. See more details at this
446-
* [user guide](/retail/private/docs/boosting).
442+
* Boost specification to boost certain products.
447443
* @param {google.cloud.retail.v2.SearchRequest.QueryExpansionSpec} request.queryExpansionSpec
448444
* The query expansion specification that specifies the conditions under which
449-
* query expansion will occur. See more details at this [user
450-
* guide](/retail/private/docs/result-size#query_expansion).
445+
* query expansion will occur.
451446
* @param {string[]} request.variantRollupKeys
452447
* The keys to fetch and rollup the matching
453448
* {@link google.cloud.retail.v2.Product.Type.VARIANT|variant}
@@ -618,8 +613,7 @@ export class SearchServiceClient {
618613
* @param {string} request.filter
619614
* The filter syntax consists of an expression language for constructing a
620615
* predicate from one or more fields of the products being filtered. Filter
621-
* expression is case-sensitive. See more details at this [user
622-
* guide](/retail/private/docs/filter-and-order#filter).
616+
* expression is case-sensitive.
623617
*
624618
* If this field is unrecognizable, an INVALID_ARGUMENT is returned.
625619
* @param {string} request.canonicalFilter
@@ -635,9 +629,7 @@ export class SearchServiceClient {
635629
* @param {string} request.orderBy
636630
* The order in which products are returned. Products can be ordered by
637631
* a field in an {@link google.cloud.retail.v2.Product|Product} object. Leave it
638-
* unset if ordered by relevance. OrderBy expression is case-sensitive. See
639-
* more details at this [user
640-
* guide](/retail/private/docs/filter-and-order#order).
632+
* unset if ordered by relevance. OrderBy expression is case-sensitive.
641633
*
642634
* If this field is unrecognizable, an INVALID_ARGUMENT is returned.
643635
* @param {number[]} request.facetSpecs
@@ -653,12 +645,10 @@ export class SearchServiceClient {
653645
* ([email protected]) if you are interested in using dynamic
654646
* facet feature.
655647
* @param {google.cloud.retail.v2.SearchRequest.BoostSpec} request.boostSpec
656-
* Boost specification to boost certain products. See more details at this
657-
* [user guide](/retail/private/docs/boosting).
648+
* Boost specification to boost certain products.
658649
* @param {google.cloud.retail.v2.SearchRequest.QueryExpansionSpec} request.queryExpansionSpec
659650
* The query expansion specification that specifies the conditions under which
660-
* query expansion will occur. See more details at this [user
661-
* guide](/retail/private/docs/result-size#query_expansion).
651+
* query expansion will occur.
662652
* @param {string[]} request.variantRollupKeys
663653
* The keys to fetch and rollup the matching
664654
* {@link google.cloud.retail.v2.Product.Type.VARIANT|variant}
@@ -811,8 +801,7 @@ export class SearchServiceClient {
811801
* @param {string} request.filter
812802
* The filter syntax consists of an expression language for constructing a
813803
* predicate from one or more fields of the products being filtered. Filter
814-
* expression is case-sensitive. See more details at this [user
815-
* guide](/retail/private/docs/filter-and-order#filter).
804+
* expression is case-sensitive.
816805
*
817806
* If this field is unrecognizable, an INVALID_ARGUMENT is returned.
818807
* @param {string} request.canonicalFilter
@@ -828,9 +817,7 @@ export class SearchServiceClient {
828817
* @param {string} request.orderBy
829818
* The order in which products are returned. Products can be ordered by
830819
* a field in an {@link google.cloud.retail.v2.Product|Product} object. Leave it
831-
* unset if ordered by relevance. OrderBy expression is case-sensitive. See
832-
* more details at this [user
833-
* guide](/retail/private/docs/filter-and-order#order).
820+
* unset if ordered by relevance. OrderBy expression is case-sensitive.
834821
*
835822
* If this field is unrecognizable, an INVALID_ARGUMENT is returned.
836823
* @param {number[]} request.facetSpecs
@@ -846,12 +833,10 @@ export class SearchServiceClient {
846833
* ([email protected]) if you are interested in using dynamic
847834
* facet feature.
848835
* @param {google.cloud.retail.v2.SearchRequest.BoostSpec} request.boostSpec
849-
* Boost specification to boost certain products. See more details at this
850-
* [user guide](/retail/private/docs/boosting).
836+
* Boost specification to boost certain products.
851837
* @param {google.cloud.retail.v2.SearchRequest.QueryExpansionSpec} request.queryExpansionSpec
852838
* The query expansion specification that specifies the conditions under which
853-
* query expansion will occur. See more details at this [user
854-
* guide](/retail/private/docs/result-size#query_expansion).
839+
* query expansion will occur.
855840
* @param {string[]} request.variantRollupKeys
856841
* The keys to fetch and rollup the matching
857842
* {@link google.cloud.retail.v2.Product.Type.VARIANT|variant}

packages/google-cloud-retail/src/v2alpha/search_service_client.ts

Lines changed: 15 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -408,8 +408,7 @@ export class SearchServiceClient {
408408
* @param {string} request.filter
409409
* The filter syntax consists of an expression language for constructing a
410410
* predicate from one or more fields of the products being filtered. Filter
411-
* expression is case-sensitive. See more details at this [user
412-
* guide](/retail/private/docs/filter-and-order#filter).
411+
* expression is case-sensitive.
413412
*
414413
* If this field is unrecognizable, an INVALID_ARGUMENT is returned.
415414
* @param {string} request.canonicalFilter
@@ -426,9 +425,7 @@ export class SearchServiceClient {
426425
* @param {string} request.orderBy
427426
* The order in which products are returned. Products can be ordered by
428427
* a field in an {@link google.cloud.retail.v2alpha.Product|Product} object. Leave
429-
* it unset if ordered by relevance. OrderBy expression is case-sensitive. See
430-
* more details at this [user
431-
* guide](/retail/private/docs/filter-and-order#order).
428+
* it unset if ordered by relevance. OrderBy expression is case-sensitive.
432429
*
433430
* If this field is unrecognizable, an INVALID_ARGUMENT is returned.
434431
* @param {number[]} request.facetSpecs
@@ -444,20 +441,17 @@ export class SearchServiceClient {
444441
* ([email protected]) if you are interested in using dynamic
445442
* facet feature.
446443
* @param {google.cloud.retail.v2alpha.SearchRequest.BoostSpec} request.boostSpec
447-
* Boost specification to boost certain products. See more details at this
448-
* [user guide](/retail/private/docs/boosting).
444+
* Boost specification to boost certain products.
449445
* @param {google.cloud.retail.v2alpha.SearchRequest.QueryExpansionSpec} request.queryExpansionSpec
450446
* The query expansion specification that specifies the conditions under which
451-
* query expansion will occur. See more details at this [user
452-
* guide](/retail/private/docs/result-size#query_expansion).
447+
* query expansion will occur.
453448
* @param {google.cloud.retail.v2alpha.SearchRequest.RelevanceThreshold} request.relevanceThreshold
454449
* The relevance threshold of the search results.
455450
*
456451
* Defaults to
457452
* {@link google.cloud.retail.v2alpha.SearchRequest.RelevanceThreshold.HIGH|RelevanceThreshold.HIGH},
458453
* which means only the most relevant results are shown, and the least number
459-
* of results are returned. See more details at this [user
460-
* guide](/retail/private/docs/result-size#relevance_thresholding).
454+
* of results are returned.
461455
* @param {string[]} request.variantRollupKeys
462456
* The keys to fetch and rollup the matching
463457
* {@link google.cloud.retail.v2alpha.Product.Type.VARIANT|variant}
@@ -631,8 +625,7 @@ export class SearchServiceClient {
631625
* @param {string} request.filter
632626
* The filter syntax consists of an expression language for constructing a
633627
* predicate from one or more fields of the products being filtered. Filter
634-
* expression is case-sensitive. See more details at this [user
635-
* guide](/retail/private/docs/filter-and-order#filter).
628+
* expression is case-sensitive.
636629
*
637630
* If this field is unrecognizable, an INVALID_ARGUMENT is returned.
638631
* @param {string} request.canonicalFilter
@@ -649,9 +642,7 @@ export class SearchServiceClient {
649642
* @param {string} request.orderBy
650643
* The order in which products are returned. Products can be ordered by
651644
* a field in an {@link google.cloud.retail.v2alpha.Product|Product} object. Leave
652-
* it unset if ordered by relevance. OrderBy expression is case-sensitive. See
653-
* more details at this [user
654-
* guide](/retail/private/docs/filter-and-order#order).
645+
* it unset if ordered by relevance. OrderBy expression is case-sensitive.
655646
*
656647
* If this field is unrecognizable, an INVALID_ARGUMENT is returned.
657648
* @param {number[]} request.facetSpecs
@@ -667,20 +658,17 @@ export class SearchServiceClient {
667658
* ([email protected]) if you are interested in using dynamic
668659
* facet feature.
669660
* @param {google.cloud.retail.v2alpha.SearchRequest.BoostSpec} request.boostSpec
670-
* Boost specification to boost certain products. See more details at this
671-
* [user guide](/retail/private/docs/boosting).
661+
* Boost specification to boost certain products.
672662
* @param {google.cloud.retail.v2alpha.SearchRequest.QueryExpansionSpec} request.queryExpansionSpec
673663
* The query expansion specification that specifies the conditions under which
674-
* query expansion will occur. See more details at this [user
675-
* guide](/retail/private/docs/result-size#query_expansion).
664+
* query expansion will occur.
676665
* @param {google.cloud.retail.v2alpha.SearchRequest.RelevanceThreshold} request.relevanceThreshold
677666
* The relevance threshold of the search results.
678667
*
679668
* Defaults to
680669
* {@link google.cloud.retail.v2alpha.SearchRequest.RelevanceThreshold.HIGH|RelevanceThreshold.HIGH},
681670
* which means only the most relevant results are shown, and the least number
682-
* of results are returned. See more details at this [user
683-
* guide](/retail/private/docs/result-size#relevance_thresholding).
671+
* of results are returned.
684672
* @param {string[]} request.variantRollupKeys
685673
* The keys to fetch and rollup the matching
686674
* {@link google.cloud.retail.v2alpha.Product.Type.VARIANT|variant}
@@ -836,8 +824,7 @@ export class SearchServiceClient {
836824
* @param {string} request.filter
837825
* The filter syntax consists of an expression language for constructing a
838826
* predicate from one or more fields of the products being filtered. Filter
839-
* expression is case-sensitive. See more details at this [user
840-
* guide](/retail/private/docs/filter-and-order#filter).
827+
* expression is case-sensitive.
841828
*
842829
* If this field is unrecognizable, an INVALID_ARGUMENT is returned.
843830
* @param {string} request.canonicalFilter
@@ -854,9 +841,7 @@ export class SearchServiceClient {
854841
* @param {string} request.orderBy
855842
* The order in which products are returned. Products can be ordered by
856843
* a field in an {@link google.cloud.retail.v2alpha.Product|Product} object. Leave
857-
* it unset if ordered by relevance. OrderBy expression is case-sensitive. See
858-
* more details at this [user
859-
* guide](/retail/private/docs/filter-and-order#order).
844+
* it unset if ordered by relevance. OrderBy expression is case-sensitive.
860845
*
861846
* If this field is unrecognizable, an INVALID_ARGUMENT is returned.
862847
* @param {number[]} request.facetSpecs
@@ -872,20 +857,17 @@ export class SearchServiceClient {
872857
* ([email protected]) if you are interested in using dynamic
873858
* facet feature.
874859
* @param {google.cloud.retail.v2alpha.SearchRequest.BoostSpec} request.boostSpec
875-
* Boost specification to boost certain products. See more details at this
876-
* [user guide](/retail/private/docs/boosting).
860+
* Boost specification to boost certain products.
877861
* @param {google.cloud.retail.v2alpha.SearchRequest.QueryExpansionSpec} request.queryExpansionSpec
878862
* The query expansion specification that specifies the conditions under which
879-
* query expansion will occur. See more details at this [user
880-
* guide](/retail/private/docs/result-size#query_expansion).
863+
* query expansion will occur.
881864
* @param {google.cloud.retail.v2alpha.SearchRequest.RelevanceThreshold} request.relevanceThreshold
882865
* The relevance threshold of the search results.
883866
*
884867
* Defaults to
885868
* {@link google.cloud.retail.v2alpha.SearchRequest.RelevanceThreshold.HIGH|RelevanceThreshold.HIGH},
886869
* which means only the most relevant results are shown, and the least number
887-
* of results are returned. See more details at this [user
888-
* guide](/retail/private/docs/result-size#relevance_thresholding).
870+
* of results are returned.
889871
* @param {string[]} request.variantRollupKeys
890872
* The keys to fetch and rollup the matching
891873
* {@link google.cloud.retail.v2alpha.Product.Type.VARIANT|variant}

0 commit comments

Comments
 (0)