@maxim_mazurok/gapi.client.discoveryengine-v1 0.2.20260606 → 0.2.20260614
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 +105 -13
- 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: 20260614
|
|
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. */
|
|
@@ -2024,7 +2025,7 @@ declare namespace gapi.client {
|
|
|
2024
2025
|
disableAnalytics?: boolean;
|
|
2025
2026
|
/** Required. The display name of the engine. Should be human readable. UTF-8 encoded string with limit of 1024 characters. */
|
|
2026
2027
|
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` * `
|
|
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` */
|
|
2028
2029
|
features?: {
|
|
2029
2030
|
[P in string]:
|
|
2030
2031
|
| 'FEATURE_STATE_UNSPECIFIED'
|
|
@@ -2190,7 +2191,8 @@ declare namespace gapi.client {
|
|
|
2190
2191
|
| 'SUBSCRIPTION_TIER_EDU_PRO'
|
|
2191
2192
|
| 'SUBSCRIPTION_TIER_EDU_EMERGING'
|
|
2192
2193
|
| 'SUBSCRIPTION_TIER_EDU_PRO_EMERGING'
|
|
2193
|
-
| 'SUBSCRIPTION_TIER_FRONTLINE_STARTER'
|
|
2194
|
+
| 'SUBSCRIPTION_TIER_FRONTLINE_STARTER'
|
|
2195
|
+
| 'SUBSCRIPTION_TIER_CONSUMPTION_ONLY';
|
|
2194
2196
|
/** The add-on that this search engine enables. */
|
|
2195
2197
|
searchAddOns?: 'SEARCH_ADD_ON_UNSPECIFIED' | 'SEARCH_ADD_ON_LLM'[];
|
|
2196
2198
|
/** 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 +2524,8 @@ declare namespace gapi.client {
|
|
|
2522
2524
|
| 'SUBSCRIPTION_TIER_EDU_PRO'
|
|
2523
2525
|
| 'SUBSCRIPTION_TIER_EDU_EMERGING'
|
|
2524
2526
|
| 'SUBSCRIPTION_TIER_EDU_PRO_EMERGING'
|
|
2525
|
-
| 'SUBSCRIPTION_TIER_FRONTLINE_STARTER'
|
|
2527
|
+
| 'SUBSCRIPTION_TIER_FRONTLINE_STARTER'
|
|
2528
|
+
| 'SUBSCRIPTION_TIER_CONSUMPTION_ONLY';
|
|
2526
2529
|
}
|
|
2527
2530
|
interface GoogleCloudDiscoveryengineV1alphaListSessionsRequest {
|
|
2528
2531
|
/** 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 +2598,8 @@ declare namespace gapi.client {
|
|
|
2595
2598
|
};
|
|
2596
2599
|
}
|
|
2597
2600
|
interface GoogleCloudDiscoveryengineV1alphaProjectConfigurableBillingStatus {
|
|
2601
|
+
/** Output only. Per-model Agent Search TPM subscription status. */
|
|
2602
|
+
agentSearchTokenSubscriptionStatuses?: GoogleCloudDiscoveryengineV1alphaProjectConfigurableBillingStatusAgentSearchTokenSubscriptionStatus[];
|
|
2598
2603
|
/** Optional. The currently effective Indexing Core threshold. This is the threshold against which Indexing Core usage is compared for overage calculations. */
|
|
2599
2604
|
effectiveIndexingCoreThreshold?: string;
|
|
2600
2605
|
/** 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 +2620,25 @@ declare namespace gapi.client {
|
|
|
2615
2620
|
| 'SCALE_UP'
|
|
2616
2621
|
| 'SCALE_DOWN';
|
|
2617
2622
|
}
|
|
2623
|
+
interface GoogleCloudDiscoveryengineV1alphaProjectConfigurableBillingStatusAgentSearchTokenSubscriptionStatus {
|
|
2624
|
+
/** 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. */
|
|
2625
|
+
effectiveTpmThreshold?: string;
|
|
2626
|
+
/** 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). */
|
|
2627
|
+
modelVersion?: string;
|
|
2628
|
+
/** 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. */
|
|
2629
|
+
startTime?: string;
|
|
2630
|
+
/** 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. */
|
|
2631
|
+
terminateTime?: string;
|
|
2632
|
+
/** Output only. The earliest next update time for the TPM subscription threshold for this (project, model_version). Populated only after a successful update. */
|
|
2633
|
+
tpmThresholdNextUpdateTime?: string;
|
|
2634
|
+
/** 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). */
|
|
2635
|
+
updateType?:
|
|
2636
|
+
| 'UPDATE_TYPE_UNSPECIFIED'
|
|
2637
|
+
| 'CREATE'
|
|
2638
|
+
| 'DELETE'
|
|
2639
|
+
| 'SCALE_UP'
|
|
2640
|
+
| 'SCALE_DOWN';
|
|
2641
|
+
}
|
|
2618
2642
|
interface GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfig {
|
|
2619
2643
|
/** Optional. Configuration for NotebookLM settings. */
|
|
2620
2644
|
notebooklmConfig?: GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfigNotebooklmConfig;
|
|
@@ -4763,7 +4787,7 @@ declare namespace gapi.client {
|
|
|
4763
4787
|
disableAnalytics?: boolean;
|
|
4764
4788
|
/** Required. The display name of the engine. Should be human readable. UTF-8 encoded string with limit of 1024 characters. */
|
|
4765
4789
|
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` * `
|
|
4790
|
+
/** 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` */
|
|
4767
4791
|
features?: {
|
|
4768
4792
|
[P in string]:
|
|
4769
4793
|
| 'FEATURE_STATE_UNSPECIFIED'
|
|
@@ -4909,7 +4933,8 @@ declare namespace gapi.client {
|
|
|
4909
4933
|
| 'SUBSCRIPTION_TIER_EDU_PRO'
|
|
4910
4934
|
| 'SUBSCRIPTION_TIER_EDU_EMERGING'
|
|
4911
4935
|
| 'SUBSCRIPTION_TIER_EDU_PRO_EMERGING'
|
|
4912
|
-
| 'SUBSCRIPTION_TIER_FRONTLINE_STARTER'
|
|
4936
|
+
| 'SUBSCRIPTION_TIER_FRONTLINE_STARTER'
|
|
4937
|
+
| 'SUBSCRIPTION_TIER_CONSUMPTION_ONLY';
|
|
4913
4938
|
/** The add-on that this search engine enables. */
|
|
4914
4939
|
searchAddOns?: 'SEARCH_ADD_ON_UNSPECIFIED' | 'SEARCH_ADD_ON_LLM'[];
|
|
4915
4940
|
/** 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 +5165,8 @@ declare namespace gapi.client {
|
|
|
5140
5165
|
| 'SUBSCRIPTION_TIER_EDU_PRO'
|
|
5141
5166
|
| 'SUBSCRIPTION_TIER_EDU_EMERGING'
|
|
5142
5167
|
| 'SUBSCRIPTION_TIER_EDU_PRO_EMERGING'
|
|
5143
|
-
| 'SUBSCRIPTION_TIER_FRONTLINE_STARTER'
|
|
5168
|
+
| 'SUBSCRIPTION_TIER_FRONTLINE_STARTER'
|
|
5169
|
+
| 'SUBSCRIPTION_TIER_CONSUMPTION_ONLY';
|
|
5144
5170
|
}
|
|
5145
5171
|
interface GoogleCloudDiscoveryengineV1betaNaturalLanguageQueryUnderstandingConfig {
|
|
5146
5172
|
/** Mode of Natural Language Query Understanding. If this field is unset, the behavior defaults to NaturalLanguageQueryUnderstandingConfig.Mode.DISABLED. */
|
|
@@ -5185,6 +5211,8 @@ declare namespace gapi.client {
|
|
|
5185
5211
|
};
|
|
5186
5212
|
}
|
|
5187
5213
|
interface GoogleCloudDiscoveryengineV1betaProjectConfigurableBillingStatus {
|
|
5214
|
+
/** Output only. Per-model Agent Search TPM subscription status. */
|
|
5215
|
+
agentSearchTokenSubscriptionStatuses?: GoogleCloudDiscoveryengineV1betaProjectConfigurableBillingStatusAgentSearchTokenSubscriptionStatus[];
|
|
5188
5216
|
/** Optional. The currently effective Indexing Core threshold. This is the threshold against which Indexing Core usage is compared for overage calculations. */
|
|
5189
5217
|
effectiveIndexingCoreThreshold?: string;
|
|
5190
5218
|
/** 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 +5233,25 @@ declare namespace gapi.client {
|
|
|
5205
5233
|
| 'SCALE_UP'
|
|
5206
5234
|
| 'SCALE_DOWN';
|
|
5207
5235
|
}
|
|
5236
|
+
interface GoogleCloudDiscoveryengineV1betaProjectConfigurableBillingStatusAgentSearchTokenSubscriptionStatus {
|
|
5237
|
+
/** 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. */
|
|
5238
|
+
effectiveTpmThreshold?: string;
|
|
5239
|
+
/** 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). */
|
|
5240
|
+
modelVersion?: string;
|
|
5241
|
+
/** 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. */
|
|
5242
|
+
startTime?: string;
|
|
5243
|
+
/** 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. */
|
|
5244
|
+
terminateTime?: string;
|
|
5245
|
+
/** Output only. The earliest next update time for the TPM subscription threshold for this (project, model_version). Populated only after a successful update. */
|
|
5246
|
+
tpmThresholdNextUpdateTime?: string;
|
|
5247
|
+
/** 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). */
|
|
5248
|
+
updateType?:
|
|
5249
|
+
| 'UPDATE_TYPE_UNSPECIFIED'
|
|
5250
|
+
| 'CREATE'
|
|
5251
|
+
| 'DELETE'
|
|
5252
|
+
| 'SCALE_UP'
|
|
5253
|
+
| 'SCALE_DOWN';
|
|
5254
|
+
}
|
|
5208
5255
|
interface GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfig {
|
|
5209
5256
|
/** Optional. Configuration for NotebookLM settings. */
|
|
5210
5257
|
notebooklmConfig?: GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfigNotebooklmConfig;
|
|
@@ -6421,7 +6468,8 @@ declare namespace gapi.client {
|
|
|
6421
6468
|
| 'GCNV'
|
|
6422
6469
|
| 'GOOGLE_CHAT'
|
|
6423
6470
|
| 'GOOGLE_SITES'
|
|
6424
|
-
| 'REMOTE_MCP'
|
|
6471
|
+
| 'REMOTE_MCP'
|
|
6472
|
+
| 'GOOGLE_WORKSPACE';
|
|
6425
6473
|
/** Optional. Whether the END USER AUTHENTICATION connector is created in SaaS. */
|
|
6426
6474
|
createEuaSaas?: boolean;
|
|
6427
6475
|
/** Output only. Timestamp the DataConnector was created at. */
|
|
@@ -6944,7 +6992,7 @@ declare namespace gapi.client {
|
|
|
6944
6992
|
disableAnalytics?: boolean;
|
|
6945
6993
|
/** Required. The display name of the engine. Should be human readable. UTF-8 encoded string with limit of 1024 characters. */
|
|
6946
6994
|
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` * `
|
|
6995
|
+
/** 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` */
|
|
6948
6996
|
features?: {
|
|
6949
6997
|
[P in string]:
|
|
6950
6998
|
| 'FEATURE_STATE_UNSPECIFIED'
|
|
@@ -7090,7 +7138,8 @@ declare namespace gapi.client {
|
|
|
7090
7138
|
| 'SUBSCRIPTION_TIER_EDU_PRO'
|
|
7091
7139
|
| 'SUBSCRIPTION_TIER_EDU_EMERGING'
|
|
7092
7140
|
| 'SUBSCRIPTION_TIER_EDU_PRO_EMERGING'
|
|
7093
|
-
| 'SUBSCRIPTION_TIER_FRONTLINE_STARTER'
|
|
7141
|
+
| 'SUBSCRIPTION_TIER_FRONTLINE_STARTER'
|
|
7142
|
+
| 'SUBSCRIPTION_TIER_CONSUMPTION_ONLY';
|
|
7094
7143
|
/** The add-on that this search engine enables. */
|
|
7095
7144
|
searchAddOns?: 'SEARCH_ADD_ON_UNSPECIFIED' | 'SEARCH_ADD_ON_LLM'[];
|
|
7096
7145
|
/** 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 +7527,8 @@ declare namespace gapi.client {
|
|
|
7478
7527
|
| 'SUBSCRIPTION_TIER_EDU_PRO'
|
|
7479
7528
|
| 'SUBSCRIPTION_TIER_EDU_EMERGING'
|
|
7480
7529
|
| 'SUBSCRIPTION_TIER_EDU_PRO_EMERGING'
|
|
7481
|
-
| 'SUBSCRIPTION_TIER_FRONTLINE_STARTER'
|
|
7530
|
+
| 'SUBSCRIPTION_TIER_FRONTLINE_STARTER'
|
|
7531
|
+
| 'SUBSCRIPTION_TIER_CONSUMPTION_ONLY';
|
|
7482
7532
|
}
|
|
7483
7533
|
interface GoogleCloudDiscoveryengineV1LicenseConfigUsageStats {
|
|
7484
7534
|
/** Required. The LicenseConfig name. */
|
|
@@ -7647,6 +7697,8 @@ declare namespace gapi.client {
|
|
|
7647
7697
|
};
|
|
7648
7698
|
}
|
|
7649
7699
|
interface GoogleCloudDiscoveryengineV1ProjectConfigurableBillingStatus {
|
|
7700
|
+
/** Output only. Per-model Agent Search TPM subscription status. */
|
|
7701
|
+
agentSearchTokenSubscriptionStatuses?: GoogleCloudDiscoveryengineV1ProjectConfigurableBillingStatusAgentSearchTokenSubscriptionStatus[];
|
|
7650
7702
|
/** Optional. The currently effective Indexing Core threshold. This is the threshold against which Indexing Core usage is compared for overage calculations. */
|
|
7651
7703
|
effectiveIndexingCoreThreshold?: string;
|
|
7652
7704
|
/** 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 +7719,25 @@ declare namespace gapi.client {
|
|
|
7667
7719
|
| 'SCALE_UP'
|
|
7668
7720
|
| 'SCALE_DOWN';
|
|
7669
7721
|
}
|
|
7722
|
+
interface GoogleCloudDiscoveryengineV1ProjectConfigurableBillingStatusAgentSearchTokenSubscriptionStatus {
|
|
7723
|
+
/** 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. */
|
|
7724
|
+
effectiveTpmThreshold?: string;
|
|
7725
|
+
/** 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). */
|
|
7726
|
+
modelVersion?: string;
|
|
7727
|
+
/** 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. */
|
|
7728
|
+
startTime?: string;
|
|
7729
|
+
/** 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. */
|
|
7730
|
+
terminateTime?: string;
|
|
7731
|
+
/** Output only. The earliest next update time for the TPM subscription threshold for this (project, model_version). Populated only after a successful update. */
|
|
7732
|
+
tpmThresholdNextUpdateTime?: string;
|
|
7733
|
+
/** 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). */
|
|
7734
|
+
updateType?:
|
|
7735
|
+
| 'UPDATE_TYPE_UNSPECIFIED'
|
|
7736
|
+
| 'CREATE'
|
|
7737
|
+
| 'DELETE'
|
|
7738
|
+
| 'SCALE_UP'
|
|
7739
|
+
| 'SCALE_DOWN';
|
|
7740
|
+
}
|
|
7670
7741
|
interface GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfig {
|
|
7671
7742
|
/** Optional. Configuration for NotebookLM settings. */
|
|
7672
7743
|
notebooklmConfig?: GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfigNotebooklmConfig;
|
|
@@ -9030,6 +9101,8 @@ declare namespace gapi.client {
|
|
|
9030
9101
|
| 'WEB_GROUNDING_TYPE_ENTERPRISE_WEB_SEARCH';
|
|
9031
9102
|
}
|
|
9032
9103
|
interface GoogleCloudDiscoveryengineV1WidgetConfigCollectionComponent {
|
|
9104
|
+
/** Output only. The auth uri of the connector source. */
|
|
9105
|
+
connectorAuthState?: GoogleCloudDiscoveryengineV1WidgetConfigConnectorAuthState;
|
|
9033
9106
|
/** Output only. The icon link of the connector source. */
|
|
9034
9107
|
connectorIconLink?: string;
|
|
9035
9108
|
/** The name of the data source, retrieved from `Collection.data_connector.data_source`. */
|
|
@@ -9045,6 +9118,19 @@ declare namespace gapi.client {
|
|
|
9045
9118
|
/** 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
9119
|
name?: string;
|
|
9047
9120
|
}
|
|
9121
|
+
interface GoogleCloudDiscoveryengineV1WidgetConfigConnectorAuthState {
|
|
9122
|
+
/** Output only. The authorization uri for the data connector. */
|
|
9123
|
+
authorizationUri?: string;
|
|
9124
|
+
/** Output only. The authorization state of the data connector. */
|
|
9125
|
+
authState?:
|
|
9126
|
+
| 'AUTH_STATE_UNSPECIFIED'
|
|
9127
|
+
| 'AUTHORIZED'
|
|
9128
|
+
| 'EXPIRED'
|
|
9129
|
+
| 'ACTIONS_DISABLED'
|
|
9130
|
+
| 'NO_AUTH';
|
|
9131
|
+
/** Output only. The authorization state update timestamp. */
|
|
9132
|
+
updateTime?: string;
|
|
9133
|
+
}
|
|
9048
9134
|
interface GoogleCloudDiscoveryengineV1WidgetConfigCustomerProvidedConfig {
|
|
9049
9135
|
/** Customer type. */
|
|
9050
9136
|
customerType?: 'DEFAULT_CUSTOMER' | 'GOVERNMENT_CUSTOMER';
|
|
@@ -9149,7 +9235,7 @@ declare namespace gapi.client {
|
|
|
9149
9235
|
enableSearchAsYouType?: boolean;
|
|
9150
9236
|
/** If set to true, the widget will enable visual content summary on applicable search requests. Only used by healthcare search. */
|
|
9151
9237
|
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` * `
|
|
9238
|
+
/** 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` */
|
|
9153
9239
|
features?: {
|
|
9154
9240
|
[P in string]:
|
|
9155
9241
|
| 'FEATURE_STATE_UNSPECIFIED'
|
|
@@ -13214,6 +13300,8 @@ declare namespace gapi.client {
|
|
|
13214
13300
|
'getWidgetConfigRequestOption.turnOffCollectionComponents'?: boolean;
|
|
13215
13301
|
/** 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
13302
|
key?: string;
|
|
13303
|
+
/** 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). */
|
|
13304
|
+
languageCode?: string;
|
|
13217
13305
|
/** Required. Full WidgetConfig resource name. Format: `projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}/widgetConfigs/{widget_config_id}` */
|
|
13218
13306
|
name: string;
|
|
13219
13307
|
/** OAuth 2.0 token for the current user. */
|
|
@@ -15824,6 +15912,8 @@ declare namespace gapi.client {
|
|
|
15824
15912
|
'getWidgetConfigRequestOption.turnOffCollectionComponents'?: boolean;
|
|
15825
15913
|
/** 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
15914
|
key?: string;
|
|
15915
|
+
/** 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). */
|
|
15916
|
+
languageCode?: string;
|
|
15827
15917
|
/** Required. Full WidgetConfig resource name. Format: `projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}/widgetConfigs/{widget_config_id}` */
|
|
15828
15918
|
name: string;
|
|
15829
15919
|
/** OAuth 2.0 token for the current user. */
|
|
@@ -19509,6 +19599,8 @@ declare namespace gapi.client {
|
|
|
19509
19599
|
'getWidgetConfigRequestOption.turnOffCollectionComponents'?: boolean;
|
|
19510
19600
|
/** 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
19601
|
key?: string;
|
|
19602
|
+
/** 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). */
|
|
19603
|
+
languageCode?: string;
|
|
19512
19604
|
/** Required. Full WidgetConfig resource name. Format: `projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}/widgetConfigs/{widget_config_id}` */
|
|
19513
19605
|
name: string;
|
|
19514
19606
|
/** OAuth 2.0 token for the current user. */
|