@maxim_mazurok/gapi.client.discoveryengine-v1beta 0.1.20260301 → 0.1.20260310

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 +48 -16
  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: 20260301
12
+ // Revision: 20260310
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -208,6 +208,14 @@ declare namespace gapi.client {
208
208
  /** If set true, initial indexing is disabled for the DataStore. */
209
209
  disableInitialIndex?: boolean;
210
210
  }
211
+ interface GoogleCloudDiscoveryengineV1AgentGatewaySetting {
212
+ /** Optional. The default egress agent gateway to use, when this setting is applied to a Gemini Enterprise resource. The deployment mode must be GOOGLE_MANAGED, and the governed access path must be AGENT_TO_ANYWHERE. */
213
+ defaultEgressAgentGateway?: GoogleCloudDiscoveryengineV1AgentGatewaySettingAgentGatewayReference;
214
+ }
215
+ interface GoogleCloudDiscoveryengineV1AgentGatewaySettingAgentGatewayReference {
216
+ /** Required. Immutable. The resource name of the agent gateway. Expected format: `projects/{project_number}/locations/{location}/agentGateways/{agent_gateway}`. */
217
+ name?: string;
218
+ }
211
219
  interface GoogleCloudDiscoveryengineV1AlertPolicyConfig {
212
220
  /** Optional. The enrollment states of each alert. */
213
221
  alertEnrollments?: GoogleCloudDiscoveryengineV1AlertPolicyConfigAlertEnrollment[];
@@ -258,6 +266,14 @@ declare namespace gapi.client {
258
266
  /** If set true, initial indexing is disabled for the DataStore. */
259
267
  disableInitialIndex?: boolean;
260
268
  }
269
+ interface GoogleCloudDiscoveryengineV1alphaAgentGatewaySetting {
270
+ /** Optional. The default egress agent gateway to use, when this setting is applied to a Gemini Enterprise resource. The deployment mode must be GOOGLE_MANAGED, and the governed access path must be AGENT_TO_ANYWHERE. */
271
+ defaultEgressAgentGateway?: GoogleCloudDiscoveryengineV1alphaAgentGatewaySettingAgentGatewayReference;
272
+ }
273
+ interface GoogleCloudDiscoveryengineV1alphaAgentGatewaySettingAgentGatewayReference {
274
+ /** Required. Immutable. The resource name of the agent gateway. Expected format: `projects/{project_number}/locations/{location}/agentGateways/{agent_gateway}`. */
275
+ name?: string;
276
+ }
261
277
  interface GoogleCloudDiscoveryengineV1alphaAlertPolicyConfig {
262
278
  /** Optional. The enrollment states of each alert. */
263
279
  alertEnrollments?: GoogleCloudDiscoveryengineV1alphaAlertPolicyConfigAlertEnrollment[];
@@ -1014,11 +1030,11 @@ declare namespace gapi.client {
1014
1030
  startingSchema?: GoogleCloudDiscoveryengineV1alphaSchema;
1015
1031
  }
1016
1032
  interface GoogleCloudDiscoveryengineV1alphaDataProtectionPolicy {
1017
- /** Optional. The sensitive data protection policy for the connector source. */
1033
+ /** Optional. Specifies the sensitive data protection policy for the connector source. */
1018
1034
  sensitiveDataProtectionPolicy?: GoogleCloudDiscoveryengineV1alphaDataProtectionPolicySensitiveDataProtectionPolicy;
1019
1035
  }
1020
1036
  interface GoogleCloudDiscoveryengineV1alphaDataProtectionPolicySensitiveDataProtectionPolicy {
1021
- /** Optional. The Sensitive Data Protection content policy resource name. */
1037
+ /** Optional. Specifies the resource name of the Sensitive Data Protection content policy. */
1022
1038
  policy?: string;
1023
1039
  }
1024
1040
  interface GoogleCloudDiscoveryengineV1alphaDataStore {
@@ -1299,6 +1315,8 @@ declare namespace gapi.client {
1299
1315
  }
1300
1316
  interface GoogleCloudDiscoveryengineV1alphaEnableAdvancedSiteSearchResponse {}
1301
1317
  interface GoogleCloudDiscoveryengineV1alphaEngine {
1318
+ /** Optional. The agent gateway setting for the engine. */
1319
+ agentGatewaySetting?: GoogleCloudDiscoveryengineV1alphaAgentGatewaySetting;
1302
1320
  /** 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. */
1303
1321
  appType?: string;
1304
1322
  /** Configurations for the Chat Engine. Only applicable if solution_type is SOLUTION_TYPE_CHAT. */
@@ -1337,8 +1355,8 @@ declare namespace gapi.client {
1337
1355
  name?: string;
1338
1356
  /** Optional. Observability config for the engine. */
1339
1357
  observabilityConfig?: GoogleCloudDiscoveryengineV1alphaObservabilityConfig;
1340
- /** Optional. The email of the procurement contact. */
1341
- procurementContactEmail?: string;
1358
+ /** Optional. The emails of the procurement contacts. */
1359
+ procurementContactEmails?: string[];
1342
1360
  /** Output only. Additional information of a recommendation engine. Only applicable if solution_type is SOLUTION_TYPE_RECOMMENDATION. */
1343
1361
  recommendationMetadata?: GoogleCloudDiscoveryengineV1alphaEngineRecommendationMetadata;
1344
1362
  /** Configurations for the Search Engine. Only applicable if solution_type is SOLUTION_TYPE_SEARCH. */
@@ -1519,6 +1537,8 @@ declare namespace gapi.client {
1519
1537
  retrievableOption?: string;
1520
1538
  /** Field paths for indexing custom attribute from schema.org data. More details of schema.org and its defined types can be found at [schema.org](https://schema.org). It is only used on advanced site search schema. Currently only support full path from root. The full path to a field is constructed by concatenating field names, starting from `_root`, with a period `.` as the delimiter. Examples: * Publish date of the root: _root.datePublished * Publish date of the reviews: _root.review.datePublished */
1521
1539
  schemaOrgPaths?: string[];
1540
+ /** Optional. Specifies the importance of the field when `searchable_option` is `SEARCHABLE_ENABLED`. If `searchable_option` is `SEARCHABLE_DISABLED`, this field is ignored. If `searchable_option` is `SEARCHABLE_ENABLED` and this is `SEARCHABLE_FIELD_IMPORTANCE_UNSPECIFIED`, it behaves as `DEFAULT_IMPORTANCE`. */
1541
+ searchableFieldImportance?: string;
1522
1542
  /** If searchable_option is SEARCHABLE_ENABLED, field values are searchable by text queries in SearchService.Search. If SEARCHABLE_ENABLED but field type is numerical, field values will not be searchable by text queries in SearchService.Search, as there are no text values associated to numerical fields. If searchable_option is unset, the server behavior defaults to SEARCHABLE_DISABLED for fields that support setting searchable options. Only `string` fields that have no key property mapping support setting searchable_option. For those fields that do not support setting searchable options, the server will skip searchable option setting, and setting searchable_option for those fields will throw `INVALID_ARGUMENT` error. */
1523
1543
  searchableOption?: string;
1524
1544
  }
@@ -1729,9 +1749,9 @@ declare namespace gapi.client {
1729
1749
  mode?: string;
1730
1750
  }
1731
1751
  interface GoogleCloudDiscoveryengineV1alphaObservabilityConfig {
1732
- /** Optional. Enables observability. If false, all other flags are ignored. */
1752
+ /** Optional. Enables observability. If `false`, all other flags are ignored. */
1733
1753
  observabilityEnabled?: boolean;
1734
- /** Optional. Enables sensitive logging. Sensitive logging includes customer core content (e.g. prompts, responses). If false, will sanitize all sensitive fields. */
1754
+ /** Optional. Enables sensitive logging. Sensitive logging includes customer core content (e.g. prompts, responses). If `false`, will sanitize all sensitive fields. */
1735
1755
  sensitiveLoggingEnabled?: boolean;
1736
1756
  }
1737
1757
  interface GoogleCloudDiscoveryengineV1alphaObtainCrawlRateResponse {
@@ -2816,6 +2836,14 @@ declare namespace gapi.client {
2816
2836
  /** If set true, initial indexing is disabled for the DataStore. */
2817
2837
  disableInitialIndex?: boolean;
2818
2838
  }
2839
+ interface GoogleCloudDiscoveryengineV1betaAgentGatewaySetting {
2840
+ /** Optional. The default egress agent gateway to use, when this setting is applied to a Gemini Enterprise resource. The deployment mode must be GOOGLE_MANAGED, and the governed access path must be AGENT_TO_ANYWHERE. */
2841
+ defaultEgressAgentGateway?: GoogleCloudDiscoveryengineV1betaAgentGatewaySettingAgentGatewayReference;
2842
+ }
2843
+ interface GoogleCloudDiscoveryengineV1betaAgentGatewaySettingAgentGatewayReference {
2844
+ /** Required. Immutable. The resource name of the agent gateway. Expected format: `projects/{project_number}/locations/{location}/agentGateways/{agent_gateway}`. */
2845
+ name?: string;
2846
+ }
2819
2847
  interface GoogleCloudDiscoveryengineV1betaAlloyDbSource {
2820
2848
  /** Required. The AlloyDB cluster to copy the data from with a length limit of 256 characters. */
2821
2849
  clusterId?: string;
@@ -4268,6 +4296,8 @@ declare namespace gapi.client {
4268
4296
  interface GoogleCloudDiscoveryengineV1betaEnableAdvancedSiteSearchRequest {}
4269
4297
  interface GoogleCloudDiscoveryengineV1betaEnableAdvancedSiteSearchResponse {}
4270
4298
  interface GoogleCloudDiscoveryengineV1betaEngine {
4299
+ /** Optional. The agent gateway setting for the engine. */
4300
+ agentGatewaySetting?: GoogleCloudDiscoveryengineV1betaAgentGatewaySetting;
4271
4301
  /** 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. */
4272
4302
  appType?: string;
4273
4303
  /** Configurations for the Chat Engine. Only applicable if solution_type is SOLUTION_TYPE_CHAT. */
@@ -4306,8 +4336,8 @@ declare namespace gapi.client {
4306
4336
  name?: string;
4307
4337
  /** Optional. Observability config for the engine. */
4308
4338
  observabilityConfig?: GoogleCloudDiscoveryengineV1betaObservabilityConfig;
4309
- /** Optional. The email of the procurement contact. */
4310
- procurementContactEmail?: string;
4339
+ /** Optional. The emails of the procurement contacts. */
4340
+ procurementContactEmails?: string[];
4311
4341
  /** Configurations for the Search Engine. Only applicable if solution_type is SOLUTION_TYPE_SEARCH. */
4312
4342
  searchEngineConfig?: GoogleCloudDiscoveryengineV1betaEngineSearchEngineConfig;
4313
4343
  /** Required. The solutions of the engine. */
@@ -4914,9 +4944,9 @@ declare namespace gapi.client {
4914
4944
  mode?: string;
4915
4945
  }
4916
4946
  interface GoogleCloudDiscoveryengineV1betaObservabilityConfig {
4917
- /** Optional. Enables observability. If false, all other flags are ignored. */
4947
+ /** Optional. Enables observability. If `false`, all other flags are ignored. */
4918
4948
  observabilityEnabled?: boolean;
4919
- /** Optional. Enables sensitive logging. Sensitive logging includes customer core content (e.g. prompts, responses). If false, will sanitize all sensitive fields. */
4949
+ /** Optional. Enables sensitive logging. Sensitive logging includes customer core content (e.g. prompts, responses). If `false`, will sanitize all sensitive fields. */
4920
4950
  sensitiveLoggingEnabled?: boolean;
4921
4951
  }
4922
4952
  interface GoogleCloudDiscoveryengineV1betaObtainCrawlRateRequest {
@@ -6843,6 +6873,8 @@ declare namespace gapi.client {
6843
6873
  }
6844
6874
  interface GoogleCloudDiscoveryengineV1EnableAdvancedSiteSearchResponse {}
6845
6875
  interface GoogleCloudDiscoveryengineV1Engine {
6876
+ /** Optional. The agent gateway setting for the engine. */
6877
+ agentGatewaySetting?: GoogleCloudDiscoveryengineV1AgentGatewaySetting;
6846
6878
  /** 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. */
6847
6879
  appType?: string;
6848
6880
  /** Configurations for the Chat Engine. Only applicable if solution_type is SOLUTION_TYPE_CHAT. */
@@ -6881,8 +6913,8 @@ declare namespace gapi.client {
6881
6913
  name?: string;
6882
6914
  /** Optional. Observability config for the engine. */
6883
6915
  observabilityConfig?: GoogleCloudDiscoveryengineV1ObservabilityConfig;
6884
- /** Optional. The email of the procurement contact. */
6885
- procurementContactEmail?: string;
6916
+ /** Optional. The emails of the procurement contacts. */
6917
+ procurementContactEmails?: string[];
6886
6918
  /** Configurations for the Search Engine. Only applicable if solution_type is SOLUTION_TYPE_SEARCH. */
6887
6919
  searchEngineConfig?: GoogleCloudDiscoveryengineV1EngineSearchEngineConfig;
6888
6920
  /** Required. The solutions of the engine. */
@@ -7117,9 +7149,9 @@ declare namespace gapi.client {
7117
7149
  mode?: string;
7118
7150
  }
7119
7151
  interface GoogleCloudDiscoveryengineV1ObservabilityConfig {
7120
- /** Optional. Enables observability. If false, all other flags are ignored. */
7152
+ /** Optional. Enables observability. If `false`, all other flags are ignored. */
7121
7153
  observabilityEnabled?: boolean;
7122
- /** Optional. Enables sensitive logging. Sensitive logging includes customer core content (e.g. prompts, responses). If false, will sanitize all sensitive fields. */
7154
+ /** Optional. Enables sensitive logging. Sensitive logging includes customer core content (e.g. prompts, responses). If `false`, will sanitize all sensitive fields. */
7123
7155
  sensitiveLoggingEnabled?: boolean;
7124
7156
  }
7125
7157
  interface GoogleCloudDiscoveryengineV1Project {
@@ -18946,7 +18978,7 @@ declare namespace gapi.client {
18946
18978
  oauth_token?: string;
18947
18979
  /** 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: * `license_assignment_state` * `user_principal` * `user_profile` * `last_login_date` * `update_time` If not set, the default ordering is by `user_principal`. Examples: * `user_principal desc` to order by `user_principal` in descending order. * `license_assignment_state` to order by `license_assignment_state` in ascending order. * `last_login_date desc` to order by `last_login_date` in descending order. * `update_time desc` to order by `update_time` in descending order. * `last_login_date desc, user_principal` to order by `last_login_date` in descending order and then by `user_principal` in ascending order. */
18948
18980
  orderBy?: string;
18949
- /** 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. */
18981
+ /** Optional. Requested page size. Server may return fewer items than requested. If unspecified, defaults to 1000. The maximum value is 1000; values above 1000 will be coerced to 1000. If this field is negative, an INVALID_ARGUMENT error is returned. */
18950
18982
  pageSize?: number;
18951
18983
  /** 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. */
18952
18984
  pageToken?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.discoveryengine-v1beta",
3
- "version": "0.1.20260301",
3
+ "version": "0.1.20260310",
4
4
  "description": "TypeScript typings for Discovery Engine API v1beta",
5
5
  "repository": {
6
6
  "type": "git",