File tree Expand file tree Collapse file tree
google/cloud/discoveryengine/v1beta Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -105,6 +105,8 @@ message SearchRequest {
105105 // Required. Full resource name of
106106 // [DataStore][google.cloud.discoveryengine.v1beta.DataStore], such as
107107 // `projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}`.
108+ // The path must include the project number, project id is not supported for
109+ // this field.
108110 string data_store = 1 [
109111 (google.api.field_behavior ) = REQUIRED ,
110112 (google.api.resource_reference ) = {
@@ -116,6 +118,11 @@ message SearchRequest {
116118 // specified by data_store field. For more information on filtering, see
117119 // [Filtering](https://cloud.google.com/generative-ai-app-builder/docs/filter-search-metadata)
118120 string filter = 5 [(google.api.field_behavior ) = OPTIONAL ];
121+
122+ // Optional. Boost specification to boost certain documents.
123+ // For more information on boosting, see
124+ // [Boosting](https://cloud.google.com/generative-ai-app-builder/docs/boost-search-results)
125+ BoostSpec boost_spec = 6 [(google.api.field_behavior ) = OPTIONAL ];
119126 }
120127
121128 // A facet specification to perform faceted search.
You can’t perform that action at this time.
0 commit comments