Commit graph

91 commits

Author SHA1 Message Date
Google APIs
f054d2af61 feat(discoveryengine): regenerate v1beta proto snapshot for feature parity with v1
Publishes the full v1beta API surface including services and methods present
in v1main but missing from the stale v1beta snapshot (engine_service,
control_service, data_store_service, project_service, site_search_engine_service,
rank_service, grounded_generation_service, search_tuning_service, etc.),
plus v1beta-specific fields like region_code on SearchRequest.

PiperOrigin-RevId: 932931724
2026-06-16 00:57:55 -07:00
Google APIs
f01ba6bda9 feat: add AUTO condition to SearchAsYouTypeSpec in v1alpha and v1beta
PiperOrigin-RevId: 897859462
2026-04-10 13:29:19 -07:00
Google APIs
7439b69835 feat: Update DataStoreSpec and add BoostSpec to SearchService
docs: Clarify project number requirement for data_store field

PiperOrigin-RevId: 886697454
2026-03-20 04:04:44 -07:00
Google APIs
d90d23fa13 feat: upgrade protobuf from v25.7 to v31.0
PiperOrigin-RevId: 881595129
2026-03-10 13:26:56 -07:00
Google APIs
56bc1b49df feat: add Natural Language Query Understanding fields and messages to DiscoveryEngine request, response, and datastore messages
feat: add CrowdingSpec to SearchRequest to set crowding settings
feat: add output-only field SemanticState to SearchResponse.
docs: update documentation for search and data store NLQ features
docs: other misc documentation updates

Clients can specify Natural Language Query Understanding-related fields, as well as CrowdingSpec. These features are available in the V1 APIs.

PiperOrigin-RevId: 868345232
2026-02-10 15:26:36 -08:00
Google APIs
b153a9181c fix: Include AssistAnswer as a part of the Session
fix: Add labels for additional Sessions identification

PiperOrigin-RevId: 820710306
2025-10-17 08:57:28 -07:00
Google APIs
b7e013ac0b chore: update preview/stable values for previously migrated libraries, and do not attempt to regenerate .OwlBot.yaml for libraries that already exist
PiperOrigin-RevId: 808815559
2025-09-18 18:10:09 -07:00
Google APIs
888ae95dd6 fix: upgrade gRPC service registration func
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: 807444457
2025-09-15 17:15:55 -07:00
Google APIs
425c9e6e70 chore: create new top-level build rule to remove the post-processor
PiperOrigin-RevId: 806562104
2025-09-12 23:37:29 -07:00
Google APIs
0ef98bcac4 feat: Added ranking_expression_backed and rank_signals fields related to the Custom Ranking feature
docs: A comment for field `ranking_expression` in messages `.google.cloud.discoveryengine.v1alpha.SearchRequest` and `.google.cloud.discoveryengine.v1beta.SearchRequest` is changed to support the Custom Ranking use case

PiperOrigin-RevId: 805306845
2025-09-10 04:44:15 -07:00
Google APIs
f1923692a0 feat: add SessionService
docs: A comment for field `filter` in message `.google.cloud.discoveryengine.v1beta.ListSessionsRequest` is changed
docs: A comment for field `order_by` in message `.google.cloud.discoveryengine.v1beta.ListSessionsRequest` is changed
docs: A comment for field `session` in message `.google.cloud.discoveryengine.v1beta.SearchRequest` is changed
docs: A comment for field `query` in message `.google.cloud.discoveryengine.v1beta.Session` is changed
docs: A comment for field `answer` in message `.google.cloud.discoveryengine.v1beta.Session` is changed
docs: A comment for field `query_id` in message `.google.cloud.discoveryengine.v1beta.Query` is changed

PiperOrigin-RevId: 787001221
2025-07-25 00:33:36 -07:00
Google APIs
af8b88da1b feat: add SessionService
docs: A comment for field `parent` in message `.google.cloud.discoveryengine.v1alpha.CreateSessionRequest` is changed
docs: A comment for field `name` in message `.google.cloud.discoveryengine.v1alpha.DeleteSessionRequest` is changed
docs: A comment for field `name` in message `.google.cloud.discoveryengine.v1alpha.GetSessionRequest` is changed
docs: A comment for field `parent` in message `.google.cloud.discoveryengine.v1alpha.ListSessionsRequest` is changed
docs: A comment for field `filter` in message `.google.cloud.discoveryengine.v1alpha.ListSessionsRequest` is changed
docs: A comment for field `order_by` in message `.google.cloud.discoveryengine.v1alpha.ListSessionsRequest` is changed
docs: A comment for field `session` in message `.google.cloud.discoveryengine.v1alpha.SearchRequest` is changed
docs: A comment for field `query` in message `.google.cloud.discoveryengine.v1alpha.Session` is changed
docs: A comment for field `answer` in message `.google.cloud.discoveryengine.v1alpha.Session` is changed
docs: A comment for field `query_id` in message `.google.cloud.discoveryengine.v1alpha.Query` is changed

PiperOrigin-RevId: 786990796
2025-07-24 23:57:43 -07:00
Google APIs
1791a77dfb feat: add SessionService
docs: A comment for field `filter` in message `.google.cloud.discoveryengine.v1.ListSessionsRequest` is changed
docs: A comment for field `session` in message `.google.cloud.discoveryengine.v1.SearchRequest` is changed
docs: A comment for field `query` in message `.google.cloud.discoveryengine.v1.Session` is changed
docs: A comment for field `answer` in message `.google.cloud.discoveryengine.v1.Session` is changed
docs: A comment for field `query_id` in message `.google.cloud.discoveryengine.v1.Query` is changed

PiperOrigin-RevId: 786299564
2025-07-23 08:54:22 -07:00
Google APIs
29c6015e95 feat: add AssistantService
PiperOrigin-RevId: 785997711
2025-07-22 14:28:44 -07:00
Google APIs
9953dde4a2 feat: add CMEK config service
feat: add identity mapping service
feat: add user license config service
feat: add HealthcareFhirConfig to FHIR data store
feat: add ConnectorRunErrorContext to error log
feat: support structured content for chunk
feat: support ACL data store and document
feat: add more options for layout parser config
feat: support media recommendation engine
feat: enable claim level score for grounding
feat: add custom search operators for Workspace search
feat: add more indexing state for site search engine
docs: keep the API doc up-to-date with recent changes

PiperOrigin-RevId: 766759284
2025-06-03 11:51:52 -07:00
Google APIs
bab01b38ef fix: upgrade gRPC service registration func
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
2025-05-16 13:00:01 -07:00
Google APIs
eb6cdb7e07 fix: Upgrade Go gRPC Protobuf generation
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: 754988866
2025-05-05 10:30:30 -07:00
Google APIs
ebc5e127e8 feat: move serving config update API to GA
feat: add time_zone in user info
docs: keep the API doc up-to-date with recent changes

PiperOrigin-RevId: 740840314
2025-03-26 11:24:29 -07:00
Google APIs
0c142cc0ed feat: add stream answer API
feat: support query rephraser model for answer API
feat: support end user spec for answer API
feat: support grounding and safety rating for answer API
feat: support relevance threshold in search
feat: support boosting for blended search
feat: support auto mode in search as your type
feat: support model scores in search
feat: support search highlighting
feat: support enterprise web retrieval source for grounding
feat: support images in web search grounding
feat: add sitemap APIs
feat: add interpolation boost action and promotion action
feat: allow FHIR import to use latest predefined schema
feat: allow unstructured data import to force refresh all content
feat: support conversion user event
feat: support panel aware user event
docs: keep the API doc up-to-date with recent changes

PiperOrigin-RevId: 740152749
2025-03-24 19:12:48 -07:00
Google APIs
9415ba048a chore: update copyright year for auto-generated protos
PiperOrigin-RevId: 732130682
2025-02-28 07:26:00 -08:00
Google APIs
588b7c2525 chore: update copyright year for auto-generated protos
PiperOrigin-RevId: 731678319
2025-02-27 04:50:32 -08:00
Google APIs
ff32775da0 chore: update copyright year for auto-generated protos
PiperOrigin-RevId: 731678103
2025-02-27 04:49:41 -08:00
Google APIs
9605bff3d3 feat!: Update google-cloud-discovery_engine-v1 dependency to version 2.x
feat!: Removed dependency on google-cloud-discovery_engine-v1beta prerelease service

PiperOrigin-RevId: 725810206
2025-02-11 16:26:13 -08:00
Google APIs
e6b6ff9b7b feat: Add GroundedGenerationService API
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
2024-10-29 17:06:09 -07:00
Google APIs
537fd482f6 feat: add lite search API to allow public website search with API key
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

PiperOrigin-RevId: 689588291
2024-10-24 18:31:12 -07:00
Google APIs
d544df712e fix!: fix the location type annotation
PiperOrigin-RevId: 684535402
2024-10-10 12:24:56 -07:00
Google APIs
72be138392 feat: Add GroundedGenerationService API
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: Add site_credential for site search config
docs: Update documentation

PiperOrigin-RevId: 684224724
2024-10-09 17:16:00 -07:00
Google APIs
0eb6e43796 feat: Update Discovery Engine Ruby GAPIC dependencies to 1.1.0 for v1 and 0.15.0 for v1beta
PiperOrigin-RevId: 674059009
2024-09-12 16:45:48 -07:00
Google APIs
5314818275 feat: promote search tuning service to v1
feat: promot user event purge to v1
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: 670771871
2024-09-03 18:10:43 -07:00
Google APIs
6cb0a970d1 feat: support natural language understanding in search
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
2024-09-03 18:10:00 -07:00
Google APIs
ce9d18865e feat: return index status in document
feat: support creating workspace search data stores
feat: support batch get documents metadata by uri patterns
feat: return query segment in NL query understanding
feat: return joined status in user event
docs: keep the API doc up-to-date with recent changes

PiperOrigin-RevId: 670770678
2024-09-03 18:06:08 -07:00
Google APIs
98e5657241 feat: support natural language understanding in search
feat: support search as you type feature
feat: allow set relevance threshold on search
feat: support import and purge autocomplete data
feat: populate more metadata in answer services
feat: allow providing language info in data stores
feat: add requirement service
feat: support import data from AlloyDB
feat: support add metadata for website uris
docs: keep the API doc up-to-date with recent changes

PiperOrigin-RevId: 658428107
2024-08-01 09:26:48 -07:00
Google APIs
a91d1a37cb feat: Update SearchService
docs: keep the API doc up-to-date with recent changes
fix!: SearchService

PiperOrigin-RevId: 655695045
2024-07-24 14:10:10 -07:00
Google APIs
fa4e75bdfa feat: Update CompletionService
feat: Update SearchService
docs: keep the API doc up-to-date with recent changes

PiperOrigin-RevId: 655276517
2024-07-23 13:11:49 -07:00
Google APIs
1964be3cc2 fix!: update sample query, sample query set patterns
feat: A new resource pattern value `projects/{project}/locations/{location}/sampleQuerySets/{sample_query_set}/sampleQueries/{sample_query}` added to the resource definition `discoveryengine.googleapis.com/SampleQuery`
feat: A new resource pattern value `projects/{project}/locations/{location}/sampleQuerySets/{sample_query_set}` added to the resource definition `discoveryengine.googleapis.com/SampleQuerySet`
docs: keep the API doc up-to-date with recent changes

PiperOrigin-RevId: 653290553
2024-07-17 10:56:20 -07:00
Google APIs
4e570dba24 feat: add sample query set APIs
feat: add sample query APIs
feat: add evaluation APIs

PiperOrigin-RevId: 653246344
2024-07-17 08:42:57 -07:00
Google APIs
f6352d6625 feat: add Chunk resource in the search response
docs: keep the API doc up-to-date with recent changes

PiperOrigin-RevId: 652981596
2024-07-16 14:36:51 -07:00
Google APIs
afa4805a22 feat: add sample query set APIs
feat: add sample query APIs
feat: add evaluation APIs

PiperOrigin-RevId: 652877459
2024-07-16 09:39:06 -07:00
Google APIs
ff081c977e feat: add Chunk resource in the search response
feat: add NO_RELEVANT_CONTENT to Answer API
feat: support AlloyDB Connector
docs: keep the API doc up-to-date with recent changes

PiperOrigin-RevId: 649156977
2024-07-03 12:06:04 -07:00
Google APIs
dd6a42dce0 feat: support multiple parent patterns for controls
docs: mention multiple parent patterns for controls
PiperOrigin-RevId: 638017343
2024-05-28 14:06:49 -07:00
Google APIs
68e8541152 feat: add control service APIs
feat: return relevance score for chunk based search (alpha only)
feat: support writing user events for blended engines
feat: support cancelling import operations
feat: add custom model list API
docs: keep the API doc up-to-date with recent changes

PiperOrigin-RevId: 638008355
2024-05-28 13:39:23 -07:00
Google APIs
fb98f92554 feat: add control service APIs
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
2024-05-28 13:37:00 -07:00
Google APIs
4f3af9beb2 feat: promote grounding check APIs to v1 GA
feat: promote answer APIs to v1 GA
feat: promote ranking APIs to v1 GA
feat: add control service APIs
feat: support writing user events for blended engines
feat: support cancelling import operations
docs: keep the API doc up-to-date with recent changes

PiperOrigin-RevId: 637140936
2024-05-24 23:15:17 -07:00
Google APIs
3597f7db21 chore: update copyright year for auto-generated protos
PiperOrigin-RevId: 631538781
2024-05-07 13:56:05 -07:00
Google APIs
509f0024f0 feat: add answer generation APIs
feat: add standalone grounding API
feat: add project provision and terms APIs
fix!: remove some unused LRO metadata/response
docs: keep the API doc up-to-date with recent changes

PiperOrigin-RevId: 624207111
2024-04-12 09:42:28 -07:00
Google APIs
83d7bf4b9c feat: promote recommendation service to v1
feat: promote blending search to v1
feat: promote healthcare search to v1
feat: promote online chunking search to v1
feat: support import data from Cloud Spanner, BigTable, SQL and Firestore
feat: support boost/bury on multi-turn search
docs: keep the API doc up-to-date with recent changes

PiperOrigin-RevId: 623947579
2024-04-11 14:52:36 -07:00
Google APIs
5fadb63405 feat: support import data from Cloud Spanner, BigTable, SQL and Firestore
feat: add answer generation APIs
feat: add standalone grounding API
feat: add standalone ranking API
feat: support advanced search boosting
feat: add advanced engine model APIs
docs: keep the API doc up-to-date with recent changes

PiperOrigin-RevId: 623543290
2024-04-10 10:51:09 -07:00
Google APIs
624b052e0d feat: support import data from Cloud Spanner, BigTable, SQL and Firestore
feat: support standalone ranking API
feat: support layout detection and more chunking features
feat: support advanced search boosting
docs: keep the API doc up-to-date with recent changes

PiperOrigin-RevId: 621906335
2024-04-04 10:45:50 -07:00
Google APIs
716a939d78 fix!: http_uri fix for method ListChunks in service ChunkService
PiperOrigin-RevId: 614683212
2024-03-11 09:03:31 -07:00
Google APIs
b553626830 feat: support acl-based and blended search
feat: support chunk-based document search
feat: support search adaptor based search
feat: support batch documents purge with GCS input
feat: add document processing config services
feat: add serving config services
feat: add billing estimation services
feat: add suggestion deny list import/purge services
docs: keep the API doc up-to-date with recent changes

PiperOrigin-RevId: 614160461
2024-03-09 00:16:26 -08:00