@maxim_mazurok/gapi.client.discoveryengine-v1alpha 0.1.20260209 → 0.1.20260215
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +9 -3
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
10
10
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
11
11
|
// Generated from: https://discoveryengine.googleapis.com/$discovery/rest?version=v1alpha
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20260215
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -2329,6 +2329,8 @@ declare namespace gapi.client {
|
|
|
2329
2329
|
commonConfig?: GoogleCloudDiscoveryengineV1alphaEngineCommonConfig;
|
|
2330
2330
|
/** Optional. Configuration for configurable billing approach. */
|
|
2331
2331
|
configurableBillingApproach?: string;
|
|
2332
|
+
/** Optional. Maps a connector ID (e.g., "hybrid-github", "shopify") to tenant-specific information required for that connector. The structure of the tenant information string is connector-dependent. */
|
|
2333
|
+
connectorTenantInfo?: {[P in string]: string};
|
|
2332
2334
|
/** Output only. Timestamp the Recommendation Engine was created at. */
|
|
2333
2335
|
createTime?: string;
|
|
2334
2336
|
/** Optional. The data stores associated with this engine. For SOLUTION_TYPE_SEARCH and SOLUTION_TYPE_RECOMMENDATION type of engines, they can only associate with at most one data store. If solution_type is SOLUTION_TYPE_CHAT, multiple DataStores in the same Collection can be associated here. Note that when used in CreateEngineRequest, one DataStore id must be provided as the system will use it for necessary initializations. */
|
|
@@ -3957,7 +3959,7 @@ declare namespace gapi.client {
|
|
|
3957
3959
|
languageCode?: string;
|
|
3958
3960
|
/** Optional. Config for natural language query understanding capabilities, such as extracting structured field filters from the query. Refer to [this documentation](https://cloud.google.com/generative-ai-app-builder/docs/natural-language-queries) for more information. If `naturalLanguageQueryUnderstandingSpec` is not specified, no additional natural language query understanding will be done. */
|
|
3959
3961
|
naturalLanguageQueryUnderstandingSpec?: GoogleCloudDiscoveryengineV1alphaSearchRequestNaturalLanguageQueryUnderstandingSpec;
|
|
3960
|
-
/** Optional. The maximum number of results to retrieve from each data store. If not specified, it will use the SearchRequest.
|
|
3962
|
+
/** Optional. The maximum number of results to retrieve from each data store. If not specified, it will use the SearchRequest.DataStoreSpec.num_results if provided, otherwise there is no limit. */
|
|
3961
3963
|
numResultsPerDataStore?: number;
|
|
3962
3964
|
/** A 0-indexed integer that specifies the current offset (that is, starting result location, amongst the Documents deemed by the API as relevant) in search results. This field is only considered if page_token is unset. If this field is negative, an `INVALID_ARGUMENT` is returned. A large offset may be capped to a reasonable threshold. */
|
|
3963
3965
|
offset?: number;
|
|
@@ -5759,6 +5761,8 @@ declare namespace gapi.client {
|
|
|
5759
5761
|
commonConfig?: GoogleCloudDiscoveryengineV1betaEngineCommonConfig;
|
|
5760
5762
|
/** Optional. Configuration for configurable billing approach. */
|
|
5761
5763
|
configurableBillingApproach?: string;
|
|
5764
|
+
/** Optional. Maps a connector ID (e.g., "hybrid-github", "shopify") to tenant-specific information required for that connector. The structure of the tenant information string is connector-dependent. */
|
|
5765
|
+
connectorTenantInfo?: {[P in string]: string};
|
|
5762
5766
|
/** Output only. Timestamp the Recommendation Engine was created at. */
|
|
5763
5767
|
createTime?: string;
|
|
5764
5768
|
/** Optional. The data stores associated with this engine. For SOLUTION_TYPE_SEARCH and SOLUTION_TYPE_RECOMMENDATION type of engines, they can only associate with at most one data store. If solution_type is SOLUTION_TYPE_CHAT, multiple DataStores in the same Collection can be associated here. Note that when used in CreateEngineRequest, one DataStore id must be provided as the system will use it for necessary initializations. */
|
|
@@ -6280,7 +6284,7 @@ declare namespace gapi.client {
|
|
|
6280
6284
|
languageCode?: string;
|
|
6281
6285
|
/** Optional. Config for natural language query understanding capabilities, such as extracting structured field filters from the query. Refer to [this documentation](https://cloud.google.com/generative-ai-app-builder/docs/natural-language-queries) for more information. If `naturalLanguageQueryUnderstandingSpec` is not specified, no additional natural language query understanding will be done. */
|
|
6282
6286
|
naturalLanguageQueryUnderstandingSpec?: GoogleCloudDiscoveryengineV1betaSearchRequestNaturalLanguageQueryUnderstandingSpec;
|
|
6283
|
-
/** Optional. The maximum number of results to retrieve from each data store. If not specified, it will use the SearchRequest.
|
|
6287
|
+
/** Optional. The maximum number of results to retrieve from each data store. If not specified, it will use the SearchRequest.DataStoreSpec.num_results if provided, otherwise there is no limit. */
|
|
6284
6288
|
numResultsPerDataStore?: number;
|
|
6285
6289
|
/** A 0-indexed integer that specifies the current offset (that is, starting result location, amongst the Documents deemed by the API as relevant) in search results. This field is only considered if page_token is unset. If this field is negative, an `INVALID_ARGUMENT` is returned. A large offset may be capped to a reasonable threshold. */
|
|
6286
6290
|
offset?: number;
|
|
@@ -7186,6 +7190,8 @@ declare namespace gapi.client {
|
|
|
7186
7190
|
commonConfig?: GoogleCloudDiscoveryengineV1EngineCommonConfig;
|
|
7187
7191
|
/** Optional. Configuration for configurable billing approach. */
|
|
7188
7192
|
configurableBillingApproach?: string;
|
|
7193
|
+
/** Optional. Maps a connector ID (e.g., "hybrid-github", "shopify") to tenant-specific information required for that connector. The structure of the tenant information string is connector-dependent. */
|
|
7194
|
+
connectorTenantInfo?: {[P in string]: string};
|
|
7189
7195
|
/** Output only. Timestamp the Recommendation Engine was created at. */
|
|
7190
7196
|
createTime?: string;
|
|
7191
7197
|
/** Optional. The data stores associated with this engine. For SOLUTION_TYPE_SEARCH and SOLUTION_TYPE_RECOMMENDATION type of engines, they can only associate with at most one data store. If solution_type is SOLUTION_TYPE_CHAT, multiple DataStores in the same Collection can be associated here. Note that when used in CreateEngineRequest, one DataStore id must be provided as the system will use it for necessary initializations. */
|