Skip to content

Commit d3cf8eb

Browse files
kefang2ericzzzzzzzkushallunkad-googlezhihaoslaurenz-k
authored andcommitted
Search engine features (GoogleCloudPlatform#15173)
Signed-off-by: Cezary Sobczak <Cezary.Sobczak@infogain.com> Co-authored-by: ericzzzzzzz <102683393+ericzzzzzzz@users.noreply.github.com> Co-authored-by: Kushal Lunkad <kushallunkad@google.com> Co-authored-by: zhihaos <zhihaos@google.com> Co-authored-by: Laurenz K. <45950275+laurenz-k@users.noreply.github.com> Co-authored-by: Riley Karson <rileykarson@google.com> Co-authored-by: Shuya Ma <87669292+shuyama1@users.noreply.github.com> Co-authored-by: chenir0219 <chenir@google.com> Co-authored-by: Raj Anand <88097156+raazanand@users.noreply.github.com> Co-authored-by: Ramon Vermeulen <ramonvermeulen98@gmail.com> Co-authored-by: Stephen Lewis (Burrows) <stephenrlewis@google.com> Co-authored-by: martin-guillen <martinguillen@google.com> Co-authored-by: Björn <81525627+bestefreund@users.noreply.github.com> Co-authored-by: Nick Elliot <nickelliot@google.com> Co-authored-by: Seitaro Fujigaki <51070449+seitarof@users.noreply.github.com> Co-authored-by: cherriford <71843124+cherriford@users.noreply.github.com> Co-authored-by: Zhenhua Li <zhenhuali@google.com> Co-authored-by: Serhii Tatsiak <tatsiak@gmail.com> Co-authored-by: gurusai-voleti <gvoleti@google.com> Co-authored-by: Nandini Agrawal <agrawalnandini@google.com> Co-authored-by: shivangd <30335782+Gorlami96@users.noreply.github.com> Co-authored-by: Thomas Rodgers <thomasrodgers@google.com> Co-authored-by: Cezary Sobczak <57288981+Cezarus27@users.noreply.github.com> Co-authored-by: Dawid212 <dawid.idzior@infogain.com> Co-authored-by: Cameron Thornton <camthornton@google.com> Co-authored-by: abhishek kumar tiwari <abhishektiwari571@gmail.com> Co-authored-by: bcreddy-gcp <123543489+bcreddy-gcp@users.noreply.github.com> Co-authored-by: Ricardo Fernández <80234551+printchard@users.noreply.github.com>
1 parent 1ae9663 commit d3cf8eb

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

mmv1/products/discoveryengine/SearchEngine.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,3 +158,7 @@ properties:
158158
This is the application type this engine resource represents.
159159
The supported values: 'APP_TYPE_UNSPECIFIED', 'APP_TYPE_INTRANET'.
160160
immutable: true
161+
- name: 'features'
162+
type: KeyValuePairs
163+
description: |
164+
A map of the feature config for the engine to opt in or opt out of features.

mmv1/third_party/terraform/services/discoveryengine/resource_discovery_engine_search_engine_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,9 @@ resource "google_discovery_engine_search_engine" "basic" {
115115
search_tier = "SEARCH_TIER_STANDARD"
116116
search_add_ons = ["SEARCH_ADD_ON_LLM"]
117117
}
118+
features = {
119+
feedback = "FEATURE_STATE_OFF"
120+
}
118121
}
119122
`, context)
120123
}

0 commit comments

Comments
 (0)