@maxim_mazurok/gapi.client.discoveryengine-v1 0.2.20260606 → 0.2.20260620
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 +120 -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: 20260620
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -1541,7 +1541,8 @@ declare namespace gapi.client {
|
|
|
1541
1541
|
| 'GCNV'
|
|
1542
1542
|
| 'GOOGLE_CHAT'
|
|
1543
1543
|
| 'GOOGLE_SITES'
|
|
1544
|
-
| 'REMOTE_MCP'
|
|
1544
|
+
| 'REMOTE_MCP'
|
|
1545
|
+
| 'GOOGLE_WORKSPACE';
|
|
1545
1546
|
/** Optional. Whether the END USER AUTHENTICATION connector is created in SaaS. */
|
|
1546
1547
|
createEuaSaas?: boolean;
|
|
1547
1548
|
/** Output only. Timestamp the DataConnector was created at. */
|
|
@@ -2002,6 +2003,8 @@ declare namespace gapi.client {
|
|
|
2002
2003
|
agentGatewaySetting?: GoogleCloudDiscoveryengineV1alphaAgentGatewaySetting;
|
|
2003
2004
|
/** 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. */
|
|
2004
2005
|
appType?: 'APP_TYPE_UNSPECIFIED' | 'APP_TYPE_INTRANET';
|
|
2006
|
+
/** Optional. The Agent registry containing the agents, MCP servers and tools associated with this engine. Field is required if the engine has an Agent Gateway setting. */
|
|
2007
|
+
associatedAgentRegistry?: string;
|
|
2005
2008
|
/** Configurations for the Chat Engine. Only applicable if solution_type is SOLUTION_TYPE_CHAT. */
|
|
2006
2009
|
chatEngineConfig?: GoogleCloudDiscoveryengineV1alphaEngineChatEngineConfig;
|
|
2007
2010
|
/** Output only. Additional information of the Chat Engine. Only applicable if solution_type is SOLUTION_TYPE_CHAT. */
|
|
@@ -2024,7 +2027,7 @@ declare namespace gapi.client {
|
|
|
2024
2027
|
disableAnalytics?: boolean;
|
|
2025
2028
|
/** Required. The display name of the engine. Should be human readable. UTF-8 encoded string with limit of 1024 characters. */
|
|
2026
2029
|
displayName?: string;
|
|
2027
|
-
/** 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` * `
|
|
2030
|
+
/** 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
2031
|
features?: {
|
|
2029
2032
|
[P in string]:
|
|
2030
2033
|
| 'FEATURE_STATE_UNSPECIFIED'
|
|
@@ -2190,7 +2193,8 @@ declare namespace gapi.client {
|
|
|
2190
2193
|
| 'SUBSCRIPTION_TIER_EDU_PRO'
|
|
2191
2194
|
| 'SUBSCRIPTION_TIER_EDU_EMERGING'
|
|
2192
2195
|
| 'SUBSCRIPTION_TIER_EDU_PRO_EMERGING'
|
|
2193
|
-
| 'SUBSCRIPTION_TIER_FRONTLINE_STARTER'
|
|
2196
|
+
| 'SUBSCRIPTION_TIER_FRONTLINE_STARTER'
|
|
2197
|
+
| 'SUBSCRIPTION_TIER_CONSUMPTION_ONLY';
|
|
2194
2198
|
/** The add-on that this search engine enables. */
|
|
2195
2199
|
searchAddOns?: 'SEARCH_ADD_ON_UNSPECIFIED' | 'SEARCH_ADD_ON_LLM'[];
|
|
2196
2200
|
/** The search feature tier of this engine. Different tiers might have different pricing. To learn more, check the pricing documentation. Defaults to SearchTier.SEARCH_TIER_STANDARD if not specified. */
|
|
@@ -2522,7 +2526,8 @@ declare namespace gapi.client {
|
|
|
2522
2526
|
| 'SUBSCRIPTION_TIER_EDU_PRO'
|
|
2523
2527
|
| 'SUBSCRIPTION_TIER_EDU_EMERGING'
|
|
2524
2528
|
| 'SUBSCRIPTION_TIER_EDU_PRO_EMERGING'
|
|
2525
|
-
| 'SUBSCRIPTION_TIER_FRONTLINE_STARTER'
|
|
2529
|
+
| 'SUBSCRIPTION_TIER_FRONTLINE_STARTER'
|
|
2530
|
+
| 'SUBSCRIPTION_TIER_CONSUMPTION_ONLY';
|
|
2526
2531
|
}
|
|
2527
2532
|
interface GoogleCloudDiscoveryengineV1alphaListSessionsRequest {
|
|
2528
2533
|
/** A comma-separated list of fields to filter by, in EBNF grammar. The supported fields are: * `user_pseudo_id` * `state` * `display_name` * `starred` * `is_pinned` * `labels` * `create_time` * `update_time` * `collaborative_project` Examples: * `user_pseudo_id = some_id` * `display_name = "some_name"` * `starred = true` * `is_pinned=true AND (NOT labels:hidden)` * `create_time > "1970-01-01T12:00:00Z"` * `collaborative_project = "projects/123/locations/global/collections/default_collection/engines/" "default_engine/collaborative_projects/cp1"` */
|
|
@@ -2595,6 +2600,8 @@ declare namespace gapi.client {
|
|
|
2595
2600
|
};
|
|
2596
2601
|
}
|
|
2597
2602
|
interface GoogleCloudDiscoveryengineV1alphaProjectConfigurableBillingStatus {
|
|
2603
|
+
/** Output only. Per-model Agent Search TPM subscription status. */
|
|
2604
|
+
agentSearchTokenSubscriptionStatuses?: GoogleCloudDiscoveryengineV1alphaProjectConfigurableBillingStatusAgentSearchTokenSubscriptionStatus[];
|
|
2598
2605
|
/** Optional. The currently effective Indexing Core threshold. This is the threshold against which Indexing Core usage is compared for overage calculations. */
|
|
2599
2606
|
effectiveIndexingCoreThreshold?: string;
|
|
2600
2607
|
/** Optional. The currently effective Search QPM threshold in queries per minute. This is the threshold against which QPM usage is compared for overage calculations. */
|
|
@@ -2615,6 +2622,25 @@ declare namespace gapi.client {
|
|
|
2615
2622
|
| 'SCALE_UP'
|
|
2616
2623
|
| 'SCALE_DOWN';
|
|
2617
2624
|
}
|
|
2625
|
+
interface GoogleCloudDiscoveryengineV1alphaProjectConfigurableBillingStatusAgentSearchTokenSubscriptionStatus {
|
|
2626
|
+
/** Output only. The currently effective TPM threshold. Reflects scale-up immediately and scale-down at the next billing cycle, matching `effective_search_qpm_threshold` semantics. */
|
|
2627
|
+
effectiveTpmThreshold?: string;
|
|
2628
|
+
/** Output only. The Gemini model version this status corresponds to. Matches CoreSubscription.AgentSearchTokenSubscription.model_version (a stable Gemini model version from the Gemini Enterprise Agent Platform model-versions registry; see https://docs.cloud.google.com/gemini-enterprise-agent-platform/models/model-versions#gemini-models). */
|
|
2629
|
+
modelVersion?: string;
|
|
2630
|
+
/** Output only. When this (project, model_version) Agent Search TPM subscription was first activated. Set once on first activation of this model version and never moved by subsequent threshold updates; on termination + re-activation a new value is recorded. Does NOT move the whole-relationship `start_time` on the enclosing ConfigurableBillingStatus, which continues to represent the first activation of the overall customer-configurable-pricing relationship. */
|
|
2631
|
+
startTime?: string;
|
|
2632
|
+
/** Output only. If set, the scheduled effective time at which this (project, model_version) Agent Search TPM subscription will terminate. Populated when the customer removes this entry from `core_subscription.agent_search_token_subscriptions[*]`. Does NOT move the whole-relationship `terminate_time` on the enclosing ConfigurableBillingStatus, which is populated only when the entire customer-configurable-pricing relationship is being torn down. */
|
|
2633
|
+
terminateTime?: string;
|
|
2634
|
+
/** Output only. The earliest next update time for the TPM subscription threshold for this (project, model_version). Populated only after a successful update. */
|
|
2635
|
+
tpmThresholdNextUpdateTime?: string;
|
|
2636
|
+
/** Output only. The type of the most recent update to this (project, model_version) subscription, as performed by the most recent UpdateProject call. `UPDATE_TYPE_UNSPECIFIED` indicates this model_version was not touched by the most recent UpdateProject (its `effective_tpm_threshold` reflects an earlier update). The whole-relationship `update_type` on the enclosing ConfigurableBillingStatus continues to summarize the direction of the most recent update across all surfaces in the project (QPM, IndexingCore, and Agent Search TPM together). */
|
|
2637
|
+
updateType?:
|
|
2638
|
+
| 'UPDATE_TYPE_UNSPECIFIED'
|
|
2639
|
+
| 'CREATE'
|
|
2640
|
+
| 'DELETE'
|
|
2641
|
+
| 'SCALE_UP'
|
|
2642
|
+
| 'SCALE_DOWN';
|
|
2643
|
+
}
|
|
2618
2644
|
interface GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfig {
|
|
2619
2645
|
/** Optional. Configuration for NotebookLM settings. */
|
|
2620
2646
|
notebooklmConfig?: GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfigNotebooklmConfig;
|
|
@@ -4741,6 +4767,8 @@ declare namespace gapi.client {
|
|
|
4741
4767
|
agentGatewaySetting?: GoogleCloudDiscoveryengineV1betaAgentGatewaySetting;
|
|
4742
4768
|
/** 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. */
|
|
4743
4769
|
appType?: 'APP_TYPE_UNSPECIFIED' | 'APP_TYPE_INTRANET';
|
|
4770
|
+
/** Optional. The Agent registry containing the agents, MCP servers and tools associated with this engine. Field is required if the engine has an Agent Gateway setting. */
|
|
4771
|
+
associatedAgentRegistry?: string;
|
|
4744
4772
|
/** Configurations for the Chat Engine. Only applicable if solution_type is SOLUTION_TYPE_CHAT. */
|
|
4745
4773
|
chatEngineConfig?: GoogleCloudDiscoveryengineV1betaEngineChatEngineConfig;
|
|
4746
4774
|
/** Output only. Additional information of the Chat Engine. Only applicable if solution_type is SOLUTION_TYPE_CHAT. */
|
|
@@ -4763,7 +4791,7 @@ declare namespace gapi.client {
|
|
|
4763
4791
|
disableAnalytics?: boolean;
|
|
4764
4792
|
/** Required. The display name of the engine. Should be human readable. UTF-8 encoded string with limit of 1024 characters. */
|
|
4765
4793
|
displayName?: string;
|
|
4766
|
-
/** 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` * `
|
|
4794
|
+
/** 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` */
|
|
4767
4795
|
features?: {
|
|
4768
4796
|
[P in string]:
|
|
4769
4797
|
| 'FEATURE_STATE_UNSPECIFIED'
|
|
@@ -4909,7 +4937,8 @@ declare namespace gapi.client {
|
|
|
4909
4937
|
| 'SUBSCRIPTION_TIER_EDU_PRO'
|
|
4910
4938
|
| 'SUBSCRIPTION_TIER_EDU_EMERGING'
|
|
4911
4939
|
| 'SUBSCRIPTION_TIER_EDU_PRO_EMERGING'
|
|
4912
|
-
| 'SUBSCRIPTION_TIER_FRONTLINE_STARTER'
|
|
4940
|
+
| 'SUBSCRIPTION_TIER_FRONTLINE_STARTER'
|
|
4941
|
+
| 'SUBSCRIPTION_TIER_CONSUMPTION_ONLY';
|
|
4913
4942
|
/** The add-on that this search engine enables. */
|
|
4914
4943
|
searchAddOns?: 'SEARCH_ADD_ON_UNSPECIFIED' | 'SEARCH_ADD_ON_LLM'[];
|
|
4915
4944
|
/** The search feature tier of this engine. Different tiers might have different pricing. To learn more, check the pricing documentation. Defaults to SearchTier.SEARCH_TIER_STANDARD if not specified. */
|
|
@@ -5140,7 +5169,8 @@ declare namespace gapi.client {
|
|
|
5140
5169
|
| 'SUBSCRIPTION_TIER_EDU_PRO'
|
|
5141
5170
|
| 'SUBSCRIPTION_TIER_EDU_EMERGING'
|
|
5142
5171
|
| 'SUBSCRIPTION_TIER_EDU_PRO_EMERGING'
|
|
5143
|
-
| 'SUBSCRIPTION_TIER_FRONTLINE_STARTER'
|
|
5172
|
+
| 'SUBSCRIPTION_TIER_FRONTLINE_STARTER'
|
|
5173
|
+
| 'SUBSCRIPTION_TIER_CONSUMPTION_ONLY';
|
|
5144
5174
|
}
|
|
5145
5175
|
interface GoogleCloudDiscoveryengineV1betaNaturalLanguageQueryUnderstandingConfig {
|
|
5146
5176
|
/** Mode of Natural Language Query Understanding. If this field is unset, the behavior defaults to NaturalLanguageQueryUnderstandingConfig.Mode.DISABLED. */
|
|
@@ -5185,6 +5215,8 @@ declare namespace gapi.client {
|
|
|
5185
5215
|
};
|
|
5186
5216
|
}
|
|
5187
5217
|
interface GoogleCloudDiscoveryengineV1betaProjectConfigurableBillingStatus {
|
|
5218
|
+
/** Output only. Per-model Agent Search TPM subscription status. */
|
|
5219
|
+
agentSearchTokenSubscriptionStatuses?: GoogleCloudDiscoveryengineV1betaProjectConfigurableBillingStatusAgentSearchTokenSubscriptionStatus[];
|
|
5188
5220
|
/** Optional. The currently effective Indexing Core threshold. This is the threshold against which Indexing Core usage is compared for overage calculations. */
|
|
5189
5221
|
effectiveIndexingCoreThreshold?: string;
|
|
5190
5222
|
/** Optional. The currently effective Search QPM threshold in queries per minute. This is the threshold against which QPM usage is compared for overage calculations. */
|
|
@@ -5205,6 +5237,25 @@ declare namespace gapi.client {
|
|
|
5205
5237
|
| 'SCALE_UP'
|
|
5206
5238
|
| 'SCALE_DOWN';
|
|
5207
5239
|
}
|
|
5240
|
+
interface GoogleCloudDiscoveryengineV1betaProjectConfigurableBillingStatusAgentSearchTokenSubscriptionStatus {
|
|
5241
|
+
/** Output only. The currently effective TPM threshold. Reflects scale-up immediately and scale-down at the next billing cycle, matching `effective_search_qpm_threshold` semantics. */
|
|
5242
|
+
effectiveTpmThreshold?: string;
|
|
5243
|
+
/** Output only. The Gemini model version this status corresponds to. Matches CoreSubscription.AgentSearchTokenSubscription.model_version (a stable Gemini model version from the Gemini Enterprise Agent Platform model-versions registry; see https://docs.cloud.google.com/gemini-enterprise-agent-platform/models/model-versions#gemini-models). */
|
|
5244
|
+
modelVersion?: string;
|
|
5245
|
+
/** Output only. When this (project, model_version) Agent Search TPM subscription was first activated. Set once on first activation of this model version and never moved by subsequent threshold updates; on termination + re-activation a new value is recorded. Does NOT move the whole-relationship `start_time` on the enclosing ConfigurableBillingStatus, which continues to represent the first activation of the overall customer-configurable-pricing relationship. */
|
|
5246
|
+
startTime?: string;
|
|
5247
|
+
/** Output only. If set, the scheduled effective time at which this (project, model_version) Agent Search TPM subscription will terminate. Populated when the customer removes this entry from `core_subscription.agent_search_token_subscriptions[*]`. Does NOT move the whole-relationship `terminate_time` on the enclosing ConfigurableBillingStatus, which is populated only when the entire customer-configurable-pricing relationship is being torn down. */
|
|
5248
|
+
terminateTime?: string;
|
|
5249
|
+
/** Output only. The earliest next update time for the TPM subscription threshold for this (project, model_version). Populated only after a successful update. */
|
|
5250
|
+
tpmThresholdNextUpdateTime?: string;
|
|
5251
|
+
/** Output only. The type of the most recent update to this (project, model_version) subscription, as performed by the most recent UpdateProject call. `UPDATE_TYPE_UNSPECIFIED` indicates this model_version was not touched by the most recent UpdateProject (its `effective_tpm_threshold` reflects an earlier update). The whole-relationship `update_type` on the enclosing ConfigurableBillingStatus continues to summarize the direction of the most recent update across all surfaces in the project (QPM, IndexingCore, and Agent Search TPM together). */
|
|
5252
|
+
updateType?:
|
|
5253
|
+
| 'UPDATE_TYPE_UNSPECIFIED'
|
|
5254
|
+
| 'CREATE'
|
|
5255
|
+
| 'DELETE'
|
|
5256
|
+
| 'SCALE_UP'
|
|
5257
|
+
| 'SCALE_DOWN';
|
|
5258
|
+
}
|
|
5208
5259
|
interface GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfig {
|
|
5209
5260
|
/** Optional. Configuration for NotebookLM settings. */
|
|
5210
5261
|
notebooklmConfig?: GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfigNotebooklmConfig;
|
|
@@ -6421,7 +6472,8 @@ declare namespace gapi.client {
|
|
|
6421
6472
|
| 'GCNV'
|
|
6422
6473
|
| 'GOOGLE_CHAT'
|
|
6423
6474
|
| 'GOOGLE_SITES'
|
|
6424
|
-
| 'REMOTE_MCP'
|
|
6475
|
+
| 'REMOTE_MCP'
|
|
6476
|
+
| 'GOOGLE_WORKSPACE';
|
|
6425
6477
|
/** Optional. Whether the END USER AUTHENTICATION connector is created in SaaS. */
|
|
6426
6478
|
createEuaSaas?: boolean;
|
|
6427
6479
|
/** Output only. Timestamp the DataConnector was created at. */
|
|
@@ -6922,6 +6974,8 @@ declare namespace gapi.client {
|
|
|
6922
6974
|
agentGatewaySetting?: GoogleCloudDiscoveryengineV1AgentGatewaySetting;
|
|
6923
6975
|
/** 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. */
|
|
6924
6976
|
appType?: 'APP_TYPE_UNSPECIFIED' | 'APP_TYPE_INTRANET';
|
|
6977
|
+
/** Optional. The Agent registry containing the agents, MCP servers and tools associated with this engine. Field is required if the engine has an Agent Gateway setting. */
|
|
6978
|
+
associatedAgentRegistry?: string;
|
|
6925
6979
|
/** Configurations for the Chat Engine. Only applicable if solution_type is SOLUTION_TYPE_CHAT. */
|
|
6926
6980
|
chatEngineConfig?: GoogleCloudDiscoveryengineV1EngineChatEngineConfig;
|
|
6927
6981
|
/** Output only. Additional information of the Chat Engine. Only applicable if solution_type is SOLUTION_TYPE_CHAT. */
|
|
@@ -6944,7 +6998,7 @@ declare namespace gapi.client {
|
|
|
6944
6998
|
disableAnalytics?: boolean;
|
|
6945
6999
|
/** Required. The display name of the engine. Should be human readable. UTF-8 encoded string with limit of 1024 characters. */
|
|
6946
7000
|
displayName?: string;
|
|
6947
|
-
/** 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` * `
|
|
7001
|
+
/** 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` */
|
|
6948
7002
|
features?: {
|
|
6949
7003
|
[P in string]:
|
|
6950
7004
|
| 'FEATURE_STATE_UNSPECIFIED'
|
|
@@ -7090,7 +7144,8 @@ declare namespace gapi.client {
|
|
|
7090
7144
|
| 'SUBSCRIPTION_TIER_EDU_PRO'
|
|
7091
7145
|
| 'SUBSCRIPTION_TIER_EDU_EMERGING'
|
|
7092
7146
|
| 'SUBSCRIPTION_TIER_EDU_PRO_EMERGING'
|
|
7093
|
-
| 'SUBSCRIPTION_TIER_FRONTLINE_STARTER'
|
|
7147
|
+
| 'SUBSCRIPTION_TIER_FRONTLINE_STARTER'
|
|
7148
|
+
| 'SUBSCRIPTION_TIER_CONSUMPTION_ONLY';
|
|
7094
7149
|
/** The add-on that this search engine enables. */
|
|
7095
7150
|
searchAddOns?: 'SEARCH_ADD_ON_UNSPECIFIED' | 'SEARCH_ADD_ON_LLM'[];
|
|
7096
7151
|
/** The search feature tier of this engine. Different tiers might have different pricing. To learn more, check the pricing documentation. Defaults to SearchTier.SEARCH_TIER_STANDARD if not specified. */
|
|
@@ -7478,7 +7533,8 @@ declare namespace gapi.client {
|
|
|
7478
7533
|
| 'SUBSCRIPTION_TIER_EDU_PRO'
|
|
7479
7534
|
| 'SUBSCRIPTION_TIER_EDU_EMERGING'
|
|
7480
7535
|
| 'SUBSCRIPTION_TIER_EDU_PRO_EMERGING'
|
|
7481
|
-
| 'SUBSCRIPTION_TIER_FRONTLINE_STARTER'
|
|
7536
|
+
| 'SUBSCRIPTION_TIER_FRONTLINE_STARTER'
|
|
7537
|
+
| 'SUBSCRIPTION_TIER_CONSUMPTION_ONLY';
|
|
7482
7538
|
}
|
|
7483
7539
|
interface GoogleCloudDiscoveryengineV1LicenseConfigUsageStats {
|
|
7484
7540
|
/** Required. The LicenseConfig name. */
|
|
@@ -7647,6 +7703,8 @@ declare namespace gapi.client {
|
|
|
7647
7703
|
};
|
|
7648
7704
|
}
|
|
7649
7705
|
interface GoogleCloudDiscoveryengineV1ProjectConfigurableBillingStatus {
|
|
7706
|
+
/** Output only. Per-model Agent Search TPM subscription status. */
|
|
7707
|
+
agentSearchTokenSubscriptionStatuses?: GoogleCloudDiscoveryengineV1ProjectConfigurableBillingStatusAgentSearchTokenSubscriptionStatus[];
|
|
7650
7708
|
/** Optional. The currently effective Indexing Core threshold. This is the threshold against which Indexing Core usage is compared for overage calculations. */
|
|
7651
7709
|
effectiveIndexingCoreThreshold?: string;
|
|
7652
7710
|
/** Optional. The currently effective Search QPM threshold in queries per minute. This is the threshold against which QPM usage is compared for overage calculations. */
|
|
@@ -7667,6 +7725,25 @@ declare namespace gapi.client {
|
|
|
7667
7725
|
| 'SCALE_UP'
|
|
7668
7726
|
| 'SCALE_DOWN';
|
|
7669
7727
|
}
|
|
7728
|
+
interface GoogleCloudDiscoveryengineV1ProjectConfigurableBillingStatusAgentSearchTokenSubscriptionStatus {
|
|
7729
|
+
/** Output only. The currently effective TPM threshold. Reflects scale-up immediately and scale-down at the next billing cycle, matching `effective_search_qpm_threshold` semantics. */
|
|
7730
|
+
effectiveTpmThreshold?: string;
|
|
7731
|
+
/** Output only. The Gemini model version this status corresponds to. Matches CoreSubscription.AgentSearchTokenSubscription.model_version (a stable Gemini model version from the Gemini Enterprise Agent Platform model-versions registry; see https://docs.cloud.google.com/gemini-enterprise-agent-platform/models/model-versions#gemini-models). */
|
|
7732
|
+
modelVersion?: string;
|
|
7733
|
+
/** Output only. When this (project, model_version) Agent Search TPM subscription was first activated. Set once on first activation of this model version and never moved by subsequent threshold updates; on termination + re-activation a new value is recorded. Does NOT move the whole-relationship `start_time` on the enclosing ConfigurableBillingStatus, which continues to represent the first activation of the overall customer-configurable-pricing relationship. */
|
|
7734
|
+
startTime?: string;
|
|
7735
|
+
/** Output only. If set, the scheduled effective time at which this (project, model_version) Agent Search TPM subscription will terminate. Populated when the customer removes this entry from `core_subscription.agent_search_token_subscriptions[*]`. Does NOT move the whole-relationship `terminate_time` on the enclosing ConfigurableBillingStatus, which is populated only when the entire customer-configurable-pricing relationship is being torn down. */
|
|
7736
|
+
terminateTime?: string;
|
|
7737
|
+
/** Output only. The earliest next update time for the TPM subscription threshold for this (project, model_version). Populated only after a successful update. */
|
|
7738
|
+
tpmThresholdNextUpdateTime?: string;
|
|
7739
|
+
/** Output only. The type of the most recent update to this (project, model_version) subscription, as performed by the most recent UpdateProject call. `UPDATE_TYPE_UNSPECIFIED` indicates this model_version was not touched by the most recent UpdateProject (its `effective_tpm_threshold` reflects an earlier update). The whole-relationship `update_type` on the enclosing ConfigurableBillingStatus continues to summarize the direction of the most recent update across all surfaces in the project (QPM, IndexingCore, and Agent Search TPM together). */
|
|
7740
|
+
updateType?:
|
|
7741
|
+
| 'UPDATE_TYPE_UNSPECIFIED'
|
|
7742
|
+
| 'CREATE'
|
|
7743
|
+
| 'DELETE'
|
|
7744
|
+
| 'SCALE_UP'
|
|
7745
|
+
| 'SCALE_DOWN';
|
|
7746
|
+
}
|
|
7670
7747
|
interface GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfig {
|
|
7671
7748
|
/** Optional. Configuration for NotebookLM settings. */
|
|
7672
7749
|
notebooklmConfig?: GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfigNotebooklmConfig;
|
|
@@ -8663,6 +8740,8 @@ declare namespace gapi.client {
|
|
|
8663
8740
|
answer?: GoogleCloudDiscoveryengineV1AssistAnswer;
|
|
8664
8741
|
/** A global unique ID that identifies the current pair of request and stream of responses. Used for feedback and support. */
|
|
8665
8742
|
assistToken?: string;
|
|
8743
|
+
/** Per-connector authentication errors encountered during the request. Present when one or more connectors failed authentication but the request proceeded with the remaining connectors. */
|
|
8744
|
+
connectorAuthErrors?: GoogleCloudDiscoveryengineV1StreamAssistResponseConnectorAuthError[];
|
|
8666
8745
|
/** The tool names of the tools that were invoked. */
|
|
8667
8746
|
invocationTools?: string[];
|
|
8668
8747
|
/** The skills executed during the turn. */
|
|
@@ -8670,6 +8749,12 @@ declare namespace gapi.client {
|
|
|
8670
8749
|
/** Session information. Only included in the final StreamAssistResponse of the response stream. */
|
|
8671
8750
|
sessionInfo?: GoogleCloudDiscoveryengineV1StreamAssistResponseSessionInfo;
|
|
8672
8751
|
}
|
|
8752
|
+
interface GoogleCloudDiscoveryengineV1StreamAssistResponseConnectorAuthError {
|
|
8753
|
+
/** Resource name of the data connector that failed authentication. */
|
|
8754
|
+
dataConnector?: string;
|
|
8755
|
+
/** Human-readable error message describing the auth failure. */
|
|
8756
|
+
errorMessage?: string;
|
|
8757
|
+
}
|
|
8673
8758
|
interface GoogleCloudDiscoveryengineV1StreamAssistResponseInvokedSkill {
|
|
8674
8759
|
/** The display name of the skill. */
|
|
8675
8760
|
displayName?: string;
|
|
@@ -9030,6 +9115,8 @@ declare namespace gapi.client {
|
|
|
9030
9115
|
| 'WEB_GROUNDING_TYPE_ENTERPRISE_WEB_SEARCH';
|
|
9031
9116
|
}
|
|
9032
9117
|
interface GoogleCloudDiscoveryengineV1WidgetConfigCollectionComponent {
|
|
9118
|
+
/** Output only. The auth uri of the connector source. */
|
|
9119
|
+
connectorAuthState?: GoogleCloudDiscoveryengineV1WidgetConfigConnectorAuthState;
|
|
9033
9120
|
/** Output only. The icon link of the connector source. */
|
|
9034
9121
|
connectorIconLink?: string;
|
|
9035
9122
|
/** The name of the data source, retrieved from `Collection.data_connector.data_source`. */
|
|
@@ -9045,6 +9132,19 @@ declare namespace gapi.client {
|
|
|
9045
9132
|
/** The name of the collection. It should be collection resource name. Format: `projects/{project}/locations/{location}/collections/{collection_id}`. For APIs under WidgetService, such as WidgetService.LookupWidgetConfig, the project number and location part is erased in this field. */
|
|
9046
9133
|
name?: string;
|
|
9047
9134
|
}
|
|
9135
|
+
interface GoogleCloudDiscoveryengineV1WidgetConfigConnectorAuthState {
|
|
9136
|
+
/** Output only. The authorization uri for the data connector. */
|
|
9137
|
+
authorizationUri?: string;
|
|
9138
|
+
/** Output only. The authorization state of the data connector. */
|
|
9139
|
+
authState?:
|
|
9140
|
+
| 'AUTH_STATE_UNSPECIFIED'
|
|
9141
|
+
| 'AUTHORIZED'
|
|
9142
|
+
| 'EXPIRED'
|
|
9143
|
+
| 'ACTIONS_DISABLED'
|
|
9144
|
+
| 'NO_AUTH';
|
|
9145
|
+
/** Output only. The authorization state update timestamp. */
|
|
9146
|
+
updateTime?: string;
|
|
9147
|
+
}
|
|
9048
9148
|
interface GoogleCloudDiscoveryengineV1WidgetConfigCustomerProvidedConfig {
|
|
9049
9149
|
/** Customer type. */
|
|
9050
9150
|
customerType?: 'DEFAULT_CUSTOMER' | 'GOVERNMENT_CUSTOMER';
|
|
@@ -9149,7 +9249,7 @@ declare namespace gapi.client {
|
|
|
9149
9249
|
enableSearchAsYouType?: boolean;
|
|
9150
9250
|
/** If set to true, the widget will enable visual content summary on applicable search requests. Only used by healthcare search. */
|
|
9151
9251
|
enableVisualContentSummary?: boolean;
|
|
9152
|
-
/** 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` * `
|
|
9252
|
+
/** 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` */
|
|
9153
9253
|
features?: {
|
|
9154
9254
|
[P in string]:
|
|
9155
9255
|
| 'FEATURE_STATE_UNSPECIFIED'
|
|
@@ -13214,6 +13314,8 @@ declare namespace gapi.client {
|
|
|
13214
13314
|
'getWidgetConfigRequestOption.turnOffCollectionComponents'?: boolean;
|
|
13215
13315
|
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
13216
13316
|
key?: string;
|
|
13317
|
+
/** Optional. BCP-47 language tag (e.g. "en", "fr-CA"). Used to localize human-readable strings in the response, such as the model selector `display_name` / `description` on `WidgetConfig.UiSettings.ModelConfigInfo`. Empty / unset falls back to the default language (English). */
|
|
13318
|
+
languageCode?: string;
|
|
13217
13319
|
/** Required. Full WidgetConfig resource name. Format: `projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}/widgetConfigs/{widget_config_id}` */
|
|
13218
13320
|
name: string;
|
|
13219
13321
|
/** OAuth 2.0 token for the current user. */
|
|
@@ -15824,6 +15926,8 @@ declare namespace gapi.client {
|
|
|
15824
15926
|
'getWidgetConfigRequestOption.turnOffCollectionComponents'?: boolean;
|
|
15825
15927
|
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
15826
15928
|
key?: string;
|
|
15929
|
+
/** Optional. BCP-47 language tag (e.g. "en", "fr-CA"). Used to localize human-readable strings in the response, such as the model selector `display_name` / `description` on `WidgetConfig.UiSettings.ModelConfigInfo`. Empty / unset falls back to the default language (English). */
|
|
15930
|
+
languageCode?: string;
|
|
15827
15931
|
/** Required. Full WidgetConfig resource name. Format: `projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}/widgetConfigs/{widget_config_id}` */
|
|
15828
15932
|
name: string;
|
|
15829
15933
|
/** OAuth 2.0 token for the current user. */
|
|
@@ -19509,6 +19613,8 @@ declare namespace gapi.client {
|
|
|
19509
19613
|
'getWidgetConfigRequestOption.turnOffCollectionComponents'?: boolean;
|
|
19510
19614
|
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
19511
19615
|
key?: string;
|
|
19616
|
+
/** Optional. BCP-47 language tag (e.g. "en", "fr-CA"). Used to localize human-readable strings in the response, such as the model selector `display_name` / `description` on `WidgetConfig.UiSettings.ModelConfigInfo`. Empty / unset falls back to the default language (English). */
|
|
19617
|
+
languageCode?: string;
|
|
19512
19618
|
/** Required. Full WidgetConfig resource name. Format: `projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}/widgetConfigs/{widget_config_id}` */
|
|
19513
19619
|
name: string;
|
|
19514
19620
|
/** OAuth 2.0 token for the current user. */
|
|
@@ -20866,7 +20972,7 @@ declare namespace gapi.client {
|
|
|
20866
20972
|
oauth_token?: string;
|
|
20867
20973
|
/** Optional. The order in which the UserLicenses are listed. The value must be a comma-separated list of fields. Default sorting order is ascending. To specify descending order for a field, append a " desc" suffix. Redundant space characters in the syntax are insignificant. Supported fields (only `user_principal` is supported for now): * `user_principal` If not set, the default ordering is by `user_principal`. Examples: * `user_principal` to order by `user_principal` in ascending order. * `user_principal desc` to order by `user_principal` in descending order. */
|
|
20868
20974
|
orderBy?: string;
|
|
20869
|
-
/** Optional. Requested page size. Server may return fewer items than requested. If unspecified, defaults to
|
|
20975
|
+
/** Optional. Requested page size. Server may return fewer items than requested. If unspecified, defaults to 100. The maximum value is 1000; values above 1000 will be coerced to 1000. If this field is negative, an INVALID_ARGUMENT error is returned. */
|
|
20870
20976
|
pageSize?: number;
|
|
20871
20977
|
/** Optional. A page token, received from a previous `ListUserLicenses` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListUserLicenses` must match the call that provided the page token. */
|
|
20872
20978
|
pageToken?: string;
|