@google-cloud/discoveryengine 2.9.0 → 3.1.0

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.
@@ -1064,6 +1064,13 @@
1064
1064
  "(google.api.field_behavior)": "OPTIONAL"
1065
1065
  }
1066
1066
  },
1067
+ "agentsSpec": {
1068
+ "type": "AgentsSpec",
1069
+ "id": 22,
1070
+ "options": {
1071
+ "(google.api.field_behavior)": "OPTIONAL"
1072
+ }
1073
+ },
1067
1074
  "toolsSpec": {
1068
1075
  "type": "ToolsSpec",
1069
1076
  "id": 18,
@@ -1080,6 +1087,31 @@
1080
1087
  }
1081
1088
  },
1082
1089
  "nested": {
1090
+ "AgentsSpec": {
1091
+ "fields": {
1092
+ "agentSpecs": {
1093
+ "rule": "repeated",
1094
+ "type": "AgentSpec",
1095
+ "id": 1,
1096
+ "options": {
1097
+ "(google.api.field_behavior)": "OPTIONAL"
1098
+ }
1099
+ }
1100
+ },
1101
+ "nested": {
1102
+ "AgentSpec": {
1103
+ "fields": {
1104
+ "agentId": {
1105
+ "type": "string",
1106
+ "id": 1,
1107
+ "options": {
1108
+ "(google.api.field_behavior)": "REQUIRED"
1109
+ }
1110
+ }
1111
+ }
1112
+ }
1113
+ }
1114
+ },
1083
1115
  "ToolsSpec": {
1084
1116
  "fields": {
1085
1117
  "vertexAiSearchSpec": {
@@ -27754,6 +27786,13 @@
27754
27786
  "(google.api.field_behavior)": "OPTIONAL"
27755
27787
  }
27756
27788
  },
27789
+ "agentsSpec": {
27790
+ "type": "AgentsSpec",
27791
+ "id": 22,
27792
+ "options": {
27793
+ "(google.api.field_behavior)": "OPTIONAL"
27794
+ }
27795
+ },
27757
27796
  "toolsSpec": {
27758
27797
  "type": "ToolsSpec",
27759
27798
  "id": 18,
@@ -27770,6 +27809,31 @@
27770
27809
  }
27771
27810
  },
27772
27811
  "nested": {
27812
+ "AgentsSpec": {
27813
+ "fields": {
27814
+ "agentSpecs": {
27815
+ "rule": "repeated",
27816
+ "type": "AgentSpec",
27817
+ "id": 1,
27818
+ "options": {
27819
+ "(google.api.field_behavior)": "OPTIONAL"
27820
+ }
27821
+ }
27822
+ },
27823
+ "nested": {
27824
+ "AgentSpec": {
27825
+ "fields": {
27826
+ "agentId": {
27827
+ "type": "string",
27828
+ "id": 1,
27829
+ "options": {
27830
+ "(google.api.field_behavior)": "REQUIRED"
27831
+ }
27832
+ }
27833
+ }
27834
+ }
27835
+ }
27836
+ },
27773
27837
  "ToolsSpec": {
27774
27838
  "fields": {
27775
27839
  "vertexAiSearchSpec": {
@@ -42807,6 +42871,10 @@
42807
42871
  "common": {
42808
42872
  "type": "CommonLanguageSettings",
42809
42873
  "id": 1
42874
+ },
42875
+ "libraryPackage": {
42876
+ "type": "string",
42877
+ "id": 2
42810
42878
  }
42811
42879
  }
42812
42880
  },
@@ -42916,6 +42984,10 @@
42916
42984
  "rule": "repeated",
42917
42985
  "type": "string",
42918
42986
  "id": 3
42987
+ },
42988
+ "batching": {
42989
+ "type": "BatchingConfigProto",
42990
+ "id": 4
42919
42991
  }
42920
42992
  },
42921
42993
  "nested": {
@@ -42973,6 +43045,79 @@
42973
43045
  }
42974
43046
  }
42975
43047
  },
43048
+ "BatchingConfigProto": {
43049
+ "fields": {
43050
+ "thresholds": {
43051
+ "type": "BatchingSettingsProto",
43052
+ "id": 1
43053
+ },
43054
+ "batchDescriptor": {
43055
+ "type": "BatchingDescriptorProto",
43056
+ "id": 2
43057
+ }
43058
+ }
43059
+ },
43060
+ "BatchingSettingsProto": {
43061
+ "fields": {
43062
+ "elementCountThreshold": {
43063
+ "type": "int32",
43064
+ "id": 1
43065
+ },
43066
+ "requestByteThreshold": {
43067
+ "type": "int64",
43068
+ "id": 2
43069
+ },
43070
+ "delayThreshold": {
43071
+ "type": "google.protobuf.Duration",
43072
+ "id": 3
43073
+ },
43074
+ "elementCountLimit": {
43075
+ "type": "int32",
43076
+ "id": 4
43077
+ },
43078
+ "requestByteLimit": {
43079
+ "type": "int32",
43080
+ "id": 5
43081
+ },
43082
+ "flowControlElementLimit": {
43083
+ "type": "int32",
43084
+ "id": 6
43085
+ },
43086
+ "flowControlByteLimit": {
43087
+ "type": "int32",
43088
+ "id": 7
43089
+ },
43090
+ "flowControlLimitExceededBehavior": {
43091
+ "type": "FlowControlLimitExceededBehaviorProto",
43092
+ "id": 8
43093
+ }
43094
+ }
43095
+ },
43096
+ "FlowControlLimitExceededBehaviorProto": {
43097
+ "values": {
43098
+ "UNSET_BEHAVIOR": 0,
43099
+ "THROW_EXCEPTION": 1,
43100
+ "BLOCK": 2,
43101
+ "IGNORE": 3
43102
+ }
43103
+ },
43104
+ "BatchingDescriptorProto": {
43105
+ "fields": {
43106
+ "batchedField": {
43107
+ "type": "string",
43108
+ "id": 1
43109
+ },
43110
+ "discriminatorFields": {
43111
+ "rule": "repeated",
43112
+ "type": "string",
43113
+ "id": 2
43114
+ },
43115
+ "subresponseField": {
43116
+ "type": "string",
43117
+ "id": 3
43118
+ }
43119
+ }
43120
+ },
42976
43121
  "LaunchStage": {
42977
43122
  "values": {
42978
43123
  "LAUNCH_STAGE_UNSPECIFIED": 0,
@@ -43040,6 +43185,8 @@
43040
43185
  "EDITION_PROTO3": 999,
43041
43186
  "EDITION_2023": 1000,
43042
43187
  "EDITION_2024": 1001,
43188
+ "EDITION_2026": 1002,
43189
+ "EDITION_UNSTABLE": 9999,
43043
43190
  "EDITION_1_TEST_ONLY": 1,
43044
43191
  "EDITION_2_TEST_ONLY": 2,
43045
43192
  "EDITION_99997_TEST_ONLY": 99997,
@@ -43234,6 +43381,10 @@
43234
43381
  }
43235
43382
  },
43236
43383
  "extensions": [
43384
+ [
43385
+ 990,
43386
+ 998
43387
+ ],
43237
43388
  [
43238
43389
  1000,
43239
43390
  536870911
@@ -43509,7 +43660,10 @@
43509
43660
  "type": "bool",
43510
43661
  "id": 10,
43511
43662
  "options": {
43512
- "default": false
43663
+ "default": false,
43664
+ "feature_support.edition_introduced": "EDITION_PROTO2",
43665
+ "feature_support.edition_removed": "EDITION_2024",
43666
+ "feature_support.removal_error": "This behavior is enabled by default in editions 2024 and above. To disable it, you can set `features.(pb.java).nest_in_file_class = YES` on individual messages, enums, or services."
43513
43667
  }
43514
43668
  },
43515
43669
  "javaGenerateEqualsAndHash": {
@@ -43569,7 +43723,9 @@
43569
43723
  "type": "bool",
43570
43724
  "id": 31,
43571
43725
  "options": {
43572
- "default": true
43726
+ "default": true,
43727
+ "feature_support.edition_removed": "EDITION_2026",
43728
+ "feature_support.removal_error": "cc_enable_arenas is enabled by default in every edition and overrides are ignored.This option is removed in editions 2026 and above."
43573
43729
  }
43574
43730
  },
43575
43731
  "objcClassPrefix": {
@@ -43611,6 +43767,10 @@
43611
43767
  }
43612
43768
  },
43613
43769
  "extensions": [
43770
+ [
43771
+ 990,
43772
+ 998
43773
+ ],
43614
43774
  [
43615
43775
  1000,
43616
43776
  536870911
@@ -43683,6 +43843,10 @@
43683
43843
  }
43684
43844
  },
43685
43845
  "extensions": [
43846
+ [
43847
+ 990,
43848
+ 998
43849
+ ],
43686
43850
  [
43687
43851
  1000,
43688
43852
  536870911
@@ -43797,6 +43961,10 @@
43797
43961
  }
43798
43962
  },
43799
43963
  "extensions": [
43964
+ [
43965
+ 990,
43966
+ 998
43967
+ ],
43800
43968
  [
43801
43969
  1000,
43802
43970
  536870911
@@ -43877,6 +44045,10 @@
43877
44045
  "editionRemoved": {
43878
44046
  "type": "Edition",
43879
44047
  "id": 4
44048
+ },
44049
+ "removalError": {
44050
+ "type": "string",
44051
+ "id": 5
43880
44052
  }
43881
44053
  }
43882
44054
  }
@@ -43896,6 +44068,10 @@
43896
44068
  }
43897
44069
  },
43898
44070
  "extensions": [
44071
+ [
44072
+ 990,
44073
+ 998
44074
+ ],
43899
44075
  [
43900
44076
  1000,
43901
44077
  536870911
@@ -43934,6 +44110,10 @@
43934
44110
  }
43935
44111
  },
43936
44112
  "extensions": [
44113
+ [
44114
+ 990,
44115
+ 998
44116
+ ],
43937
44117
  [
43938
44118
  1000,
43939
44119
  536870911
@@ -43978,6 +44158,10 @@
43978
44158
  }
43979
44159
  },
43980
44160
  "extensions": [
44161
+ [
44162
+ 990,
44163
+ 998
44164
+ ],
43981
44165
  [
43982
44166
  1000,
43983
44167
  536870911
@@ -44005,6 +44189,10 @@
44005
44189
  }
44006
44190
  },
44007
44191
  "extensions": [
44192
+ [
44193
+ 990,
44194
+ 998
44195
+ ],
44008
44196
  [
44009
44197
  1000,
44010
44198
  536870911
@@ -44039,6 +44227,10 @@
44039
44227
  }
44040
44228
  },
44041
44229
  "extensions": [
44230
+ [
44231
+ 990,
44232
+ 998
44233
+ ],
44042
44234
  [
44043
44235
  1000,
44044
44236
  536870911
@@ -44180,8 +44372,8 @@
44180
44372
  "retention": "RETENTION_SOURCE",
44181
44373
  "targets": "TARGET_TYPE_METHOD",
44182
44374
  "feature_support.edition_introduced": "EDITION_2024",
44183
- "edition_defaults.edition": "EDITION_2024",
44184
- "edition_defaults.value": "STYLE2024"
44375
+ "edition_defaults.edition": "EDITION_2026",
44376
+ "edition_defaults.value": "STYLE2026"
44185
44377
  }
44186
44378
  },
44187
44379
  "defaultSymbolVisibility": {
@@ -44194,6 +44386,17 @@
44194
44386
  "edition_defaults.edition": "EDITION_2024",
44195
44387
  "edition_defaults.value": "EXPORT_TOP_LEVEL"
44196
44388
  }
44389
+ },
44390
+ "enforceProtoLimits": {
44391
+ "type": "ProtoLimitsFeature.EnforceProtoLimits",
44392
+ "id": 9,
44393
+ "options": {
44394
+ "retention": "RETENTION_SOURCE",
44395
+ "targets": "TARGET_TYPE_ONEOF",
44396
+ "feature_support.edition_introduced": "EDITION_2026",
44397
+ "edition_defaults.edition": "EDITION_2026",
44398
+ "edition_defaults.value": "PROTO_LIMITS2026"
44399
+ }
44197
44400
  }
44198
44401
  },
44199
44402
  "extensions": [
@@ -44270,7 +44473,8 @@
44270
44473
  "values": {
44271
44474
  "ENFORCE_NAMING_STYLE_UNKNOWN": 0,
44272
44475
  "STYLE2024": 1,
44273
- "STYLE_LEGACY": 2
44476
+ "STYLE_LEGACY": 2,
44477
+ "STYLE2026": 3
44274
44478
  }
44275
44479
  },
44276
44480
  "VisibilityFeature": {
@@ -44292,6 +44496,18 @@
44292
44496
  }
44293
44497
  }
44294
44498
  }
44499
+ },
44500
+ "ProtoLimitsFeature": {
44501
+ "fields": {},
44502
+ "nested": {
44503
+ "EnforceProtoLimits": {
44504
+ "values": {
44505
+ "PROTO_LIMITS_UNKNOWN": 0,
44506
+ "LEGACY_NO_EXPLICIT_LIMITS": 1,
44507
+ "PROTO_LIMITS2026": 2
44508
+ }
44509
+ }
44510
+ }
44295
44511
  }
44296
44512
  }
44297
44513
  },
@@ -44565,7 +44781,6 @@
44565
44781
  },
44566
44782
  "rpc": {
44567
44783
  "options": {
44568
- "cc_enable_arenas": true,
44569
44784
  "go_package": "google.golang.org/genproto/googleapis/rpc/status;status",
44570
44785
  "java_multiple_files": true,
44571
44786
  "java_outer_classname": "StatusProto",
@@ -44594,7 +44809,6 @@
44594
44809
  },
44595
44810
  "longrunning": {
44596
44811
  "options": {
44597
- "cc_enable_arenas": true,
44598
44812
  "csharp_namespace": "Google.LongRunning",
44599
44813
  "go_package": "cloud.google.com/go/longrunning/autogen/longrunningpb;longrunningpb",
44600
44814
  "java_multiple_files": true,
@@ -44751,6 +44965,10 @@
44751
44965
  "pageToken": {
44752
44966
  "type": "string",
44753
44967
  "id": 3
44968
+ },
44969
+ "returnPartialSuccess": {
44970
+ "type": "bool",
44971
+ "id": 5
44754
44972
  }
44755
44973
  }
44756
44974
  },
@@ -44764,6 +44982,14 @@
44764
44982
  "nextPageToken": {
44765
44983
  "type": "string",
44766
44984
  "id": 2
44985
+ },
44986
+ "unreachable": {
44987
+ "rule": "repeated",
44988
+ "type": "string",
44989
+ "id": 3,
44990
+ "options": {
44991
+ "(google.api.field_behavior)": "UNORDERED_LIST"
44992
+ }
44767
44993
  }
44768
44994
  }
44769
44995
  },
@@ -44811,7 +45037,6 @@
44811
45037
  },
44812
45038
  "type": {
44813
45039
  "options": {
44814
- "cc_enable_arenas": true,
44815
45040
  "go_package": "google.golang.org/genproto/googleapis/type/expr;expr",
44816
45041
  "java_multiple_files": true,
44817
45042
  "java_outer_classname": "ExprProto",
@@ -1,6 +1,6 @@
1
1
  import * as v1 from './v1';
2
- import * as v1alpha from './v1alpha';
3
2
  import * as v1beta from './v1beta';
3
+ import * as v1alpha from './v1alpha';
4
4
  declare const AssistantServiceClient: typeof v1.AssistantServiceClient;
5
5
  type AssistantServiceClient = v1.AssistantServiceClient;
6
6
  declare const CmekConfigServiceClient: typeof v1.CmekConfigServiceClient;
@@ -43,11 +43,11 @@ declare const UserEventServiceClient: typeof v1.UserEventServiceClient;
43
43
  type UserEventServiceClient = v1.UserEventServiceClient;
44
44
  declare const UserLicenseServiceClient: typeof v1.UserLicenseServiceClient;
45
45
  type UserLicenseServiceClient = v1.UserLicenseServiceClient;
46
- export { v1, v1alpha, v1beta, AssistantServiceClient, CmekConfigServiceClient, CompletionServiceClient, ControlServiceClient, ConversationalSearchServiceClient, DataStoreServiceClient, DocumentServiceClient, EngineServiceClient, GroundedGenerationServiceClient, IdentityMappingStoreServiceClient, ProjectServiceClient, RankServiceClient, RecommendationServiceClient, SchemaServiceClient, SearchServiceClient, SearchTuningServiceClient, ServingConfigServiceClient, SessionServiceClient, SiteSearchEngineServiceClient, UserEventServiceClient, UserLicenseServiceClient };
46
+ export { v1, v1beta, v1alpha, AssistantServiceClient, CmekConfigServiceClient, CompletionServiceClient, ControlServiceClient, ConversationalSearchServiceClient, DataStoreServiceClient, DocumentServiceClient, EngineServiceClient, GroundedGenerationServiceClient, IdentityMappingStoreServiceClient, ProjectServiceClient, RankServiceClient, RecommendationServiceClient, SchemaServiceClient, SearchServiceClient, SearchTuningServiceClient, ServingConfigServiceClient, SessionServiceClient, SiteSearchEngineServiceClient, UserEventServiceClient, UserLicenseServiceClient };
47
47
  declare const _default: {
48
48
  v1: typeof v1;
49
- v1alpha: typeof v1alpha;
50
49
  v1beta: typeof v1beta;
50
+ v1alpha: typeof v1alpha;
51
51
  AssistantServiceClient: typeof v1.AssistantServiceClient;
52
52
  CmekConfigServiceClient: typeof v1.CmekConfigServiceClient;
53
53
  CompletionServiceClient: typeof v1.CompletionServiceClient;
@@ -17,13 +17,13 @@
17
17
  // ** https://github.com/googleapis/synthtool **
18
18
  // ** All changes to this file may be overwritten. **
19
19
  Object.defineProperty(exports, "__esModule", { value: true });
20
- exports.protos = exports.UserLicenseServiceClient = exports.UserEventServiceClient = exports.SiteSearchEngineServiceClient = exports.SessionServiceClient = exports.ServingConfigServiceClient = exports.SearchTuningServiceClient = exports.SearchServiceClient = exports.SchemaServiceClient = exports.RecommendationServiceClient = exports.RankServiceClient = exports.ProjectServiceClient = exports.IdentityMappingStoreServiceClient = exports.GroundedGenerationServiceClient = exports.EngineServiceClient = exports.DocumentServiceClient = exports.DataStoreServiceClient = exports.ConversationalSearchServiceClient = exports.ControlServiceClient = exports.CompletionServiceClient = exports.CmekConfigServiceClient = exports.AssistantServiceClient = exports.v1beta = exports.v1alpha = exports.v1 = void 0;
20
+ exports.protos = exports.UserLicenseServiceClient = exports.UserEventServiceClient = exports.SiteSearchEngineServiceClient = exports.SessionServiceClient = exports.ServingConfigServiceClient = exports.SearchTuningServiceClient = exports.SearchServiceClient = exports.SchemaServiceClient = exports.RecommendationServiceClient = exports.RankServiceClient = exports.ProjectServiceClient = exports.IdentityMappingStoreServiceClient = exports.GroundedGenerationServiceClient = exports.EngineServiceClient = exports.DocumentServiceClient = exports.DataStoreServiceClient = exports.ConversationalSearchServiceClient = exports.ControlServiceClient = exports.CompletionServiceClient = exports.CmekConfigServiceClient = exports.AssistantServiceClient = exports.v1alpha = exports.v1beta = exports.v1 = void 0;
21
21
  const v1 = require("./v1");
22
22
  exports.v1 = v1;
23
- const v1alpha = require("./v1alpha");
24
- exports.v1alpha = v1alpha;
25
23
  const v1beta = require("./v1beta");
26
24
  exports.v1beta = v1beta;
25
+ const v1alpha = require("./v1alpha");
26
+ exports.v1alpha = v1alpha;
27
27
  const AssistantServiceClient = v1.AssistantServiceClient;
28
28
  exports.AssistantServiceClient = AssistantServiceClient;
29
29
  const CmekConfigServiceClient = v1.CmekConfigServiceClient;
@@ -66,7 +66,7 @@ const UserEventServiceClient = v1.UserEventServiceClient;
66
66
  exports.UserEventServiceClient = UserEventServiceClient;
67
67
  const UserLicenseServiceClient = v1.UserLicenseServiceClient;
68
68
  exports.UserLicenseServiceClient = UserLicenseServiceClient;
69
- exports.default = { v1, v1alpha, v1beta, AssistantServiceClient, CmekConfigServiceClient, CompletionServiceClient, ControlServiceClient, ConversationalSearchServiceClient, DataStoreServiceClient, DocumentServiceClient, EngineServiceClient, GroundedGenerationServiceClient, IdentityMappingStoreServiceClient, ProjectServiceClient, RankServiceClient, RecommendationServiceClient, SchemaServiceClient, SearchServiceClient, SearchTuningServiceClient, ServingConfigServiceClient, SessionServiceClient, SiteSearchEngineServiceClient, UserEventServiceClient, UserLicenseServiceClient };
69
+ exports.default = { v1, v1beta, v1alpha, AssistantServiceClient, CmekConfigServiceClient, CompletionServiceClient, ControlServiceClient, ConversationalSearchServiceClient, DataStoreServiceClient, DocumentServiceClient, EngineServiceClient, GroundedGenerationServiceClient, IdentityMappingStoreServiceClient, ProjectServiceClient, RankServiceClient, RecommendationServiceClient, SchemaServiceClient, SearchServiceClient, SearchTuningServiceClient, ServingConfigServiceClient, SessionServiceClient, SiteSearchEngineServiceClient, UserEventServiceClient, UserLicenseServiceClient };
70
70
  const protos = require("../protos/protos");
71
71
  exports.protos = protos;
72
72
  //# sourceMappingURL=index.js.map
@@ -141,6 +141,8 @@ export declare class AssistantServiceClient {
141
141
  * `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/sessions/{session}`
142
142
  * @param {google.cloud.discoveryengine.v1.AssistUserMetadata} [request.userMetadata]
143
143
  * Optional. Information about the user initiating the query.
144
+ * @param {google.cloud.discoveryengine.v1.StreamAssistRequest.AgentsSpec} [request.agentsSpec]
145
+ * Optional. Specification of agents that are used to serve the request.
144
146
  * @param {google.cloud.discoveryengine.v1.StreamAssistRequest.ToolsSpec} [request.toolsSpec]
145
147
  * Optional. Specification of tools that are used to serve the request.
146
148
  * @param {google.cloud.discoveryengine.v1.StreamAssistRequest.GenerationSpec} [request.generationSpec]
@@ -362,6 +362,8 @@ class AssistantServiceClient {
362
362
  * `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/sessions/{session}`
363
363
  * @param {google.cloud.discoveryengine.v1.AssistUserMetadata} [request.userMetadata]
364
364
  * Optional. Information about the user initiating the query.
365
+ * @param {google.cloud.discoveryengine.v1.StreamAssistRequest.AgentsSpec} [request.agentsSpec]
366
+ * Optional. Specification of agents that are used to serve the request.
365
367
  * @param {google.cloud.discoveryengine.v1.StreamAssistRequest.ToolsSpec} [request.toolsSpec]
366
368
  * Optional. Specification of tools that are used to serve the request.
367
369
  * @param {google.cloud.discoveryengine.v1.StreamAssistRequest.GenerationSpec} [request.generationSpec]
@@ -274,6 +274,8 @@ export declare class AssistantServiceClient {
274
274
  * `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/sessions/{session}`
275
275
  * @param {google.cloud.discoveryengine.v1beta.AssistUserMetadata} [request.userMetadata]
276
276
  * Optional. Information about the user initiating the query.
277
+ * @param {google.cloud.discoveryengine.v1beta.StreamAssistRequest.AgentsSpec} [request.agentsSpec]
278
+ * Optional. Specification of agents that are used to serve the request.
277
279
  * @param {google.cloud.discoveryengine.v1beta.StreamAssistRequest.ToolsSpec} [request.toolsSpec]
278
280
  * Optional. Specification of tools that are used to serve the request.
279
281
  * @param {google.cloud.discoveryengine.v1beta.StreamAssistRequest.GenerationSpec} [request.generationSpec]
@@ -559,6 +559,8 @@ class AssistantServiceClient {
559
559
  * `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/sessions/{session}`
560
560
  * @param {google.cloud.discoveryengine.v1beta.AssistUserMetadata} [request.userMetadata]
561
561
  * Optional. Information about the user initiating the query.
562
+ * @param {google.cloud.discoveryengine.v1beta.StreamAssistRequest.AgentsSpec} [request.agentsSpec]
563
+ * Optional. Specification of agents that are used to serve the request.
562
564
  * @param {google.cloud.discoveryengine.v1beta.StreamAssistRequest.ToolsSpec} [request.toolsSpec]
563
565
  * Optional. Specification of tools that are used to serve the request.
564
566
  * @param {google.cloud.discoveryengine.v1beta.StreamAssistRequest.GenerationSpec} [request.generationSpec]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@google-cloud/discoveryengine",
3
- "version": "2.9.0",
3
+ "version": "3.1.0",
4
4
  "description": "Discovery Engine API client for Node.js",
5
5
  "repository": {
6
6
  "type": "git",
@@ -44,26 +44,26 @@
44
44
  "test": "NODE_OPTIONS=--max-old-space-size=16384 c8 mocha --config ../../.mocharc.cjs build/test || set NODE_OPTIONS=--max-old-space-size=16384 && c8 mocha --config ../../.mocharc.cjs build/test"
45
45
  },
46
46
  "dependencies": {
47
- "google-gax": "^5.0.0"
47
+ "google-gax": "^6.0.0"
48
48
  },
49
49
  "devDependencies": {
50
50
  "@types/mocha": "^10.0.10",
51
51
  "@types/node": "^22.13.9",
52
52
  "@types/sinon": "^17.0.4",
53
53
  "c8": "^10.1.3",
54
- "gapic-tools": "^1.0.0",
54
+ "gapic-tools": "^2.0.0",
55
55
  "gts": "^6.0.2",
56
56
  "jsdoc": "^4.0.4",
57
- "jsdoc-fresh": "^4.0.0",
58
- "jsdoc-region-tag": "^3.0.0",
57
+ "jsdoc-fresh": "^6.0.0",
58
+ "jsdoc-region-tag": "^5.0.0",
59
59
  "long": "^5.3.1",
60
60
  "mocha": "^11.1.0",
61
- "pack-n-play": "^3.0.0",
61
+ "pack-n-play": "^5.0.0",
62
62
  "sinon": "21.0.3",
63
63
  "typescript": "^5.8.2"
64
64
  },
65
65
  "engines": {
66
- "node": ">=18"
66
+ "node": ">=22"
67
67
  },
68
68
  "overrides": {
69
69
  "@sinonjs/fake-timers": "15.2.1"