google-apis-discoveryengine_v1alpha 0.69.0 → 0.71.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/discoveryengine_v1alpha/classes.rb +1481 -76
- data/lib/google/apis/discoveryengine_v1alpha/gem_version.rb +2 -2
- data/lib/google/apis/discoveryengine_v1alpha/representations.rb +703 -22
- data/lib/google/apis/discoveryengine_v1alpha/service.rb +273 -31
- metadata +2 -2
@@ -226,6 +226,12 @@ module Google
|
|
226
226
|
include Google::Apis::Core::JsonObjectSupport
|
227
227
|
end
|
228
228
|
|
229
|
+
class GoogleCloudDiscoveryengineV1Assistant
|
230
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
231
|
+
|
232
|
+
include Google::Apis::Core::JsonObjectSupport
|
233
|
+
end
|
234
|
+
|
229
235
|
class GoogleCloudDiscoveryengineV1BatchCreateTargetSiteMetadata
|
230
236
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
231
237
|
|
@@ -1228,6 +1234,90 @@ module Google
|
|
1228
1234
|
include Google::Apis::Core::JsonObjectSupport
|
1229
1235
|
end
|
1230
1236
|
|
1237
|
+
class GoogleCloudDiscoveryengineV1alphaAssistAnswer
|
1238
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1239
|
+
|
1240
|
+
include Google::Apis::Core::JsonObjectSupport
|
1241
|
+
end
|
1242
|
+
|
1243
|
+
class GoogleCloudDiscoveryengineV1alphaAssistAnswerReply
|
1244
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1245
|
+
|
1246
|
+
include Google::Apis::Core::JsonObjectSupport
|
1247
|
+
end
|
1248
|
+
|
1249
|
+
class GoogleCloudDiscoveryengineV1alphaAssistUserMetadata
|
1250
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1251
|
+
|
1252
|
+
include Google::Apis::Core::JsonObjectSupport
|
1253
|
+
end
|
1254
|
+
|
1255
|
+
class GoogleCloudDiscoveryengineV1alphaAssistant
|
1256
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1257
|
+
|
1258
|
+
include Google::Apis::Core::JsonObjectSupport
|
1259
|
+
end
|
1260
|
+
|
1261
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantContent
|
1262
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1263
|
+
|
1264
|
+
include Google::Apis::Core::JsonObjectSupport
|
1265
|
+
end
|
1266
|
+
|
1267
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantContentBlob
|
1268
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1269
|
+
|
1270
|
+
include Google::Apis::Core::JsonObjectSupport
|
1271
|
+
end
|
1272
|
+
|
1273
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantContentCodeExecutionResult
|
1274
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1275
|
+
|
1276
|
+
include Google::Apis::Core::JsonObjectSupport
|
1277
|
+
end
|
1278
|
+
|
1279
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantContentExecutableCode
|
1280
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1281
|
+
|
1282
|
+
include Google::Apis::Core::JsonObjectSupport
|
1283
|
+
end
|
1284
|
+
|
1285
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantContentFile
|
1286
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1287
|
+
|
1288
|
+
include Google::Apis::Core::JsonObjectSupport
|
1289
|
+
end
|
1290
|
+
|
1291
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantGroundedContent
|
1292
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1293
|
+
|
1294
|
+
include Google::Apis::Core::JsonObjectSupport
|
1295
|
+
end
|
1296
|
+
|
1297
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadata
|
1298
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1299
|
+
|
1300
|
+
include Google::Apis::Core::JsonObjectSupport
|
1301
|
+
end
|
1302
|
+
|
1303
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadataReference
|
1304
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1305
|
+
|
1306
|
+
include Google::Apis::Core::JsonObjectSupport
|
1307
|
+
end
|
1308
|
+
|
1309
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadataReferenceDocumentMetadata
|
1310
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1311
|
+
|
1312
|
+
include Google::Apis::Core::JsonObjectSupport
|
1313
|
+
end
|
1314
|
+
|
1315
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadataSegment
|
1316
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1317
|
+
|
1318
|
+
include Google::Apis::Core::JsonObjectSupport
|
1319
|
+
end
|
1320
|
+
|
1231
1321
|
class GoogleCloudDiscoveryengineV1alphaBapConfig
|
1232
1322
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1233
1323
|
|
@@ -2050,6 +2140,24 @@ module Google
|
|
2050
2140
|
include Google::Apis::Core::JsonObjectSupport
|
2051
2141
|
end
|
2052
2142
|
|
2143
|
+
class GoogleCloudDiscoveryengineV1alphaFileCharacteristics
|
2144
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2145
|
+
|
2146
|
+
include Google::Apis::Core::JsonObjectSupport
|
2147
|
+
end
|
2148
|
+
|
2149
|
+
class GoogleCloudDiscoveryengineV1alphaFileMetadata
|
2150
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2151
|
+
|
2152
|
+
include Google::Apis::Core::JsonObjectSupport
|
2153
|
+
end
|
2154
|
+
|
2155
|
+
class GoogleCloudDiscoveryengineV1alphaFileView
|
2156
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2157
|
+
|
2158
|
+
include Google::Apis::Core::JsonObjectSupport
|
2159
|
+
end
|
2160
|
+
|
2053
2161
|
class GoogleCloudDiscoveryengineV1alphaFirestoreSource
|
2054
2162
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2055
2163
|
|
@@ -2134,6 +2242,12 @@ module Google
|
|
2134
2242
|
include Google::Apis::Core::JsonObjectSupport
|
2135
2243
|
end
|
2136
2244
|
|
2245
|
+
class GoogleCloudDiscoveryengineV1alphaImageCharacteristics
|
2246
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2247
|
+
|
2248
|
+
include Google::Apis::Core::JsonObjectSupport
|
2249
|
+
end
|
2250
|
+
|
2137
2251
|
class GoogleCloudDiscoveryengineV1alphaImportCompletionSuggestionsMetadata
|
2138
2252
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2139
2253
|
|
@@ -2368,6 +2482,12 @@ module Google
|
|
2368
2482
|
include Google::Apis::Core::JsonObjectSupport
|
2369
2483
|
end
|
2370
2484
|
|
2485
|
+
class GoogleCloudDiscoveryengineV1alphaListFilesResponse
|
2486
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2487
|
+
|
2488
|
+
include Google::Apis::Core::JsonObjectSupport
|
2489
|
+
end
|
2490
|
+
|
2371
2491
|
class GoogleCloudDiscoveryengineV1alphaListIdentityMappingStoresResponse
|
2372
2492
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2373
2493
|
|
@@ -2512,6 +2632,12 @@ module Google
|
|
2512
2632
|
include Google::Apis::Core::JsonObjectSupport
|
2513
2633
|
end
|
2514
2634
|
|
2635
|
+
class GoogleCloudDiscoveryengineV1alphaProvisionProjectRequestSaasParams
|
2636
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2637
|
+
|
2638
|
+
include Google::Apis::Core::JsonObjectSupport
|
2639
|
+
end
|
2640
|
+
|
2515
2641
|
class GoogleCloudDiscoveryengineV1alphaPurgeCompletionSuggestionsMetadata
|
2516
2642
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2517
2643
|
|
@@ -3274,6 +3400,60 @@ module Google
|
|
3274
3400
|
include Google::Apis::Core::JsonObjectSupport
|
3275
3401
|
end
|
3276
3402
|
|
3403
|
+
class GoogleCloudDiscoveryengineV1alphaStreamAssistRequest
|
3404
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3405
|
+
|
3406
|
+
include Google::Apis::Core::JsonObjectSupport
|
3407
|
+
end
|
3408
|
+
|
3409
|
+
class GoogleCloudDiscoveryengineV1alphaStreamAssistRequestGenerationSpec
|
3410
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3411
|
+
|
3412
|
+
include Google::Apis::Core::JsonObjectSupport
|
3413
|
+
end
|
3414
|
+
|
3415
|
+
class GoogleCloudDiscoveryengineV1alphaStreamAssistRequestToolsSpec
|
3416
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3417
|
+
|
3418
|
+
include Google::Apis::Core::JsonObjectSupport
|
3419
|
+
end
|
3420
|
+
|
3421
|
+
class GoogleCloudDiscoveryengineV1alphaStreamAssistRequestToolsSpecImageGenerationSpec
|
3422
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3423
|
+
|
3424
|
+
include Google::Apis::Core::JsonObjectSupport
|
3425
|
+
end
|
3426
|
+
|
3427
|
+
class GoogleCloudDiscoveryengineV1alphaStreamAssistRequestToolsSpecVertexAiSearchSpec
|
3428
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3429
|
+
|
3430
|
+
include Google::Apis::Core::JsonObjectSupport
|
3431
|
+
end
|
3432
|
+
|
3433
|
+
class GoogleCloudDiscoveryengineV1alphaStreamAssistRequestToolsSpecVideoGenerationSpec
|
3434
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3435
|
+
|
3436
|
+
include Google::Apis::Core::JsonObjectSupport
|
3437
|
+
end
|
3438
|
+
|
3439
|
+
class GoogleCloudDiscoveryengineV1alphaStreamAssistRequestToolsSpecWebGroundingSpec
|
3440
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3441
|
+
|
3442
|
+
include Google::Apis::Core::JsonObjectSupport
|
3443
|
+
end
|
3444
|
+
|
3445
|
+
class GoogleCloudDiscoveryengineV1alphaStreamAssistResponse
|
3446
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3447
|
+
|
3448
|
+
include Google::Apis::Core::JsonObjectSupport
|
3449
|
+
end
|
3450
|
+
|
3451
|
+
class GoogleCloudDiscoveryengineV1alphaStreamAssistResponseSessionInfo
|
3452
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3453
|
+
|
3454
|
+
include Google::Apis::Core::JsonObjectSupport
|
3455
|
+
end
|
3456
|
+
|
3277
3457
|
class GoogleCloudDiscoveryengineV1alphaSuggestionDenyListEntry
|
3278
3458
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3279
3459
|
|
@@ -3388,6 +3568,18 @@ module Google
|
|
3388
3568
|
include Google::Apis::Core::JsonObjectSupport
|
3389
3569
|
end
|
3390
3570
|
|
3571
|
+
class GoogleCloudDiscoveryengineV1alphaUploadSessionFileRequest
|
3572
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3573
|
+
|
3574
|
+
include Google::Apis::Core::JsonObjectSupport
|
3575
|
+
end
|
3576
|
+
|
3577
|
+
class GoogleCloudDiscoveryengineV1alphaUploadSessionFileResponse
|
3578
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3579
|
+
|
3580
|
+
include Google::Apis::Core::JsonObjectSupport
|
3581
|
+
end
|
3582
|
+
|
3391
3583
|
class GoogleCloudDiscoveryengineV1alphaUserEvent
|
3392
3584
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3393
3585
|
|
@@ -3406,6 +3598,12 @@ module Google
|
|
3406
3598
|
include Google::Apis::Core::JsonObjectSupport
|
3407
3599
|
end
|
3408
3600
|
|
3601
|
+
class GoogleCloudDiscoveryengineV1alphaVideoCharacteristics
|
3602
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3603
|
+
|
3604
|
+
include Google::Apis::Core::JsonObjectSupport
|
3605
|
+
end
|
3606
|
+
|
3409
3607
|
class GoogleCloudDiscoveryengineV1alphaWidgetConfig
|
3410
3608
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3411
3609
|
|
@@ -4312,12 +4510,60 @@ module Google
|
|
4312
4510
|
include Google::Apis::Core::JsonObjectSupport
|
4313
4511
|
end
|
4314
4512
|
|
4513
|
+
class GoogleCloudNotebooklmV1alphaAgentspaceMetadata
|
4514
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4515
|
+
|
4516
|
+
include Google::Apis::Core::JsonObjectSupport
|
4517
|
+
end
|
4518
|
+
|
4519
|
+
class GoogleCloudNotebooklmV1alphaBatchCreateSourcesRequest
|
4520
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4521
|
+
|
4522
|
+
include Google::Apis::Core::JsonObjectSupport
|
4523
|
+
end
|
4524
|
+
|
4525
|
+
class GoogleCloudNotebooklmV1alphaBatchCreateSourcesResponse
|
4526
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4527
|
+
|
4528
|
+
include Google::Apis::Core::JsonObjectSupport
|
4529
|
+
end
|
4530
|
+
|
4531
|
+
class GoogleCloudNotebooklmV1alphaListRecentlyViewedNotebooksResponse
|
4532
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4533
|
+
|
4534
|
+
include Google::Apis::Core::JsonObjectSupport
|
4535
|
+
end
|
4536
|
+
|
4537
|
+
class GoogleCloudNotebooklmV1alphaNotebook
|
4538
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4539
|
+
|
4540
|
+
include Google::Apis::Core::JsonObjectSupport
|
4541
|
+
end
|
4542
|
+
|
4543
|
+
class GoogleCloudNotebooklmV1alphaNotebookMetadata
|
4544
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4545
|
+
|
4546
|
+
include Google::Apis::Core::JsonObjectSupport
|
4547
|
+
end
|
4548
|
+
|
4549
|
+
class GoogleCloudNotebooklmV1alphaSource
|
4550
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4551
|
+
|
4552
|
+
include Google::Apis::Core::JsonObjectSupport
|
4553
|
+
end
|
4554
|
+
|
4315
4555
|
class GoogleCloudNotebooklmV1alphaSourceId
|
4316
4556
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4317
4557
|
|
4318
4558
|
include Google::Apis::Core::JsonObjectSupport
|
4319
4559
|
end
|
4320
4560
|
|
4561
|
+
class GoogleCloudNotebooklmV1alphaSourceMetadata
|
4562
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4563
|
+
|
4564
|
+
include Google::Apis::Core::JsonObjectSupport
|
4565
|
+
end
|
4566
|
+
|
4321
4567
|
class GoogleCloudNotebooklmV1alphaUploadSourceFileRequest
|
4322
4568
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4323
4569
|
|
@@ -4330,6 +4576,18 @@ module Google
|
|
4330
4576
|
include Google::Apis::Core::JsonObjectSupport
|
4331
4577
|
end
|
4332
4578
|
|
4579
|
+
class GoogleCloudNotebooklmV1alphaUserContent
|
4580
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4581
|
+
|
4582
|
+
include Google::Apis::Core::JsonObjectSupport
|
4583
|
+
end
|
4584
|
+
|
4585
|
+
class GoogleCloudNotebooklmV1alphaUserContentAgentspaceContent
|
4586
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4587
|
+
|
4588
|
+
include Google::Apis::Core::JsonObjectSupport
|
4589
|
+
end
|
4590
|
+
|
4333
4591
|
class GoogleLongrunningCancelOperationRequest
|
4334
4592
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4335
4593
|
|
@@ -4802,6 +5060,13 @@ module Google
|
|
4802
5060
|
end
|
4803
5061
|
end
|
4804
5062
|
|
5063
|
+
class GoogleCloudDiscoveryengineV1Assistant
|
5064
|
+
# @private
|
5065
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5066
|
+
property :name, as: 'name'
|
5067
|
+
end
|
5068
|
+
end
|
5069
|
+
|
4805
5070
|
class GoogleCloudDiscoveryengineV1BatchCreateTargetSiteMetadata
|
4806
5071
|
# @private
|
4807
5072
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5177,6 +5442,7 @@ module Google
|
|
5177
5442
|
class GoogleCloudDiscoveryengineV1DocumentProcessingConfigParsingConfigLayoutParsingConfig
|
5178
5443
|
# @private
|
5179
5444
|
class Representation < Google::Apis::Core::JsonRepresentation
|
5445
|
+
property :enable_get_processed_document, as: 'enableGetProcessedDocument'
|
5180
5446
|
property :enable_image_annotation, as: 'enableImageAnnotation'
|
5181
5447
|
property :enable_table_annotation, as: 'enableTableAnnotation'
|
5182
5448
|
collection :exclude_html_classes, as: 'excludeHtmlClasses'
|
@@ -6481,61 +6747,194 @@ module Google
|
|
6481
6747
|
end
|
6482
6748
|
end
|
6483
6749
|
|
6484
|
-
class
|
6750
|
+
class GoogleCloudDiscoveryengineV1alphaAssistAnswer
|
6485
6751
|
# @private
|
6486
6752
|
class Representation < Google::Apis::Core::JsonRepresentation
|
6487
|
-
collection :
|
6753
|
+
collection :assist_skipped_reasons, as: 'assistSkippedReasons'
|
6754
|
+
property :name, as: 'name'
|
6755
|
+
collection :replies, as: 'replies', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistAnswerReply, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistAnswerReply::Representation
|
6756
|
+
|
6757
|
+
property :state, as: 'state'
|
6488
6758
|
end
|
6489
6759
|
end
|
6490
6760
|
|
6491
|
-
class
|
6761
|
+
class GoogleCloudDiscoveryengineV1alphaAssistAnswerReply
|
6492
6762
|
# @private
|
6493
6763
|
class Representation < Google::Apis::Core::JsonRepresentation
|
6494
|
-
property :
|
6495
|
-
|
6764
|
+
property :grounded_content, as: 'groundedContent', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistantGroundedContent, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistantGroundedContent::Representation
|
6765
|
+
|
6496
6766
|
end
|
6497
6767
|
end
|
6498
6768
|
|
6499
|
-
class
|
6769
|
+
class GoogleCloudDiscoveryengineV1alphaAssistUserMetadata
|
6500
6770
|
# @private
|
6501
6771
|
class Representation < Google::Apis::Core::JsonRepresentation
|
6502
|
-
|
6503
|
-
|
6772
|
+
property :preferred_language_code, as: 'preferredLanguageCode'
|
6773
|
+
property :time_zone, as: 'timeZone'
|
6504
6774
|
end
|
6505
6775
|
end
|
6506
6776
|
|
6507
|
-
class
|
6777
|
+
class GoogleCloudDiscoveryengineV1alphaAssistant
|
6508
6778
|
# @private
|
6509
6779
|
class Representation < Google::Apis::Core::JsonRepresentation
|
6510
|
-
|
6511
|
-
|
6780
|
+
property :name, as: 'name'
|
6512
6781
|
end
|
6513
6782
|
end
|
6514
6783
|
|
6515
|
-
class
|
6784
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantContent
|
6516
6785
|
# @private
|
6517
6786
|
class Representation < Google::Apis::Core::JsonRepresentation
|
6518
|
-
|
6787
|
+
property :code_execution_result, as: 'codeExecutionResult', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistantContentCodeExecutionResult, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistantContentCodeExecutionResult::Representation
|
6519
6788
|
|
6789
|
+
property :executable_code, as: 'executableCode', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistantContentExecutableCode, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistantContentExecutableCode::Representation
|
6790
|
+
|
6791
|
+
property :file, as: 'file', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistantContentFile, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistantContentFile::Representation
|
6792
|
+
|
6793
|
+
property :inline_data, as: 'inlineData', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistantContentBlob, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistantContentBlob::Representation
|
6794
|
+
|
6795
|
+
property :role, as: 'role'
|
6796
|
+
property :text, as: 'text'
|
6797
|
+
property :thought, as: 'thought'
|
6520
6798
|
end
|
6521
6799
|
end
|
6522
6800
|
|
6523
|
-
class
|
6801
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantContentBlob
|
6524
6802
|
# @private
|
6525
6803
|
class Representation < Google::Apis::Core::JsonRepresentation
|
6526
|
-
property :
|
6527
|
-
property :
|
6528
|
-
property :matcher_value, as: 'matcherValue', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaBatchGetDocumentsMetadataResponseDocumentMetadataMatcherValue, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaBatchGetDocumentsMetadataResponseDocumentMetadataMatcherValue::Representation
|
6529
|
-
|
6530
|
-
property :state, as: 'state'
|
6804
|
+
property :data, :base64 => true, as: 'data'
|
6805
|
+
property :mime_type, as: 'mimeType'
|
6531
6806
|
end
|
6532
6807
|
end
|
6533
6808
|
|
6534
|
-
class
|
6809
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantContentCodeExecutionResult
|
6535
6810
|
# @private
|
6536
6811
|
class Representation < Google::Apis::Core::JsonRepresentation
|
6537
|
-
property :
|
6538
|
-
property :
|
6812
|
+
property :outcome, as: 'outcome'
|
6813
|
+
property :output, as: 'output'
|
6814
|
+
end
|
6815
|
+
end
|
6816
|
+
|
6817
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantContentExecutableCode
|
6818
|
+
# @private
|
6819
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6820
|
+
property :code, as: 'code'
|
6821
|
+
end
|
6822
|
+
end
|
6823
|
+
|
6824
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantContentFile
|
6825
|
+
# @private
|
6826
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6827
|
+
property :file_id, as: 'fileId'
|
6828
|
+
property :mime_type, as: 'mimeType'
|
6829
|
+
end
|
6830
|
+
end
|
6831
|
+
|
6832
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantGroundedContent
|
6833
|
+
# @private
|
6834
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6835
|
+
property :content, as: 'content', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistantContent, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistantContent::Representation
|
6836
|
+
|
6837
|
+
property :text_grounding_metadata, as: 'textGroundingMetadata', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadata, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadata::Representation
|
6838
|
+
|
6839
|
+
end
|
6840
|
+
end
|
6841
|
+
|
6842
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadata
|
6843
|
+
# @private
|
6844
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6845
|
+
collection :references, as: 'references', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadataReference, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadataReference::Representation
|
6846
|
+
|
6847
|
+
collection :segments, as: 'segments', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadataSegment, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadataSegment::Representation
|
6848
|
+
|
6849
|
+
end
|
6850
|
+
end
|
6851
|
+
|
6852
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadataReference
|
6853
|
+
# @private
|
6854
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6855
|
+
property :content, as: 'content'
|
6856
|
+
property :document_metadata, as: 'documentMetadata', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadataReferenceDocumentMetadata, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadataReferenceDocumentMetadata::Representation
|
6857
|
+
|
6858
|
+
end
|
6859
|
+
end
|
6860
|
+
|
6861
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadataReferenceDocumentMetadata
|
6862
|
+
# @private
|
6863
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6864
|
+
property :document, as: 'document'
|
6865
|
+
property :domain, as: 'domain'
|
6866
|
+
property :page_identifier, as: 'pageIdentifier'
|
6867
|
+
property :title, as: 'title'
|
6868
|
+
property :uri, as: 'uri'
|
6869
|
+
end
|
6870
|
+
end
|
6871
|
+
|
6872
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadataSegment
|
6873
|
+
# @private
|
6874
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6875
|
+
property :end_index, :numeric_string => true, as: 'endIndex'
|
6876
|
+
property :grounding_score, as: 'groundingScore'
|
6877
|
+
collection :reference_indices, as: 'referenceIndices'
|
6878
|
+
property :start_index, :numeric_string => true, as: 'startIndex'
|
6879
|
+
property :text, as: 'text'
|
6880
|
+
end
|
6881
|
+
end
|
6882
|
+
|
6883
|
+
class GoogleCloudDiscoveryengineV1alphaBapConfig
|
6884
|
+
# @private
|
6885
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6886
|
+
collection :supported_connector_modes, as: 'supportedConnectorModes'
|
6887
|
+
end
|
6888
|
+
end
|
6889
|
+
|
6890
|
+
class GoogleCloudDiscoveryengineV1alphaBatchCreateTargetSiteMetadata
|
6891
|
+
# @private
|
6892
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6893
|
+
property :create_time, as: 'createTime'
|
6894
|
+
property :update_time, as: 'updateTime'
|
6895
|
+
end
|
6896
|
+
end
|
6897
|
+
|
6898
|
+
class GoogleCloudDiscoveryengineV1alphaBatchCreateTargetSitesRequest
|
6899
|
+
# @private
|
6900
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6901
|
+
collection :requests, as: 'requests', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaCreateTargetSiteRequest, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaCreateTargetSiteRequest::Representation
|
6902
|
+
|
6903
|
+
end
|
6904
|
+
end
|
6905
|
+
|
6906
|
+
class GoogleCloudDiscoveryengineV1alphaBatchCreateTargetSitesResponse
|
6907
|
+
# @private
|
6908
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6909
|
+
collection :target_sites, as: 'targetSites', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaTargetSite, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaTargetSite::Representation
|
6910
|
+
|
6911
|
+
end
|
6912
|
+
end
|
6913
|
+
|
6914
|
+
class GoogleCloudDiscoveryengineV1alphaBatchGetDocumentsMetadataResponse
|
6915
|
+
# @private
|
6916
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6917
|
+
collection :documents_metadata, as: 'documentsMetadata', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaBatchGetDocumentsMetadataResponseDocumentMetadata, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaBatchGetDocumentsMetadataResponseDocumentMetadata::Representation
|
6918
|
+
|
6919
|
+
end
|
6920
|
+
end
|
6921
|
+
|
6922
|
+
class GoogleCloudDiscoveryengineV1alphaBatchGetDocumentsMetadataResponseDocumentMetadata
|
6923
|
+
# @private
|
6924
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6925
|
+
property :data_ingestion_source, as: 'dataIngestionSource'
|
6926
|
+
property :last_refreshed_time, as: 'lastRefreshedTime'
|
6927
|
+
property :matcher_value, as: 'matcherValue', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaBatchGetDocumentsMetadataResponseDocumentMetadataMatcherValue, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaBatchGetDocumentsMetadataResponseDocumentMetadataMatcherValue::Representation
|
6928
|
+
|
6929
|
+
property :state, as: 'state'
|
6930
|
+
end
|
6931
|
+
end
|
6932
|
+
|
6933
|
+
class GoogleCloudDiscoveryengineV1alphaBatchGetDocumentsMetadataResponseDocumentMetadataMatcherValue
|
6934
|
+
# @private
|
6935
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6936
|
+
property :fhir_resource, as: 'fhirResource'
|
6937
|
+
property :uri, as: 'uri'
|
6539
6938
|
end
|
6540
6939
|
end
|
6541
6940
|
|
@@ -7573,6 +7972,7 @@ module Google
|
|
7573
7972
|
class GoogleCloudDiscoveryengineV1alphaDocumentProcessingConfigParsingConfigLayoutParsingConfig
|
7574
7973
|
# @private
|
7575
7974
|
class Representation < Google::Apis::Core::JsonRepresentation
|
7975
|
+
property :enable_get_processed_document, as: 'enableGetProcessedDocument'
|
7576
7976
|
property :enable_image_annotation, as: 'enableImageAnnotation'
|
7577
7977
|
property :enable_table_annotation, as: 'enableTableAnnotation'
|
7578
7978
|
collection :exclude_html_classes, as: 'excludeHtmlClasses'
|
@@ -7911,6 +8311,49 @@ module Google
|
|
7911
8311
|
end
|
7912
8312
|
end
|
7913
8313
|
|
8314
|
+
class GoogleCloudDiscoveryengineV1alphaFileCharacteristics
|
8315
|
+
# @private
|
8316
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8317
|
+
hash :characteristics, as: 'characteristics'
|
8318
|
+
end
|
8319
|
+
end
|
8320
|
+
|
8321
|
+
class GoogleCloudDiscoveryengineV1alphaFileMetadata
|
8322
|
+
# @private
|
8323
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8324
|
+
property :byte_size, :numeric_string => true, as: 'byteSize'
|
8325
|
+
property :download_uri, as: 'downloadUri'
|
8326
|
+
property :file_id, as: 'fileId'
|
8327
|
+
property :file_origin_type, as: 'fileOriginType'
|
8328
|
+
property :last_add_time, as: 'lastAddTime'
|
8329
|
+
hash :metadata, as: 'metadata'
|
8330
|
+
property :mime_type, as: 'mimeType'
|
8331
|
+
property :name, as: 'name'
|
8332
|
+
property :original_source_type, as: 'originalSourceType'
|
8333
|
+
property :original_uri, as: 'originalUri'
|
8334
|
+
property :upload_time, as: 'uploadTime'
|
8335
|
+
hash :views, as: 'views', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaFileView, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaFileView::Representation
|
8336
|
+
|
8337
|
+
end
|
8338
|
+
end
|
8339
|
+
|
8340
|
+
class GoogleCloudDiscoveryengineV1alphaFileView
|
8341
|
+
# @private
|
8342
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8343
|
+
property :byte_size, :numeric_string => true, as: 'byteSize'
|
8344
|
+
property :create_time, as: 'createTime'
|
8345
|
+
property :file_characteristics, as: 'fileCharacteristics', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaFileCharacteristics, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaFileCharacteristics::Representation
|
8346
|
+
|
8347
|
+
property :image_characteristics, as: 'imageCharacteristics', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaImageCharacteristics, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaImageCharacteristics::Representation
|
8348
|
+
|
8349
|
+
property :mime_type, as: 'mimeType'
|
8350
|
+
property :uri, as: 'uri'
|
8351
|
+
property :video_characteristics, as: 'videoCharacteristics', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaVideoCharacteristics, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaVideoCharacteristics::Representation
|
8352
|
+
|
8353
|
+
property :view_id, as: 'viewId'
|
8354
|
+
end
|
8355
|
+
end
|
8356
|
+
|
7914
8357
|
class GoogleCloudDiscoveryengineV1alphaFirestoreSource
|
7915
8358
|
# @private
|
7916
8359
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -8036,6 +8479,16 @@ module Google
|
|
8036
8479
|
end
|
8037
8480
|
end
|
8038
8481
|
|
8482
|
+
class GoogleCloudDiscoveryengineV1alphaImageCharacteristics
|
8483
|
+
# @private
|
8484
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8485
|
+
property :bit_depth, as: 'bitDepth'
|
8486
|
+
property :color_space, as: 'colorSpace'
|
8487
|
+
property :height, as: 'height'
|
8488
|
+
property :width, as: 'width'
|
8489
|
+
end
|
8490
|
+
end
|
8491
|
+
|
8039
8492
|
class GoogleCloudDiscoveryengineV1alphaImportCompletionSuggestionsMetadata
|
8040
8493
|
# @private
|
8041
8494
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -8428,6 +8881,15 @@ module Google
|
|
8428
8881
|
end
|
8429
8882
|
end
|
8430
8883
|
|
8884
|
+
class GoogleCloudDiscoveryengineV1alphaListFilesResponse
|
8885
|
+
# @private
|
8886
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8887
|
+
collection :files, as: 'files', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaFileMetadata, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaFileMetadata::Representation
|
8888
|
+
|
8889
|
+
property :next_page_token, as: 'nextPageToken'
|
8890
|
+
end
|
8891
|
+
end
|
8892
|
+
|
8431
8893
|
class GoogleCloudDiscoveryengineV1alphaListIdentityMappingStoresResponse
|
8432
8894
|
# @private
|
8433
8895
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -8644,6 +9106,15 @@ module Google
|
|
8644
9106
|
class Representation < Google::Apis::Core::JsonRepresentation
|
8645
9107
|
property :accept_data_use_terms, as: 'acceptDataUseTerms'
|
8646
9108
|
property :data_use_terms_version, as: 'dataUseTermsVersion'
|
9109
|
+
property :saas_params, as: 'saasParams', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaProvisionProjectRequestSaasParams, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaProvisionProjectRequestSaasParams::Representation
|
9110
|
+
|
9111
|
+
end
|
9112
|
+
end
|
9113
|
+
|
9114
|
+
class GoogleCloudDiscoveryengineV1alphaProvisionProjectRequestSaasParams
|
9115
|
+
# @private
|
9116
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9117
|
+
property :accept_biz_qos, as: 'acceptBizQos'
|
8647
9118
|
end
|
8648
9119
|
end
|
8649
9120
|
|
@@ -9950,6 +10421,87 @@ module Google
|
|
9950
10421
|
end
|
9951
10422
|
end
|
9952
10423
|
|
10424
|
+
class GoogleCloudDiscoveryengineV1alphaStreamAssistRequest
|
10425
|
+
# @private
|
10426
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10427
|
+
property :generation_spec, as: 'generationSpec', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaStreamAssistRequestGenerationSpec, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaStreamAssistRequestGenerationSpec::Representation
|
10428
|
+
|
10429
|
+
property :query, as: 'query', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaQuery, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaQuery::Representation
|
10430
|
+
|
10431
|
+
property :session, as: 'session'
|
10432
|
+
property :tools_spec, as: 'toolsSpec', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaStreamAssistRequestToolsSpec, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaStreamAssistRequestToolsSpec::Representation
|
10433
|
+
|
10434
|
+
property :user_metadata, as: 'userMetadata', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistUserMetadata, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistUserMetadata::Representation
|
10435
|
+
|
10436
|
+
end
|
10437
|
+
end
|
10438
|
+
|
10439
|
+
class GoogleCloudDiscoveryengineV1alphaStreamAssistRequestGenerationSpec
|
10440
|
+
# @private
|
10441
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10442
|
+
property :model_id, as: 'modelId'
|
10443
|
+
end
|
10444
|
+
end
|
10445
|
+
|
10446
|
+
class GoogleCloudDiscoveryengineV1alphaStreamAssistRequestToolsSpec
|
10447
|
+
# @private
|
10448
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10449
|
+
property :image_generation_spec, as: 'imageGenerationSpec', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaStreamAssistRequestToolsSpecImageGenerationSpec, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaStreamAssistRequestToolsSpecImageGenerationSpec::Representation
|
10450
|
+
|
10451
|
+
property :vertex_ai_search_spec, as: 'vertexAiSearchSpec', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaStreamAssistRequestToolsSpecVertexAiSearchSpec, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaStreamAssistRequestToolsSpecVertexAiSearchSpec::Representation
|
10452
|
+
|
10453
|
+
property :video_generation_spec, as: 'videoGenerationSpec', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaStreamAssistRequestToolsSpecVideoGenerationSpec, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaStreamAssistRequestToolsSpecVideoGenerationSpec::Representation
|
10454
|
+
|
10455
|
+
property :web_grounding_spec, as: 'webGroundingSpec', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaStreamAssistRequestToolsSpecWebGroundingSpec, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaStreamAssistRequestToolsSpecWebGroundingSpec::Representation
|
10456
|
+
|
10457
|
+
end
|
10458
|
+
end
|
10459
|
+
|
10460
|
+
class GoogleCloudDiscoveryengineV1alphaStreamAssistRequestToolsSpecImageGenerationSpec
|
10461
|
+
# @private
|
10462
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10463
|
+
end
|
10464
|
+
end
|
10465
|
+
|
10466
|
+
class GoogleCloudDiscoveryengineV1alphaStreamAssistRequestToolsSpecVertexAiSearchSpec
|
10467
|
+
# @private
|
10468
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10469
|
+
collection :data_store_specs, as: 'dataStoreSpecs', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaSearchRequestDataStoreSpec, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaSearchRequestDataStoreSpec::Representation
|
10470
|
+
|
10471
|
+
property :filter, as: 'filter'
|
10472
|
+
end
|
10473
|
+
end
|
10474
|
+
|
10475
|
+
class GoogleCloudDiscoveryengineV1alphaStreamAssistRequestToolsSpecVideoGenerationSpec
|
10476
|
+
# @private
|
10477
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10478
|
+
end
|
10479
|
+
end
|
10480
|
+
|
10481
|
+
class GoogleCloudDiscoveryengineV1alphaStreamAssistRequestToolsSpecWebGroundingSpec
|
10482
|
+
# @private
|
10483
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10484
|
+
end
|
10485
|
+
end
|
10486
|
+
|
10487
|
+
class GoogleCloudDiscoveryengineV1alphaStreamAssistResponse
|
10488
|
+
# @private
|
10489
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10490
|
+
property :answer, as: 'answer', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistAnswer, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistAnswer::Representation
|
10491
|
+
|
10492
|
+
property :assist_token, as: 'assistToken'
|
10493
|
+
property :session_info, as: 'sessionInfo', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaStreamAssistResponseSessionInfo, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaStreamAssistResponseSessionInfo::Representation
|
10494
|
+
|
10495
|
+
end
|
10496
|
+
end
|
10497
|
+
|
10498
|
+
class GoogleCloudDiscoveryengineV1alphaStreamAssistResponseSessionInfo
|
10499
|
+
# @private
|
10500
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10501
|
+
property :session, as: 'session'
|
10502
|
+
end
|
10503
|
+
end
|
10504
|
+
|
9953
10505
|
class GoogleCloudDiscoveryengineV1alphaSuggestionDenyListEntry
|
9954
10506
|
# @private
|
9955
10507
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -10124,6 +10676,25 @@ module Google
|
|
10124
10676
|
end
|
10125
10677
|
end
|
10126
10678
|
|
10679
|
+
class GoogleCloudDiscoveryengineV1alphaUploadSessionFileRequest
|
10680
|
+
# @private
|
10681
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10682
|
+
property :blob, as: 'blob', class: Google::Apis::DiscoveryengineV1alpha::GdataMedia, decorator: Google::Apis::DiscoveryengineV1alpha::GdataMedia::Representation
|
10683
|
+
|
10684
|
+
property :media_request_info, as: 'mediaRequestInfo', class: Google::Apis::DiscoveryengineV1alpha::ApiservingMediaRequestInfo, decorator: Google::Apis::DiscoveryengineV1alpha::ApiservingMediaRequestInfo::Representation
|
10685
|
+
|
10686
|
+
end
|
10687
|
+
end
|
10688
|
+
|
10689
|
+
class GoogleCloudDiscoveryengineV1alphaUploadSessionFileResponse
|
10690
|
+
# @private
|
10691
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10692
|
+
property :file_id, as: 'fileId'
|
10693
|
+
property :media_response_info, as: 'mediaResponseInfo', class: Google::Apis::DiscoveryengineV1alpha::ApiservingMediaResponseInfo, decorator: Google::Apis::DiscoveryengineV1alpha::ApiservingMediaResponseInfo::Representation
|
10694
|
+
|
10695
|
+
end
|
10696
|
+
end
|
10697
|
+
|
10127
10698
|
class GoogleCloudDiscoveryengineV1alphaUserEvent
|
10128
10699
|
# @private
|
10129
10700
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -10184,6 +10755,20 @@ module Google
|
|
10184
10755
|
end
|
10185
10756
|
end
|
10186
10757
|
|
10758
|
+
class GoogleCloudDiscoveryengineV1alphaVideoCharacteristics
|
10759
|
+
# @private
|
10760
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10761
|
+
property :audio_bitrate_kbps, as: 'audioBitrateKbps'
|
10762
|
+
collection :audio_codecs, as: 'audioCodecs'
|
10763
|
+
property :duration, as: 'duration'
|
10764
|
+
property :frame_rate, as: 'frameRate'
|
10765
|
+
property :height, as: 'height'
|
10766
|
+
property :video_bitrate_kbps, as: 'videoBitrateKbps'
|
10767
|
+
collection :video_codecs, as: 'videoCodecs'
|
10768
|
+
property :width, as: 'width'
|
10769
|
+
end
|
10770
|
+
end
|
10771
|
+
|
10187
10772
|
class GoogleCloudDiscoveryengineV1alphaWidgetConfig
|
10188
10773
|
# @private
|
10189
10774
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -10805,6 +11390,7 @@ module Google
|
|
10805
11390
|
class GoogleCloudDiscoveryengineV1betaDocumentProcessingConfigParsingConfigLayoutParsingConfig
|
10806
11391
|
# @private
|
10807
11392
|
class Representation < Google::Apis::Core::JsonRepresentation
|
11393
|
+
property :enable_get_processed_document, as: 'enableGetProcessedDocument'
|
10808
11394
|
property :enable_image_annotation, as: 'enableImageAnnotation'
|
10809
11395
|
property :enable_table_annotation, as: 'enableTableAnnotation'
|
10810
11396
|
collection :exclude_html_classes, as: 'excludeHtmlClasses'
|
@@ -11746,6 +12332,73 @@ module Google
|
|
11746
12332
|
end
|
11747
12333
|
end
|
11748
12334
|
|
12335
|
+
class GoogleCloudNotebooklmV1alphaAgentspaceMetadata
|
12336
|
+
# @private
|
12337
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12338
|
+
property :document_name, as: 'documentName'
|
12339
|
+
property :document_title, as: 'documentTitle'
|
12340
|
+
end
|
12341
|
+
end
|
12342
|
+
|
12343
|
+
class GoogleCloudNotebooklmV1alphaBatchCreateSourcesRequest
|
12344
|
+
# @private
|
12345
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12346
|
+
collection :user_contents, as: 'userContents', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaUserContent, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaUserContent::Representation
|
12347
|
+
|
12348
|
+
end
|
12349
|
+
end
|
12350
|
+
|
12351
|
+
class GoogleCloudNotebooklmV1alphaBatchCreateSourcesResponse
|
12352
|
+
# @private
|
12353
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12354
|
+
collection :sources, as: 'sources', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaSource, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaSource::Representation
|
12355
|
+
|
12356
|
+
end
|
12357
|
+
end
|
12358
|
+
|
12359
|
+
class GoogleCloudNotebooklmV1alphaListRecentlyViewedNotebooksResponse
|
12360
|
+
# @private
|
12361
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12362
|
+
property :next_page_token, as: 'nextPageToken'
|
12363
|
+
collection :notebooks, as: 'notebooks', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaNotebook, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaNotebook::Representation
|
12364
|
+
|
12365
|
+
end
|
12366
|
+
end
|
12367
|
+
|
12368
|
+
class GoogleCloudNotebooklmV1alphaNotebook
|
12369
|
+
# @private
|
12370
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12371
|
+
property :emoji, as: 'emoji'
|
12372
|
+
property :metadata, as: 'metadata', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaNotebookMetadata, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaNotebookMetadata::Representation
|
12373
|
+
|
12374
|
+
property :name, as: 'name'
|
12375
|
+
property :notebook_id, as: 'notebookId'
|
12376
|
+
property :title, as: 'title'
|
12377
|
+
end
|
12378
|
+
end
|
12379
|
+
|
12380
|
+
class GoogleCloudNotebooklmV1alphaNotebookMetadata
|
12381
|
+
# @private
|
12382
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12383
|
+
property :create_time, as: 'createTime'
|
12384
|
+
property :is_shareable, as: 'isShareable'
|
12385
|
+
property :is_shared, as: 'isShared'
|
12386
|
+
property :last_viewed, as: 'lastViewed'
|
12387
|
+
end
|
12388
|
+
end
|
12389
|
+
|
12390
|
+
class GoogleCloudNotebooklmV1alphaSource
|
12391
|
+
# @private
|
12392
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12393
|
+
property :metadata, as: 'metadata', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaSourceMetadata, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaSourceMetadata::Representation
|
12394
|
+
|
12395
|
+
property :name, as: 'name'
|
12396
|
+
property :source_id, as: 'sourceId', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaSourceId, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaSourceId::Representation
|
12397
|
+
|
12398
|
+
property :title, as: 'title'
|
12399
|
+
end
|
12400
|
+
end
|
12401
|
+
|
11749
12402
|
class GoogleCloudNotebooklmV1alphaSourceId
|
11750
12403
|
# @private
|
11751
12404
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -11753,6 +12406,17 @@ module Google
|
|
11753
12406
|
end
|
11754
12407
|
end
|
11755
12408
|
|
12409
|
+
class GoogleCloudNotebooklmV1alphaSourceMetadata
|
12410
|
+
# @private
|
12411
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12412
|
+
property :agentspace_metadata, as: 'agentspaceMetadata', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaAgentspaceMetadata, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaAgentspaceMetadata::Representation
|
12413
|
+
|
12414
|
+
property :source_added_timestamp, as: 'sourceAddedTimestamp'
|
12415
|
+
property :token_count, as: 'tokenCount'
|
12416
|
+
property :word_count, as: 'wordCount'
|
12417
|
+
end
|
12418
|
+
end
|
12419
|
+
|
11756
12420
|
class GoogleCloudNotebooklmV1alphaUploadSourceFileRequest
|
11757
12421
|
# @private
|
11758
12422
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -11774,6 +12438,23 @@ module Google
|
|
11774
12438
|
end
|
11775
12439
|
end
|
11776
12440
|
|
12441
|
+
class GoogleCloudNotebooklmV1alphaUserContent
|
12442
|
+
# @private
|
12443
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12444
|
+
property :agentspace_content, as: 'agentspaceContent', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaUserContentAgentspaceContent, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaUserContentAgentspaceContent::Representation
|
12445
|
+
|
12446
|
+
end
|
12447
|
+
end
|
12448
|
+
|
12449
|
+
class GoogleCloudNotebooklmV1alphaUserContentAgentspaceContent
|
12450
|
+
# @private
|
12451
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12452
|
+
property :document_name, as: 'documentName'
|
12453
|
+
property :engine_name, as: 'engineName'
|
12454
|
+
property :ideaforge_idea_name, as: 'ideaforgeIdeaName'
|
12455
|
+
end
|
12456
|
+
end
|
12457
|
+
|
11777
12458
|
class GoogleLongrunningCancelOperationRequest
|
11778
12459
|
# @private
|
11779
12460
|
class Representation < Google::Apis::Core::JsonRepresentation
|