google-apis-discoveryengine_v1alpha 0.70.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 +4 -0
- data/lib/google/apis/discoveryengine_v1alpha/classes.rb +766 -40
- data/lib/google/apis/discoveryengine_v1alpha/gem_version.rb +2 -2
- data/lib/google/apis/discoveryengine_v1alpha/representations.rb +340 -3
- data/lib/google/apis/discoveryengine_v1alpha/service.rb +238 -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.71.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 = "20250724"
|
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
|
|
@@ -2128,6 +2140,24 @@ module Google
|
|
2128
2140
|
include Google::Apis::Core::JsonObjectSupport
|
2129
2141
|
end
|
2130
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
|
+
|
2131
2161
|
class GoogleCloudDiscoveryengineV1alphaFirestoreSource
|
2132
2162
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2133
2163
|
|
@@ -2212,6 +2242,12 @@ module Google
|
|
2212
2242
|
include Google::Apis::Core::JsonObjectSupport
|
2213
2243
|
end
|
2214
2244
|
|
2245
|
+
class GoogleCloudDiscoveryengineV1alphaImageCharacteristics
|
2246
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2247
|
+
|
2248
|
+
include Google::Apis::Core::JsonObjectSupport
|
2249
|
+
end
|
2250
|
+
|
2215
2251
|
class GoogleCloudDiscoveryengineV1alphaImportCompletionSuggestionsMetadata
|
2216
2252
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2217
2253
|
|
@@ -2446,6 +2482,12 @@ module Google
|
|
2446
2482
|
include Google::Apis::Core::JsonObjectSupport
|
2447
2483
|
end
|
2448
2484
|
|
2485
|
+
class GoogleCloudDiscoveryengineV1alphaListFilesResponse
|
2486
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2487
|
+
|
2488
|
+
include Google::Apis::Core::JsonObjectSupport
|
2489
|
+
end
|
2490
|
+
|
2449
2491
|
class GoogleCloudDiscoveryengineV1alphaListIdentityMappingStoresResponse
|
2450
2492
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2451
2493
|
|
@@ -2590,6 +2632,12 @@ module Google
|
|
2590
2632
|
include Google::Apis::Core::JsonObjectSupport
|
2591
2633
|
end
|
2592
2634
|
|
2635
|
+
class GoogleCloudDiscoveryengineV1alphaProvisionProjectRequestSaasParams
|
2636
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2637
|
+
|
2638
|
+
include Google::Apis::Core::JsonObjectSupport
|
2639
|
+
end
|
2640
|
+
|
2593
2641
|
class GoogleCloudDiscoveryengineV1alphaPurgeCompletionSuggestionsMetadata
|
2594
2642
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2595
2643
|
|
@@ -3520,6 +3568,18 @@ module Google
|
|
3520
3568
|
include Google::Apis::Core::JsonObjectSupport
|
3521
3569
|
end
|
3522
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
|
+
|
3523
3583
|
class GoogleCloudDiscoveryengineV1alphaUserEvent
|
3524
3584
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3525
3585
|
|
@@ -3538,6 +3598,12 @@ module Google
|
|
3538
3598
|
include Google::Apis::Core::JsonObjectSupport
|
3539
3599
|
end
|
3540
3600
|
|
3601
|
+
class GoogleCloudDiscoveryengineV1alphaVideoCharacteristics
|
3602
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3603
|
+
|
3604
|
+
include Google::Apis::Core::JsonObjectSupport
|
3605
|
+
end
|
3606
|
+
|
3541
3607
|
class GoogleCloudDiscoveryengineV1alphaWidgetConfig
|
3542
3608
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3543
3609
|
|
@@ -4444,12 +4510,60 @@ module Google
|
|
4444
4510
|
include Google::Apis::Core::JsonObjectSupport
|
4445
4511
|
end
|
4446
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
|
+
|
4447
4555
|
class GoogleCloudNotebooklmV1alphaSourceId
|
4448
4556
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4449
4557
|
|
4450
4558
|
include Google::Apis::Core::JsonObjectSupport
|
4451
4559
|
end
|
4452
4560
|
|
4561
|
+
class GoogleCloudNotebooklmV1alphaSourceMetadata
|
4562
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4563
|
+
|
4564
|
+
include Google::Apis::Core::JsonObjectSupport
|
4565
|
+
end
|
4566
|
+
|
4453
4567
|
class GoogleCloudNotebooklmV1alphaUploadSourceFileRequest
|
4454
4568
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4455
4569
|
|
@@ -4462,6 +4576,18 @@ module Google
|
|
4462
4576
|
include Google::Apis::Core::JsonObjectSupport
|
4463
4577
|
end
|
4464
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
|
+
|
4465
4591
|
class GoogleLongrunningCancelOperationRequest
|
4466
4592
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4467
4593
|
|
@@ -4934,6 +5060,13 @@ module Google
|
|
4934
5060
|
end
|
4935
5061
|
end
|
4936
5062
|
|
5063
|
+
class GoogleCloudDiscoveryengineV1Assistant
|
5064
|
+
# @private
|
5065
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5066
|
+
property :name, as: 'name'
|
5067
|
+
end
|
5068
|
+
end
|
5069
|
+
|
4937
5070
|
class GoogleCloudDiscoveryengineV1BatchCreateTargetSiteMetadata
|
4938
5071
|
# @private
|
4939
5072
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6618,6 +6751,7 @@ module Google
|
|
6618
6751
|
# @private
|
6619
6752
|
class Representation < Google::Apis::Core::JsonRepresentation
|
6620
6753
|
collection :assist_skipped_reasons, as: 'assistSkippedReasons'
|
6754
|
+
property :name, as: 'name'
|
6621
6755
|
collection :replies, as: 'replies', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistAnswerReply, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistAnswerReply::Representation
|
6622
6756
|
|
6623
6757
|
property :state, as: 'state'
|
@@ -6640,6 +6774,13 @@ module Google
|
|
6640
6774
|
end
|
6641
6775
|
end
|
6642
6776
|
|
6777
|
+
class GoogleCloudDiscoveryengineV1alphaAssistant
|
6778
|
+
# @private
|
6779
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6780
|
+
property :name, as: 'name'
|
6781
|
+
end
|
6782
|
+
end
|
6783
|
+
|
6643
6784
|
class GoogleCloudDiscoveryengineV1alphaAssistantContent
|
6644
6785
|
# @private
|
6645
6786
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -8170,6 +8311,49 @@ module Google
|
|
8170
8311
|
end
|
8171
8312
|
end
|
8172
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
|
+
|
8173
8357
|
class GoogleCloudDiscoveryengineV1alphaFirestoreSource
|
8174
8358
|
# @private
|
8175
8359
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -8295,6 +8479,16 @@ module Google
|
|
8295
8479
|
end
|
8296
8480
|
end
|
8297
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
|
+
|
8298
8492
|
class GoogleCloudDiscoveryengineV1alphaImportCompletionSuggestionsMetadata
|
8299
8493
|
# @private
|
8300
8494
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -8687,6 +8881,15 @@ module Google
|
|
8687
8881
|
end
|
8688
8882
|
end
|
8689
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
|
+
|
8690
8893
|
class GoogleCloudDiscoveryengineV1alphaListIdentityMappingStoresResponse
|
8691
8894
|
# @private
|
8692
8895
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -8903,6 +9106,15 @@ module Google
|
|
8903
9106
|
class Representation < Google::Apis::Core::JsonRepresentation
|
8904
9107
|
property :accept_data_use_terms, as: 'acceptDataUseTerms'
|
8905
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'
|
8906
9118
|
end
|
8907
9119
|
end
|
8908
9120
|
|
@@ -10236,7 +10448,6 @@ module Google
|
|
10236
10448
|
class Representation < Google::Apis::Core::JsonRepresentation
|
10237
10449
|
property :image_generation_spec, as: 'imageGenerationSpec', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaStreamAssistRequestToolsSpecImageGenerationSpec, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaStreamAssistRequestToolsSpecImageGenerationSpec::Representation
|
10238
10450
|
|
10239
|
-
property :tool_registry, as: 'toolRegistry'
|
10240
10451
|
property :vertex_ai_search_spec, as: 'vertexAiSearchSpec', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaStreamAssistRequestToolsSpecVertexAiSearchSpec, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaStreamAssistRequestToolsSpecVertexAiSearchSpec::Representation
|
10241
10452
|
|
10242
10453
|
property :video_generation_spec, as: 'videoGenerationSpec', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaStreamAssistRequestToolsSpecVideoGenerationSpec, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaStreamAssistRequestToolsSpecVideoGenerationSpec::Representation
|
@@ -10257,7 +10468,6 @@ module Google
|
|
10257
10468
|
class Representation < Google::Apis::Core::JsonRepresentation
|
10258
10469
|
collection :data_store_specs, as: 'dataStoreSpecs', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaSearchRequestDataStoreSpec, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaSearchRequestDataStoreSpec::Representation
|
10259
10470
|
|
10260
|
-
property :disabled, as: 'disabled'
|
10261
10471
|
property :filter, as: 'filter'
|
10262
10472
|
end
|
10263
10473
|
end
|
@@ -10271,7 +10481,6 @@ module Google
|
|
10271
10481
|
class GoogleCloudDiscoveryengineV1alphaStreamAssistRequestToolsSpecWebGroundingSpec
|
10272
10482
|
# @private
|
10273
10483
|
class Representation < Google::Apis::Core::JsonRepresentation
|
10274
|
-
property :enabled, as: 'enabled'
|
10275
10484
|
end
|
10276
10485
|
end
|
10277
10486
|
|
@@ -10467,6 +10676,25 @@ module Google
|
|
10467
10676
|
end
|
10468
10677
|
end
|
10469
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
|
+
|
10470
10698
|
class GoogleCloudDiscoveryengineV1alphaUserEvent
|
10471
10699
|
# @private
|
10472
10700
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -10527,6 +10755,20 @@ module Google
|
|
10527
10755
|
end
|
10528
10756
|
end
|
10529
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
|
+
|
10530
10772
|
class GoogleCloudDiscoveryengineV1alphaWidgetConfig
|
10531
10773
|
# @private
|
10532
10774
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -12090,6 +12332,73 @@ module Google
|
|
12090
12332
|
end
|
12091
12333
|
end
|
12092
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
|
+
|
12093
12402
|
class GoogleCloudNotebooklmV1alphaSourceId
|
12094
12403
|
# @private
|
12095
12404
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -12097,6 +12406,17 @@ module Google
|
|
12097
12406
|
end
|
12098
12407
|
end
|
12099
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
|
+
|
12100
12420
|
class GoogleCloudNotebooklmV1alphaUploadSourceFileRequest
|
12101
12421
|
# @private
|
12102
12422
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -12118,6 +12438,23 @@ module Google
|
|
12118
12438
|
end
|
12119
12439
|
end
|
12120
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
|
+
|
12121
12458
|
class GoogleLongrunningCancelOperationRequest
|
12122
12459
|
# @private
|
12123
12460
|
class Representation < Google::Apis::Core::JsonRepresentation
|