@maxim_mazurok/gapi.client.discoveryengine-v1beta 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=v1beta
12
- // Revision: 20260215
12
+ // Revision: 20260226
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -890,6 +890,8 @@ declare namespace gapi.client {
890
890
  dataSource?: string;
891
891
  /** Optional. Any target destinations used to connect to third-party services. */
892
892
  destinationConfigs?: GoogleCloudDiscoveryengineV1alphaDestinationConfig[];
893
+ /** 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. */
894
+ egressFqdns?: string[];
893
895
  /** Optional. Any params and credentials used specifically for EUA connectors. */
894
896
  endUserConfig?: GoogleCloudDiscoveryengineV1alphaDataConnectorEndUserConfig;
895
897
  /** List of entities from the connected data source to ingest. */
@@ -942,6 +944,8 @@ declare namespace gapi.client {
942
944
  syncMode?: string;
943
945
  /** Output only. Timestamp the DataConnector was last updated. */
944
946
  updateTime?: string;
947
+ /** Output only. Whether the connector is created with VPC-SC enabled. This is only used for CuOP evaluation purpose. */
948
+ vpcscEnabled?: boolean;
945
949
  }
946
950
  interface GoogleCloudDiscoveryengineV1alphaDataConnectorEndUserConfig {
947
951
  /** Optional. Any additional parameters needed for EUA. */
@@ -1259,6 +1263,8 @@ declare namespace gapi.client {
1259
1263
  industryVertical?: string;
1260
1264
  /** Optional. Configurations for the Knowledge Graph. Only applicable if solution_type is SOLUTION_TYPE_SEARCH. */
1261
1265
  knowledgeGraphConfig?: GoogleCloudDiscoveryengineV1alphaEngineKnowledgeGraphConfig;
1266
+ /** Optional. The visibility of marketplace agents in the agent gallery. */
1267
+ marketplaceAgentVisibility?: string;
1262
1268
  /** Configurations for the Media Engine. Only applicable on the data stores with solution_type SOLUTION_TYPE_RECOMMENDATION and IndustryVertical.MEDIA vertical. */
1263
1269
  mediaRecommendationEngineConfig?: GoogleCloudDiscoveryengineV1alphaEngineMediaRecommendationEngineConfig;
1264
1270
  /** 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. */
@@ -1267,6 +1273,8 @@ declare namespace gapi.client {
1267
1273
  name?: string;
1268
1274
  /** Optional. Observability config for the engine. */
1269
1275
  observabilityConfig?: GoogleCloudDiscoveryengineV1alphaObservabilityConfig;
1276
+ /** Optional. The email of the procurement contact. */
1277
+ procurementContactEmail?: string;
1270
1278
  /** Output only. Additional information of a recommendation engine. Only applicable if solution_type is SOLUTION_TYPE_RECOMMENDATION. */
1271
1279
  recommendationMetadata?: GoogleCloudDiscoveryengineV1alphaEngineRecommendationMetadata;
1272
1280
  /** Configurations for the Search Engine. Only applicable if solution_type is SOLUTION_TYPE_SEARCH. */
@@ -1635,7 +1643,7 @@ declare namespace gapi.client {
1635
1643
  subscriptionTier?: string;
1636
1644
  }
1637
1645
  interface GoogleCloudDiscoveryengineV1alphaListSessionsRequest {
1638
- /** 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"` */
1646
+ /** 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"` */
1639
1647
  filter?: string;
1640
1648
  /** 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. */
1641
1649
  orderBy?: string;
@@ -4176,6 +4184,8 @@ declare namespace gapi.client {
4176
4184
  industryVertical?: string;
4177
4185
  /** Optional. Configurations for the Knowledge Graph. Only applicable if solution_type is SOLUTION_TYPE_SEARCH. */
4178
4186
  knowledgeGraphConfig?: GoogleCloudDiscoveryengineV1betaEngineKnowledgeGraphConfig;
4187
+ /** Optional. The visibility of marketplace agents in the agent gallery. */
4188
+ marketplaceAgentVisibility?: string;
4179
4189
  /** Configurations for the Media Engine. Only applicable on the data stores with solution_type SOLUTION_TYPE_RECOMMENDATION and IndustryVertical.MEDIA vertical. */
4180
4190
  mediaRecommendationEngineConfig?: GoogleCloudDiscoveryengineV1betaEngineMediaRecommendationEngineConfig;
4181
4191
  /** 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. */
@@ -4184,6 +4194,8 @@ declare namespace gapi.client {
4184
4194
  name?: string;
4185
4195
  /** Optional. Observability config for the engine. */
4186
4196
  observabilityConfig?: GoogleCloudDiscoveryengineV1betaObservabilityConfig;
4197
+ /** Optional. The email of the procurement contact. */
4198
+ procurementContactEmail?: string;
4187
4199
  /** Configurations for the Search Engine. Only applicable if solution_type is SOLUTION_TYPE_SEARCH. */
4188
4200
  searchEngineConfig?: GoogleCloudDiscoveryengineV1betaEngineSearchEngineConfig;
4189
4201
  /** Required. The solutions of the engine. */
@@ -6368,6 +6380,8 @@ declare namespace gapi.client {
6368
6380
  dataSource?: string;
6369
6381
  /** Optional. Any target destinations used to connect to third-party services. */
6370
6382
  destinationConfigs?: GoogleCloudDiscoveryengineV1DestinationConfig[];
6383
+ /** 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. */
6384
+ egressFqdns?: string[];
6371
6385
  /** Optional. Any params and credentials used specifically for EUA connectors. */
6372
6386
  endUserConfig?: GoogleCloudDiscoveryengineV1DataConnectorEndUserConfig;
6373
6387
  /** List of entities from the connected data source to ingest. */
@@ -6420,6 +6434,8 @@ declare namespace gapi.client {
6420
6434
  syncMode?: string;
6421
6435
  /** Output only. Timestamp the DataConnector was last updated. */
6422
6436
  updateTime?: string;
6437
+ /** Output only. Whether the connector is created with VPC-SC enabled. This is only used for CuOP evaluation purpose. */
6438
+ vpcscEnabled?: boolean;
6423
6439
  }
6424
6440
  interface GoogleCloudDiscoveryengineV1DataConnectorEndUserConfig {
6425
6441
  /** Optional. Any additional parameters needed for EUA. */
@@ -6695,6 +6711,8 @@ declare namespace gapi.client {
6695
6711
  industryVertical?: string;
6696
6712
  /** Optional. Configurations for the Knowledge Graph. Only applicable if solution_type is SOLUTION_TYPE_SEARCH. */
6697
6713
  knowledgeGraphConfig?: GoogleCloudDiscoveryengineV1EngineKnowledgeGraphConfig;
6714
+ /** Optional. The visibility of marketplace agents in the agent gallery. */
6715
+ marketplaceAgentVisibility?: string;
6698
6716
  /** Configurations for the Media Engine. Only applicable on the data stores with solution_type SOLUTION_TYPE_RECOMMENDATION and IndustryVertical.MEDIA vertical. */
6699
6717
  mediaRecommendationEngineConfig?: GoogleCloudDiscoveryengineV1EngineMediaRecommendationEngineConfig;
6700
6718
  /** 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. */
@@ -6703,6 +6721,8 @@ declare namespace gapi.client {
6703
6721
  name?: string;
6704
6722
  /** Optional. Observability config for the engine. */
6705
6723
  observabilityConfig?: GoogleCloudDiscoveryengineV1ObservabilityConfig;
6724
+ /** Optional. The email of the procurement contact. */
6725
+ procurementContactEmail?: string;
6706
6726
  /** Configurations for the Search Engine. Only applicable if solution_type is SOLUTION_TYPE_SEARCH. */
6707
6727
  searchEngineConfig?: GoogleCloudDiscoveryengineV1EngineSearchEngineConfig;
6708
6728
  /** Required. The solutions of the engine. */
@@ -9923,7 +9943,7 @@ declare namespace gapi.client {
9923
9943
  callback?: string;
9924
9944
  /** Selector specifying which fields to include in a partial response. */
9925
9945
  fields?: string;
9926
- /** 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"` */
9946
+ /** 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"` */
9927
9947
  filter?: string;
9928
9948
  /** 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. */
9929
9949
  key?: string;
@@ -13101,7 +13121,7 @@ declare namespace gapi.client {
13101
13121
  callback?: string;
13102
13122
  /** Selector specifying which fields to include in a partial response. */
13103
13123
  fields?: string;
13104
- /** 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"` */
13124
+ /** 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"` */
13105
13125
  filter?: string;
13106
13126
  /** 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. */
13107
13127
  key?: string;
@@ -15858,7 +15878,7 @@ declare namespace gapi.client {
15858
15878
  callback?: string;
15859
15879
  /** Selector specifying which fields to include in a partial response. */
15860
15880
  fields?: string;
15861
- /** 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"` */
15881
+ /** 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"` */
15862
15882
  filter?: string;
15863
15883
  /** 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. */
15864
15884
  key?: string;
@@ -17744,7 +17764,7 @@ declare namespace gapi.client {
17744
17764
  operations: OperationsResource;
17745
17765
  }
17746
17766
  interface LicenseConfigsResource {
17747
- /** Creates a LicenseConfig */
17767
+ /** Creates a LicenseConfig This method should only be used for creating NotebookLm licenses or Gemini Enterprise free trial licenses. */
17748
17768
  create(request: {
17749
17769
  /** V1 error format. */
17750
17770
  '$.xgafv'?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.discoveryengine-v1beta",
3
- "version": "0.1.20260215",
3
+ "version": "0.1.20260226",
4
4
  "description": "TypeScript typings for Discovery Engine API v1beta",
5
5
  "repository": {
6
6
  "type": "git",