@maxim_mazurok/gapi.client.discoveryengine-v1 0.3.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 +21 -14
- 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=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20260629
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -2001,7 +2001,7 @@ declare namespace gapi.client {
|
|
|
2001
2001
|
agentGatewaySetting?: GoogleCloudDiscoveryengineV1alphaAgentGatewaySetting;
|
|
2002
2002
|
/** 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. */
|
|
2003
2003
|
appType?: 'APP_TYPE_UNSPECIFIED' | 'APP_TYPE_INTRANET';
|
|
2004
|
-
/**
|
|
2004
|
+
/** 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. */
|
|
2005
2005
|
associatedAgentRegistry?: string;
|
|
2006
2006
|
/** Configurations for the Chat Engine. Only applicable if solution_type is SOLUTION_TYPE_CHAT. */
|
|
2007
2007
|
chatEngineConfig?: GoogleCloudDiscoveryengineV1alphaEngineChatEngineConfig;
|
|
@@ -2025,7 +2025,7 @@ declare namespace gapi.client {
|
|
|
2025
2025
|
disableAnalytics?: boolean;
|
|
2026
2026
|
/** Required. The display name of the engine. Should be human readable. UTF-8 encoded string with limit of 1024 characters. */
|
|
2027
2027
|
displayName?: string;
|
|
2028
|
-
/** 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` */
|
|
2028
|
+
/** 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` */
|
|
2029
2029
|
features?: {
|
|
2030
2030
|
[P in string]:
|
|
2031
2031
|
| 'FEATURE_STATE_UNSPECIFIED'
|
|
@@ -2171,7 +2171,7 @@ declare namespace gapi.client {
|
|
|
2171
2171
|
tuningOperation?: string;
|
|
2172
2172
|
}
|
|
2173
2173
|
interface GoogleCloudDiscoveryengineV1alphaEngineSearchEngineConfig {
|
|
2174
|
-
/** Optional. The required subscription tier of this engine.
|
|
2174
|
+
/** 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. */
|
|
2175
2175
|
requiredSubscriptionTier?:
|
|
2176
2176
|
| 'SUBSCRIPTION_TIER_UNSPECIFIED'
|
|
2177
2177
|
| 'SUBSCRIPTION_TIER_SEARCH'
|
|
@@ -3520,7 +3520,8 @@ declare namespace gapi.client {
|
|
|
3520
3520
|
| 'GOOGLE_CHAT'
|
|
3521
3521
|
| 'GOOGLE_GROUPS'
|
|
3522
3522
|
| 'GOOGLE_KEEP'
|
|
3523
|
-
| 'GOOGLE_PEOPLE'
|
|
3523
|
+
| 'GOOGLE_PEOPLE'
|
|
3524
|
+
| 'GOOGLE_WORKSPACE';
|
|
3524
3525
|
}
|
|
3525
3526
|
interface GoogleCloudDiscoveryengineV1Answer {
|
|
3526
3527
|
/** Additional answer-skipped reasons. This provides the reason for ignored cases. If nothing is skipped, this field is not set. */
|
|
@@ -4747,7 +4748,7 @@ declare namespace gapi.client {
|
|
|
4747
4748
|
agentGatewaySetting?: GoogleCloudDiscoveryengineV1betaAgentGatewaySetting;
|
|
4748
4749
|
/** 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. */
|
|
4749
4750
|
appType?: 'APP_TYPE_UNSPECIFIED' | 'APP_TYPE_INTRANET';
|
|
4750
|
-
/**
|
|
4751
|
+
/** 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. */
|
|
4751
4752
|
associatedAgentRegistry?: string;
|
|
4752
4753
|
/** Configurations for the Chat Engine. Only applicable if solution_type is SOLUTION_TYPE_CHAT. */
|
|
4753
4754
|
chatEngineConfig?: GoogleCloudDiscoveryengineV1betaEngineChatEngineConfig;
|
|
@@ -4771,7 +4772,7 @@ declare namespace gapi.client {
|
|
|
4771
4772
|
disableAnalytics?: boolean;
|
|
4772
4773
|
/** Required. The display name of the engine. Should be human readable. UTF-8 encoded string with limit of 1024 characters. */
|
|
4773
4774
|
displayName?: string;
|
|
4774
|
-
/** 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` */
|
|
4775
|
+
/** 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` */
|
|
4775
4776
|
features?: {
|
|
4776
4777
|
[P in string]:
|
|
4777
4778
|
| 'FEATURE_STATE_UNSPECIFIED'
|
|
@@ -4900,7 +4901,7 @@ declare namespace gapi.client {
|
|
|
4900
4901
|
contextEventType?: string;
|
|
4901
4902
|
}
|
|
4902
4903
|
interface GoogleCloudDiscoveryengineV1betaEngineSearchEngineConfig {
|
|
4903
|
-
/** Optional. The required subscription tier of this engine.
|
|
4904
|
+
/** 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. */
|
|
4904
4905
|
requiredSubscriptionTier?:
|
|
4905
4906
|
| 'SUBSCRIPTION_TIER_UNSPECIFIED'
|
|
4906
4907
|
| 'SUBSCRIPTION_TIER_SEARCH'
|
|
@@ -5876,7 +5877,8 @@ declare namespace gapi.client {
|
|
|
5876
5877
|
| 'GOOGLE_CHAT'
|
|
5877
5878
|
| 'GOOGLE_GROUPS'
|
|
5878
5879
|
| 'GOOGLE_KEEP'
|
|
5879
|
-
| 'GOOGLE_PEOPLE'
|
|
5880
|
+
| 'GOOGLE_PEOPLE'
|
|
5881
|
+
| 'GOOGLE_WORKSPACE';
|
|
5880
5882
|
}
|
|
5881
5883
|
interface GoogleCloudDiscoveryengineV1BigQuerySource {
|
|
5882
5884
|
/** The schema to use when parsing the data from the source. Supported values for user event imports: * `user_event` (default): One UserEvent per row. Supported values for document imports: * `document` (default): One Document format per row. Each document must have a valid Document.id and one of Document.json_data or Document.struct_data. * `custom`: One custom data per row in arbitrary format that conforms to the defined Schema of the data store. This can only be used by the GENERIC Data Store vertical. */
|
|
@@ -6946,7 +6948,7 @@ declare namespace gapi.client {
|
|
|
6946
6948
|
agentGatewaySetting?: GoogleCloudDiscoveryengineV1AgentGatewaySetting;
|
|
6947
6949
|
/** 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. */
|
|
6948
6950
|
appType?: 'APP_TYPE_UNSPECIFIED' | 'APP_TYPE_INTRANET';
|
|
6949
|
-
/**
|
|
6951
|
+
/** 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. */
|
|
6950
6952
|
associatedAgentRegistry?: string;
|
|
6951
6953
|
/** Configurations for the Chat Engine. Only applicable if solution_type is SOLUTION_TYPE_CHAT. */
|
|
6952
6954
|
chatEngineConfig?: GoogleCloudDiscoveryengineV1EngineChatEngineConfig;
|
|
@@ -6970,7 +6972,7 @@ declare namespace gapi.client {
|
|
|
6970
6972
|
disableAnalytics?: boolean;
|
|
6971
6973
|
/** Required. The display name of the engine. Should be human readable. UTF-8 encoded string with limit of 1024 characters. */
|
|
6972
6974
|
displayName?: string;
|
|
6973
|
-
/** 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` */
|
|
6975
|
+
/** 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` */
|
|
6974
6976
|
features?: {
|
|
6975
6977
|
[P in string]:
|
|
6976
6978
|
| 'FEATURE_STATE_UNSPECIFIED'
|
|
@@ -7099,7 +7101,7 @@ declare namespace gapi.client {
|
|
|
7099
7101
|
contextEventType?: string;
|
|
7100
7102
|
}
|
|
7101
7103
|
interface GoogleCloudDiscoveryengineV1EngineSearchEngineConfig {
|
|
7102
|
-
/** Optional. The required subscription tier of this engine.
|
|
7104
|
+
/** 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. */
|
|
7103
7105
|
requiredSubscriptionTier?:
|
|
7104
7106
|
| 'SUBSCRIPTION_TIER_UNSPECIFIED'
|
|
7105
7107
|
| 'SUBSCRIPTION_TIER_SEARCH'
|
|
@@ -9207,7 +9209,7 @@ declare namespace gapi.client {
|
|
|
9207
9209
|
enableSearchAsYouType?: boolean;
|
|
9208
9210
|
/** If set to true, the widget will enable visual content summary on applicable search requests. Only used by healthcare search. */
|
|
9209
9211
|
enableVisualContentSummary?: boolean;
|
|
9210
|
-
/** Output only. Feature config for the engine to opt in or opt out of features. Supported keys: * `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` */
|
|
9212
|
+
/** Output only. Feature config for the engine to opt in or opt out of features. Supported keys: * `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` */
|
|
9211
9213
|
features?: {
|
|
9212
9214
|
[P in string]:
|
|
9213
9215
|
| 'FEATURE_STATE_UNSPECIFIED'
|
|
@@ -9216,6 +9218,8 @@ declare namespace gapi.client {
|
|
|
9216
9218
|
};
|
|
9217
9219
|
/** Describes generative answer configuration. */
|
|
9218
9220
|
generativeAnswerConfig?: GoogleCloudDiscoveryengineV1WidgetConfigUiSettingsGenerativeAnswerConfig;
|
|
9221
|
+
/** Output only. Whether the Google Drive file picker is available to end-users. Declared `optional` for the same field-presence reason as `onedrive_picker_enabled` above. */
|
|
9222
|
+
googleDrivePickerEnabled?: boolean;
|
|
9219
9223
|
/** Describes widget (or web app) interaction type */
|
|
9220
9224
|
interactionType?:
|
|
9221
9225
|
| 'INTERACTION_TYPE_UNSPECIFIED'
|
|
@@ -9229,6 +9233,8 @@ declare namespace gapi.client {
|
|
|
9229
9233
|
[P in string]:
|
|
9230
9234
|
'MODEL_STATE_UNSPECIFIED' | 'MODEL_ENABLED' | 'MODEL_DISABLED';
|
|
9231
9235
|
};
|
|
9236
|
+
/** Output only. Whether the OneDrive file picker is available to end-users. Computed by the backend from admin connector enablement (Business edition) or attached OneDrive connectors (Enterprise edition), combined with the existing `disable-onedrive-upload` admin feature. Declared `optional` so an explicitly-computed `false` is serialized with field presence. A plain proto3 `bool` drops a default `false` on the wire, which prevented clients from distinguishing "picker disabled" (`false`) from "field not populated" (unset). */
|
|
9237
|
+
onedrivePickerEnabled?: boolean;
|
|
9232
9238
|
/** Controls whether result extract is display and how (snippet or extractive answer). Default to no result if unspecified. */
|
|
9233
9239
|
resultDescriptionType?:
|
|
9234
9240
|
'RESULT_DISPLAY_TYPE_UNSPECIFIED' | 'SNIPPET' | 'EXTRACTIVE_ANSWER';
|
|
@@ -9294,7 +9300,8 @@ declare namespace gapi.client {
|
|
|
9294
9300
|
| 'GOOGLE_CHAT'
|
|
9295
9301
|
| 'GOOGLE_GROUPS'
|
|
9296
9302
|
| 'GOOGLE_KEEP'
|
|
9297
|
-
| 'GOOGLE_PEOPLE'
|
|
9303
|
+
| 'GOOGLE_PEOPLE'
|
|
9304
|
+
| 'GOOGLE_WORKSPACE';
|
|
9298
9305
|
}
|
|
9299
9306
|
interface GoogleIamV1Binding {
|
|
9300
9307
|
/** 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). */
|