-
Notifications
You must be signed in to change notification settings - Fork 555
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add lite search API to allow public website search with API key (…
…#27495) feat: add LOW_GROUNDED_ANSWER in answer skip reasons feat: support query regex in control match rules docs: keep the API doc up-to-date with recent changes chore: add selective gapic generation option for publishing
- Loading branch information
1 parent
ef9f5a2
commit f405b9a
Showing
17 changed files
with
1,042 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -82,6 +82,11 @@ | |
"methods": [ | ||
"search" | ||
] | ||
}, | ||
"SearchLite": { | ||
"methods": [ | ||
"search_lite" | ||
] | ||
} | ||
} | ||
} | ||
|
319 changes: 319 additions & 0 deletions
319
...e-cloud-discovery_engine-v1/lib/google/cloud/discovery_engine/v1/search_service/client.rb
Large diffs are not rendered by default.
Oops, something went wrong.
311 changes: 311 additions & 0 deletions
311
...ud-discovery_engine-v1/lib/google/cloud/discovery_engine/v1/search_service/rest/client.rb
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
google-cloud-discovery_engine-v1/lib/google/cloud/discoveryengine/v1/answer_pb.rb
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.