google-apis-discoveryengine_v1alpha 0.70.0 → 0.72.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 +896 -41
- data/lib/google/apis/discoveryengine_v1alpha/gem_version.rb +2 -2
- data/lib/google/apis/discoveryengine_v1alpha/representations.rb +410 -3
- data/lib/google/apis/discoveryengine_v1alpha/service.rb +273 -31
- metadata +2 -2
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DiscoveryengineV1alpha
|
18
18
|
# Version of the google-apis-discoveryengine_v1alpha gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.72.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250728"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -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
|
|
@@ -1246,6 +1252,12 @@ module Google
|
|
1246
1252
|
include Google::Apis::Core::JsonObjectSupport
|
1247
1253
|
end
|
1248
1254
|
|
1255
|
+
class GoogleCloudDiscoveryengineV1alphaAssistant
|
1256
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1257
|
+
|
1258
|
+
include Google::Apis::Core::JsonObjectSupport
|
1259
|
+
end
|
1260
|
+
|
1249
1261
|
class GoogleCloudDiscoveryengineV1alphaAssistantContent
|
1250
1262
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1251
1263
|
|
@@ -1378,6 +1390,12 @@ module Google
|
|
1378
1390
|
include Google::Apis::Core::JsonObjectSupport
|
1379
1391
|
end
|
1380
1392
|
|
1393
|
+
class GoogleCloudDiscoveryengineV1alphaBigQueryDestination
|
1394
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1395
|
+
|
1396
|
+
include Google::Apis::Core::JsonObjectSupport
|
1397
|
+
end
|
1398
|
+
|
1381
1399
|
class GoogleCloudDiscoveryengineV1alphaBigQuerySource
|
1382
1400
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1383
1401
|
|
@@ -2092,6 +2110,24 @@ module Google
|
|
2092
2110
|
include Google::Apis::Core::JsonObjectSupport
|
2093
2111
|
end
|
2094
2112
|
|
2113
|
+
class GoogleCloudDiscoveryengineV1alphaExportMetricsMetadata
|
2114
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2115
|
+
|
2116
|
+
include Google::Apis::Core::JsonObjectSupport
|
2117
|
+
end
|
2118
|
+
|
2119
|
+
class GoogleCloudDiscoveryengineV1alphaExportMetricsRequest
|
2120
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2121
|
+
|
2122
|
+
include Google::Apis::Core::JsonObjectSupport
|
2123
|
+
end
|
2124
|
+
|
2125
|
+
class GoogleCloudDiscoveryengineV1alphaExportMetricsResponse
|
2126
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2127
|
+
|
2128
|
+
include Google::Apis::Core::JsonObjectSupport
|
2129
|
+
end
|
2130
|
+
|
2095
2131
|
class GoogleCloudDiscoveryengineV1alphaFactChunk
|
2096
2132
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2097
2133
|
|
@@ -2128,6 +2164,24 @@ module Google
|
|
2128
2164
|
include Google::Apis::Core::JsonObjectSupport
|
2129
2165
|
end
|
2130
2166
|
|
2167
|
+
class GoogleCloudDiscoveryengineV1alphaFileCharacteristics
|
2168
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2169
|
+
|
2170
|
+
include Google::Apis::Core::JsonObjectSupport
|
2171
|
+
end
|
2172
|
+
|
2173
|
+
class GoogleCloudDiscoveryengineV1alphaFileMetadata
|
2174
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2175
|
+
|
2176
|
+
include Google::Apis::Core::JsonObjectSupport
|
2177
|
+
end
|
2178
|
+
|
2179
|
+
class GoogleCloudDiscoveryengineV1alphaFileView
|
2180
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2181
|
+
|
2182
|
+
include Google::Apis::Core::JsonObjectSupport
|
2183
|
+
end
|
2184
|
+
|
2131
2185
|
class GoogleCloudDiscoveryengineV1alphaFirestoreSource
|
2132
2186
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2133
2187
|
|
@@ -2212,6 +2266,12 @@ module Google
|
|
2212
2266
|
include Google::Apis::Core::JsonObjectSupport
|
2213
2267
|
end
|
2214
2268
|
|
2269
|
+
class GoogleCloudDiscoveryengineV1alphaImageCharacteristics
|
2270
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2271
|
+
|
2272
|
+
include Google::Apis::Core::JsonObjectSupport
|
2273
|
+
end
|
2274
|
+
|
2215
2275
|
class GoogleCloudDiscoveryengineV1alphaImportCompletionSuggestionsMetadata
|
2216
2276
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2217
2277
|
|
@@ -2446,6 +2506,12 @@ module Google
|
|
2446
2506
|
include Google::Apis::Core::JsonObjectSupport
|
2447
2507
|
end
|
2448
2508
|
|
2509
|
+
class GoogleCloudDiscoveryengineV1alphaListFilesResponse
|
2510
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2511
|
+
|
2512
|
+
include Google::Apis::Core::JsonObjectSupport
|
2513
|
+
end
|
2514
|
+
|
2449
2515
|
class GoogleCloudDiscoveryengineV1alphaListIdentityMappingStoresResponse
|
2450
2516
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2451
2517
|
|
@@ -2536,6 +2602,12 @@ module Google
|
|
2536
2602
|
include Google::Apis::Core::JsonObjectSupport
|
2537
2603
|
end
|
2538
2604
|
|
2605
|
+
class GoogleCloudDiscoveryengineV1alphaOutputConfig
|
2606
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2607
|
+
|
2608
|
+
include Google::Apis::Core::JsonObjectSupport
|
2609
|
+
end
|
2610
|
+
|
2539
2611
|
class GoogleCloudDiscoveryengineV1alphaPageInfo
|
2540
2612
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2541
2613
|
|
@@ -2590,6 +2662,12 @@ module Google
|
|
2590
2662
|
include Google::Apis::Core::JsonObjectSupport
|
2591
2663
|
end
|
2592
2664
|
|
2665
|
+
class GoogleCloudDiscoveryengineV1alphaProvisionProjectRequestSaasParams
|
2666
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2667
|
+
|
2668
|
+
include Google::Apis::Core::JsonObjectSupport
|
2669
|
+
end
|
2670
|
+
|
2593
2671
|
class GoogleCloudDiscoveryengineV1alphaPurgeCompletionSuggestionsMetadata
|
2594
2672
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2595
2673
|
|
@@ -3520,6 +3598,18 @@ module Google
|
|
3520
3598
|
include Google::Apis::Core::JsonObjectSupport
|
3521
3599
|
end
|
3522
3600
|
|
3601
|
+
class GoogleCloudDiscoveryengineV1alphaUploadSessionFileRequest
|
3602
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3603
|
+
|
3604
|
+
include Google::Apis::Core::JsonObjectSupport
|
3605
|
+
end
|
3606
|
+
|
3607
|
+
class GoogleCloudDiscoveryengineV1alphaUploadSessionFileResponse
|
3608
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3609
|
+
|
3610
|
+
include Google::Apis::Core::JsonObjectSupport
|
3611
|
+
end
|
3612
|
+
|
3523
3613
|
class GoogleCloudDiscoveryengineV1alphaUserEvent
|
3524
3614
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3525
3615
|
|
@@ -3538,6 +3628,12 @@ module Google
|
|
3538
3628
|
include Google::Apis::Core::JsonObjectSupport
|
3539
3629
|
end
|
3540
3630
|
|
3631
|
+
class GoogleCloudDiscoveryengineV1alphaVideoCharacteristics
|
3632
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3633
|
+
|
3634
|
+
include Google::Apis::Core::JsonObjectSupport
|
3635
|
+
end
|
3636
|
+
|
3541
3637
|
class GoogleCloudDiscoveryengineV1alphaWidgetConfig
|
3542
3638
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3543
3639
|
|
@@ -4444,12 +4540,60 @@ module Google
|
|
4444
4540
|
include Google::Apis::Core::JsonObjectSupport
|
4445
4541
|
end
|
4446
4542
|
|
4543
|
+
class GoogleCloudNotebooklmV1alphaAgentspaceMetadata
|
4544
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4545
|
+
|
4546
|
+
include Google::Apis::Core::JsonObjectSupport
|
4547
|
+
end
|
4548
|
+
|
4549
|
+
class GoogleCloudNotebooklmV1alphaBatchCreateSourcesRequest
|
4550
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4551
|
+
|
4552
|
+
include Google::Apis::Core::JsonObjectSupport
|
4553
|
+
end
|
4554
|
+
|
4555
|
+
class GoogleCloudNotebooklmV1alphaBatchCreateSourcesResponse
|
4556
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4557
|
+
|
4558
|
+
include Google::Apis::Core::JsonObjectSupport
|
4559
|
+
end
|
4560
|
+
|
4561
|
+
class GoogleCloudNotebooklmV1alphaListRecentlyViewedNotebooksResponse
|
4562
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4563
|
+
|
4564
|
+
include Google::Apis::Core::JsonObjectSupport
|
4565
|
+
end
|
4566
|
+
|
4567
|
+
class GoogleCloudNotebooklmV1alphaNotebook
|
4568
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4569
|
+
|
4570
|
+
include Google::Apis::Core::JsonObjectSupport
|
4571
|
+
end
|
4572
|
+
|
4573
|
+
class GoogleCloudNotebooklmV1alphaNotebookMetadata
|
4574
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4575
|
+
|
4576
|
+
include Google::Apis::Core::JsonObjectSupport
|
4577
|
+
end
|
4578
|
+
|
4579
|
+
class GoogleCloudNotebooklmV1alphaSource
|
4580
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4581
|
+
|
4582
|
+
include Google::Apis::Core::JsonObjectSupport
|
4583
|
+
end
|
4584
|
+
|
4447
4585
|
class GoogleCloudNotebooklmV1alphaSourceId
|
4448
4586
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4449
4587
|
|
4450
4588
|
include Google::Apis::Core::JsonObjectSupport
|
4451
4589
|
end
|
4452
4590
|
|
4591
|
+
class GoogleCloudNotebooklmV1alphaSourceMetadata
|
4592
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4593
|
+
|
4594
|
+
include Google::Apis::Core::JsonObjectSupport
|
4595
|
+
end
|
4596
|
+
|
4453
4597
|
class GoogleCloudNotebooklmV1alphaUploadSourceFileRequest
|
4454
4598
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4455
4599
|
|
@@ -4462,6 +4606,18 @@ module Google
|
|
4462
4606
|
include Google::Apis::Core::JsonObjectSupport
|
4463
4607
|
end
|
4464
4608
|
|
4609
|
+
class GoogleCloudNotebooklmV1alphaUserContent
|
4610
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4611
|
+
|
4612
|
+
include Google::Apis::Core::JsonObjectSupport
|
4613
|
+
end
|
4614
|
+
|
4615
|
+
class GoogleCloudNotebooklmV1alphaUserContentAgentspaceContent
|
4616
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4617
|
+
|
4618
|
+
include Google::Apis::Core::JsonObjectSupport
|
4619
|
+
end
|
4620
|
+
|
4465
4621
|
class GoogleLongrunningCancelOperationRequest
|
4466
4622
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4467
4623
|
|
@@ -4934,6 +5090,13 @@ module Google
|
|
4934
5090
|
end
|
4935
5091
|
end
|
4936
5092
|
|
5093
|
+
class GoogleCloudDiscoveryengineV1Assistant
|
5094
|
+
# @private
|
5095
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5096
|
+
property :name, as: 'name'
|
5097
|
+
end
|
5098
|
+
end
|
5099
|
+
|
4937
5100
|
class GoogleCloudDiscoveryengineV1BatchCreateTargetSiteMetadata
|
4938
5101
|
# @private
|
4939
5102
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6618,6 +6781,7 @@ module Google
|
|
6618
6781
|
# @private
|
6619
6782
|
class Representation < Google::Apis::Core::JsonRepresentation
|
6620
6783
|
collection :assist_skipped_reasons, as: 'assistSkippedReasons'
|
6784
|
+
property :name, as: 'name'
|
6621
6785
|
collection :replies, as: 'replies', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistAnswerReply, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistAnswerReply::Representation
|
6622
6786
|
|
6623
6787
|
property :state, as: 'state'
|
@@ -6640,6 +6804,13 @@ module Google
|
|
6640
6804
|
end
|
6641
6805
|
end
|
6642
6806
|
|
6807
|
+
class GoogleCloudDiscoveryengineV1alphaAssistant
|
6808
|
+
# @private
|
6809
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6810
|
+
property :name, as: 'name'
|
6811
|
+
end
|
6812
|
+
end
|
6813
|
+
|
6643
6814
|
class GoogleCloudDiscoveryengineV1alphaAssistantContent
|
6644
6815
|
# @private
|
6645
6816
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6841,6 +7012,14 @@ module Google
|
|
6841
7012
|
end
|
6842
7013
|
end
|
6843
7014
|
|
7015
|
+
class GoogleCloudDiscoveryengineV1alphaBigQueryDestination
|
7016
|
+
# @private
|
7017
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7018
|
+
property :dataset_id, as: 'datasetId'
|
7019
|
+
property :table_id, as: 'tableId'
|
7020
|
+
end
|
7021
|
+
end
|
7022
|
+
|
6844
7023
|
class GoogleCloudDiscoveryengineV1alphaBigQuerySource
|
6845
7024
|
# @private
|
6846
7025
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -8103,6 +8282,28 @@ module Google
|
|
8103
8282
|
end
|
8104
8283
|
end
|
8105
8284
|
|
8285
|
+
class GoogleCloudDiscoveryengineV1alphaExportMetricsMetadata
|
8286
|
+
# @private
|
8287
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8288
|
+
property :create_time, as: 'createTime'
|
8289
|
+
property :update_time, as: 'updateTime'
|
8290
|
+
end
|
8291
|
+
end
|
8292
|
+
|
8293
|
+
class GoogleCloudDiscoveryengineV1alphaExportMetricsRequest
|
8294
|
+
# @private
|
8295
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8296
|
+
property :output_config, as: 'outputConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaOutputConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaOutputConfig::Representation
|
8297
|
+
|
8298
|
+
end
|
8299
|
+
end
|
8300
|
+
|
8301
|
+
class GoogleCloudDiscoveryengineV1alphaExportMetricsResponse
|
8302
|
+
# @private
|
8303
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8304
|
+
end
|
8305
|
+
end
|
8306
|
+
|
8106
8307
|
class GoogleCloudDiscoveryengineV1alphaFactChunk
|
8107
8308
|
# @private
|
8108
8309
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -8170,6 +8371,49 @@ module Google
|
|
8170
8371
|
end
|
8171
8372
|
end
|
8172
8373
|
|
8374
|
+
class GoogleCloudDiscoveryengineV1alphaFileCharacteristics
|
8375
|
+
# @private
|
8376
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8377
|
+
hash :characteristics, as: 'characteristics'
|
8378
|
+
end
|
8379
|
+
end
|
8380
|
+
|
8381
|
+
class GoogleCloudDiscoveryengineV1alphaFileMetadata
|
8382
|
+
# @private
|
8383
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8384
|
+
property :byte_size, :numeric_string => true, as: 'byteSize'
|
8385
|
+
property :download_uri, as: 'downloadUri'
|
8386
|
+
property :file_id, as: 'fileId'
|
8387
|
+
property :file_origin_type, as: 'fileOriginType'
|
8388
|
+
property :last_add_time, as: 'lastAddTime'
|
8389
|
+
hash :metadata, as: 'metadata'
|
8390
|
+
property :mime_type, as: 'mimeType'
|
8391
|
+
property :name, as: 'name'
|
8392
|
+
property :original_source_type, as: 'originalSourceType'
|
8393
|
+
property :original_uri, as: 'originalUri'
|
8394
|
+
property :upload_time, as: 'uploadTime'
|
8395
|
+
hash :views, as: 'views', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaFileView, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaFileView::Representation
|
8396
|
+
|
8397
|
+
end
|
8398
|
+
end
|
8399
|
+
|
8400
|
+
class GoogleCloudDiscoveryengineV1alphaFileView
|
8401
|
+
# @private
|
8402
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8403
|
+
property :byte_size, :numeric_string => true, as: 'byteSize'
|
8404
|
+
property :create_time, as: 'createTime'
|
8405
|
+
property :file_characteristics, as: 'fileCharacteristics', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaFileCharacteristics, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaFileCharacteristics::Representation
|
8406
|
+
|
8407
|
+
property :image_characteristics, as: 'imageCharacteristics', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaImageCharacteristics, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaImageCharacteristics::Representation
|
8408
|
+
|
8409
|
+
property :mime_type, as: 'mimeType'
|
8410
|
+
property :uri, as: 'uri'
|
8411
|
+
property :video_characteristics, as: 'videoCharacteristics', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaVideoCharacteristics, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaVideoCharacteristics::Representation
|
8412
|
+
|
8413
|
+
property :view_id, as: 'viewId'
|
8414
|
+
end
|
8415
|
+
end
|
8416
|
+
|
8173
8417
|
class GoogleCloudDiscoveryengineV1alphaFirestoreSource
|
8174
8418
|
# @private
|
8175
8419
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -8295,6 +8539,16 @@ module Google
|
|
8295
8539
|
end
|
8296
8540
|
end
|
8297
8541
|
|
8542
|
+
class GoogleCloudDiscoveryengineV1alphaImageCharacteristics
|
8543
|
+
# @private
|
8544
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8545
|
+
property :bit_depth, as: 'bitDepth'
|
8546
|
+
property :color_space, as: 'colorSpace'
|
8547
|
+
property :height, as: 'height'
|
8548
|
+
property :width, as: 'width'
|
8549
|
+
end
|
8550
|
+
end
|
8551
|
+
|
8298
8552
|
class GoogleCloudDiscoveryengineV1alphaImportCompletionSuggestionsMetadata
|
8299
8553
|
# @private
|
8300
8554
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -8687,6 +8941,15 @@ module Google
|
|
8687
8941
|
end
|
8688
8942
|
end
|
8689
8943
|
|
8944
|
+
class GoogleCloudDiscoveryengineV1alphaListFilesResponse
|
8945
|
+
# @private
|
8946
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8947
|
+
collection :files, as: 'files', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaFileMetadata, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaFileMetadata::Representation
|
8948
|
+
|
8949
|
+
property :next_page_token, as: 'nextPageToken'
|
8950
|
+
end
|
8951
|
+
end
|
8952
|
+
|
8690
8953
|
class GoogleCloudDiscoveryengineV1alphaListIdentityMappingStoresResponse
|
8691
8954
|
# @private
|
8692
8955
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -8825,6 +9088,14 @@ module Google
|
|
8825
9088
|
end
|
8826
9089
|
end
|
8827
9090
|
|
9091
|
+
class GoogleCloudDiscoveryengineV1alphaOutputConfig
|
9092
|
+
# @private
|
9093
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9094
|
+
property :bigquery_destination, as: 'bigqueryDestination', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaBigQueryDestination, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaBigQueryDestination::Representation
|
9095
|
+
|
9096
|
+
end
|
9097
|
+
end
|
9098
|
+
|
8828
9099
|
class GoogleCloudDiscoveryengineV1alphaPageInfo
|
8829
9100
|
# @private
|
8830
9101
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -8903,6 +9174,15 @@ module Google
|
|
8903
9174
|
class Representation < Google::Apis::Core::JsonRepresentation
|
8904
9175
|
property :accept_data_use_terms, as: 'acceptDataUseTerms'
|
8905
9176
|
property :data_use_terms_version, as: 'dataUseTermsVersion'
|
9177
|
+
property :saas_params, as: 'saasParams', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaProvisionProjectRequestSaasParams, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaProvisionProjectRequestSaasParams::Representation
|
9178
|
+
|
9179
|
+
end
|
9180
|
+
end
|
9181
|
+
|
9182
|
+
class GoogleCloudDiscoveryengineV1alphaProvisionProjectRequestSaasParams
|
9183
|
+
# @private
|
9184
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9185
|
+
property :accept_biz_qos, as: 'acceptBizQos'
|
8906
9186
|
end
|
8907
9187
|
end
|
8908
9188
|
|
@@ -9666,6 +9946,7 @@ module Google
|
|
9666
9946
|
class GoogleCloudDiscoveryengineV1alphaSearchRequestNaturalLanguageQueryUnderstandingSpec
|
9667
9947
|
# @private
|
9668
9948
|
class Representation < Google::Apis::Core::JsonRepresentation
|
9949
|
+
property :extracted_filter_behavior, as: 'extractedFilterBehavior'
|
9669
9950
|
property :filter_extraction_condition, as: 'filterExtractionCondition'
|
9670
9951
|
collection :geo_search_query_detection_field_names, as: 'geoSearchQueryDetectionFieldNames'
|
9671
9952
|
end
|
@@ -10236,7 +10517,6 @@ module Google
|
|
10236
10517
|
class Representation < Google::Apis::Core::JsonRepresentation
|
10237
10518
|
property :image_generation_spec, as: 'imageGenerationSpec', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaStreamAssistRequestToolsSpecImageGenerationSpec, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaStreamAssistRequestToolsSpecImageGenerationSpec::Representation
|
10238
10519
|
|
10239
|
-
property :tool_registry, as: 'toolRegistry'
|
10240
10520
|
property :vertex_ai_search_spec, as: 'vertexAiSearchSpec', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaStreamAssistRequestToolsSpecVertexAiSearchSpec, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaStreamAssistRequestToolsSpecVertexAiSearchSpec::Representation
|
10241
10521
|
|
10242
10522
|
property :video_generation_spec, as: 'videoGenerationSpec', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaStreamAssistRequestToolsSpecVideoGenerationSpec, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaStreamAssistRequestToolsSpecVideoGenerationSpec::Representation
|
@@ -10257,7 +10537,6 @@ module Google
|
|
10257
10537
|
class Representation < Google::Apis::Core::JsonRepresentation
|
10258
10538
|
collection :data_store_specs, as: 'dataStoreSpecs', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaSearchRequestDataStoreSpec, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaSearchRequestDataStoreSpec::Representation
|
10259
10539
|
|
10260
|
-
property :disabled, as: 'disabled'
|
10261
10540
|
property :filter, as: 'filter'
|
10262
10541
|
end
|
10263
10542
|
end
|
@@ -10271,7 +10550,6 @@ module Google
|
|
10271
10550
|
class GoogleCloudDiscoveryengineV1alphaStreamAssistRequestToolsSpecWebGroundingSpec
|
10272
10551
|
# @private
|
10273
10552
|
class Representation < Google::Apis::Core::JsonRepresentation
|
10274
|
-
property :enabled, as: 'enabled'
|
10275
10553
|
end
|
10276
10554
|
end
|
10277
10555
|
|
@@ -10467,6 +10745,25 @@ module Google
|
|
10467
10745
|
end
|
10468
10746
|
end
|
10469
10747
|
|
10748
|
+
class GoogleCloudDiscoveryengineV1alphaUploadSessionFileRequest
|
10749
|
+
# @private
|
10750
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10751
|
+
property :blob, as: 'blob', class: Google::Apis::DiscoveryengineV1alpha::GdataMedia, decorator: Google::Apis::DiscoveryengineV1alpha::GdataMedia::Representation
|
10752
|
+
|
10753
|
+
property :media_request_info, as: 'mediaRequestInfo', class: Google::Apis::DiscoveryengineV1alpha::ApiservingMediaRequestInfo, decorator: Google::Apis::DiscoveryengineV1alpha::ApiservingMediaRequestInfo::Representation
|
10754
|
+
|
10755
|
+
end
|
10756
|
+
end
|
10757
|
+
|
10758
|
+
class GoogleCloudDiscoveryengineV1alphaUploadSessionFileResponse
|
10759
|
+
# @private
|
10760
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10761
|
+
property :file_id, as: 'fileId'
|
10762
|
+
property :media_response_info, as: 'mediaResponseInfo', class: Google::Apis::DiscoveryengineV1alpha::ApiservingMediaResponseInfo, decorator: Google::Apis::DiscoveryengineV1alpha::ApiservingMediaResponseInfo::Representation
|
10763
|
+
|
10764
|
+
end
|
10765
|
+
end
|
10766
|
+
|
10470
10767
|
class GoogleCloudDiscoveryengineV1alphaUserEvent
|
10471
10768
|
# @private
|
10472
10769
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -10527,6 +10824,20 @@ module Google
|
|
10527
10824
|
end
|
10528
10825
|
end
|
10529
10826
|
|
10827
|
+
class GoogleCloudDiscoveryengineV1alphaVideoCharacteristics
|
10828
|
+
# @private
|
10829
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10830
|
+
property :audio_bitrate_kbps, as: 'audioBitrateKbps'
|
10831
|
+
collection :audio_codecs, as: 'audioCodecs'
|
10832
|
+
property :duration, as: 'duration'
|
10833
|
+
property :frame_rate, as: 'frameRate'
|
10834
|
+
property :height, as: 'height'
|
10835
|
+
property :video_bitrate_kbps, as: 'videoBitrateKbps'
|
10836
|
+
collection :video_codecs, as: 'videoCodecs'
|
10837
|
+
property :width, as: 'width'
|
10838
|
+
end
|
10839
|
+
end
|
10840
|
+
|
10530
10841
|
class GoogleCloudDiscoveryengineV1alphaWidgetConfig
|
10531
10842
|
# @private
|
10532
10843
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -11885,6 +12196,7 @@ module Google
|
|
11885
12196
|
class GoogleCloudDiscoveryengineV1betaSearchRequestNaturalLanguageQueryUnderstandingSpec
|
11886
12197
|
# @private
|
11887
12198
|
class Representation < Google::Apis::Core::JsonRepresentation
|
12199
|
+
property :extracted_filter_behavior, as: 'extractedFilterBehavior'
|
11888
12200
|
property :filter_extraction_condition, as: 'filterExtractionCondition'
|
11889
12201
|
collection :geo_search_query_detection_field_names, as: 'geoSearchQueryDetectionFieldNames'
|
11890
12202
|
end
|
@@ -12090,6 +12402,73 @@ module Google
|
|
12090
12402
|
end
|
12091
12403
|
end
|
12092
12404
|
|
12405
|
+
class GoogleCloudNotebooklmV1alphaAgentspaceMetadata
|
12406
|
+
# @private
|
12407
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12408
|
+
property :document_name, as: 'documentName'
|
12409
|
+
property :document_title, as: 'documentTitle'
|
12410
|
+
end
|
12411
|
+
end
|
12412
|
+
|
12413
|
+
class GoogleCloudNotebooklmV1alphaBatchCreateSourcesRequest
|
12414
|
+
# @private
|
12415
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12416
|
+
collection :user_contents, as: 'userContents', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaUserContent, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaUserContent::Representation
|
12417
|
+
|
12418
|
+
end
|
12419
|
+
end
|
12420
|
+
|
12421
|
+
class GoogleCloudNotebooklmV1alphaBatchCreateSourcesResponse
|
12422
|
+
# @private
|
12423
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12424
|
+
collection :sources, as: 'sources', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaSource, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaSource::Representation
|
12425
|
+
|
12426
|
+
end
|
12427
|
+
end
|
12428
|
+
|
12429
|
+
class GoogleCloudNotebooklmV1alphaListRecentlyViewedNotebooksResponse
|
12430
|
+
# @private
|
12431
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12432
|
+
property :next_page_token, as: 'nextPageToken'
|
12433
|
+
collection :notebooks, as: 'notebooks', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaNotebook, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaNotebook::Representation
|
12434
|
+
|
12435
|
+
end
|
12436
|
+
end
|
12437
|
+
|
12438
|
+
class GoogleCloudNotebooklmV1alphaNotebook
|
12439
|
+
# @private
|
12440
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12441
|
+
property :emoji, as: 'emoji'
|
12442
|
+
property :metadata, as: 'metadata', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaNotebookMetadata, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaNotebookMetadata::Representation
|
12443
|
+
|
12444
|
+
property :name, as: 'name'
|
12445
|
+
property :notebook_id, as: 'notebookId'
|
12446
|
+
property :title, as: 'title'
|
12447
|
+
end
|
12448
|
+
end
|
12449
|
+
|
12450
|
+
class GoogleCloudNotebooklmV1alphaNotebookMetadata
|
12451
|
+
# @private
|
12452
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12453
|
+
property :create_time, as: 'createTime'
|
12454
|
+
property :is_shareable, as: 'isShareable'
|
12455
|
+
property :is_shared, as: 'isShared'
|
12456
|
+
property :last_viewed, as: 'lastViewed'
|
12457
|
+
end
|
12458
|
+
end
|
12459
|
+
|
12460
|
+
class GoogleCloudNotebooklmV1alphaSource
|
12461
|
+
# @private
|
12462
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12463
|
+
property :metadata, as: 'metadata', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaSourceMetadata, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaSourceMetadata::Representation
|
12464
|
+
|
12465
|
+
property :name, as: 'name'
|
12466
|
+
property :source_id, as: 'sourceId', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaSourceId, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaSourceId::Representation
|
12467
|
+
|
12468
|
+
property :title, as: 'title'
|
12469
|
+
end
|
12470
|
+
end
|
12471
|
+
|
12093
12472
|
class GoogleCloudNotebooklmV1alphaSourceId
|
12094
12473
|
# @private
|
12095
12474
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -12097,6 +12476,17 @@ module Google
|
|
12097
12476
|
end
|
12098
12477
|
end
|
12099
12478
|
|
12479
|
+
class GoogleCloudNotebooklmV1alphaSourceMetadata
|
12480
|
+
# @private
|
12481
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12482
|
+
property :agentspace_metadata, as: 'agentspaceMetadata', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaAgentspaceMetadata, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaAgentspaceMetadata::Representation
|
12483
|
+
|
12484
|
+
property :source_added_timestamp, as: 'sourceAddedTimestamp'
|
12485
|
+
property :token_count, as: 'tokenCount'
|
12486
|
+
property :word_count, as: 'wordCount'
|
12487
|
+
end
|
12488
|
+
end
|
12489
|
+
|
12100
12490
|
class GoogleCloudNotebooklmV1alphaUploadSourceFileRequest
|
12101
12491
|
# @private
|
12102
12492
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -12118,6 +12508,23 @@ module Google
|
|
12118
12508
|
end
|
12119
12509
|
end
|
12120
12510
|
|
12511
|
+
class GoogleCloudNotebooklmV1alphaUserContent
|
12512
|
+
# @private
|
12513
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12514
|
+
property :agentspace_content, as: 'agentspaceContent', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaUserContentAgentspaceContent, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaUserContentAgentspaceContent::Representation
|
12515
|
+
|
12516
|
+
end
|
12517
|
+
end
|
12518
|
+
|
12519
|
+
class GoogleCloudNotebooklmV1alphaUserContentAgentspaceContent
|
12520
|
+
# @private
|
12521
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12522
|
+
property :document_name, as: 'documentName'
|
12523
|
+
property :engine_name, as: 'engineName'
|
12524
|
+
property :ideaforge_idea_name, as: 'ideaforgeIdeaName'
|
12525
|
+
end
|
12526
|
+
end
|
12527
|
+
|
12121
12528
|
class GoogleLongrunningCancelOperationRequest
|
12122
12529
|
# @private
|
12123
12530
|
class Representation < Google::Apis::Core::JsonRepresentation
|