An update to Go gRPC Protobuf generation will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go service files. This change should affect very few client library users. See release notes advisories in https://github.com/googleapis/google-cloud-go/pull/11025.
PiperOrigin-RevId: 759724486
feat: Add AdvancedCompleteQuery API
feat: Add lite search API to allow public website search with API key
feat: Add Sitemap APIs to preview channel
feat: Support search personalization to preview channel
feat: Support natural language understanding search
feat: Add BillingEstimation in data store
feat: Support Google Workspace search
feat: Support advanced boost search
feat: Add one_box_page_size on search
feat: support query regex in control match rules
docs: deprecate extractive_answers in answer generation
docs: deprecate asynchronous mode in answer generation
docs: keep the API doc up-to-date with recent changes
PiperOrigin-RevId: 691212731
feat: allow set relevance threshold on search
feat: support one box search
feat: return structured document info in answers
feat: return index status in document
feat: support batch documents purge with GCS input
feat: support batch get documents metadata by uri patterns
feat: return joined status in user event
docs: keep the API doc up-to-date with recent changes
PiperOrigin-RevId: 670771759
feat: support writing user events for blended engines
feat: support cancelling import operations
feat: add custom model list API
feat: add provision project API
docs: keep the API doc up-to-date with recent changes
PiperOrigin-RevId: 638007679
feat: support search summarization with citations and references
feat: add suggestion deny list import/purge APIs
feat: add engine support for multi-turn search and search APIs
docs: keep the API doc up-to-date with recent changes
PiperOrigin-RevId: 605344453
feat: added more options for search extractive content support
feat: added more skip reasons and details for search summarization
feat: added query expansion details in search response
feat: updated summarization interface for multi-turn search
feat: allow uri in user events
docs: keep the API doc up-to-date with recent changes
PiperOrigin-RevId: 561042278
feat: support tail suggestions in completion API
feat: support image search
feat: add skip reason for search summarization
docs: keep the API doc up-to-date with recent changes
PiperOrigin-RevId: 551559583
feat: add redirected uri in search response
feat: support docx/pptx/txt/csv in allowed data format
docs: keep the API doc up-to-date with recent changes
PiperOrigin-RevId: 541013898
Note: this might be a breaking change for libraries that already released the previous change. Since it's a beta API, we will make it a minor version bump.
PiperOrigin-RevId: 532522130
chore: disallow "transport=rest" for services where numeric enums are not confirmed to be supported (except in PHP and Java)
PiperOrigin-RevId: 493113566