@maxim_mazurok/gapi.client.discoveryengine-v1alpha 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.
- package/index.d.ts +48 -16
- 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:
|
|
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[];
|
|
@@ -431,6 +439,14 @@ declare namespace gapi.client {
|
|
|
431
439
|
/** Identifier. The resource name of the file. Format: `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/assistants/{assistant}/agents/{agent}/files/{file}` */
|
|
432
440
|
name?: string;
|
|
433
441
|
}
|
|
442
|
+
interface GoogleCloudDiscoveryengineV1alphaAgentGatewaySetting {
|
|
443
|
+
/** 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. */
|
|
444
|
+
defaultEgressAgentGateway?: GoogleCloudDiscoveryengineV1alphaAgentGatewaySettingAgentGatewayReference;
|
|
445
|
+
}
|
|
446
|
+
interface GoogleCloudDiscoveryengineV1alphaAgentGatewaySettingAgentGatewayReference {
|
|
447
|
+
/** Required. Immutable. The resource name of the agent gateway. Expected format: `projects/{project_number}/locations/{location}/agentGateways/{agent_gateway}`. */
|
|
448
|
+
name?: string;
|
|
449
|
+
}
|
|
434
450
|
interface GoogleCloudDiscoveryengineV1alphaAgentImage {
|
|
435
451
|
/** Base64-encoded image file contents. */
|
|
436
452
|
content?: string;
|
|
@@ -2006,11 +2022,11 @@ declare namespace gapi.client {
|
|
|
2006
2022
|
startingSchema?: GoogleCloudDiscoveryengineV1alphaSchema;
|
|
2007
2023
|
}
|
|
2008
2024
|
interface GoogleCloudDiscoveryengineV1alphaDataProtectionPolicy {
|
|
2009
|
-
/** Optional.
|
|
2025
|
+
/** Optional. Specifies the sensitive data protection policy for the connector source. */
|
|
2010
2026
|
sensitiveDataProtectionPolicy?: GoogleCloudDiscoveryengineV1alphaDataProtectionPolicySensitiveDataProtectionPolicy;
|
|
2011
2027
|
}
|
|
2012
2028
|
interface GoogleCloudDiscoveryengineV1alphaDataProtectionPolicySensitiveDataProtectionPolicy {
|
|
2013
|
-
/** Optional.
|
|
2029
|
+
/** Optional. Specifies the resource name of the Sensitive Data Protection content policy. */
|
|
2014
2030
|
policy?: string;
|
|
2015
2031
|
}
|
|
2016
2032
|
interface GoogleCloudDiscoveryengineV1alphaDataStore {
|
|
@@ -2385,6 +2401,8 @@ declare namespace gapi.client {
|
|
|
2385
2401
|
interface GoogleCloudDiscoveryengineV1alphaEnableAdvancedSiteSearchRequest {}
|
|
2386
2402
|
interface GoogleCloudDiscoveryengineV1alphaEnableAdvancedSiteSearchResponse {}
|
|
2387
2403
|
interface GoogleCloudDiscoveryengineV1alphaEngine {
|
|
2404
|
+
/** Optional. The agent gateway setting for the engine. */
|
|
2405
|
+
agentGatewaySetting?: GoogleCloudDiscoveryengineV1alphaAgentGatewaySetting;
|
|
2388
2406
|
/** 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. */
|
|
2389
2407
|
appType?: string;
|
|
2390
2408
|
/** Configurations for the Chat Engine. Only applicable if solution_type is SOLUTION_TYPE_CHAT. */
|
|
@@ -2423,8 +2441,8 @@ declare namespace gapi.client {
|
|
|
2423
2441
|
name?: string;
|
|
2424
2442
|
/** Optional. Observability config for the engine. */
|
|
2425
2443
|
observabilityConfig?: GoogleCloudDiscoveryengineV1alphaObservabilityConfig;
|
|
2426
|
-
/** Optional. The
|
|
2427
|
-
|
|
2444
|
+
/** Optional. The emails of the procurement contacts. */
|
|
2445
|
+
procurementContactEmails?: string[];
|
|
2428
2446
|
/** Output only. Additional information of a recommendation engine. Only applicable if solution_type is SOLUTION_TYPE_RECOMMENDATION. */
|
|
2429
2447
|
recommendationMetadata?: GoogleCloudDiscoveryengineV1alphaEngineRecommendationMetadata;
|
|
2430
2448
|
/** Configurations for the Search Engine. Only applicable if solution_type is SOLUTION_TYPE_SEARCH. */
|
|
@@ -2694,6 +2712,8 @@ declare namespace gapi.client {
|
|
|
2694
2712
|
retrievableOption?: string;
|
|
2695
2713
|
/** 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 */
|
|
2696
2714
|
schemaOrgPaths?: string[];
|
|
2715
|
+
/** 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`. */
|
|
2716
|
+
searchableFieldImportance?: string;
|
|
2697
2717
|
/** 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. */
|
|
2698
2718
|
searchableOption?: string;
|
|
2699
2719
|
}
|
|
@@ -3313,9 +3333,9 @@ declare namespace gapi.client {
|
|
|
3313
3333
|
mode?: string;
|
|
3314
3334
|
}
|
|
3315
3335
|
interface GoogleCloudDiscoveryengineV1alphaObservabilityConfig {
|
|
3316
|
-
/** Optional. Enables observability. If false
|
|
3336
|
+
/** Optional. Enables observability. If `false`, all other flags are ignored. */
|
|
3317
3337
|
observabilityEnabled?: boolean;
|
|
3318
|
-
/** Optional. Enables sensitive logging. Sensitive logging includes customer core content (e.g. prompts, responses). If false
|
|
3338
|
+
/** Optional. Enables sensitive logging. Sensitive logging includes customer core content (e.g. prompts, responses). If `false`, will sanitize all sensitive fields. */
|
|
3319
3339
|
sensitiveLoggingEnabled?: boolean;
|
|
3320
3340
|
}
|
|
3321
3341
|
interface GoogleCloudDiscoveryengineV1alphaObtainCrawlRateRequest {
|
|
@@ -5470,6 +5490,14 @@ declare namespace gapi.client {
|
|
|
5470
5490
|
/** If set true, initial indexing is disabled for the DataStore. */
|
|
5471
5491
|
disableInitialIndex?: boolean;
|
|
5472
5492
|
}
|
|
5493
|
+
interface GoogleCloudDiscoveryengineV1betaAgentGatewaySetting {
|
|
5494
|
+
/** 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. */
|
|
5495
|
+
defaultEgressAgentGateway?: GoogleCloudDiscoveryengineV1betaAgentGatewaySettingAgentGatewayReference;
|
|
5496
|
+
}
|
|
5497
|
+
interface GoogleCloudDiscoveryengineV1betaAgentGatewaySettingAgentGatewayReference {
|
|
5498
|
+
/** Required. Immutable. The resource name of the agent gateway. Expected format: `projects/{project_number}/locations/{location}/agentGateways/{agent_gateway}`. */
|
|
5499
|
+
name?: string;
|
|
5500
|
+
}
|
|
5473
5501
|
interface GoogleCloudDiscoveryengineV1betaBatchCreateTargetSiteMetadata {
|
|
5474
5502
|
/** Operation create time. */
|
|
5475
5503
|
createTime?: string;
|
|
@@ -5869,6 +5897,8 @@ declare namespace gapi.client {
|
|
|
5869
5897
|
}
|
|
5870
5898
|
interface GoogleCloudDiscoveryengineV1betaEnableAdvancedSiteSearchResponse {}
|
|
5871
5899
|
interface GoogleCloudDiscoveryengineV1betaEngine {
|
|
5900
|
+
/** Optional. The agent gateway setting for the engine. */
|
|
5901
|
+
agentGatewaySetting?: GoogleCloudDiscoveryengineV1betaAgentGatewaySetting;
|
|
5872
5902
|
/** 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. */
|
|
5873
5903
|
appType?: string;
|
|
5874
5904
|
/** Configurations for the Chat Engine. Only applicable if solution_type is SOLUTION_TYPE_CHAT. */
|
|
@@ -5907,8 +5937,8 @@ declare namespace gapi.client {
|
|
|
5907
5937
|
name?: string;
|
|
5908
5938
|
/** Optional. Observability config for the engine. */
|
|
5909
5939
|
observabilityConfig?: GoogleCloudDiscoveryengineV1betaObservabilityConfig;
|
|
5910
|
-
/** Optional. The
|
|
5911
|
-
|
|
5940
|
+
/** Optional. The emails of the procurement contacts. */
|
|
5941
|
+
procurementContactEmails?: string[];
|
|
5912
5942
|
/** Configurations for the Search Engine. Only applicable if solution_type is SOLUTION_TYPE_SEARCH. */
|
|
5913
5943
|
searchEngineConfig?: GoogleCloudDiscoveryengineV1betaEngineSearchEngineConfig;
|
|
5914
5944
|
/** Required. The solutions of the engine. */
|
|
@@ -6203,9 +6233,9 @@ declare namespace gapi.client {
|
|
|
6203
6233
|
mode?: string;
|
|
6204
6234
|
}
|
|
6205
6235
|
interface GoogleCloudDiscoveryengineV1betaObservabilityConfig {
|
|
6206
|
-
/** Optional. Enables observability. If false
|
|
6236
|
+
/** Optional. Enables observability. If `false`, all other flags are ignored. */
|
|
6207
6237
|
observabilityEnabled?: boolean;
|
|
6208
|
-
/** Optional. Enables sensitive logging. Sensitive logging includes customer core content (e.g. prompts, responses). If false
|
|
6238
|
+
/** Optional. Enables sensitive logging. Sensitive logging includes customer core content (e.g. prompts, responses). If `false`, will sanitize all sensitive fields. */
|
|
6209
6239
|
sensitiveLoggingEnabled?: boolean;
|
|
6210
6240
|
}
|
|
6211
6241
|
interface GoogleCloudDiscoveryengineV1betaObtainCrawlRateResponse {
|
|
@@ -7352,6 +7382,8 @@ declare namespace gapi.client {
|
|
|
7352
7382
|
}
|
|
7353
7383
|
interface GoogleCloudDiscoveryengineV1EnableAdvancedSiteSearchResponse {}
|
|
7354
7384
|
interface GoogleCloudDiscoveryengineV1Engine {
|
|
7385
|
+
/** Optional. The agent gateway setting for the engine. */
|
|
7386
|
+
agentGatewaySetting?: GoogleCloudDiscoveryengineV1AgentGatewaySetting;
|
|
7355
7387
|
/** 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. */
|
|
7356
7388
|
appType?: string;
|
|
7357
7389
|
/** Configurations for the Chat Engine. Only applicable if solution_type is SOLUTION_TYPE_CHAT. */
|
|
@@ -7390,8 +7422,8 @@ declare namespace gapi.client {
|
|
|
7390
7422
|
name?: string;
|
|
7391
7423
|
/** Optional. Observability config for the engine. */
|
|
7392
7424
|
observabilityConfig?: GoogleCloudDiscoveryengineV1ObservabilityConfig;
|
|
7393
|
-
/** Optional. The
|
|
7394
|
-
|
|
7425
|
+
/** Optional. The emails of the procurement contacts. */
|
|
7426
|
+
procurementContactEmails?: string[];
|
|
7395
7427
|
/** Configurations for the Search Engine. Only applicable if solution_type is SOLUTION_TYPE_SEARCH. */
|
|
7396
7428
|
searchEngineConfig?: GoogleCloudDiscoveryengineV1EngineSearchEngineConfig;
|
|
7397
7429
|
/** Required. The solutions of the engine. */
|
|
@@ -7626,9 +7658,9 @@ declare namespace gapi.client {
|
|
|
7626
7658
|
mode?: string;
|
|
7627
7659
|
}
|
|
7628
7660
|
interface GoogleCloudDiscoveryengineV1ObservabilityConfig {
|
|
7629
|
-
/** Optional. Enables observability. If false
|
|
7661
|
+
/** Optional. Enables observability. If `false`, all other flags are ignored. */
|
|
7630
7662
|
observabilityEnabled?: boolean;
|
|
7631
|
-
/** Optional. Enables sensitive logging. Sensitive logging includes customer core content (e.g. prompts, responses). If false
|
|
7663
|
+
/** Optional. Enables sensitive logging. Sensitive logging includes customer core content (e.g. prompts, responses). If `false`, will sanitize all sensitive fields. */
|
|
7632
7664
|
sensitiveLoggingEnabled?: boolean;
|
|
7633
7665
|
}
|
|
7634
7666
|
interface GoogleCloudDiscoveryengineV1Project {
|
|
@@ -23218,7 +23250,7 @@ declare namespace gapi.client {
|
|
|
23218
23250
|
oauth_token?: string;
|
|
23219
23251
|
/** 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. */
|
|
23220
23252
|
orderBy?: string;
|
|
23221
|
-
/** Optional. Requested page size. Server may return fewer items than requested. If unspecified, defaults to
|
|
23253
|
+
/** 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. */
|
|
23222
23254
|
pageSize?: number;
|
|
23223
23255
|
/** 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. */
|
|
23224
23256
|
pageToken?: string;
|