@maxim_mazurok/gapi.client.discoveryengine-v1alpha 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.
Files changed (2) hide show
  1. package/index.d.ts +122 -15
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -9,7 +9,7 @@
9
9
  // This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
10
10
  // In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
11
11
  // Generated from: https://discoveryengine.googleapis.com/$discovery/rest?version=v1alpha
12
- // Revision: 20260606
12
+ // Revision: 20260620
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -1506,7 +1506,8 @@ declare namespace gapi.client {
1506
1506
  | 'SUBSCRIPTION_TIER_EDU_PRO'
1507
1507
  | 'SUBSCRIPTION_TIER_EDU_EMERGING'
1508
1508
  | 'SUBSCRIPTION_TIER_EDU_PRO_EMERGING'
1509
- | 'SUBSCRIPTION_TIER_FRONTLINE_STARTER';
1509
+ | 'SUBSCRIPTION_TIER_FRONTLINE_STARTER'
1510
+ | 'SUBSCRIPTION_TIER_CONSUMPTION_ONLY';
1510
1511
  }
1511
1512
  interface GoogleCloudDiscoveryengineV1alphaBranch {
1512
1513
  /** Output only. Statistics describing a branch. This field is not populated in BranchView.BRANCH_VIEW_BASIC view. */
@@ -2213,7 +2214,8 @@ declare namespace gapi.client {
2213
2214
  | 'GCNV'
2214
2215
  | 'GOOGLE_CHAT'
2215
2216
  | 'GOOGLE_SITES'
2216
- | 'REMOTE_MCP';
2217
+ | 'REMOTE_MCP'
2218
+ | 'GOOGLE_WORKSPACE';
2217
2219
  /** Optional. Whether the END USER AUTHENTICATION connector is created in SaaS. */
2218
2220
  createEuaSaas?: boolean;
2219
2221
  /** Output only. Timestamp the DataConnector was created at. */
@@ -2768,6 +2770,8 @@ declare namespace gapi.client {
2768
2770
  agentGatewaySetting?: GoogleCloudDiscoveryengineV1alphaAgentGatewaySetting;
2769
2771
  /** 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. */
2770
2772
  appType?: 'APP_TYPE_UNSPECIFIED' | 'APP_TYPE_INTRANET';
2773
+ /** 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. */
2774
+ associatedAgentRegistry?: string;
2771
2775
  /** Configurations for the Chat Engine. Only applicable if solution_type is SOLUTION_TYPE_CHAT. */
2772
2776
  chatEngineConfig?: GoogleCloudDiscoveryengineV1alphaEngineChatEngineConfig;
2773
2777
  /** Output only. Additional information of the Chat Engine. Only applicable if solution_type is SOLUTION_TYPE_CHAT. */
@@ -2790,7 +2794,7 @@ declare namespace gapi.client {
2790
2794
  disableAnalytics?: boolean;
2791
2795
  /** Required. The display name of the engine. Should be human readable. UTF-8 encoded string with limit of 1024 characters. */
2792
2796
  displayName?: string;
2793
- /** 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` * `disable-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` * `disable-canvas-workspace` * `disable-skills` * `enable-end-user-sharing-with-groups` * `single-agent-orchestration` * `multi-agent-orchestration` * `cross-product-intelligence` */
2797
+ /** 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` */
2794
2798
  features?: {
2795
2799
  [P in string]:
2796
2800
  | 'FEATURE_STATE_UNSPECIFIED'
@@ -2956,7 +2960,8 @@ declare namespace gapi.client {
2956
2960
  | 'SUBSCRIPTION_TIER_EDU_PRO'
2957
2961
  | 'SUBSCRIPTION_TIER_EDU_EMERGING'
2958
2962
  | 'SUBSCRIPTION_TIER_EDU_PRO_EMERGING'
2959
- | 'SUBSCRIPTION_TIER_FRONTLINE_STARTER';
2963
+ | 'SUBSCRIPTION_TIER_FRONTLINE_STARTER'
2964
+ | 'SUBSCRIPTION_TIER_CONSUMPTION_ONLY';
2960
2965
  /** The add-on that this search engine enables. */
2961
2966
  searchAddOns?: 'SEARCH_ADD_ON_UNSPECIFIED' | 'SEARCH_ADD_ON_LLM'[];
2962
2967
  /** 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. */
@@ -3671,7 +3676,8 @@ declare namespace gapi.client {
3671
3676
  | 'SUBSCRIPTION_TIER_EDU_PRO'
3672
3677
  | 'SUBSCRIPTION_TIER_EDU_EMERGING'
3673
3678
  | 'SUBSCRIPTION_TIER_EDU_PRO_EMERGING'
3674
- | 'SUBSCRIPTION_TIER_FRONTLINE_STARTER';
3679
+ | 'SUBSCRIPTION_TIER_FRONTLINE_STARTER'
3680
+ | 'SUBSCRIPTION_TIER_CONSUMPTION_ONLY';
3675
3681
  }
3676
3682
  interface GoogleCloudDiscoveryengineV1alphaLicenseConfigUsageStats {
3677
3683
  /** Required. The LicenseConfig name. */
@@ -3976,6 +3982,8 @@ declare namespace gapi.client {
3976
3982
  };
3977
3983
  }
3978
3984
  interface GoogleCloudDiscoveryengineV1alphaProjectConfigurableBillingStatus {
3985
+ /** Output only. Per-model Agent Search TPM subscription status. */
3986
+ agentSearchTokenSubscriptionStatuses?: GoogleCloudDiscoveryengineV1alphaProjectConfigurableBillingStatusAgentSearchTokenSubscriptionStatus[];
3979
3987
  /** Optional. The currently effective Indexing Core threshold. This is the threshold against which Indexing Core usage is compared for overage calculations. */
3980
3988
  effectiveIndexingCoreThreshold?: string;
3981
3989
  /** Optional. The currently effective Search QPM threshold in queries per minute. This is the threshold against which QPM usage is compared for overage calculations. */
@@ -3996,6 +4004,25 @@ declare namespace gapi.client {
3996
4004
  | 'SCALE_UP'
3997
4005
  | 'SCALE_DOWN';
3998
4006
  }
4007
+ interface GoogleCloudDiscoveryengineV1alphaProjectConfigurableBillingStatusAgentSearchTokenSubscriptionStatus {
4008
+ /** 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. */
4009
+ effectiveTpmThreshold?: string;
4010
+ /** 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). */
4011
+ modelVersion?: string;
4012
+ /** 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. */
4013
+ startTime?: string;
4014
+ /** 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. */
4015
+ terminateTime?: string;
4016
+ /** Output only. The earliest next update time for the TPM subscription threshold for this (project, model_version). Populated only after a successful update. */
4017
+ tpmThresholdNextUpdateTime?: string;
4018
+ /** 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). */
4019
+ updateType?:
4020
+ | 'UPDATE_TYPE_UNSPECIFIED'
4021
+ | 'CREATE'
4022
+ | 'DELETE'
4023
+ | 'SCALE_UP'
4024
+ | 'SCALE_DOWN';
4025
+ }
3999
4026
  interface GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfig {
4000
4027
  /** Optional. Configuration for NotebookLM settings. */
4001
4028
  notebooklmConfig?: GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfigNotebooklmConfig;
@@ -5498,6 +5525,8 @@ declare namespace gapi.client {
5498
5525
  answer?: GoogleCloudDiscoveryengineV1alphaAssistAnswer;
5499
5526
  /** A global unique ID that identifies the current pair of request and stream of responses. Used for feedback and support. */
5500
5527
  assistToken?: string;
5528
+ /** Per-connector authentication errors encountered during the request. Present when one or more connectors failed authentication but the request proceeded with the remaining connectors. */
5529
+ connectorAuthErrors?: GoogleCloudDiscoveryengineV1alphaStreamAssistResponseConnectorAuthError[];
5501
5530
  /** The tool names of the tools that were invoked. */
5502
5531
  invocationTools?: string[];
5503
5532
  /** The skills executed during the turn. */
@@ -5505,6 +5534,12 @@ declare namespace gapi.client {
5505
5534
  /** Session information. Only included in the final StreamAssistResponse of the response stream. */
5506
5535
  sessionInfo?: GoogleCloudDiscoveryengineV1alphaStreamAssistResponseSessionInfo;
5507
5536
  }
5537
+ interface GoogleCloudDiscoveryengineV1alphaStreamAssistResponseConnectorAuthError {
5538
+ /** Resource name of the data connector that failed authentication. */
5539
+ dataConnector?: string;
5540
+ /** Human-readable error message describing the auth failure. */
5541
+ errorMessage?: string;
5542
+ }
5508
5543
  interface GoogleCloudDiscoveryengineV1alphaStreamAssistResponseInvokedSkill {
5509
5544
  /** The display name of the skill. */
5510
5545
  displayName?: string;
@@ -5903,6 +5938,8 @@ declare namespace gapi.client {
5903
5938
  | 'WEB_GROUNDING_TYPE_ENTERPRISE_WEB_SEARCH';
5904
5939
  }
5905
5940
  interface GoogleCloudDiscoveryengineV1alphaWidgetConfigCollectionComponent {
5941
+ /** Output only. The auth uri of the connector source. */
5942
+ connectorAuthState?: GoogleCloudDiscoveryengineV1alphaWidgetConfigConnectorAuthState;
5906
5943
  /** Output only. The icon link of the connector source. */
5907
5944
  connectorIconLink?: string;
5908
5945
  /** The name of the data source, retrieved from `Collection.data_connector.data_source`. */
@@ -5918,6 +5955,19 @@ declare namespace gapi.client {
5918
5955
  /** 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. */
5919
5956
  name?: string;
5920
5957
  }
5958
+ interface GoogleCloudDiscoveryengineV1alphaWidgetConfigConnectorAuthState {
5959
+ /** Output only. The authorization uri for the data connector. */
5960
+ authorizationUri?: string;
5961
+ /** Output only. The authorization state of the data connector. */
5962
+ authState?:
5963
+ | 'AUTH_STATE_UNSPECIFIED'
5964
+ | 'AUTHORIZED'
5965
+ | 'EXPIRED'
5966
+ | 'ACTIONS_DISABLED'
5967
+ | 'NO_AUTH';
5968
+ /** Output only. The authorization state update timestamp. */
5969
+ updateTime?: string;
5970
+ }
5921
5971
  interface GoogleCloudDiscoveryengineV1alphaWidgetConfigCustomerProvidedConfig {
5922
5972
  /** Customer type. */
5923
5973
  customerType?: 'DEFAULT_CUSTOMER' | 'GOVERNMENT_CUSTOMER';
@@ -6040,7 +6090,7 @@ declare namespace gapi.client {
6040
6090
  enableSearchAsYouType?: boolean;
6041
6091
  /** If set to true, the widget will enable visual content summary on applicable search requests. Only used by healthcare search. */
6042
6092
  enableVisualContentSummary?: boolean;
6043
- /** 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` * `disable-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` * `disable-canvas-workspace` * `disable-skills` * `enable-end-user-sharing-with-groups` * `single-agent-orchestration` * `multi-agent-orchestration` * `cross-product-intelligence` */
6093
+ /** 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` */
6044
6094
  features?: {
6045
6095
  [P in string]:
6046
6096
  | 'FEATURE_STATE_UNSPECIFIED'
@@ -6759,6 +6809,8 @@ declare namespace gapi.client {
6759
6809
  agentGatewaySetting?: GoogleCloudDiscoveryengineV1betaAgentGatewaySetting;
6760
6810
  /** 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. */
6761
6811
  appType?: 'APP_TYPE_UNSPECIFIED' | 'APP_TYPE_INTRANET';
6812
+ /** 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. */
6813
+ associatedAgentRegistry?: string;
6762
6814
  /** Configurations for the Chat Engine. Only applicable if solution_type is SOLUTION_TYPE_CHAT. */
6763
6815
  chatEngineConfig?: GoogleCloudDiscoveryengineV1betaEngineChatEngineConfig;
6764
6816
  /** Output only. Additional information of the Chat Engine. Only applicable if solution_type is SOLUTION_TYPE_CHAT. */
@@ -6781,7 +6833,7 @@ declare namespace gapi.client {
6781
6833
  disableAnalytics?: boolean;
6782
6834
  /** Required. The display name of the engine. Should be human readable. UTF-8 encoded string with limit of 1024 characters. */
6783
6835
  displayName?: string;
6784
- /** 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` * `disable-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` * `disable-canvas-workspace` * `disable-skills` * `enable-end-user-sharing-with-groups` * `single-agent-orchestration` * `multi-agent-orchestration` * `cross-product-intelligence` */
6836
+ /** 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` */
6785
6837
  features?: {
6786
6838
  [P in string]:
6787
6839
  | 'FEATURE_STATE_UNSPECIFIED'
@@ -6927,7 +6979,8 @@ declare namespace gapi.client {
6927
6979
  | 'SUBSCRIPTION_TIER_EDU_PRO'
6928
6980
  | 'SUBSCRIPTION_TIER_EDU_EMERGING'
6929
6981
  | 'SUBSCRIPTION_TIER_EDU_PRO_EMERGING'
6930
- | 'SUBSCRIPTION_TIER_FRONTLINE_STARTER';
6982
+ | 'SUBSCRIPTION_TIER_FRONTLINE_STARTER'
6983
+ | 'SUBSCRIPTION_TIER_CONSUMPTION_ONLY';
6931
6984
  /** The add-on that this search engine enables. */
6932
6985
  searchAddOns?: 'SEARCH_ADD_ON_UNSPECIFIED' | 'SEARCH_ADD_ON_LLM'[];
6933
6986
  /** 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. */
@@ -7158,7 +7211,8 @@ declare namespace gapi.client {
7158
7211
  | 'SUBSCRIPTION_TIER_EDU_PRO'
7159
7212
  | 'SUBSCRIPTION_TIER_EDU_EMERGING'
7160
7213
  | 'SUBSCRIPTION_TIER_EDU_PRO_EMERGING'
7161
- | 'SUBSCRIPTION_TIER_FRONTLINE_STARTER';
7214
+ | 'SUBSCRIPTION_TIER_FRONTLINE_STARTER'
7215
+ | 'SUBSCRIPTION_TIER_CONSUMPTION_ONLY';
7162
7216
  }
7163
7217
  interface GoogleCloudDiscoveryengineV1betaNaturalLanguageQueryUnderstandingConfig {
7164
7218
  /** Mode of Natural Language Query Understanding. If this field is unset, the behavior defaults to NaturalLanguageQueryUnderstandingConfig.Mode.DISABLED. */
@@ -7203,6 +7257,8 @@ declare namespace gapi.client {
7203
7257
  };
7204
7258
  }
7205
7259
  interface GoogleCloudDiscoveryengineV1betaProjectConfigurableBillingStatus {
7260
+ /** Output only. Per-model Agent Search TPM subscription status. */
7261
+ agentSearchTokenSubscriptionStatuses?: GoogleCloudDiscoveryengineV1betaProjectConfigurableBillingStatusAgentSearchTokenSubscriptionStatus[];
7206
7262
  /** Optional. The currently effective Indexing Core threshold. This is the threshold against which Indexing Core usage is compared for overage calculations. */
7207
7263
  effectiveIndexingCoreThreshold?: string;
7208
7264
  /** Optional. The currently effective Search QPM threshold in queries per minute. This is the threshold against which QPM usage is compared for overage calculations. */
@@ -7223,6 +7279,25 @@ declare namespace gapi.client {
7223
7279
  | 'SCALE_UP'
7224
7280
  | 'SCALE_DOWN';
7225
7281
  }
7282
+ interface GoogleCloudDiscoveryengineV1betaProjectConfigurableBillingStatusAgentSearchTokenSubscriptionStatus {
7283
+ /** 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. */
7284
+ effectiveTpmThreshold?: string;
7285
+ /** 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). */
7286
+ modelVersion?: string;
7287
+ /** 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. */
7288
+ startTime?: string;
7289
+ /** 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. */
7290
+ terminateTime?: string;
7291
+ /** Output only. The earliest next update time for the TPM subscription threshold for this (project, model_version). Populated only after a successful update. */
7292
+ tpmThresholdNextUpdateTime?: string;
7293
+ /** 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). */
7294
+ updateType?:
7295
+ | 'UPDATE_TYPE_UNSPECIFIED'
7296
+ | 'CREATE'
7297
+ | 'DELETE'
7298
+ | 'SCALE_UP'
7299
+ | 'SCALE_DOWN';
7300
+ }
7226
7301
  interface GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfig {
7227
7302
  /** Optional. Configuration for NotebookLM settings. */
7228
7303
  notebooklmConfig?: GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfigNotebooklmConfig;
@@ -8107,7 +8182,8 @@ declare namespace gapi.client {
8107
8182
  | 'GCNV'
8108
8183
  | 'GOOGLE_CHAT'
8109
8184
  | 'GOOGLE_SITES'
8110
- | 'REMOTE_MCP';
8185
+ | 'REMOTE_MCP'
8186
+ | 'GOOGLE_WORKSPACE';
8111
8187
  /** Optional. Whether the END USER AUTHENTICATION connector is created in SaaS. */
8112
8188
  createEuaSaas?: boolean;
8113
8189
  /** Output only. Timestamp the DataConnector was created at. */
@@ -8522,6 +8598,8 @@ declare namespace gapi.client {
8522
8598
  agentGatewaySetting?: GoogleCloudDiscoveryengineV1AgentGatewaySetting;
8523
8599
  /** 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. */
8524
8600
  appType?: 'APP_TYPE_UNSPECIFIED' | 'APP_TYPE_INTRANET';
8601
+ /** 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. */
8602
+ associatedAgentRegistry?: string;
8525
8603
  /** Configurations for the Chat Engine. Only applicable if solution_type is SOLUTION_TYPE_CHAT. */
8526
8604
  chatEngineConfig?: GoogleCloudDiscoveryengineV1EngineChatEngineConfig;
8527
8605
  /** Output only. Additional information of the Chat Engine. Only applicable if solution_type is SOLUTION_TYPE_CHAT. */
@@ -8544,7 +8622,7 @@ declare namespace gapi.client {
8544
8622
  disableAnalytics?: boolean;
8545
8623
  /** Required. The display name of the engine. Should be human readable. UTF-8 encoded string with limit of 1024 characters. */
8546
8624
  displayName?: string;
8547
- /** 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` * `disable-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` * `disable-canvas-workspace` * `disable-skills` * `enable-end-user-sharing-with-groups` * `single-agent-orchestration` * `multi-agent-orchestration` * `cross-product-intelligence` */
8625
+ /** 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` */
8548
8626
  features?: {
8549
8627
  [P in string]:
8550
8628
  | 'FEATURE_STATE_UNSPECIFIED'
@@ -8690,7 +8768,8 @@ declare namespace gapi.client {
8690
8768
  | 'SUBSCRIPTION_TIER_EDU_PRO'
8691
8769
  | 'SUBSCRIPTION_TIER_EDU_EMERGING'
8692
8770
  | 'SUBSCRIPTION_TIER_EDU_PRO_EMERGING'
8693
- | 'SUBSCRIPTION_TIER_FRONTLINE_STARTER';
8771
+ | 'SUBSCRIPTION_TIER_FRONTLINE_STARTER'
8772
+ | 'SUBSCRIPTION_TIER_CONSUMPTION_ONLY';
8694
8773
  /** The add-on that this search engine enables. */
8695
8774
  searchAddOns?: 'SEARCH_ADD_ON_UNSPECIFIED' | 'SEARCH_ADD_ON_LLM'[];
8696
8775
  /** 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. */
@@ -8856,7 +8935,8 @@ declare namespace gapi.client {
8856
8935
  | 'SUBSCRIPTION_TIER_EDU_PRO'
8857
8936
  | 'SUBSCRIPTION_TIER_EDU_EMERGING'
8858
8937
  | 'SUBSCRIPTION_TIER_EDU_PRO_EMERGING'
8859
- | 'SUBSCRIPTION_TIER_FRONTLINE_STARTER';
8938
+ | 'SUBSCRIPTION_TIER_FRONTLINE_STARTER'
8939
+ | 'SUBSCRIPTION_TIER_CONSUMPTION_ONLY';
8860
8940
  }
8861
8941
  interface GoogleCloudDiscoveryengineV1NaturalLanguageQueryUnderstandingConfig {
8862
8942
  /** Mode of Natural Language Query Understanding. If this field is unset, the behavior defaults to NaturalLanguageQueryUnderstandingConfig.Mode.DISABLED. */
@@ -8885,6 +8965,8 @@ declare namespace gapi.client {
8885
8965
  };
8886
8966
  }
8887
8967
  interface GoogleCloudDiscoveryengineV1ProjectConfigurableBillingStatus {
8968
+ /** Output only. Per-model Agent Search TPM subscription status. */
8969
+ agentSearchTokenSubscriptionStatuses?: GoogleCloudDiscoveryengineV1ProjectConfigurableBillingStatusAgentSearchTokenSubscriptionStatus[];
8888
8970
  /** Optional. The currently effective Indexing Core threshold. This is the threshold against which Indexing Core usage is compared for overage calculations. */
8889
8971
  effectiveIndexingCoreThreshold?: string;
8890
8972
  /** Optional. The currently effective Search QPM threshold in queries per minute. This is the threshold against which QPM usage is compared for overage calculations. */
@@ -8905,6 +8987,25 @@ declare namespace gapi.client {
8905
8987
  | 'SCALE_UP'
8906
8988
  | 'SCALE_DOWN';
8907
8989
  }
8990
+ interface GoogleCloudDiscoveryengineV1ProjectConfigurableBillingStatusAgentSearchTokenSubscriptionStatus {
8991
+ /** 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. */
8992
+ effectiveTpmThreshold?: string;
8993
+ /** 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). */
8994
+ modelVersion?: string;
8995
+ /** 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. */
8996
+ startTime?: string;
8997
+ /** 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. */
8998
+ terminateTime?: string;
8999
+ /** Output only. The earliest next update time for the TPM subscription threshold for this (project, model_version). Populated only after a successful update. */
9000
+ tpmThresholdNextUpdateTime?: string;
9001
+ /** 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). */
9002
+ updateType?:
9003
+ | 'UPDATE_TYPE_UNSPECIFIED'
9004
+ | 'CREATE'
9005
+ | 'DELETE'
9006
+ | 'SCALE_UP'
9007
+ | 'SCALE_DOWN';
9008
+ }
8908
9009
  interface GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfig {
8909
9010
  /** Optional. Configuration for NotebookLM settings. */
8910
9011
  notebooklmConfig?: GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfigNotebooklmConfig;
@@ -14285,6 +14386,8 @@ declare namespace gapi.client {
14285
14386
  'getWidgetConfigRequestOption.turnOffCollectionComponents'?: boolean;
14286
14387
  /** 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. */
14287
14388
  key?: string;
14389
+ /** 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). */
14390
+ languageCode?: string;
14288
14391
  /** Required. Full WidgetConfig resource name. Format: `projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}/widgetConfigs/{widget_config_id}` */
14289
14392
  name: string;
14290
14393
  /** OAuth 2.0 token for the current user. */
@@ -17602,6 +17705,8 @@ declare namespace gapi.client {
17602
17705
  'getWidgetConfigRequestOption.turnOffCollectionComponents'?: boolean;
17603
17706
  /** 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. */
17604
17707
  key?: string;
17708
+ /** 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). */
17709
+ languageCode?: string;
17605
17710
  /** Required. Full WidgetConfig resource name. Format: `projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}/widgetConfigs/{widget_config_id}` */
17606
17711
  name: string;
17607
17712
  /** OAuth 2.0 token for the current user. */
@@ -21865,6 +21970,8 @@ declare namespace gapi.client {
21865
21970
  'getWidgetConfigRequestOption.turnOffCollectionComponents'?: boolean;
21866
21971
  /** 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. */
21867
21972
  key?: string;
21973
+ /** 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). */
21974
+ languageCode?: string;
21868
21975
  /** Required. Full WidgetConfig resource name. Format: `projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}/widgetConfigs/{widget_config_id}` */
21869
21976
  name: string;
21870
21977
  /** OAuth 2.0 token for the current user. */
@@ -24914,7 +25021,7 @@ declare namespace gapi.client {
24914
25021
  oauth_token?: string;
24915
25022
  /** 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. */
24916
25023
  orderBy?: string;
24917
- /** Optional. Requested page size. Server may return fewer items than requested. If unspecified, defaults to 10. The maximum value is 50; values above 50 will be coerced to 50. If this field is negative, an INVALID_ARGUMENT error is returned. */
25024
+ /** 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. */
24918
25025
  pageSize?: number;
24919
25026
  /** 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. */
24920
25027
  pageToken?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.discoveryengine-v1alpha",
3
- "version": "0.2.20260606",
3
+ "version": "0.2.20260620",
4
4
  "description": "TypeScript typings for Discovery Engine API v1alpha",
5
5
  "repository": {
6
6
  "type": "git",