google-apis-discoveryengine_v1alpha 0.73.0 → 0.75.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 +639 -0
- data/lib/google/apis/discoveryengine_v1alpha/gem_version.rb +2 -2
- data/lib/google/apis/discoveryengine_v1alpha/representations.rb +322 -0
- data/lib/google/apis/discoveryengine_v1alpha/service.rb +280 -1
- 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.75.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 = "20250824"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -208,6 +208,12 @@ module Google
|
|
208
208
|
include Google::Apis::Core::JsonObjectSupport
|
209
209
|
end
|
210
210
|
|
211
|
+
class GoogleCloudDiscoveryengineV1AclConfig
|
212
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
213
|
+
|
214
|
+
include Google::Apis::Core::JsonObjectSupport
|
215
|
+
end
|
216
|
+
|
211
217
|
class GoogleCloudDiscoveryengineV1AdvancedSiteSearchConfig
|
212
218
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
213
219
|
|
@@ -598,6 +604,18 @@ module Google
|
|
598
604
|
include Google::Apis::Core::JsonObjectSupport
|
599
605
|
end
|
600
606
|
|
607
|
+
class GoogleCloudDiscoveryengineV1IdpConfig
|
608
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
609
|
+
|
610
|
+
include Google::Apis::Core::JsonObjectSupport
|
611
|
+
end
|
612
|
+
|
613
|
+
class GoogleCloudDiscoveryengineV1IdpConfigExternalIdpConfig
|
614
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
615
|
+
|
616
|
+
include Google::Apis::Core::JsonObjectSupport
|
617
|
+
end
|
618
|
+
|
601
619
|
class GoogleCloudDiscoveryengineV1ImportCompletionSuggestionsMetadata
|
602
620
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
603
621
|
|
@@ -3322,6 +3340,18 @@ module Google
|
|
3322
3340
|
include Google::Apis::Core::JsonObjectSupport
|
3323
3341
|
end
|
3324
3342
|
|
3343
|
+
class GoogleCloudDiscoveryengineV1alphaSearchResponseSearchResultRankSignals
|
3344
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3345
|
+
|
3346
|
+
include Google::Apis::Core::JsonObjectSupport
|
3347
|
+
end
|
3348
|
+
|
3349
|
+
class GoogleCloudDiscoveryengineV1alphaSearchResponseSearchResultRankSignalsCustomSignal
|
3350
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3351
|
+
|
3352
|
+
include Google::Apis::Core::JsonObjectSupport
|
3353
|
+
end
|
3354
|
+
|
3325
3355
|
class GoogleCloudDiscoveryengineV1alphaSearchResponseSessionInfo
|
3326
3356
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3327
3357
|
|
@@ -3802,6 +3832,12 @@ module Google
|
|
3802
3832
|
include Google::Apis::Core::JsonObjectSupport
|
3803
3833
|
end
|
3804
3834
|
|
3835
|
+
class GoogleCloudDiscoveryengineV1betaAclConfig
|
3836
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3837
|
+
|
3838
|
+
include Google::Apis::Core::JsonObjectSupport
|
3839
|
+
end
|
3840
|
+
|
3805
3841
|
class GoogleCloudDiscoveryengineV1betaAdvancedSiteSearchConfig
|
3806
3842
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3807
3843
|
|
@@ -4168,6 +4204,18 @@ module Google
|
|
4168
4204
|
include Google::Apis::Core::JsonObjectSupport
|
4169
4205
|
end
|
4170
4206
|
|
4207
|
+
class GoogleCloudDiscoveryengineV1betaIdpConfig
|
4208
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4209
|
+
|
4210
|
+
include Google::Apis::Core::JsonObjectSupport
|
4211
|
+
end
|
4212
|
+
|
4213
|
+
class GoogleCloudDiscoveryengineV1betaIdpConfigExternalIdpConfig
|
4214
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4215
|
+
|
4216
|
+
include Google::Apis::Core::JsonObjectSupport
|
4217
|
+
end
|
4218
|
+
|
4171
4219
|
class GoogleCloudDiscoveryengineV1betaImportCompletionSuggestionsMetadata
|
4172
4220
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4173
4221
|
|
@@ -4612,12 +4660,30 @@ module Google
|
|
4612
4660
|
include Google::Apis::Core::JsonObjectSupport
|
4613
4661
|
end
|
4614
4662
|
|
4663
|
+
class GoogleCloudNotebooklmV1alphaAccountAndRole
|
4664
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4665
|
+
|
4666
|
+
include Google::Apis::Core::JsonObjectSupport
|
4667
|
+
end
|
4668
|
+
|
4615
4669
|
class GoogleCloudNotebooklmV1alphaAgentspaceMetadata
|
4616
4670
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4617
4671
|
|
4618
4672
|
include Google::Apis::Core::JsonObjectSupport
|
4619
4673
|
end
|
4620
4674
|
|
4675
|
+
class GoogleCloudNotebooklmV1alphaAudioOverview
|
4676
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4677
|
+
|
4678
|
+
include Google::Apis::Core::JsonObjectSupport
|
4679
|
+
end
|
4680
|
+
|
4681
|
+
class GoogleCloudNotebooklmV1alphaAudioOverviewGenerationOptions
|
4682
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4683
|
+
|
4684
|
+
include Google::Apis::Core::JsonObjectSupport
|
4685
|
+
end
|
4686
|
+
|
4621
4687
|
class GoogleCloudNotebooklmV1alphaBatchCreateSourcesRequest
|
4622
4688
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4623
4689
|
|
@@ -4630,12 +4696,36 @@ module Google
|
|
4630
4696
|
include Google::Apis::Core::JsonObjectSupport
|
4631
4697
|
end
|
4632
4698
|
|
4699
|
+
class GoogleCloudNotebooklmV1alphaBatchDeleteNotebooksRequest
|
4700
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4701
|
+
|
4702
|
+
include Google::Apis::Core::JsonObjectSupport
|
4703
|
+
end
|
4704
|
+
|
4705
|
+
class GoogleCloudNotebooklmV1alphaBatchDeleteSourcesRequest
|
4706
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4707
|
+
|
4708
|
+
include Google::Apis::Core::JsonObjectSupport
|
4709
|
+
end
|
4710
|
+
|
4633
4711
|
class GoogleCloudNotebooklmV1alphaCmekConfig
|
4634
4712
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4635
4713
|
|
4636
4714
|
include Google::Apis::Core::JsonObjectSupport
|
4637
4715
|
end
|
4638
4716
|
|
4717
|
+
class GoogleCloudNotebooklmV1alphaCreateAudioOverviewRequest
|
4718
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4719
|
+
|
4720
|
+
include Google::Apis::Core::JsonObjectSupport
|
4721
|
+
end
|
4722
|
+
|
4723
|
+
class GoogleCloudNotebooklmV1alphaCreateAudioOverviewResponse
|
4724
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4725
|
+
|
4726
|
+
include Google::Apis::Core::JsonObjectSupport
|
4727
|
+
end
|
4728
|
+
|
4639
4729
|
class GoogleCloudNotebooklmV1alphaListRecentlyViewedNotebooksResponse
|
4640
4730
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4641
4731
|
|
@@ -4654,6 +4744,18 @@ module Google
|
|
4654
4744
|
include Google::Apis::Core::JsonObjectSupport
|
4655
4745
|
end
|
4656
4746
|
|
4747
|
+
class GoogleCloudNotebooklmV1alphaShareNotebookRequest
|
4748
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4749
|
+
|
4750
|
+
include Google::Apis::Core::JsonObjectSupport
|
4751
|
+
end
|
4752
|
+
|
4753
|
+
class GoogleCloudNotebooklmV1alphaShareNotebookResponse
|
4754
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4755
|
+
|
4756
|
+
include Google::Apis::Core::JsonObjectSupport
|
4757
|
+
end
|
4758
|
+
|
4657
4759
|
class GoogleCloudNotebooklmV1alphaSource
|
4658
4760
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4659
4761
|
|
@@ -4696,6 +4798,30 @@ module Google
|
|
4696
4798
|
include Google::Apis::Core::JsonObjectSupport
|
4697
4799
|
end
|
4698
4800
|
|
4801
|
+
class GoogleCloudNotebooklmV1alphaUserContentGoogleDriveContent
|
4802
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4803
|
+
|
4804
|
+
include Google::Apis::Core::JsonObjectSupport
|
4805
|
+
end
|
4806
|
+
|
4807
|
+
class GoogleCloudNotebooklmV1alphaUserContentTextContent
|
4808
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4809
|
+
|
4810
|
+
include Google::Apis::Core::JsonObjectSupport
|
4811
|
+
end
|
4812
|
+
|
4813
|
+
class GoogleCloudNotebooklmV1alphaUserContentVideoContent
|
4814
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4815
|
+
|
4816
|
+
include Google::Apis::Core::JsonObjectSupport
|
4817
|
+
end
|
4818
|
+
|
4819
|
+
class GoogleCloudNotebooklmV1alphaUserContentWebContent
|
4820
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4821
|
+
|
4822
|
+
include Google::Apis::Core::JsonObjectSupport
|
4823
|
+
end
|
4824
|
+
|
4699
4825
|
class GoogleLongrunningCancelOperationRequest
|
4700
4826
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4701
4827
|
|
@@ -5138,6 +5264,15 @@ module Google
|
|
5138
5264
|
end
|
5139
5265
|
end
|
5140
5266
|
|
5267
|
+
class GoogleCloudDiscoveryengineV1AclConfig
|
5268
|
+
# @private
|
5269
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5270
|
+
property :idp_config, as: 'idpConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1IdpConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1IdpConfig::Representation
|
5271
|
+
|
5272
|
+
property :name, as: 'name'
|
5273
|
+
end
|
5274
|
+
end
|
5275
|
+
|
5141
5276
|
class GoogleCloudDiscoveryengineV1AdvancedSiteSearchConfig
|
5142
5277
|
# @private
|
5143
5278
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5641,6 +5776,7 @@ module Google
|
|
5641
5776
|
class GoogleCloudDiscoveryengineV1Engine
|
5642
5777
|
# @private
|
5643
5778
|
class Representation < Google::Apis::Core::JsonRepresentation
|
5779
|
+
property :app_type, as: 'appType'
|
5644
5780
|
property :chat_engine_config, as: 'chatEngineConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1EngineChatEngineConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1EngineChatEngineConfig::Representation
|
5645
5781
|
|
5646
5782
|
property :chat_engine_metadata, as: 'chatEngineMetadata', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1EngineChatEngineMetadata, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1EngineChatEngineMetadata::Representation
|
@@ -5767,6 +5903,22 @@ module Google
|
|
5767
5903
|
end
|
5768
5904
|
end
|
5769
5905
|
|
5906
|
+
class GoogleCloudDiscoveryengineV1IdpConfig
|
5907
|
+
# @private
|
5908
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5909
|
+
property :external_idp_config, as: 'externalIdpConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1IdpConfigExternalIdpConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1IdpConfigExternalIdpConfig::Representation
|
5910
|
+
|
5911
|
+
property :idp_type, as: 'idpType'
|
5912
|
+
end
|
5913
|
+
end
|
5914
|
+
|
5915
|
+
class GoogleCloudDiscoveryengineV1IdpConfigExternalIdpConfig
|
5916
|
+
# @private
|
5917
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5918
|
+
property :workforce_pool_name, as: 'workforcePoolName'
|
5919
|
+
end
|
5920
|
+
end
|
5921
|
+
|
5770
5922
|
class GoogleCloudDiscoveryengineV1ImportCompletionSuggestionsMetadata
|
5771
5923
|
# @private
|
5772
5924
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -7834,6 +7986,7 @@ module Google
|
|
7834
7986
|
|
7835
7987
|
collection :errors, as: 'errors', class: Google::Apis::DiscoveryengineV1alpha::GoogleRpcStatus, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleRpcStatus::Representation
|
7836
7988
|
|
7989
|
+
property :hybrid_ingestion_disabled, as: 'hybridIngestionDisabled'
|
7837
7990
|
property :identity_refresh_interval, as: 'identityRefreshInterval'
|
7838
7991
|
property :identity_schedule_config, as: 'identityScheduleConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaIdentityScheduleConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaIdentityScheduleConfig::Representation
|
7839
7992
|
|
@@ -8257,6 +8410,7 @@ module Google
|
|
8257
8410
|
class GoogleCloudDiscoveryengineV1alphaEngine
|
8258
8411
|
# @private
|
8259
8412
|
class Representation < Google::Apis::Core::JsonRepresentation
|
8413
|
+
property :app_type, as: 'appType'
|
8260
8414
|
property :chat_engine_config, as: 'chatEngineConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaEngineChatEngineConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaEngineChatEngineConfig::Representation
|
8261
8415
|
|
8262
8416
|
property :chat_engine_metadata, as: 'chatEngineMetadata', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaEngineChatEngineMetadata, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaEngineChatEngineMetadata::Representation
|
@@ -10374,6 +10528,32 @@ module Google
|
|
10374
10528
|
property :id, as: 'id'
|
10375
10529
|
hash :model_scores, as: 'modelScores', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaDoubleList, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaDoubleList::Representation
|
10376
10530
|
|
10531
|
+
property :rank_signals, as: 'rankSignals', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaSearchResponseSearchResultRankSignals, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaSearchResponseSearchResultRankSignals::Representation
|
10532
|
+
|
10533
|
+
end
|
10534
|
+
end
|
10535
|
+
|
10536
|
+
class GoogleCloudDiscoveryengineV1alphaSearchResponseSearchResultRankSignals
|
10537
|
+
# @private
|
10538
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10539
|
+
property :boosting_factor, as: 'boostingFactor'
|
10540
|
+
collection :custom_signals, as: 'customSignals', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaSearchResponseSearchResultRankSignalsCustomSignal, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaSearchResponseSearchResultRankSignalsCustomSignal::Representation
|
10541
|
+
|
10542
|
+
property :default_rank, as: 'defaultRank'
|
10543
|
+
property :document_age, as: 'documentAge'
|
10544
|
+
property :keyword_similarity_score, as: 'keywordSimilarityScore'
|
10545
|
+
property :pctr_rank, as: 'pctrRank'
|
10546
|
+
property :relevance_score, as: 'relevanceScore'
|
10547
|
+
property :semantic_similarity_score, as: 'semanticSimilarityScore'
|
10548
|
+
property :topicality_rank, as: 'topicalityRank'
|
10549
|
+
end
|
10550
|
+
end
|
10551
|
+
|
10552
|
+
class GoogleCloudDiscoveryengineV1alphaSearchResponseSearchResultRankSignalsCustomSignal
|
10553
|
+
# @private
|
10554
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10555
|
+
property :name, as: 'name'
|
10556
|
+
property :value, as: 'value'
|
10377
10557
|
end
|
10378
10558
|
end
|
10379
10559
|
|
@@ -11245,6 +11425,15 @@ module Google
|
|
11245
11425
|
end
|
11246
11426
|
end
|
11247
11427
|
|
11428
|
+
class GoogleCloudDiscoveryengineV1betaAclConfig
|
11429
|
+
# @private
|
11430
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11431
|
+
property :idp_config, as: 'idpConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaIdpConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaIdpConfig::Representation
|
11432
|
+
|
11433
|
+
property :name, as: 'name'
|
11434
|
+
end
|
11435
|
+
end
|
11436
|
+
|
11248
11437
|
class GoogleCloudDiscoveryengineV1betaAdvancedSiteSearchConfig
|
11249
11438
|
# @private
|
11250
11439
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -11687,6 +11876,7 @@ module Google
|
|
11687
11876
|
class GoogleCloudDiscoveryengineV1betaEngine
|
11688
11877
|
# @private
|
11689
11878
|
class Representation < Google::Apis::Core::JsonRepresentation
|
11879
|
+
property :app_type, as: 'appType'
|
11690
11880
|
property :chat_engine_config, as: 'chatEngineConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaEngineChatEngineConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaEngineChatEngineConfig::Representation
|
11691
11881
|
|
11692
11882
|
property :chat_engine_metadata, as: 'chatEngineMetadata', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaEngineChatEngineMetadata, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaEngineChatEngineMetadata::Representation
|
@@ -11848,6 +12038,22 @@ module Google
|
|
11848
12038
|
end
|
11849
12039
|
end
|
11850
12040
|
|
12041
|
+
class GoogleCloudDiscoveryengineV1betaIdpConfig
|
12042
|
+
# @private
|
12043
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12044
|
+
property :external_idp_config, as: 'externalIdpConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaIdpConfigExternalIdpConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaIdpConfigExternalIdpConfig::Representation
|
12045
|
+
|
12046
|
+
property :idp_type, as: 'idpType'
|
12047
|
+
end
|
12048
|
+
end
|
12049
|
+
|
12050
|
+
class GoogleCloudDiscoveryengineV1betaIdpConfigExternalIdpConfig
|
12051
|
+
# @private
|
12052
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12053
|
+
property :workforce_pool_name, as: 'workforcePoolName'
|
12054
|
+
end
|
12055
|
+
end
|
12056
|
+
|
11851
12057
|
class GoogleCloudDiscoveryengineV1betaImportCompletionSuggestionsMetadata
|
11852
12058
|
# @private
|
11853
12059
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -12595,6 +12801,14 @@ module Google
|
|
12595
12801
|
end
|
12596
12802
|
end
|
12597
12803
|
|
12804
|
+
class GoogleCloudNotebooklmV1alphaAccountAndRole
|
12805
|
+
# @private
|
12806
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12807
|
+
property :email, as: 'email'
|
12808
|
+
property :role, as: 'role'
|
12809
|
+
end
|
12810
|
+
end
|
12811
|
+
|
12598
12812
|
class GoogleCloudNotebooklmV1alphaAgentspaceMetadata
|
12599
12813
|
# @private
|
12600
12814
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -12603,6 +12817,29 @@ module Google
|
|
12603
12817
|
end
|
12604
12818
|
end
|
12605
12819
|
|
12820
|
+
class GoogleCloudNotebooklmV1alphaAudioOverview
|
12821
|
+
# @private
|
12822
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12823
|
+
property :audio, :base64 => true, as: 'audio'
|
12824
|
+
property :audio_overview_id, as: 'audioOverviewId'
|
12825
|
+
property :language_code, as: 'languageCode'
|
12826
|
+
property :mime_type, as: 'mimeType'
|
12827
|
+
property :name, as: 'name'
|
12828
|
+
property :playback_url, as: 'playbackUrl'
|
12829
|
+
property :status, as: 'status'
|
12830
|
+
end
|
12831
|
+
end
|
12832
|
+
|
12833
|
+
class GoogleCloudNotebooklmV1alphaAudioOverviewGenerationOptions
|
12834
|
+
# @private
|
12835
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12836
|
+
property :episode_focus, as: 'episodeFocus'
|
12837
|
+
property :language_code, as: 'languageCode'
|
12838
|
+
collection :source_ids, as: 'sourceIds', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaSourceId, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaSourceId::Representation
|
12839
|
+
|
12840
|
+
end
|
12841
|
+
end
|
12842
|
+
|
12606
12843
|
class GoogleCloudNotebooklmV1alphaBatchCreateSourcesRequest
|
12607
12844
|
# @private
|
12608
12845
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -12619,6 +12856,20 @@ module Google
|
|
12619
12856
|
end
|
12620
12857
|
end
|
12621
12858
|
|
12859
|
+
class GoogleCloudNotebooklmV1alphaBatchDeleteNotebooksRequest
|
12860
|
+
# @private
|
12861
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12862
|
+
collection :names, as: 'names'
|
12863
|
+
end
|
12864
|
+
end
|
12865
|
+
|
12866
|
+
class GoogleCloudNotebooklmV1alphaBatchDeleteSourcesRequest
|
12867
|
+
# @private
|
12868
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12869
|
+
collection :names, as: 'names'
|
12870
|
+
end
|
12871
|
+
end
|
12872
|
+
|
12622
12873
|
class GoogleCloudNotebooklmV1alphaCmekConfig
|
12623
12874
|
# @private
|
12624
12875
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -12626,6 +12877,22 @@ module Google
|
|
12626
12877
|
end
|
12627
12878
|
end
|
12628
12879
|
|
12880
|
+
class GoogleCloudNotebooklmV1alphaCreateAudioOverviewRequest
|
12881
|
+
# @private
|
12882
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12883
|
+
property :generation_options, as: 'generationOptions', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaAudioOverviewGenerationOptions, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaAudioOverviewGenerationOptions::Representation
|
12884
|
+
|
12885
|
+
end
|
12886
|
+
end
|
12887
|
+
|
12888
|
+
class GoogleCloudNotebooklmV1alphaCreateAudioOverviewResponse
|
12889
|
+
# @private
|
12890
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12891
|
+
property :audio_overview, as: 'audioOverview', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaAudioOverview, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaAudioOverview::Representation
|
12892
|
+
|
12893
|
+
end
|
12894
|
+
end
|
12895
|
+
|
12629
12896
|
class GoogleCloudNotebooklmV1alphaListRecentlyViewedNotebooksResponse
|
12630
12897
|
# @private
|
12631
12898
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -12659,6 +12926,21 @@ module Google
|
|
12659
12926
|
end
|
12660
12927
|
end
|
12661
12928
|
|
12929
|
+
class GoogleCloudNotebooklmV1alphaShareNotebookRequest
|
12930
|
+
# @private
|
12931
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12932
|
+
collection :account_and_roles, as: 'accountAndRoles', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaAccountAndRole, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaAccountAndRole::Representation
|
12933
|
+
|
12934
|
+
property :notify_via_email, as: 'notifyViaEmail'
|
12935
|
+
end
|
12936
|
+
end
|
12937
|
+
|
12938
|
+
class GoogleCloudNotebooklmV1alphaShareNotebookResponse
|
12939
|
+
# @private
|
12940
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12941
|
+
end
|
12942
|
+
end
|
12943
|
+
|
12662
12944
|
class GoogleCloudNotebooklmV1alphaSource
|
12663
12945
|
# @private
|
12664
12946
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -12715,6 +12997,14 @@ module Google
|
|
12715
12997
|
class Representation < Google::Apis::Core::JsonRepresentation
|
12716
12998
|
property :agentspace_content, as: 'agentspaceContent', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaUserContentAgentspaceContent, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaUserContentAgentspaceContent::Representation
|
12717
12999
|
|
13000
|
+
property :google_drive_content, as: 'googleDriveContent', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaUserContentGoogleDriveContent, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaUserContentGoogleDriveContent::Representation
|
13001
|
+
|
13002
|
+
property :text_content, as: 'textContent', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaUserContentTextContent, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaUserContentTextContent::Representation
|
13003
|
+
|
13004
|
+
property :video_content, as: 'videoContent', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaUserContentVideoContent, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaUserContentVideoContent::Representation
|
13005
|
+
|
13006
|
+
property :web_content, as: 'webContent', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaUserContentWebContent, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaUserContentWebContent::Representation
|
13007
|
+
|
12718
13008
|
end
|
12719
13009
|
end
|
12720
13010
|
|
@@ -12727,6 +13017,38 @@ module Google
|
|
12727
13017
|
end
|
12728
13018
|
end
|
12729
13019
|
|
13020
|
+
class GoogleCloudNotebooklmV1alphaUserContentGoogleDriveContent
|
13021
|
+
# @private
|
13022
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13023
|
+
property :document_id, as: 'documentId'
|
13024
|
+
property :mime_type, as: 'mimeType'
|
13025
|
+
property :source_name, as: 'sourceName'
|
13026
|
+
end
|
13027
|
+
end
|
13028
|
+
|
13029
|
+
class GoogleCloudNotebooklmV1alphaUserContentTextContent
|
13030
|
+
# @private
|
13031
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13032
|
+
property :content, as: 'content'
|
13033
|
+
property :source_name, as: 'sourceName'
|
13034
|
+
end
|
13035
|
+
end
|
13036
|
+
|
13037
|
+
class GoogleCloudNotebooklmV1alphaUserContentVideoContent
|
13038
|
+
# @private
|
13039
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13040
|
+
property :youtube_url, as: 'youtubeUrl'
|
13041
|
+
end
|
13042
|
+
end
|
13043
|
+
|
13044
|
+
class GoogleCloudNotebooklmV1alphaUserContentWebContent
|
13045
|
+
# @private
|
13046
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13047
|
+
property :source_name, as: 'sourceName'
|
13048
|
+
property :url, as: 'url'
|
13049
|
+
end
|
13050
|
+
end
|
13051
|
+
|
12730
13052
|
class GoogleLongrunningCancelOperationRequest
|
12731
13053
|
# @private
|
12732
13054
|
class Representation < Google::Apis::Core::JsonRepresentation
|