@maxim_mazurok/gapi.client.discoveryengine-v1beta 0.2.20260620 → 0.3.20260629
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 +46 -77
- 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=v1beta
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20260629
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -1462,7 +1462,9 @@ declare namespace gapi.client {
|
|
|
1462
1462
|
name?: string;
|
|
1463
1463
|
/** Map from file type to override the default parsing configuration based on the file type. Supported keys: * `pdf`: Override parsing config for PDF files, either digital parsing, ocr parsing or layout parsing is supported. * `html`: Override parsing config for HTML files, only digital parsing and layout parsing are supported. * `docx`: Override parsing config for DOCX files, only digital parsing and layout parsing are supported. * `pptx`: Override parsing config for PPTX files, only digital parsing and layout parsing are supported. * `xlsm`: Override parsing config for XLSM files, only digital parsing and layout parsing are supported. * `xlsx`: Override parsing config for XLSX files, only digital parsing and layout parsing are supported. */
|
|
1464
1464
|
parsingConfigOverrides?: {
|
|
1465
|
-
[
|
|
1465
|
+
[
|
|
1466
|
+
P in string
|
|
1467
|
+
]: GoogleCloudDiscoveryengineV1alphaDocumentProcessingConfigParsingConfig;
|
|
1466
1468
|
};
|
|
1467
1469
|
}
|
|
1468
1470
|
interface GoogleCloudDiscoveryengineV1alphaDocumentProcessingConfigChunkingConfig {
|
|
@@ -1530,7 +1532,7 @@ declare namespace gapi.client {
|
|
|
1530
1532
|
agentGatewaySetting?: GoogleCloudDiscoveryengineV1alphaAgentGatewaySetting;
|
|
1531
1533
|
/** Optional. Immutable. This the application type which this engine resource represents. NOTE: this is a new concept independ of existing industry vertical or solution type. */
|
|
1532
1534
|
appType?: 'APP_TYPE_UNSPECIFIED' | 'APP_TYPE_INTRANET';
|
|
1533
|
-
/**
|
|
1535
|
+
/** Output only. The Agent registry containing the agents, MCP servers and tools associated with this engine. Derived server-side from the linked Agent Gateway's registry. */
|
|
1534
1536
|
associatedAgentRegistry?: string;
|
|
1535
1537
|
/** Configurations for the Chat Engine. Only applicable if solution_type is SOLUTION_TYPE_CHAT. */
|
|
1536
1538
|
chatEngineConfig?: GoogleCloudDiscoveryengineV1alphaEngineChatEngineConfig;
|
|
@@ -1554,7 +1556,7 @@ declare namespace gapi.client {
|
|
|
1554
1556
|
disableAnalytics?: boolean;
|
|
1555
1557
|
/** Required. The display name of the engine. Should be human readable. UTF-8 encoded string with limit of 1024 characters. */
|
|
1556
1558
|
displayName?: string;
|
|
1557
|
-
/** Optional. Feature config for the engine to opt in or opt out of features. Supported keys: * `*`: all features, if it's present, all other feature state settings are ignored. * `agent-gallery` * `no-code-agent-builder` * `prompt-gallery` * `model-selector` * `notebook-lm` * `people-search` * `people-search-org-chart` * `bi-directional-audio` * `feedback` * `session-sharing` * `personalization-memory` * `personalization-suggested-highlights` * `mobile-app-access` * `disable-agent-sharing` * `disable-image-generation` * `disable-video-generation` * `disable-onedrive-upload` * `disable-talk-to-content` * `disable-google-drive-upload` * `disable-welcome-emails` * `disable-canvas` * `canvas-workspace` * `disable-skills` * `enable-end-user-sharing-with-groups` * `single-agent-orchestration` * `multi-agent-orchestration` * `cross-product-intelligence` * `deep-research` */
|
|
1559
|
+
/** Optional. Feature config for the engine to opt in or opt out of features. Supported keys: * `*`: all features, if it's present, all other feature state settings are ignored. * `agent-gallery` * `no-code-agent-builder` * `prompt-gallery` * `model-selector` * `notebook-lm` * `people-search` * `people-search-org-chart` * `bi-directional-audio` * `feedback` * `session-sharing` * `personalization-memory` * `personalization-suggested-highlights` * `mobile-app-access` * `disable-agent-sharing` * `disable-image-generation` * `disable-video-generation` * `disable-onedrive-upload` * `disable-talk-to-content` * `disable-google-drive-upload` * `disable-welcome-emails` * `disable-canvas` * `canvas-workspace` * `disable-skills` * `disable-projects` * `enable-end-user-sharing-with-groups` * `single-agent-orchestration` * `multi-agent-orchestration` * `cross-product-intelligence` * `deep-research` */
|
|
1558
1560
|
features?: {
|
|
1559
1561
|
[P in string]:
|
|
1560
1562
|
| 'FEATURE_STATE_UNSPECIFIED'
|
|
@@ -1581,9 +1583,7 @@ declare namespace gapi.client {
|
|
|
1581
1583
|
/** Optional. Maps a model name to its specific configuration for this engine. This allows admin users to turn on/off individual models. This only stores models whose states are overridden by the admin. When the state is unspecified, or model_configs is empty for this model, the system will decide if this model should be available or not based on the default configuration. For example, a preview model should be disabled by default if the admin has not chosen to enable it. */
|
|
1582
1584
|
modelConfigs?: {
|
|
1583
1585
|
[P in string]:
|
|
1584
|
-
| '
|
|
1585
|
-
| 'MODEL_ENABLED'
|
|
1586
|
-
| 'MODEL_DISABLED';
|
|
1586
|
+
'MODEL_STATE_UNSPECIFIED' | 'MODEL_ENABLED' | 'MODEL_DISABLED';
|
|
1587
1587
|
};
|
|
1588
1588
|
/** Immutable. Identifier. The fully qualified resource name of the engine. This field must be a UTF-8 encoded string with a length limit of 1024 characters. Format: `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}` engine should be 1-63 characters, and valid characters are /a-z0-9*/. Otherwise, an INVALID_ARGUMENT error is returned. */
|
|
1589
1589
|
name?: string;
|
|
@@ -1697,15 +1697,12 @@ declare namespace gapi.client {
|
|
|
1697
1697
|
lastTuneTime?: string;
|
|
1698
1698
|
/** Output only. The serving state of the engine: `ACTIVE`, `NOT_ACTIVE`. */
|
|
1699
1699
|
servingState?:
|
|
1700
|
-
| '
|
|
1701
|
-
| 'INACTIVE'
|
|
1702
|
-
| 'ACTIVE'
|
|
1703
|
-
| 'TUNED';
|
|
1700
|
+
'SERVING_STATE_UNSPECIFIED' | 'INACTIVE' | 'ACTIVE' | 'TUNED';
|
|
1704
1701
|
/** Output only. The latest tune operation id associated with the engine. Only applicable on Media Recommendation engines. If present, this operation id can be used to determine if there is an ongoing tune for this engine. To check the operation status, send the GetOperation request with this operation id in the engine resource format. If no tuning has happened for this engine, the string is empty. */
|
|
1705
1702
|
tuningOperation?: string;
|
|
1706
1703
|
}
|
|
1707
1704
|
interface GoogleCloudDiscoveryengineV1alphaEngineSearchEngineConfig {
|
|
1708
|
-
/** Optional. The required subscription tier of this engine.
|
|
1705
|
+
/** Optional. The required subscription tier of this engine. If the required subscription tier is search, user with higher license tier like assist can still access the standalone app associated with this engine. Web grounding feature is only available on the app if it is set as SubscriptionTier.SUBSCRIPTION_TIER_SEARCH_AND_ASSISTANT. */
|
|
1709
1706
|
requiredSubscriptionTier?:
|
|
1710
1707
|
| 'SUBSCRIPTION_TIER_UNSPECIFIED'
|
|
1711
1708
|
| 'SUBSCRIPTION_TIER_SEARCH'
|
|
@@ -1758,11 +1755,7 @@ declare namespace gapi.client {
|
|
|
1758
1755
|
qualityMetrics?: GoogleCloudDiscoveryengineV1alphaQualityMetrics;
|
|
1759
1756
|
/** Output only. The state of the evaluation. */
|
|
1760
1757
|
state?:
|
|
1761
|
-
| '
|
|
1762
|
-
| 'PENDING'
|
|
1763
|
-
| 'RUNNING'
|
|
1764
|
-
| 'SUCCEEDED'
|
|
1765
|
-
| 'FAILED';
|
|
1758
|
+
'STATE_UNSPECIFIED' | 'PENDING' | 'RUNNING' | 'SUCCEEDED' | 'FAILED';
|
|
1766
1759
|
}
|
|
1767
1760
|
interface GoogleCloudDiscoveryengineV1alphaEvaluationEvaluationSpec {
|
|
1768
1761
|
/** Optional. The specification of the query set. */
|
|
@@ -2616,9 +2609,7 @@ declare namespace gapi.client {
|
|
|
2616
2609
|
extractiveContentSpec?: GoogleCloudDiscoveryengineV1alphaSearchRequestContentSearchSpecExtractiveContentSpec;
|
|
2617
2610
|
/** Specifies the search result mode. If unspecified, the search result mode defaults to `DOCUMENTS`. */
|
|
2618
2611
|
searchResultMode?:
|
|
2619
|
-
| '
|
|
2620
|
-
| 'DOCUMENTS'
|
|
2621
|
-
| 'CHUNKS';
|
|
2612
|
+
'SEARCH_RESULT_MODE_UNSPECIFIED' | 'DOCUMENTS' | 'CHUNKS';
|
|
2622
2613
|
/** If `snippetSpec` is not specified, snippets are not included in the search response. */
|
|
2623
2614
|
snippetSpec?: GoogleCloudDiscoveryengineV1alphaSearchRequestContentSearchSpecSnippetSpec;
|
|
2624
2615
|
/** If `summarySpec` is not specified, summaries are not included in the search response. */
|
|
@@ -2769,14 +2760,10 @@ declare namespace gapi.client {
|
|
|
2769
2760
|
allowedFieldNames?: string[];
|
|
2770
2761
|
/** Optional. Controls behavior of how extracted filters are applied to the search. The default behavior depends on the request. For single datastore structured search, the default is `HARD_FILTER`. For multi-datastore search, the default behavior is `SOFT_BOOST`. Location-based filters are always applied as hard filters, and the `SOFT_BOOST` setting will not affect them. This field is only used if SearchRequest.NaturalLanguageQueryUnderstandingSpec.FilterExtractionCondition is set to FilterExtractionCondition.ENABLED. */
|
|
2771
2762
|
extractedFilterBehavior?:
|
|
2772
|
-
| '
|
|
2773
|
-
| 'HARD_FILTER'
|
|
2774
|
-
| 'SOFT_BOOST';
|
|
2763
|
+
'EXTRACTED_FILTER_BEHAVIOR_UNSPECIFIED' | 'HARD_FILTER' | 'SOFT_BOOST';
|
|
2775
2764
|
/** The condition under which filter extraction should occur. Server behavior defaults to `DISABLED`. */
|
|
2776
2765
|
filterExtractionCondition?:
|
|
2777
|
-
| '
|
|
2778
|
-
| 'DISABLED'
|
|
2779
|
-
| 'ENABLED';
|
|
2766
|
+
'CONDITION_UNSPECIFIED' | 'DISABLED' | 'ENABLED';
|
|
2780
2767
|
/** Field names used for location-based filtering, where geolocation filters are detected in natural language search queries. Only valid when the FilterExtractionCondition is set to `ENABLED`. */
|
|
2781
2768
|
geoSearchQueryDetectionFieldNames?: string[];
|
|
2782
2769
|
}
|
|
@@ -3064,7 +3051,8 @@ declare namespace gapi.client {
|
|
|
3064
3051
|
| 'GOOGLE_CHAT'
|
|
3065
3052
|
| 'GOOGLE_GROUPS'
|
|
3066
3053
|
| 'GOOGLE_KEEP'
|
|
3067
|
-
| 'GOOGLE_PEOPLE'
|
|
3054
|
+
| 'GOOGLE_PEOPLE'
|
|
3055
|
+
| 'GOOGLE_WORKSPACE';
|
|
3068
3056
|
}
|
|
3069
3057
|
interface GoogleCloudDiscoveryengineV1AnswerGenerationSpec {
|
|
3070
3058
|
/** Optional. The specification for user specified classifier spec. */
|
|
@@ -3278,9 +3266,7 @@ declare namespace gapi.client {
|
|
|
3278
3266
|
interface GoogleCloudDiscoveryengineV1betaAdvancedCompleteQueryResponseContentSuggestion {
|
|
3279
3267
|
/** The type of the content suggestion. */
|
|
3280
3268
|
contentType?:
|
|
3281
|
-
| '
|
|
3282
|
-
| 'GOOGLE_WORKSPACE'
|
|
3283
|
-
| 'THIRD_PARTY';
|
|
3269
|
+
'CONTENT_TYPE_UNSPECIFIED' | 'GOOGLE_WORKSPACE' | 'THIRD_PARTY';
|
|
3284
3270
|
/** The name of the dataStore that this suggestion belongs to. */
|
|
3285
3271
|
dataStore?: string;
|
|
3286
3272
|
/** The destination uri of the content suggestion. */
|
|
@@ -3305,9 +3291,7 @@ declare namespace gapi.client {
|
|
|
3305
3291
|
document?: GoogleCloudDiscoveryengineV1betaDocument;
|
|
3306
3292
|
/** The type of the person. */
|
|
3307
3293
|
personType?:
|
|
3308
|
-
| '
|
|
3309
|
-
| 'CLOUD_IDENTITY'
|
|
3310
|
-
| 'THIRD_PARTY_IDENTITY';
|
|
3294
|
+
'PERSON_TYPE_UNSPECIFIED' | 'CLOUD_IDENTITY' | 'THIRD_PARTY_IDENTITY';
|
|
3311
3295
|
/** The score of each suggestion. The score is in the range of [0, 1]. */
|
|
3312
3296
|
score?: number;
|
|
3313
3297
|
/** The suggestion for the query. */
|
|
@@ -3634,9 +3618,7 @@ declare namespace gapi.client {
|
|
|
3634
3618
|
orderBy?: string;
|
|
3635
3619
|
/** Specifies the search result mode. If unspecified, the search result mode defaults to `DOCUMENTS`. See [parse and chunk documents](https://cloud.google.com/generative-ai-app-builder/docs/parse-chunk-documents) */
|
|
3636
3620
|
searchResultMode?:
|
|
3637
|
-
| '
|
|
3638
|
-
| 'DOCUMENTS'
|
|
3639
|
-
| 'CHUNKS';
|
|
3621
|
+
'SEARCH_RESULT_MODE_UNSPECIFIED' | 'DOCUMENTS' | 'CHUNKS';
|
|
3640
3622
|
}
|
|
3641
3623
|
interface GoogleCloudDiscoveryengineV1betaAnswerQueryRequestSearchSpecSearchResultList {
|
|
3642
3624
|
/** Search results. */
|
|
@@ -4092,10 +4074,7 @@ declare namespace gapi.client {
|
|
|
4092
4074
|
matcherValue?: GoogleCloudDiscoveryengineV1betaBatchGetDocumentsMetadataResponseDocumentMetadataMatcherValue;
|
|
4093
4075
|
/** The state of the document. */
|
|
4094
4076
|
state?:
|
|
4095
|
-
| '
|
|
4096
|
-
| 'INDEXED'
|
|
4097
|
-
| 'NOT_IN_TARGET_SITE'
|
|
4098
|
-
| 'NOT_IN_INDEX';
|
|
4077
|
+
'STATE_UNSPECIFIED' | 'INDEXED' | 'NOT_IN_TARGET_SITE' | 'NOT_IN_INDEX';
|
|
4099
4078
|
}
|
|
4100
4079
|
interface GoogleCloudDiscoveryengineV1betaBatchGetDocumentsMetadataResponseDocumentMetadataMatcherValue {
|
|
4101
4080
|
/** Format: projects/{project}/locations/{location}/datasets/{dataset}/fhirStores/{fhir_store}/fhir/{resource_type}/{fhir_resource_id} */
|
|
@@ -4149,7 +4128,9 @@ declare namespace gapi.client {
|
|
|
4149
4128
|
interface GoogleCloudDiscoveryengineV1betaBigtableOptions {
|
|
4150
4129
|
/** The mapping from family names to an object that contains column families level information for the given column family. If a family is not present in this map it will be ignored. */
|
|
4151
4130
|
families?: {
|
|
4152
|
-
[
|
|
4131
|
+
[
|
|
4132
|
+
P in string
|
|
4133
|
+
]: GoogleCloudDiscoveryengineV1betaBigtableOptionsBigtableColumnFamily;
|
|
4153
4134
|
};
|
|
4154
4135
|
/** The field name used for saving row key value in the document. The name has to match the pattern `a-zA-Z0-9*`. */
|
|
4155
4136
|
keyFieldName?: string;
|
|
@@ -4910,7 +4891,9 @@ declare namespace gapi.client {
|
|
|
4910
4891
|
name?: string;
|
|
4911
4892
|
/** Map from file type to override the default parsing configuration based on the file type. Supported keys: * `pdf`: Override parsing config for PDF files, either digital parsing, ocr parsing or layout parsing is supported. * `html`: Override parsing config for HTML files, only digital parsing and layout parsing are supported. * `docx`: Override parsing config for DOCX files, only digital parsing and layout parsing are supported. * `pptx`: Override parsing config for PPTX files, only digital parsing and layout parsing are supported. * `xlsm`: Override parsing config for XLSM files, only digital parsing and layout parsing are supported. * `xlsx`: Override parsing config for XLSX files, only digital parsing and layout parsing are supported. */
|
|
4912
4893
|
parsingConfigOverrides?: {
|
|
4913
|
-
[
|
|
4894
|
+
[
|
|
4895
|
+
P in string
|
|
4896
|
+
]: GoogleCloudDiscoveryengineV1betaDocumentProcessingConfigParsingConfig;
|
|
4914
4897
|
};
|
|
4915
4898
|
}
|
|
4916
4899
|
interface GoogleCloudDiscoveryengineV1betaDocumentProcessingConfigChunkingConfig {
|
|
@@ -4977,7 +4960,7 @@ declare namespace gapi.client {
|
|
|
4977
4960
|
agentGatewaySetting?: GoogleCloudDiscoveryengineV1betaAgentGatewaySetting;
|
|
4978
4961
|
/** Optional. Immutable. This the application type which this engine resource represents. NOTE: this is a new concept independ of existing industry vertical or solution type. */
|
|
4979
4962
|
appType?: 'APP_TYPE_UNSPECIFIED' | 'APP_TYPE_INTRANET';
|
|
4980
|
-
/**
|
|
4963
|
+
/** Output only. The Agent registry containing the agents, MCP servers and tools associated with this engine. Derived server-side from the linked Agent Gateway's registry. */
|
|
4981
4964
|
associatedAgentRegistry?: string;
|
|
4982
4965
|
/** Configurations for the Chat Engine. Only applicable if solution_type is SOLUTION_TYPE_CHAT. */
|
|
4983
4966
|
chatEngineConfig?: GoogleCloudDiscoveryengineV1betaEngineChatEngineConfig;
|
|
@@ -5001,7 +4984,7 @@ declare namespace gapi.client {
|
|
|
5001
4984
|
disableAnalytics?: boolean;
|
|
5002
4985
|
/** Required. The display name of the engine. Should be human readable. UTF-8 encoded string with limit of 1024 characters. */
|
|
5003
4986
|
displayName?: string;
|
|
5004
|
-
/** Optional. Feature config for the engine to opt in or opt out of features. Supported keys: * `*`: all features, if it's present, all other feature state settings are ignored. * `agent-gallery` * `no-code-agent-builder` * `prompt-gallery` * `model-selector` * `notebook-lm` * `people-search` * `people-search-org-chart` * `bi-directional-audio` * `feedback` * `session-sharing` * `personalization-memory` * `personalization-suggested-highlights` * `mobile-app-access` * `disable-agent-sharing` * `disable-image-generation` * `disable-video-generation` * `disable-onedrive-upload` * `disable-talk-to-content` * `disable-google-drive-upload` * `disable-welcome-emails` * `disable-canvas` * `canvas-workspace` * `disable-skills` * `enable-end-user-sharing-with-groups` * `single-agent-orchestration` * `multi-agent-orchestration` * `cross-product-intelligence` * `deep-research` */
|
|
4987
|
+
/** Optional. Feature config for the engine to opt in or opt out of features. Supported keys: * `*`: all features, if it's present, all other feature state settings are ignored. * `agent-gallery` * `no-code-agent-builder` * `prompt-gallery` * `model-selector` * `notebook-lm` * `people-search` * `people-search-org-chart` * `bi-directional-audio` * `feedback` * `session-sharing` * `personalization-memory` * `personalization-suggested-highlights` * `mobile-app-access` * `disable-agent-sharing` * `disable-image-generation` * `disable-video-generation` * `disable-onedrive-upload` * `disable-talk-to-content` * `disable-google-drive-upload` * `disable-welcome-emails` * `disable-canvas` * `canvas-workspace` * `disable-skills` * `disable-projects` * `enable-end-user-sharing-with-groups` * `single-agent-orchestration` * `multi-agent-orchestration` * `cross-product-intelligence` * `deep-research` */
|
|
5005
4988
|
features?: {
|
|
5006
4989
|
[P in string]:
|
|
5007
4990
|
| 'FEATURE_STATE_UNSPECIFIED'
|
|
@@ -5028,9 +5011,7 @@ declare namespace gapi.client {
|
|
|
5028
5011
|
/** Optional. Maps a model name to its specific configuration for this engine. This allows admin users to turn on/off individual models. This only stores models whose states are overridden by the admin. When the state is unspecified, or model_configs is empty for this model, the system will decide if this model should be available or not based on the default configuration. For example, a preview model should be disabled by default if the admin has not chosen to enable it. */
|
|
5029
5012
|
modelConfigs?: {
|
|
5030
5013
|
[P in string]:
|
|
5031
|
-
| '
|
|
5032
|
-
| 'MODEL_ENABLED'
|
|
5033
|
-
| 'MODEL_DISABLED';
|
|
5014
|
+
'MODEL_STATE_UNSPECIFIED' | 'MODEL_ENABLED' | 'MODEL_DISABLED';
|
|
5034
5015
|
};
|
|
5035
5016
|
/** Immutable. Identifier. The fully qualified resource name of the engine. This field must be a UTF-8 encoded string with a length limit of 1024 characters. Format: `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}` engine should be 1-63 characters, and valid characters are /a-z0-9*/. Otherwise, an INVALID_ARGUMENT error is returned. */
|
|
5036
5017
|
name?: string;
|
|
@@ -5132,7 +5113,7 @@ declare namespace gapi.client {
|
|
|
5132
5113
|
contextEventType?: string;
|
|
5133
5114
|
}
|
|
5134
5115
|
interface GoogleCloudDiscoveryengineV1betaEngineSearchEngineConfig {
|
|
5135
|
-
/** Optional. The required subscription tier of this engine.
|
|
5116
|
+
/** Optional. The required subscription tier of this engine. If the required subscription tier is search, user with higher license tier like assist can still access the standalone app associated with this engine. Web grounding feature is only available on the app if it is set as SubscriptionTier.SUBSCRIPTION_TIER_SEARCH_AND_ASSISTANT. */
|
|
5136
5117
|
requiredSubscriptionTier?:
|
|
5137
5118
|
| 'SUBSCRIPTION_TIER_UNSPECIFIED'
|
|
5138
5119
|
| 'SUBSCRIPTION_TIER_SEARCH'
|
|
@@ -5174,11 +5155,7 @@ declare namespace gapi.client {
|
|
|
5174
5155
|
qualityMetrics?: GoogleCloudDiscoveryengineV1betaQualityMetrics;
|
|
5175
5156
|
/** Output only. The state of the evaluation. */
|
|
5176
5157
|
state?:
|
|
5177
|
-
| '
|
|
5178
|
-
| 'PENDING'
|
|
5179
|
-
| 'RUNNING'
|
|
5180
|
-
| 'SUCCEEDED'
|
|
5181
|
-
| 'FAILED';
|
|
5158
|
+
'STATE_UNSPECIFIED' | 'PENDING' | 'RUNNING' | 'SUCCEEDED' | 'FAILED';
|
|
5182
5159
|
}
|
|
5183
5160
|
interface GoogleCloudDiscoveryengineV1betaEvaluationEvaluationSpec {
|
|
5184
5161
|
/** Optional. The specification of the query set. */
|
|
@@ -5412,9 +5389,7 @@ declare namespace gapi.client {
|
|
|
5412
5389
|
inlineSource?: GoogleCloudDiscoveryengineV1betaImportDocumentsRequestInlineSource;
|
|
5413
5390
|
/** The mode of reconciliation between existing documents and the documents to be imported. Defaults to ReconciliationMode.INCREMENTAL. */
|
|
5414
5391
|
reconciliationMode?:
|
|
5415
|
-
| '
|
|
5416
|
-
| 'INCREMENTAL'
|
|
5417
|
-
| 'FULL';
|
|
5392
|
+
'RECONCILIATION_MODE_UNSPECIFIED' | 'INCREMENTAL' | 'FULL';
|
|
5418
5393
|
/** Spanner input source. */
|
|
5419
5394
|
spannerSource?: GoogleCloudDiscoveryengineV1betaSpannerSource;
|
|
5420
5395
|
/** Indicates which fields in the provided imported documents to update. If not set, the default is to update all fields. */
|
|
@@ -6373,9 +6348,7 @@ declare namespace gapi.client {
|
|
|
6373
6348
|
extractiveContentSpec?: GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpecExtractiveContentSpec;
|
|
6374
6349
|
/** Specifies the search result mode. If unspecified, the search result mode defaults to `DOCUMENTS`. */
|
|
6375
6350
|
searchResultMode?:
|
|
6376
|
-
| '
|
|
6377
|
-
| 'DOCUMENTS'
|
|
6378
|
-
| 'CHUNKS';
|
|
6351
|
+
'SEARCH_RESULT_MODE_UNSPECIFIED' | 'DOCUMENTS' | 'CHUNKS';
|
|
6379
6352
|
/** If `snippetSpec` is not specified, snippets are not included in the search response. */
|
|
6380
6353
|
snippetSpec?: GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpecSnippetSpec;
|
|
6381
6354
|
/** If `summarySpec` is not specified, summaries are not included in the search response. */
|
|
@@ -6526,14 +6499,10 @@ declare namespace gapi.client {
|
|
|
6526
6499
|
allowedFieldNames?: string[];
|
|
6527
6500
|
/** Optional. Controls behavior of how extracted filters are applied to the search. The default behavior depends on the request. For single datastore structured search, the default is `HARD_FILTER`. For multi-datastore search, the default behavior is `SOFT_BOOST`. Location-based filters are always applied as hard filters, and the `SOFT_BOOST` setting will not affect them. This field is only used if SearchRequest.NaturalLanguageQueryUnderstandingSpec.FilterExtractionCondition is set to FilterExtractionCondition.ENABLED. */
|
|
6528
6501
|
extractedFilterBehavior?:
|
|
6529
|
-
| '
|
|
6530
|
-
| 'HARD_FILTER'
|
|
6531
|
-
| 'SOFT_BOOST';
|
|
6502
|
+
'EXTRACTED_FILTER_BEHAVIOR_UNSPECIFIED' | 'HARD_FILTER' | 'SOFT_BOOST';
|
|
6532
6503
|
/** The condition under which filter extraction should occur. Server behavior defaults to `DISABLED`. */
|
|
6533
6504
|
filterExtractionCondition?:
|
|
6534
|
-
| '
|
|
6535
|
-
| 'DISABLED'
|
|
6536
|
-
| 'ENABLED';
|
|
6505
|
+
'CONDITION_UNSPECIFIED' | 'DISABLED' | 'ENABLED';
|
|
6537
6506
|
/** Field names used for location-based filtering, where geolocation filters are detected in natural language search queries. Only valid when the FilterExtractionCondition is set to `ENABLED`. */
|
|
6538
6507
|
geoSearchQueryDetectionFieldNames?: string[];
|
|
6539
6508
|
}
|
|
@@ -7344,7 +7313,8 @@ declare namespace gapi.client {
|
|
|
7344
7313
|
| 'GOOGLE_CHAT'
|
|
7345
7314
|
| 'GOOGLE_GROUPS'
|
|
7346
7315
|
| 'GOOGLE_KEEP'
|
|
7347
|
-
| 'GOOGLE_PEOPLE'
|
|
7316
|
+
| 'GOOGLE_PEOPLE'
|
|
7317
|
+
| 'GOOGLE_WORKSPACE';
|
|
7348
7318
|
}
|
|
7349
7319
|
interface GoogleCloudDiscoveryengineV1CliConfig {
|
|
7350
7320
|
/** Optional. The actions enabled on the associated CLI connection. */
|
|
@@ -7924,7 +7894,9 @@ declare namespace gapi.client {
|
|
|
7924
7894
|
name?: string;
|
|
7925
7895
|
/** Map from file type to override the default parsing configuration based on the file type. Supported keys: * `pdf`: Override parsing config for PDF files, either digital parsing, ocr parsing or layout parsing is supported. * `html`: Override parsing config for HTML files, only digital parsing and layout parsing are supported. * `docx`: Override parsing config for DOCX files, only digital parsing and layout parsing are supported. * `pptx`: Override parsing config for PPTX files, only digital parsing and layout parsing are supported. * `xlsm`: Override parsing config for XLSM files, only digital parsing and layout parsing are supported. * `xlsx`: Override parsing config for XLSX files, only digital parsing and layout parsing are supported. */
|
|
7926
7896
|
parsingConfigOverrides?: {
|
|
7927
|
-
[
|
|
7897
|
+
[
|
|
7898
|
+
P in string
|
|
7899
|
+
]: GoogleCloudDiscoveryengineV1DocumentProcessingConfigParsingConfig;
|
|
7928
7900
|
};
|
|
7929
7901
|
}
|
|
7930
7902
|
interface GoogleCloudDiscoveryengineV1DocumentProcessingConfigChunkingConfig {
|
|
@@ -7992,7 +7964,7 @@ declare namespace gapi.client {
|
|
|
7992
7964
|
agentGatewaySetting?: GoogleCloudDiscoveryengineV1AgentGatewaySetting;
|
|
7993
7965
|
/** Optional. Immutable. This the application type which this engine resource represents. NOTE: this is a new concept independ of existing industry vertical or solution type. */
|
|
7994
7966
|
appType?: 'APP_TYPE_UNSPECIFIED' | 'APP_TYPE_INTRANET';
|
|
7995
|
-
/**
|
|
7967
|
+
/** Output only. The Agent registry containing the agents, MCP servers and tools associated with this engine. Derived server-side from the linked Agent Gateway's registry. */
|
|
7996
7968
|
associatedAgentRegistry?: string;
|
|
7997
7969
|
/** Configurations for the Chat Engine. Only applicable if solution_type is SOLUTION_TYPE_CHAT. */
|
|
7998
7970
|
chatEngineConfig?: GoogleCloudDiscoveryengineV1EngineChatEngineConfig;
|
|
@@ -8016,7 +7988,7 @@ declare namespace gapi.client {
|
|
|
8016
7988
|
disableAnalytics?: boolean;
|
|
8017
7989
|
/** Required. The display name of the engine. Should be human readable. UTF-8 encoded string with limit of 1024 characters. */
|
|
8018
7990
|
displayName?: string;
|
|
8019
|
-
/** Optional. Feature config for the engine to opt in or opt out of features. Supported keys: * `*`: all features, if it's present, all other feature state settings are ignored. * `agent-gallery` * `no-code-agent-builder` * `prompt-gallery` * `model-selector` * `notebook-lm` * `people-search` * `people-search-org-chart` * `bi-directional-audio` * `feedback` * `session-sharing` * `personalization-memory` * `personalization-suggested-highlights` * `mobile-app-access` * `disable-agent-sharing` * `disable-image-generation` * `disable-video-generation` * `disable-onedrive-upload` * `disable-talk-to-content` * `disable-google-drive-upload` * `disable-welcome-emails` * `disable-canvas` * `canvas-workspace` * `disable-skills` * `enable-end-user-sharing-with-groups` * `single-agent-orchestration` * `multi-agent-orchestration` * `cross-product-intelligence` * `deep-research` */
|
|
7991
|
+
/** Optional. Feature config for the engine to opt in or opt out of features. Supported keys: * `*`: all features, if it's present, all other feature state settings are ignored. * `agent-gallery` * `no-code-agent-builder` * `prompt-gallery` * `model-selector` * `notebook-lm` * `people-search` * `people-search-org-chart` * `bi-directional-audio` * `feedback` * `session-sharing` * `personalization-memory` * `personalization-suggested-highlights` * `mobile-app-access` * `disable-agent-sharing` * `disable-image-generation` * `disable-video-generation` * `disable-onedrive-upload` * `disable-talk-to-content` * `disable-google-drive-upload` * `disable-welcome-emails` * `disable-canvas` * `canvas-workspace` * `disable-skills` * `disable-projects` * `enable-end-user-sharing-with-groups` * `single-agent-orchestration` * `multi-agent-orchestration` * `cross-product-intelligence` * `deep-research` */
|
|
8020
7992
|
features?: {
|
|
8021
7993
|
[P in string]:
|
|
8022
7994
|
| 'FEATURE_STATE_UNSPECIFIED'
|
|
@@ -8043,9 +8015,7 @@ declare namespace gapi.client {
|
|
|
8043
8015
|
/** Optional. Maps a model name to its specific configuration for this engine. This allows admin users to turn on/off individual models. This only stores models whose states are overridden by the admin. When the state is unspecified, or model_configs is empty for this model, the system will decide if this model should be available or not based on the default configuration. For example, a preview model should be disabled by default if the admin has not chosen to enable it. */
|
|
8044
8016
|
modelConfigs?: {
|
|
8045
8017
|
[P in string]:
|
|
8046
|
-
| '
|
|
8047
|
-
| 'MODEL_ENABLED'
|
|
8048
|
-
| 'MODEL_DISABLED';
|
|
8018
|
+
'MODEL_STATE_UNSPECIFIED' | 'MODEL_ENABLED' | 'MODEL_DISABLED';
|
|
8049
8019
|
};
|
|
8050
8020
|
/** Immutable. Identifier. The fully qualified resource name of the engine. This field must be a UTF-8 encoded string with a length limit of 1024 characters. Format: `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}` engine should be 1-63 characters, and valid characters are /a-z0-9*/. Otherwise, an INVALID_ARGUMENT error is returned. */
|
|
8051
8021
|
name?: string;
|
|
@@ -8147,7 +8117,7 @@ declare namespace gapi.client {
|
|
|
8147
8117
|
contextEventType?: string;
|
|
8148
8118
|
}
|
|
8149
8119
|
interface GoogleCloudDiscoveryengineV1EngineSearchEngineConfig {
|
|
8150
|
-
/** Optional. The required subscription tier of this engine.
|
|
8120
|
+
/** Optional. The required subscription tier of this engine. If the required subscription tier is search, user with higher license tier like assist can still access the standalone app associated with this engine. Web grounding feature is only available on the app if it is set as SubscriptionTier.SUBSCRIPTION_TIER_SEARCH_AND_ASSISTANT. */
|
|
8151
8121
|
requiredSubscriptionTier?:
|
|
8152
8122
|
| 'SUBSCRIPTION_TIER_UNSPECIFIED'
|
|
8153
8123
|
| 'SUBSCRIPTION_TIER_SEARCH'
|
|
@@ -8516,9 +8486,7 @@ declare namespace gapi.client {
|
|
|
8516
8486
|
extractiveContentSpec?: GoogleCloudDiscoveryengineV1SearchRequestContentSearchSpecExtractiveContentSpec;
|
|
8517
8487
|
/** Specifies the search result mode. If unspecified, the search result mode defaults to `DOCUMENTS`. */
|
|
8518
8488
|
searchResultMode?:
|
|
8519
|
-
| '
|
|
8520
|
-
| 'DOCUMENTS'
|
|
8521
|
-
| 'CHUNKS';
|
|
8489
|
+
'SEARCH_RESULT_MODE_UNSPECIFIED' | 'DOCUMENTS' | 'CHUNKS';
|
|
8522
8490
|
/** If `snippetSpec` is not specified, snippets are not included in the search response. */
|
|
8523
8491
|
snippetSpec?: GoogleCloudDiscoveryengineV1SearchRequestContentSearchSpecSnippetSpec;
|
|
8524
8492
|
/** If `summarySpec` is not specified, summaries are not included in the search response. */
|
|
@@ -8799,7 +8767,8 @@ declare namespace gapi.client {
|
|
|
8799
8767
|
| 'GOOGLE_CHAT'
|
|
8800
8768
|
| 'GOOGLE_GROUPS'
|
|
8801
8769
|
| 'GOOGLE_KEEP'
|
|
8802
|
-
| 'GOOGLE_PEOPLE'
|
|
8770
|
+
| 'GOOGLE_PEOPLE'
|
|
8771
|
+
| 'GOOGLE_WORKSPACE';
|
|
8803
8772
|
}
|
|
8804
8773
|
interface GoogleIamV1Binding {
|
|
8805
8774
|
/** The condition that is associated with this binding. If the condition evaluates to `true`, then this binding applies to the current request. If the condition evaluates to `false`, then this binding does not apply to the current request. However, a different role binding might grant the same role to one or more of the principals in this binding. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies). */
|