Skip to content

Commit f01ba6b

Browse files
Google APIscopybara-github
authored andcommitted
feat: add AUTO condition to SearchAsYouTypeSpec in v1alpha and v1beta
PiperOrigin-RevId: 897859462
1 parent db5d0d9 commit f01ba6b

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

google/cloud/discoveryengine/v1alpha/search_service.proto

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -694,6 +694,10 @@ message SearchRequest {
694694

695695
// Enables Search As You Type.
696696
ENABLED = 2;
697+
698+
// Automatic switching between search-as-you-type and standard search
699+
// modes, ideal for single-API implementations (e.g., debouncing).
700+
AUTO = 3;
697701
}
698702

699703
// The condition under which search as you type should occur.

google/cloud/discoveryengine/v1beta/search_service.proto

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -748,6 +748,10 @@ message SearchRequest {
748748

749749
// Enables Search As You Type.
750750
ENABLED = 2;
751+
752+
// Automatic switching between search-as-you-type and standard search
753+
// modes, ideal for single-API implementations (e.g., debouncing).
754+
AUTO = 3;
751755
}
752756

753757
// The condition under which search as you type should occur.

0 commit comments

Comments
 (0)