@maxim_mazurok/gapi.client.discoveryengine-v1alpha 0.1.20260215 → 0.1.20260226

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 +26 -6
  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: 20260215
12
+ // Revision: 20260226
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -1882,6 +1882,8 @@ declare namespace gapi.client {
1882
1882
  dataSource?: string;
1883
1883
  /** Optional. Any target destinations used to connect to third-party services. */
1884
1884
  destinationConfigs?: GoogleCloudDiscoveryengineV1alphaDestinationConfig[];
1885
+ /** Output only. The list of FQDNs of the data connector can egress to. This includes both FQDN derived from the customer provided instance URL and default per connector type FQDNs. Note: This field is derived from both the DataConnector.params, and connector source spec. It should only be used for CAIS and Org Policy evaluation purposes. */
1886
+ egressFqdns?: string[];
1885
1887
  /** Optional. Any params and credentials used specifically for EUA connectors. */
1886
1888
  endUserConfig?: GoogleCloudDiscoveryengineV1alphaDataConnectorEndUserConfig;
1887
1889
  /** List of entities from the connected data source to ingest. */
@@ -1934,6 +1936,8 @@ declare namespace gapi.client {
1934
1936
  syncMode?: string;
1935
1937
  /** Output only. Timestamp the DataConnector was last updated. */
1936
1938
  updateTime?: string;
1939
+ /** Output only. Whether the connector is created with VPC-SC enabled. This is only used for CuOP evaluation purpose. */
1940
+ vpcscEnabled?: boolean;
1937
1941
  }
1938
1942
  interface GoogleCloudDiscoveryengineV1alphaDataConnectorEndUserConfig {
1939
1943
  /** Optional. Any additional parameters needed for EUA. */
@@ -2345,6 +2349,8 @@ declare namespace gapi.client {
2345
2349
  industryVertical?: string;
2346
2350
  /** Optional. Configurations for the Knowledge Graph. Only applicable if solution_type is SOLUTION_TYPE_SEARCH. */
2347
2351
  knowledgeGraphConfig?: GoogleCloudDiscoveryengineV1alphaEngineKnowledgeGraphConfig;
2352
+ /** Optional. The visibility of marketplace agents in the agent gallery. */
2353
+ marketplaceAgentVisibility?: string;
2348
2354
  /** Configurations for the Media Engine. Only applicable on the data stores with solution_type SOLUTION_TYPE_RECOMMENDATION and IndustryVertical.MEDIA vertical. */
2349
2355
  mediaRecommendationEngineConfig?: GoogleCloudDiscoveryengineV1alphaEngineMediaRecommendationEngineConfig;
2350
2356
  /** Optional. Maps a model name to its specific configuration for this engine. This allows admin users to turn on/off individual models. This only stores models whose states are overridden by the admin. When the state is unspecified, or model_configs is empty for this model, the system will decide if this model should be available or not based on the default configuration. For example, a preview model should be disabled by default if the admin has not chosen to enable it. */
@@ -2353,6 +2359,8 @@ declare namespace gapi.client {
2353
2359
  name?: string;
2354
2360
  /** Optional. Observability config for the engine. */
2355
2361
  observabilityConfig?: GoogleCloudDiscoveryengineV1alphaObservabilityConfig;
2362
+ /** Optional. The email of the procurement contact. */
2363
+ procurementContactEmail?: string;
2356
2364
  /** Output only. Additional information of a recommendation engine. Only applicable if solution_type is SOLUTION_TYPE_RECOMMENDATION. */
2357
2365
  recommendationMetadata?: GoogleCloudDiscoveryengineV1alphaEngineRecommendationMetadata;
2358
2366
  /** Configurations for the Search Engine. Only applicable if solution_type is SOLUTION_TYPE_SEARCH. */
@@ -3198,7 +3206,7 @@ declare namespace gapi.client {
3198
3206
  servingConfigs?: GoogleCloudDiscoveryengineV1alphaServingConfig[];
3199
3207
  }
3200
3208
  interface GoogleCloudDiscoveryengineV1alphaListSessionsRequest {
3201
- /** 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` 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"` */
3209
+ /** 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"` */
3202
3210
  filter?: string;
3203
3211
  /** A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a field name for descending. Supported fields: * `update_time` * `create_time` * `session_name` * `is_pinned` Example: * `update_time desc` * `create_time` * `is_pinned desc,update_time desc`: list sessions by is_pinned first, then by update_time. */
3204
3212
  orderBy?: string;
@@ -5777,6 +5785,8 @@ declare namespace gapi.client {
5777
5785
  industryVertical?: string;
5778
5786
  /** Optional. Configurations for the Knowledge Graph. Only applicable if solution_type is SOLUTION_TYPE_SEARCH. */
5779
5787
  knowledgeGraphConfig?: GoogleCloudDiscoveryengineV1betaEngineKnowledgeGraphConfig;
5788
+ /** Optional. The visibility of marketplace agents in the agent gallery. */
5789
+ marketplaceAgentVisibility?: string;
5780
5790
  /** Configurations for the Media Engine. Only applicable on the data stores with solution_type SOLUTION_TYPE_RECOMMENDATION and IndustryVertical.MEDIA vertical. */
5781
5791
  mediaRecommendationEngineConfig?: GoogleCloudDiscoveryengineV1betaEngineMediaRecommendationEngineConfig;
5782
5792
  /** Optional. Maps a model name to its specific configuration for this engine. This allows admin users to turn on/off individual models. This only stores models whose states are overridden by the admin. When the state is unspecified, or model_configs is empty for this model, the system will decide if this model should be available or not based on the default configuration. For example, a preview model should be disabled by default if the admin has not chosen to enable it. */
@@ -5785,6 +5795,8 @@ declare namespace gapi.client {
5785
5795
  name?: string;
5786
5796
  /** Optional. Observability config for the engine. */
5787
5797
  observabilityConfig?: GoogleCloudDiscoveryengineV1betaObservabilityConfig;
5798
+ /** Optional. The email of the procurement contact. */
5799
+ procurementContactEmail?: string;
5788
5800
  /** Configurations for the Search Engine. Only applicable if solution_type is SOLUTION_TYPE_SEARCH. */
5789
5801
  searchEngineConfig?: GoogleCloudDiscoveryengineV1betaEngineSearchEngineConfig;
5790
5802
  /** Required. The solutions of the engine. */
@@ -6879,6 +6891,8 @@ declare namespace gapi.client {
6879
6891
  dataSource?: string;
6880
6892
  /** Optional. Any target destinations used to connect to third-party services. */
6881
6893
  destinationConfigs?: GoogleCloudDiscoveryengineV1DestinationConfig[];
6894
+ /** Output only. The list of FQDNs of the data connector can egress to. This includes both FQDN derived from the customer provided instance URL and default per connector type FQDNs. Note: This field is derived from both the DataConnector.params, and connector source spec. It should only be used for CAIS and Org Policy evaluation purposes. */
6895
+ egressFqdns?: string[];
6882
6896
  /** Optional. Any params and credentials used specifically for EUA connectors. */
6883
6897
  endUserConfig?: GoogleCloudDiscoveryengineV1DataConnectorEndUserConfig;
6884
6898
  /** List of entities from the connected data source to ingest. */
@@ -6931,6 +6945,8 @@ declare namespace gapi.client {
6931
6945
  syncMode?: string;
6932
6946
  /** Output only. Timestamp the DataConnector was last updated. */
6933
6947
  updateTime?: string;
6948
+ /** Output only. Whether the connector is created with VPC-SC enabled. This is only used for CuOP evaluation purpose. */
6949
+ vpcscEnabled?: boolean;
6934
6950
  }
6935
6951
  interface GoogleCloudDiscoveryengineV1DataConnectorEndUserConfig {
6936
6952
  /** Optional. Any additional parameters needed for EUA. */
@@ -7206,6 +7222,8 @@ declare namespace gapi.client {
7206
7222
  industryVertical?: string;
7207
7223
  /** Optional. Configurations for the Knowledge Graph. Only applicable if solution_type is SOLUTION_TYPE_SEARCH. */
7208
7224
  knowledgeGraphConfig?: GoogleCloudDiscoveryengineV1EngineKnowledgeGraphConfig;
7225
+ /** Optional. The visibility of marketplace agents in the agent gallery. */
7226
+ marketplaceAgentVisibility?: string;
7209
7227
  /** Configurations for the Media Engine. Only applicable on the data stores with solution_type SOLUTION_TYPE_RECOMMENDATION and IndustryVertical.MEDIA vertical. */
7210
7228
  mediaRecommendationEngineConfig?: GoogleCloudDiscoveryengineV1EngineMediaRecommendationEngineConfig;
7211
7229
  /** Optional. Maps a model name to its specific configuration for this engine. This allows admin users to turn on/off individual models. This only stores models whose states are overridden by the admin. When the state is unspecified, or model_configs is empty for this model, the system will decide if this model should be available or not based on the default configuration. For example, a preview model should be disabled by default if the admin has not chosen to enable it. */
@@ -7214,6 +7232,8 @@ declare namespace gapi.client {
7214
7232
  name?: string;
7215
7233
  /** Optional. Observability config for the engine. */
7216
7234
  observabilityConfig?: GoogleCloudDiscoveryengineV1ObservabilityConfig;
7235
+ /** Optional. The email of the procurement contact. */
7236
+ procurementContactEmail?: string;
7217
7237
  /** Configurations for the Search Engine. Only applicable if solution_type is SOLUTION_TYPE_SEARCH. */
7218
7238
  searchEngineConfig?: GoogleCloudDiscoveryengineV1EngineSearchEngineConfig;
7219
7239
  /** Required. The solutions of the engine. */
@@ -11440,7 +11460,7 @@ declare namespace gapi.client {
11440
11460
  callback?: string;
11441
11461
  /** Selector specifying which fields to include in a partial response. */
11442
11462
  fields?: string;
11443
- /** 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` 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"` */
11463
+ /** 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"` */
11444
11464
  filter?: string;
11445
11465
  /** 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. */
11446
11466
  key?: string;
@@ -15849,7 +15869,7 @@ declare namespace gapi.client {
15849
15869
  callback?: string;
15850
15870
  /** Selector specifying which fields to include in a partial response. */
15851
15871
  fields?: string;
15852
- /** 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` 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"` */
15872
+ /** 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"` */
15853
15873
  filter?: string;
15854
15874
  /** 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. */
15855
15875
  key?: string;
@@ -19123,7 +19143,7 @@ declare namespace gapi.client {
19123
19143
  callback?: string;
19124
19144
  /** Selector specifying which fields to include in a partial response. */
19125
19145
  fields?: string;
19126
- /** 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` 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"` */
19146
+ /** 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"` */
19127
19147
  filter?: string;
19128
19148
  /** 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. */
19129
19149
  key?: string;
@@ -21426,7 +21446,7 @@ declare namespace gapi.client {
21426
21446
  operations: OperationsResource;
21427
21447
  }
21428
21448
  interface LicenseConfigsResource {
21429
- /** Creates a LicenseConfig */
21449
+ /** Creates a LicenseConfig This method should only be used for creating NotebookLm licenses or Gemini Enterprise free trial licenses. */
21430
21450
  create(request: {
21431
21451
  /** V1 error format. */
21432
21452
  '$.xgafv'?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.discoveryengine-v1alpha",
3
- "version": "0.1.20260215",
3
+ "version": "0.1.20260226",
4
4
  "description": "TypeScript typings for Discovery Engine API v1alpha",
5
5
  "repository": {
6
6
  "type": "git",