@maxim_mazurok/gapi.client.discoveryengine-v1 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=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20260310
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -640,6 +640,14 @@ declare namespace gapi.client {
|
|
|
640
640
|
/** If set true, initial indexing is disabled for the DataStore. */
|
|
641
641
|
disableInitialIndex?: boolean;
|
|
642
642
|
}
|
|
643
|
+
interface GoogleCloudDiscoveryengineV1AgentGatewaySetting {
|
|
644
|
+
/** 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. */
|
|
645
|
+
defaultEgressAgentGateway?: GoogleCloudDiscoveryengineV1AgentGatewaySettingAgentGatewayReference;
|
|
646
|
+
}
|
|
647
|
+
interface GoogleCloudDiscoveryengineV1AgentGatewaySettingAgentGatewayReference {
|
|
648
|
+
/** Required. Immutable. The resource name of the agent gateway. Expected format: `projects/{project_number}/locations/{location}/agentGateways/{agent_gateway}`. */
|
|
649
|
+
name?: string;
|
|
650
|
+
}
|
|
643
651
|
interface GoogleCloudDiscoveryengineV1AlertPolicyConfig {
|
|
644
652
|
/** Optional. The enrollment states of each alert. */
|
|
645
653
|
alertEnrollments?: GoogleCloudDiscoveryengineV1AlertPolicyConfigAlertEnrollment[];
|
|
@@ -704,6 +712,14 @@ declare namespace gapi.client {
|
|
|
704
712
|
/** If set true, initial indexing is disabled for the DataStore. */
|
|
705
713
|
disableInitialIndex?: boolean;
|
|
706
714
|
}
|
|
715
|
+
interface GoogleCloudDiscoveryengineV1alphaAgentGatewaySetting {
|
|
716
|
+
/** 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. */
|
|
717
|
+
defaultEgressAgentGateway?: GoogleCloudDiscoveryengineV1alphaAgentGatewaySettingAgentGatewayReference;
|
|
718
|
+
}
|
|
719
|
+
interface GoogleCloudDiscoveryengineV1alphaAgentGatewaySettingAgentGatewayReference {
|
|
720
|
+
/** Required. Immutable. The resource name of the agent gateway. Expected format: `projects/{project_number}/locations/{location}/agentGateways/{agent_gateway}`. */
|
|
721
|
+
name?: string;
|
|
722
|
+
}
|
|
707
723
|
interface GoogleCloudDiscoveryengineV1alphaAlertPolicyConfig {
|
|
708
724
|
/** Optional. The enrollment states of each alert. */
|
|
709
725
|
alertEnrollments?: GoogleCloudDiscoveryengineV1alphaAlertPolicyConfigAlertEnrollment[];
|
|
@@ -1460,11 +1476,11 @@ declare namespace gapi.client {
|
|
|
1460
1476
|
startingSchema?: GoogleCloudDiscoveryengineV1alphaSchema;
|
|
1461
1477
|
}
|
|
1462
1478
|
interface GoogleCloudDiscoveryengineV1alphaDataProtectionPolicy {
|
|
1463
|
-
/** Optional.
|
|
1479
|
+
/** Optional. Specifies the sensitive data protection policy for the connector source. */
|
|
1464
1480
|
sensitiveDataProtectionPolicy?: GoogleCloudDiscoveryengineV1alphaDataProtectionPolicySensitiveDataProtectionPolicy;
|
|
1465
1481
|
}
|
|
1466
1482
|
interface GoogleCloudDiscoveryengineV1alphaDataProtectionPolicySensitiveDataProtectionPolicy {
|
|
1467
|
-
/** Optional.
|
|
1483
|
+
/** Optional. Specifies the resource name of the Sensitive Data Protection content policy. */
|
|
1468
1484
|
policy?: string;
|
|
1469
1485
|
}
|
|
1470
1486
|
interface GoogleCloudDiscoveryengineV1alphaDataStore {
|
|
@@ -1745,6 +1761,8 @@ declare namespace gapi.client {
|
|
|
1745
1761
|
}
|
|
1746
1762
|
interface GoogleCloudDiscoveryengineV1alphaEnableAdvancedSiteSearchResponse {}
|
|
1747
1763
|
interface GoogleCloudDiscoveryengineV1alphaEngine {
|
|
1764
|
+
/** Optional. The agent gateway setting for the engine. */
|
|
1765
|
+
agentGatewaySetting?: GoogleCloudDiscoveryengineV1alphaAgentGatewaySetting;
|
|
1748
1766
|
/** 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. */
|
|
1749
1767
|
appType?: string;
|
|
1750
1768
|
/** Configurations for the Chat Engine. Only applicable if solution_type is SOLUTION_TYPE_CHAT. */
|
|
@@ -1783,8 +1801,8 @@ declare namespace gapi.client {
|
|
|
1783
1801
|
name?: string;
|
|
1784
1802
|
/** Optional. Observability config for the engine. */
|
|
1785
1803
|
observabilityConfig?: GoogleCloudDiscoveryengineV1alphaObservabilityConfig;
|
|
1786
|
-
/** Optional. The
|
|
1787
|
-
|
|
1804
|
+
/** Optional. The emails of the procurement contacts. */
|
|
1805
|
+
procurementContactEmails?: string[];
|
|
1788
1806
|
/** Output only. Additional information of a recommendation engine. Only applicable if solution_type is SOLUTION_TYPE_RECOMMENDATION. */
|
|
1789
1807
|
recommendationMetadata?: GoogleCloudDiscoveryengineV1alphaEngineRecommendationMetadata;
|
|
1790
1808
|
/** Configurations for the Search Engine. Only applicable if solution_type is SOLUTION_TYPE_SEARCH. */
|
|
@@ -1965,6 +1983,8 @@ declare namespace gapi.client {
|
|
|
1965
1983
|
retrievableOption?: string;
|
|
1966
1984
|
/** 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 */
|
|
1967
1985
|
schemaOrgPaths?: string[];
|
|
1986
|
+
/** 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`. */
|
|
1987
|
+
searchableFieldImportance?: string;
|
|
1968
1988
|
/** 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. */
|
|
1969
1989
|
searchableOption?: string;
|
|
1970
1990
|
}
|
|
@@ -2175,9 +2195,9 @@ declare namespace gapi.client {
|
|
|
2175
2195
|
mode?: string;
|
|
2176
2196
|
}
|
|
2177
2197
|
interface GoogleCloudDiscoveryengineV1alphaObservabilityConfig {
|
|
2178
|
-
/** Optional. Enables observability. If false
|
|
2198
|
+
/** Optional. Enables observability. If `false`, all other flags are ignored. */
|
|
2179
2199
|
observabilityEnabled?: boolean;
|
|
2180
|
-
/** Optional. Enables sensitive logging. Sensitive logging includes customer core content (e.g. prompts, responses). If false
|
|
2200
|
+
/** Optional. Enables sensitive logging. Sensitive logging includes customer core content (e.g. prompts, responses). If `false`, will sanitize all sensitive fields. */
|
|
2181
2201
|
sensitiveLoggingEnabled?: boolean;
|
|
2182
2202
|
}
|
|
2183
2203
|
interface GoogleCloudDiscoveryengineV1alphaObtainCrawlRateResponse {
|
|
@@ -3707,6 +3727,14 @@ declare namespace gapi.client {
|
|
|
3707
3727
|
/** If set true, initial indexing is disabled for the DataStore. */
|
|
3708
3728
|
disableInitialIndex?: boolean;
|
|
3709
3729
|
}
|
|
3730
|
+
interface GoogleCloudDiscoveryengineV1betaAgentGatewaySetting {
|
|
3731
|
+
/** 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. */
|
|
3732
|
+
defaultEgressAgentGateway?: GoogleCloudDiscoveryengineV1betaAgentGatewaySettingAgentGatewayReference;
|
|
3733
|
+
}
|
|
3734
|
+
interface GoogleCloudDiscoveryengineV1betaAgentGatewaySettingAgentGatewayReference {
|
|
3735
|
+
/** Required. Immutable. The resource name of the agent gateway. Expected format: `projects/{project_number}/locations/{location}/agentGateways/{agent_gateway}`. */
|
|
3736
|
+
name?: string;
|
|
3737
|
+
}
|
|
3710
3738
|
interface GoogleCloudDiscoveryengineV1betaBatchCreateTargetSiteMetadata {
|
|
3711
3739
|
/** Operation create time. */
|
|
3712
3740
|
createTime?: string;
|
|
@@ -4106,6 +4134,8 @@ declare namespace gapi.client {
|
|
|
4106
4134
|
}
|
|
4107
4135
|
interface GoogleCloudDiscoveryengineV1betaEnableAdvancedSiteSearchResponse {}
|
|
4108
4136
|
interface GoogleCloudDiscoveryengineV1betaEngine {
|
|
4137
|
+
/** Optional. The agent gateway setting for the engine. */
|
|
4138
|
+
agentGatewaySetting?: GoogleCloudDiscoveryengineV1betaAgentGatewaySetting;
|
|
4109
4139
|
/** 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. */
|
|
4110
4140
|
appType?: string;
|
|
4111
4141
|
/** Configurations for the Chat Engine. Only applicable if solution_type is SOLUTION_TYPE_CHAT. */
|
|
@@ -4144,8 +4174,8 @@ declare namespace gapi.client {
|
|
|
4144
4174
|
name?: string;
|
|
4145
4175
|
/** Optional. Observability config for the engine. */
|
|
4146
4176
|
observabilityConfig?: GoogleCloudDiscoveryengineV1betaObservabilityConfig;
|
|
4147
|
-
/** Optional. The
|
|
4148
|
-
|
|
4177
|
+
/** Optional. The emails of the procurement contacts. */
|
|
4178
|
+
procurementContactEmails?: string[];
|
|
4149
4179
|
/** Configurations for the Search Engine. Only applicable if solution_type is SOLUTION_TYPE_SEARCH. */
|
|
4150
4180
|
searchEngineConfig?: GoogleCloudDiscoveryengineV1betaEngineSearchEngineConfig;
|
|
4151
4181
|
/** Required. The solutions of the engine. */
|
|
@@ -4440,9 +4470,9 @@ declare namespace gapi.client {
|
|
|
4440
4470
|
mode?: string;
|
|
4441
4471
|
}
|
|
4442
4472
|
interface GoogleCloudDiscoveryengineV1betaObservabilityConfig {
|
|
4443
|
-
/** Optional. Enables observability. If false
|
|
4473
|
+
/** Optional. Enables observability. If `false`, all other flags are ignored. */
|
|
4444
4474
|
observabilityEnabled?: boolean;
|
|
4445
|
-
/** Optional. Enables sensitive logging. Sensitive logging includes customer core content (e.g. prompts, responses). If false
|
|
4475
|
+
/** Optional. Enables sensitive logging. Sensitive logging includes customer core content (e.g. prompts, responses). If `false`, will sanitize all sensitive fields. */
|
|
4446
4476
|
sensitiveLoggingEnabled?: boolean;
|
|
4447
4477
|
}
|
|
4448
4478
|
interface GoogleCloudDiscoveryengineV1betaObtainCrawlRateResponse {
|
|
@@ -5965,6 +5995,8 @@ declare namespace gapi.client {
|
|
|
5965
5995
|
interface GoogleCloudDiscoveryengineV1EnableAdvancedSiteSearchRequest {}
|
|
5966
5996
|
interface GoogleCloudDiscoveryengineV1EnableAdvancedSiteSearchResponse {}
|
|
5967
5997
|
interface GoogleCloudDiscoveryengineV1Engine {
|
|
5998
|
+
/** Optional. The agent gateway setting for the engine. */
|
|
5999
|
+
agentGatewaySetting?: GoogleCloudDiscoveryengineV1AgentGatewaySetting;
|
|
5968
6000
|
/** 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. */
|
|
5969
6001
|
appType?: string;
|
|
5970
6002
|
/** Configurations for the Chat Engine. Only applicable if solution_type is SOLUTION_TYPE_CHAT. */
|
|
@@ -6003,8 +6035,8 @@ declare namespace gapi.client {
|
|
|
6003
6035
|
name?: string;
|
|
6004
6036
|
/** Optional. Observability config for the engine. */
|
|
6005
6037
|
observabilityConfig?: GoogleCloudDiscoveryengineV1ObservabilityConfig;
|
|
6006
|
-
/** Optional. The
|
|
6007
|
-
|
|
6038
|
+
/** Optional. The emails of the procurement contacts. */
|
|
6039
|
+
procurementContactEmails?: string[];
|
|
6008
6040
|
/** Configurations for the Search Engine. Only applicable if solution_type is SOLUTION_TYPE_SEARCH. */
|
|
6009
6041
|
searchEngineConfig?: GoogleCloudDiscoveryengineV1EngineSearchEngineConfig;
|
|
6010
6042
|
/** Required. The solutions of the engine. */
|
|
@@ -6517,9 +6549,9 @@ declare namespace gapi.client {
|
|
|
6517
6549
|
mode?: string;
|
|
6518
6550
|
}
|
|
6519
6551
|
interface GoogleCloudDiscoveryengineV1ObservabilityConfig {
|
|
6520
|
-
/** Optional. Enables observability. If false
|
|
6552
|
+
/** Optional. Enables observability. If `false`, all other flags are ignored. */
|
|
6521
6553
|
observabilityEnabled?: boolean;
|
|
6522
|
-
/** Optional. Enables sensitive logging. Sensitive logging includes customer core content (e.g. prompts, responses). If false
|
|
6554
|
+
/** Optional. Enables sensitive logging. Sensitive logging includes customer core content (e.g. prompts, responses). If `false`, will sanitize all sensitive fields. */
|
|
6523
6555
|
sensitiveLoggingEnabled?: boolean;
|
|
6524
6556
|
}
|
|
6525
6557
|
interface GoogleCloudDiscoveryengineV1PageInfo {
|
|
@@ -19348,7 +19380,7 @@ declare namespace gapi.client {
|
|
|
19348
19380
|
oauth_token?: string;
|
|
19349
19381
|
/** 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. */
|
|
19350
19382
|
orderBy?: string;
|
|
19351
|
-
/** Optional. Requested page size. Server may return fewer items than requested. If unspecified, defaults to
|
|
19383
|
+
/** 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. */
|
|
19352
19384
|
pageSize?: number;
|
|
19353
19385
|
/** 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. */
|
|
19354
19386
|
pageToken?: string;
|