You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-discoveryengine/v1/2.0.0/com/google/api/services/discoveryengine/v1/model/GoogleCloudDiscoveryengineV1AnswerStepActionObservationSearchResult.java
+30Lines changed: 30 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,15 @@ public final class GoogleCloudDiscoveryengineV1AnswerStepActionObservationSearch
Copy file name to clipboardExpand all lines: clients/google-api-services-discoveryengine/v1/2.0.0/com/google/api/services/discoveryengine/v1/model/GoogleCloudDiscoveryengineV1DocumentProcessingConfig.java
+9-6Lines changed: 9 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -59,8 +59,9 @@ public final class GoogleCloudDiscoveryengineV1DocumentProcessingConfig extends
59
59
* Map from file type to override the default parsing configuration based on the file type.
60
60
* Supported keys: * `pdf`: Override parsing config for PDF files, either digital parsing, ocr
61
61
* parsing or layout parsing is supported. * `html`: Override parsing config for HTML files, only
62
-
* digital parsing and or layout parsing are supported. * `docx`: Override parsing config for DOCX
63
-
* files, only digital parsing and or layout parsing are supported.
62
+
* digital parsing and layout parsing are supported. * `docx`: Override parsing config for DOCX
63
+
* files, only digital parsing and layout parsing are supported. * `pptx`: Override parsing config
64
+
* for PPTX files, only digital parsing and layout parsing are supported.
64
65
* The value may be {@code null}.
65
66
*/
66
67
@com.google.api.client.util.Key
@@ -127,8 +128,9 @@ public GoogleCloudDiscoveryengineV1DocumentProcessingConfig setName(java.lang.St
127
128
* Map from file type to override the default parsing configuration based on the file type.
128
129
* Supported keys: * `pdf`: Override parsing config for PDF files, either digital parsing, ocr
129
130
* parsing or layout parsing is supported. * `html`: Override parsing config for HTML files, only
130
-
* digital parsing and or layout parsing are supported. * `docx`: Override parsing config for DOCX
131
-
* files, only digital parsing and or layout parsing are supported.
131
+
* digital parsing and layout parsing are supported. * `docx`: Override parsing config for DOCX
132
+
* files, only digital parsing and layout parsing are supported. * `pptx`: Override parsing config
133
+
* for PPTX files, only digital parsing and layout parsing are supported.
Copy file name to clipboardExpand all lines: clients/google-api-services-discoveryengine/v1/2.0.0/com/google/api/services/discoveryengine/v1/model/GoogleCloudDiscoveryengineV1SearchRequest.java
+111Lines changed: 111 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -192,6 +192,40 @@ public final class GoogleCloudDiscoveryengineV1SearchRequest extends com.google.
192
192
@com.google.api.client.util.Key
193
193
privatejava.lang.BooleansafeSearch;
194
194
195
+
/**
196
+
* Search as you type configuration. Only supported for the IndustryVertical.MEDIA vertical.
Copy file name to clipboardExpand all lines: clients/google-api-services-discoveryengine/v1/2.0.0/com/google/api/services/discoveryengine/v1/model/GoogleCloudDiscoveryengineV1SearchRequestDataStoreSpec.java
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -18,8 +18,7 @@
18
18
19
19
/**
20
20
* A struct to define data stores to filter on in a search call and configurations for those data
21
-
* stores. A maximum of 1 DataStoreSpec per data_store is allowed. Otherwise, an `INVALID_ARGUMENT`
22
-
* error is returned.
21
+
* stores. Otherwise, an `INVALID_ARGUMENT` error is returned.
23
22
*
24
23
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
25
24
* transmitted over HTTP when working with the Discovery Engine API. For a detailed explanation see:
0 commit comments