google-apis-discoveryengine_v1alpha 0.74.0 → 0.76.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 +1339 -117
- data/lib/google/apis/discoveryengine_v1alpha/gem_version.rb +2 -2
- data/lib/google/apis/discoveryengine_v1alpha/representations.rb +687 -0
- data/lib/google/apis/discoveryengine_v1alpha/service.rb +266 -2
- metadata +2 -2
@@ -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
|
|
@@ -244,6 +250,12 @@ module Google
|
|
244
250
|
include Google::Apis::Core::JsonObjectSupport
|
245
251
|
end
|
246
252
|
|
253
|
+
class GoogleCloudDiscoveryengineV1AssistantCustomerPolicyModelArmorConfig
|
254
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
255
|
+
|
256
|
+
include Google::Apis::Core::JsonObjectSupport
|
257
|
+
end
|
258
|
+
|
247
259
|
class GoogleCloudDiscoveryengineV1AssistantGenerationConfig
|
248
260
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
249
261
|
|
@@ -598,6 +610,18 @@ module Google
|
|
598
610
|
include Google::Apis::Core::JsonObjectSupport
|
599
611
|
end
|
600
612
|
|
613
|
+
class GoogleCloudDiscoveryengineV1IdpConfig
|
614
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
615
|
+
|
616
|
+
include Google::Apis::Core::JsonObjectSupport
|
617
|
+
end
|
618
|
+
|
619
|
+
class GoogleCloudDiscoveryengineV1IdpConfigExternalIdpConfig
|
620
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
621
|
+
|
622
|
+
include Google::Apis::Core::JsonObjectSupport
|
623
|
+
end
|
624
|
+
|
601
625
|
class GoogleCloudDiscoveryengineV1ImportCompletionSuggestionsMetadata
|
602
626
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
603
627
|
|
@@ -1276,6 +1300,30 @@ module Google
|
|
1276
1300
|
include Google::Apis::Core::JsonObjectSupport
|
1277
1301
|
end
|
1278
1302
|
|
1303
|
+
class GoogleCloudDiscoveryengineV1alphaAssistAnswerCustomerPolicyEnforcementResult
|
1304
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1305
|
+
|
1306
|
+
include Google::Apis::Core::JsonObjectSupport
|
1307
|
+
end
|
1308
|
+
|
1309
|
+
class GoogleCloudDiscoveryengineV1alphaAssistAnswerCustomerPolicyEnforcementResultBannedPhraseEnforcementResult
|
1310
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1311
|
+
|
1312
|
+
include Google::Apis::Core::JsonObjectSupport
|
1313
|
+
end
|
1314
|
+
|
1315
|
+
class GoogleCloudDiscoveryengineV1alphaAssistAnswerCustomerPolicyEnforcementResultModelArmorEnforcementResult
|
1316
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1317
|
+
|
1318
|
+
include Google::Apis::Core::JsonObjectSupport
|
1319
|
+
end
|
1320
|
+
|
1321
|
+
class GoogleCloudDiscoveryengineV1alphaAssistAnswerCustomerPolicyEnforcementResultPolicyEnforcementResult
|
1322
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1323
|
+
|
1324
|
+
include Google::Apis::Core::JsonObjectSupport
|
1325
|
+
end
|
1326
|
+
|
1279
1327
|
class GoogleCloudDiscoveryengineV1alphaAssistAnswerReply
|
1280
1328
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1281
1329
|
|
@@ -1336,6 +1384,12 @@ module Google
|
|
1336
1384
|
include Google::Apis::Core::JsonObjectSupport
|
1337
1385
|
end
|
1338
1386
|
|
1387
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantCustomerPolicyModelArmorConfig
|
1388
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1389
|
+
|
1390
|
+
include Google::Apis::Core::JsonObjectSupport
|
1391
|
+
end
|
1392
|
+
|
1339
1393
|
class GoogleCloudDiscoveryengineV1alphaAssistantGenerationConfig
|
1340
1394
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1341
1395
|
|
@@ -1816,6 +1870,12 @@ module Google
|
|
1816
1870
|
include Google::Apis::Core::JsonObjectSupport
|
1817
1871
|
end
|
1818
1872
|
|
1873
|
+
class GoogleCloudDiscoveryengineV1alphaDataConnectorFederatedConfig
|
1874
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1875
|
+
|
1876
|
+
include Google::Apis::Core::JsonObjectSupport
|
1877
|
+
end
|
1878
|
+
|
1819
1879
|
class GoogleCloudDiscoveryengineV1alphaDataConnectorRealtimeSyncConfig
|
1820
1880
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1821
1881
|
|
@@ -3814,6 +3874,12 @@ module Google
|
|
3814
3874
|
include Google::Apis::Core::JsonObjectSupport
|
3815
3875
|
end
|
3816
3876
|
|
3877
|
+
class GoogleCloudDiscoveryengineV1betaAclConfig
|
3878
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3879
|
+
|
3880
|
+
include Google::Apis::Core::JsonObjectSupport
|
3881
|
+
end
|
3882
|
+
|
3817
3883
|
class GoogleCloudDiscoveryengineV1betaAdvancedSiteSearchConfig
|
3818
3884
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3819
3885
|
|
@@ -4180,6 +4246,18 @@ module Google
|
|
4180
4246
|
include Google::Apis::Core::JsonObjectSupport
|
4181
4247
|
end
|
4182
4248
|
|
4249
|
+
class GoogleCloudDiscoveryengineV1betaIdpConfig
|
4250
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4251
|
+
|
4252
|
+
include Google::Apis::Core::JsonObjectSupport
|
4253
|
+
end
|
4254
|
+
|
4255
|
+
class GoogleCloudDiscoveryengineV1betaIdpConfigExternalIdpConfig
|
4256
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4257
|
+
|
4258
|
+
include Google::Apis::Core::JsonObjectSupport
|
4259
|
+
end
|
4260
|
+
|
4183
4261
|
class GoogleCloudDiscoveryengineV1betaImportCompletionSuggestionsMetadata
|
4184
4262
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4185
4263
|
|
@@ -4624,12 +4702,30 @@ module Google
|
|
4624
4702
|
include Google::Apis::Core::JsonObjectSupport
|
4625
4703
|
end
|
4626
4704
|
|
4705
|
+
class GoogleCloudNotebooklmV1alphaAccountAndRole
|
4706
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4707
|
+
|
4708
|
+
include Google::Apis::Core::JsonObjectSupport
|
4709
|
+
end
|
4710
|
+
|
4627
4711
|
class GoogleCloudNotebooklmV1alphaAgentspaceMetadata
|
4628
4712
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4629
4713
|
|
4630
4714
|
include Google::Apis::Core::JsonObjectSupport
|
4631
4715
|
end
|
4632
4716
|
|
4717
|
+
class GoogleCloudNotebooklmV1alphaAudioOverview
|
4718
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4719
|
+
|
4720
|
+
include Google::Apis::Core::JsonObjectSupport
|
4721
|
+
end
|
4722
|
+
|
4723
|
+
class GoogleCloudNotebooklmV1alphaAudioOverviewGenerationOptions
|
4724
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4725
|
+
|
4726
|
+
include Google::Apis::Core::JsonObjectSupport
|
4727
|
+
end
|
4728
|
+
|
4633
4729
|
class GoogleCloudNotebooklmV1alphaBatchCreateSourcesRequest
|
4634
4730
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4635
4731
|
|
@@ -4642,12 +4738,144 @@ module Google
|
|
4642
4738
|
include Google::Apis::Core::JsonObjectSupport
|
4643
4739
|
end
|
4644
4740
|
|
4741
|
+
class GoogleCloudNotebooklmV1alphaBatchDeleteNotebooksRequest
|
4742
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4743
|
+
|
4744
|
+
include Google::Apis::Core::JsonObjectSupport
|
4745
|
+
end
|
4746
|
+
|
4747
|
+
class GoogleCloudNotebooklmV1alphaBatchDeleteSourcesRequest
|
4748
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4749
|
+
|
4750
|
+
include Google::Apis::Core::JsonObjectSupport
|
4751
|
+
end
|
4752
|
+
|
4645
4753
|
class GoogleCloudNotebooklmV1alphaCmekConfig
|
4646
4754
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4647
4755
|
|
4648
4756
|
include Google::Apis::Core::JsonObjectSupport
|
4649
4757
|
end
|
4650
4758
|
|
4759
|
+
class GoogleCloudNotebooklmV1alphaCreateAudioOverviewRequest
|
4760
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4761
|
+
|
4762
|
+
include Google::Apis::Core::JsonObjectSupport
|
4763
|
+
end
|
4764
|
+
|
4765
|
+
class GoogleCloudNotebooklmV1alphaCreateAudioOverviewResponse
|
4766
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4767
|
+
|
4768
|
+
include Google::Apis::Core::JsonObjectSupport
|
4769
|
+
end
|
4770
|
+
|
4771
|
+
class GoogleCloudNotebooklmV1alphaFailureReason
|
4772
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4773
|
+
|
4774
|
+
include Google::Apis::Core::JsonObjectSupport
|
4775
|
+
end
|
4776
|
+
|
4777
|
+
class GoogleCloudNotebooklmV1alphaFailureReasonAudioTranscriptionError
|
4778
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4779
|
+
|
4780
|
+
include Google::Apis::Core::JsonObjectSupport
|
4781
|
+
end
|
4782
|
+
|
4783
|
+
class GoogleCloudNotebooklmV1alphaFailureReasonAudioTranscriptionErrorLanguageDetectionFailed
|
4784
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4785
|
+
|
4786
|
+
include Google::Apis::Core::JsonObjectSupport
|
4787
|
+
end
|
4788
|
+
|
4789
|
+
class GoogleCloudNotebooklmV1alphaFailureReasonAudioTranscriptionErrorNoAudioDetected
|
4790
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4791
|
+
|
4792
|
+
include Google::Apis::Core::JsonObjectSupport
|
4793
|
+
end
|
4794
|
+
|
4795
|
+
class GoogleCloudNotebooklmV1alphaFailureReasonDomainBlocked
|
4796
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4797
|
+
|
4798
|
+
include Google::Apis::Core::JsonObjectSupport
|
4799
|
+
end
|
4800
|
+
|
4801
|
+
class GoogleCloudNotebooklmV1alphaFailureReasonGoogleDriveError
|
4802
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4803
|
+
|
4804
|
+
include Google::Apis::Core::JsonObjectSupport
|
4805
|
+
end
|
4806
|
+
|
4807
|
+
class GoogleCloudNotebooklmV1alphaFailureReasonGoogleDriveErrorDownloadPrevented
|
4808
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4809
|
+
|
4810
|
+
include Google::Apis::Core::JsonObjectSupport
|
4811
|
+
end
|
4812
|
+
|
4813
|
+
class GoogleCloudNotebooklmV1alphaFailureReasonIngestionError
|
4814
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4815
|
+
|
4816
|
+
include Google::Apis::Core::JsonObjectSupport
|
4817
|
+
end
|
4818
|
+
|
4819
|
+
class GoogleCloudNotebooklmV1alphaFailureReasonPaywallError
|
4820
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4821
|
+
|
4822
|
+
include Google::Apis::Core::JsonObjectSupport
|
4823
|
+
end
|
4824
|
+
|
4825
|
+
class GoogleCloudNotebooklmV1alphaFailureReasonSourceEmpty
|
4826
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4827
|
+
|
4828
|
+
include Google::Apis::Core::JsonObjectSupport
|
4829
|
+
end
|
4830
|
+
|
4831
|
+
class GoogleCloudNotebooklmV1alphaFailureReasonSourceLimitExceeded
|
4832
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4833
|
+
|
4834
|
+
include Google::Apis::Core::JsonObjectSupport
|
4835
|
+
end
|
4836
|
+
|
4837
|
+
class GoogleCloudNotebooklmV1alphaFailureReasonSourceTooLong
|
4838
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4839
|
+
|
4840
|
+
include Google::Apis::Core::JsonObjectSupport
|
4841
|
+
end
|
4842
|
+
|
4843
|
+
class GoogleCloudNotebooklmV1alphaFailureReasonSourceUnreachable
|
4844
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4845
|
+
|
4846
|
+
include Google::Apis::Core::JsonObjectSupport
|
4847
|
+
end
|
4848
|
+
|
4849
|
+
class GoogleCloudNotebooklmV1alphaFailureReasonUnknown
|
4850
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4851
|
+
|
4852
|
+
include Google::Apis::Core::JsonObjectSupport
|
4853
|
+
end
|
4854
|
+
|
4855
|
+
class GoogleCloudNotebooklmV1alphaFailureReasonUploadError
|
4856
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4857
|
+
|
4858
|
+
include Google::Apis::Core::JsonObjectSupport
|
4859
|
+
end
|
4860
|
+
|
4861
|
+
class GoogleCloudNotebooklmV1alphaFailureReasonYoutubeError
|
4862
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4863
|
+
|
4864
|
+
include Google::Apis::Core::JsonObjectSupport
|
4865
|
+
end
|
4866
|
+
|
4867
|
+
class GoogleCloudNotebooklmV1alphaFailureReasonYoutubeErrorVideoDeleted
|
4868
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4869
|
+
|
4870
|
+
include Google::Apis::Core::JsonObjectSupport
|
4871
|
+
end
|
4872
|
+
|
4873
|
+
class GoogleCloudNotebooklmV1alphaGoogleDocsSourceMetadata
|
4874
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4875
|
+
|
4876
|
+
include Google::Apis::Core::JsonObjectSupport
|
4877
|
+
end
|
4878
|
+
|
4651
4879
|
class GoogleCloudNotebooklmV1alphaListRecentlyViewedNotebooksResponse
|
4652
4880
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4653
4881
|
|
@@ -4666,6 +4894,18 @@ module Google
|
|
4666
4894
|
include Google::Apis::Core::JsonObjectSupport
|
4667
4895
|
end
|
4668
4896
|
|
4897
|
+
class GoogleCloudNotebooklmV1alphaShareNotebookRequest
|
4898
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4899
|
+
|
4900
|
+
include Google::Apis::Core::JsonObjectSupport
|
4901
|
+
end
|
4902
|
+
|
4903
|
+
class GoogleCloudNotebooklmV1alphaShareNotebookResponse
|
4904
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4905
|
+
|
4906
|
+
include Google::Apis::Core::JsonObjectSupport
|
4907
|
+
end
|
4908
|
+
|
4669
4909
|
class GoogleCloudNotebooklmV1alphaSource
|
4670
4910
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4671
4911
|
|
@@ -4684,6 +4924,12 @@ module Google
|
|
4684
4924
|
include Google::Apis::Core::JsonObjectSupport
|
4685
4925
|
end
|
4686
4926
|
|
4927
|
+
class GoogleCloudNotebooklmV1alphaSourceSettings
|
4928
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4929
|
+
|
4930
|
+
include Google::Apis::Core::JsonObjectSupport
|
4931
|
+
end
|
4932
|
+
|
4687
4933
|
class GoogleCloudNotebooklmV1alphaUploadSourceFileRequest
|
4688
4934
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4689
4935
|
|
@@ -4708,6 +4954,36 @@ module Google
|
|
4708
4954
|
include Google::Apis::Core::JsonObjectSupport
|
4709
4955
|
end
|
4710
4956
|
|
4957
|
+
class GoogleCloudNotebooklmV1alphaUserContentGoogleDriveContent
|
4958
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4959
|
+
|
4960
|
+
include Google::Apis::Core::JsonObjectSupport
|
4961
|
+
end
|
4962
|
+
|
4963
|
+
class GoogleCloudNotebooklmV1alphaUserContentTextContent
|
4964
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4965
|
+
|
4966
|
+
include Google::Apis::Core::JsonObjectSupport
|
4967
|
+
end
|
4968
|
+
|
4969
|
+
class GoogleCloudNotebooklmV1alphaUserContentVideoContent
|
4970
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4971
|
+
|
4972
|
+
include Google::Apis::Core::JsonObjectSupport
|
4973
|
+
end
|
4974
|
+
|
4975
|
+
class GoogleCloudNotebooklmV1alphaUserContentWebContent
|
4976
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4977
|
+
|
4978
|
+
include Google::Apis::Core::JsonObjectSupport
|
4979
|
+
end
|
4980
|
+
|
4981
|
+
class GoogleCloudNotebooklmV1alphaYoutubeMetadata
|
4982
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4983
|
+
|
4984
|
+
include Google::Apis::Core::JsonObjectSupport
|
4985
|
+
end
|
4986
|
+
|
4711
4987
|
class GoogleLongrunningCancelOperationRequest
|
4712
4988
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4713
4989
|
|
@@ -5150,6 +5426,15 @@ module Google
|
|
5150
5426
|
end
|
5151
5427
|
end
|
5152
5428
|
|
5429
|
+
class GoogleCloudDiscoveryengineV1AclConfig
|
5430
|
+
# @private
|
5431
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5432
|
+
property :idp_config, as: 'idpConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1IdpConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1IdpConfig::Representation
|
5433
|
+
|
5434
|
+
property :name, as: 'name'
|
5435
|
+
end
|
5436
|
+
end
|
5437
|
+
|
5153
5438
|
class GoogleCloudDiscoveryengineV1AdvancedSiteSearchConfig
|
5154
5439
|
# @private
|
5155
5440
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5199,6 +5484,8 @@ module Google
|
|
5199
5484
|
class Representation < Google::Apis::Core::JsonRepresentation
|
5200
5485
|
collection :banned_phrases, as: 'bannedPhrases', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1AssistantCustomerPolicyBannedPhrase, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1AssistantCustomerPolicyBannedPhrase::Representation
|
5201
5486
|
|
5487
|
+
property :model_armor_config, as: 'modelArmorConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1AssistantCustomerPolicyModelArmorConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1AssistantCustomerPolicyModelArmorConfig::Representation
|
5488
|
+
|
5202
5489
|
end
|
5203
5490
|
end
|
5204
5491
|
|
@@ -5211,6 +5498,15 @@ module Google
|
|
5211
5498
|
end
|
5212
5499
|
end
|
5213
5500
|
|
5501
|
+
class GoogleCloudDiscoveryengineV1AssistantCustomerPolicyModelArmorConfig
|
5502
|
+
# @private
|
5503
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5504
|
+
property :failure_mode, as: 'failureMode'
|
5505
|
+
property :response_template, as: 'responseTemplate'
|
5506
|
+
property :user_prompt_template, as: 'userPromptTemplate'
|
5507
|
+
end
|
5508
|
+
end
|
5509
|
+
|
5214
5510
|
class GoogleCloudDiscoveryengineV1AssistantGenerationConfig
|
5215
5511
|
# @private
|
5216
5512
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5653,6 +5949,7 @@ module Google
|
|
5653
5949
|
class GoogleCloudDiscoveryengineV1Engine
|
5654
5950
|
# @private
|
5655
5951
|
class Representation < Google::Apis::Core::JsonRepresentation
|
5952
|
+
property :app_type, as: 'appType'
|
5656
5953
|
property :chat_engine_config, as: 'chatEngineConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1EngineChatEngineConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1EngineChatEngineConfig::Representation
|
5657
5954
|
|
5658
5955
|
property :chat_engine_metadata, as: 'chatEngineMetadata', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1EngineChatEngineMetadata, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1EngineChatEngineMetadata::Representation
|
@@ -5779,6 +6076,22 @@ module Google
|
|
5779
6076
|
end
|
5780
6077
|
end
|
5781
6078
|
|
6079
|
+
class GoogleCloudDiscoveryengineV1IdpConfig
|
6080
|
+
# @private
|
6081
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6082
|
+
property :external_idp_config, as: 'externalIdpConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1IdpConfigExternalIdpConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1IdpConfigExternalIdpConfig::Representation
|
6083
|
+
|
6084
|
+
property :idp_type, as: 'idpType'
|
6085
|
+
end
|
6086
|
+
end
|
6087
|
+
|
6088
|
+
class GoogleCloudDiscoveryengineV1IdpConfigExternalIdpConfig
|
6089
|
+
# @private
|
6090
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6091
|
+
property :workforce_pool_name, as: 'workforcePoolName'
|
6092
|
+
end
|
6093
|
+
end
|
6094
|
+
|
5782
6095
|
class GoogleCloudDiscoveryengineV1ImportCompletionSuggestionsMetadata
|
5783
6096
|
# @private
|
5784
6097
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6928,6 +7241,8 @@ module Google
|
|
6928
7241
|
# @private
|
6929
7242
|
class Representation < Google::Apis::Core::JsonRepresentation
|
6930
7243
|
collection :assist_skipped_reasons, as: 'assistSkippedReasons'
|
7244
|
+
property :customer_policy_enforcement_result, as: 'customerPolicyEnforcementResult', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistAnswerCustomerPolicyEnforcementResult, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistAnswerCustomerPolicyEnforcementResult::Representation
|
7245
|
+
|
6931
7246
|
property :name, as: 'name'
|
6932
7247
|
collection :replies, as: 'replies', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistAnswerReply, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistAnswerReply::Representation
|
6933
7248
|
|
@@ -6935,6 +7250,41 @@ module Google
|
|
6935
7250
|
end
|
6936
7251
|
end
|
6937
7252
|
|
7253
|
+
class GoogleCloudDiscoveryengineV1alphaAssistAnswerCustomerPolicyEnforcementResult
|
7254
|
+
# @private
|
7255
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7256
|
+
collection :policy_results, as: 'policyResults', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistAnswerCustomerPolicyEnforcementResultPolicyEnforcementResult, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistAnswerCustomerPolicyEnforcementResultPolicyEnforcementResult::Representation
|
7257
|
+
|
7258
|
+
property :verdict, as: 'verdict'
|
7259
|
+
end
|
7260
|
+
end
|
7261
|
+
|
7262
|
+
class GoogleCloudDiscoveryengineV1alphaAssistAnswerCustomerPolicyEnforcementResultBannedPhraseEnforcementResult
|
7263
|
+
# @private
|
7264
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7265
|
+
collection :banned_phrases, as: 'bannedPhrases'
|
7266
|
+
end
|
7267
|
+
end
|
7268
|
+
|
7269
|
+
class GoogleCloudDiscoveryengineV1alphaAssistAnswerCustomerPolicyEnforcementResultModelArmorEnforcementResult
|
7270
|
+
# @private
|
7271
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7272
|
+
property :error, as: 'error', class: Google::Apis::DiscoveryengineV1alpha::GoogleRpcStatus, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleRpcStatus::Representation
|
7273
|
+
|
7274
|
+
property :model_armor_violation, as: 'modelArmorViolation'
|
7275
|
+
end
|
7276
|
+
end
|
7277
|
+
|
7278
|
+
class GoogleCloudDiscoveryengineV1alphaAssistAnswerCustomerPolicyEnforcementResultPolicyEnforcementResult
|
7279
|
+
# @private
|
7280
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7281
|
+
property :banned_phrase_enforcement_result, as: 'bannedPhraseEnforcementResult', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistAnswerCustomerPolicyEnforcementResultBannedPhraseEnforcementResult, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistAnswerCustomerPolicyEnforcementResultBannedPhraseEnforcementResult::Representation
|
7282
|
+
|
7283
|
+
property :model_armor_enforcement_result, as: 'modelArmorEnforcementResult', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistAnswerCustomerPolicyEnforcementResultModelArmorEnforcementResult, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistAnswerCustomerPolicyEnforcementResultModelArmorEnforcementResult::Representation
|
7284
|
+
|
7285
|
+
end
|
7286
|
+
end
|
7287
|
+
|
6938
7288
|
class GoogleCloudDiscoveryengineV1alphaAssistAnswerReply
|
6939
7289
|
# @private
|
6940
7290
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -7018,6 +7368,8 @@ module Google
|
|
7018
7368
|
class Representation < Google::Apis::Core::JsonRepresentation
|
7019
7369
|
collection :banned_phrases, as: 'bannedPhrases', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistantCustomerPolicyBannedPhrase, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistantCustomerPolicyBannedPhrase::Representation
|
7020
7370
|
|
7371
|
+
property :model_armor_config, as: 'modelArmorConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistantCustomerPolicyModelArmorConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistantCustomerPolicyModelArmorConfig::Representation
|
7372
|
+
|
7021
7373
|
end
|
7022
7374
|
end
|
7023
7375
|
|
@@ -7030,6 +7382,15 @@ module Google
|
|
7030
7382
|
end
|
7031
7383
|
end
|
7032
7384
|
|
7385
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantCustomerPolicyModelArmorConfig
|
7386
|
+
# @private
|
7387
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7388
|
+
property :failure_mode, as: 'failureMode'
|
7389
|
+
property :response_template, as: 'responseTemplate'
|
7390
|
+
property :user_prompt_template, as: 'userPromptTemplate'
|
7391
|
+
end
|
7392
|
+
end
|
7393
|
+
|
7033
7394
|
class GoogleCloudDiscoveryengineV1alphaAssistantGenerationConfig
|
7034
7395
|
# @private
|
7035
7396
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -7846,6 +8207,8 @@ module Google
|
|
7846
8207
|
|
7847
8208
|
collection :errors, as: 'errors', class: Google::Apis::DiscoveryengineV1alpha::GoogleRpcStatus, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleRpcStatus::Representation
|
7848
8209
|
|
8210
|
+
property :federated_config, as: 'federatedConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaDataConnectorFederatedConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaDataConnectorFederatedConfig::Representation
|
8211
|
+
|
7849
8212
|
property :hybrid_ingestion_disabled, as: 'hybridIngestionDisabled'
|
7850
8213
|
property :identity_refresh_interval, as: 'identityRefreshInterval'
|
7851
8214
|
property :identity_schedule_config, as: 'identityScheduleConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaIdentityScheduleConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaIdentityScheduleConfig::Representation
|
@@ -7864,6 +8227,7 @@ module Google
|
|
7864
8227
|
property :realtime_sync_config, as: 'realtimeSyncConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaDataConnectorRealtimeSyncConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaDataConnectorRealtimeSyncConfig::Representation
|
7865
8228
|
|
7866
8229
|
property :refresh_interval, as: 'refreshInterval'
|
8230
|
+
collection :remove_param_keys, as: 'removeParamKeys'
|
7867
8231
|
property :state, as: 'state'
|
7868
8232
|
collection :static_ip_addresses, as: 'staticIpAddresses'
|
7869
8233
|
property :static_ip_enabled, as: 'staticIpEnabled'
|
@@ -7882,6 +8246,14 @@ module Google
|
|
7882
8246
|
end
|
7883
8247
|
end
|
7884
8248
|
|
8249
|
+
class GoogleCloudDiscoveryengineV1alphaDataConnectorFederatedConfig
|
8250
|
+
# @private
|
8251
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8252
|
+
hash :additional_params, as: 'additionalParams'
|
8253
|
+
hash :auth_params, as: 'authParams'
|
8254
|
+
end
|
8255
|
+
end
|
8256
|
+
|
7885
8257
|
class GoogleCloudDiscoveryengineV1alphaDataConnectorRealtimeSyncConfig
|
7886
8258
|
# @private
|
7887
8259
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -8270,6 +8642,7 @@ module Google
|
|
8270
8642
|
class GoogleCloudDiscoveryengineV1alphaEngine
|
8271
8643
|
# @private
|
8272
8644
|
class Representation < Google::Apis::Core::JsonRepresentation
|
8645
|
+
property :app_type, as: 'appType'
|
8273
8646
|
property :chat_engine_config, as: 'chatEngineConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaEngineChatEngineConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaEngineChatEngineConfig::Representation
|
8274
8647
|
|
8275
8648
|
property :chat_engine_metadata, as: 'chatEngineMetadata', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaEngineChatEngineMetadata, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaEngineChatEngineMetadata::Representation
|
@@ -11137,6 +11510,7 @@ module Google
|
|
11137
11510
|
# @private
|
11138
11511
|
class Representation < Google::Apis::Core::JsonRepresentation
|
11139
11512
|
property :default_web_grounding_toggle_off, as: 'defaultWebGroundingToggleOff'
|
11513
|
+
property :disable_location_context, as: 'disableLocationContext'
|
11140
11514
|
property :google_search_grounding_enabled, as: 'googleSearchGroundingEnabled'
|
11141
11515
|
property :web_grounding_type, as: 'webGroundingType'
|
11142
11516
|
end
|
@@ -11167,6 +11541,7 @@ module Google
|
|
11167
11541
|
# @private
|
11168
11542
|
class Representation < Google::Apis::Core::JsonRepresentation
|
11169
11543
|
property :content_config, as: 'contentConfig'
|
11544
|
+
property :data_store_config_type, as: 'dataStoreConfigType'
|
11170
11545
|
property :display_name, as: 'displayName'
|
11171
11546
|
property :entity_name, as: 'entityName'
|
11172
11547
|
property :id, as: 'id'
|
@@ -11284,6 +11659,15 @@ module Google
|
|
11284
11659
|
end
|
11285
11660
|
end
|
11286
11661
|
|
11662
|
+
class GoogleCloudDiscoveryengineV1betaAclConfig
|
11663
|
+
# @private
|
11664
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11665
|
+
property :idp_config, as: 'idpConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaIdpConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaIdpConfig::Representation
|
11666
|
+
|
11667
|
+
property :name, as: 'name'
|
11668
|
+
end
|
11669
|
+
end
|
11670
|
+
|
11287
11671
|
class GoogleCloudDiscoveryengineV1betaAdvancedSiteSearchConfig
|
11288
11672
|
# @private
|
11289
11673
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -11726,6 +12110,7 @@ module Google
|
|
11726
12110
|
class GoogleCloudDiscoveryengineV1betaEngine
|
11727
12111
|
# @private
|
11728
12112
|
class Representation < Google::Apis::Core::JsonRepresentation
|
12113
|
+
property :app_type, as: 'appType'
|
11729
12114
|
property :chat_engine_config, as: 'chatEngineConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaEngineChatEngineConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaEngineChatEngineConfig::Representation
|
11730
12115
|
|
11731
12116
|
property :chat_engine_metadata, as: 'chatEngineMetadata', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaEngineChatEngineMetadata, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaEngineChatEngineMetadata::Representation
|
@@ -11887,6 +12272,22 @@ module Google
|
|
11887
12272
|
end
|
11888
12273
|
end
|
11889
12274
|
|
12275
|
+
class GoogleCloudDiscoveryengineV1betaIdpConfig
|
12276
|
+
# @private
|
12277
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12278
|
+
property :external_idp_config, as: 'externalIdpConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaIdpConfigExternalIdpConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaIdpConfigExternalIdpConfig::Representation
|
12279
|
+
|
12280
|
+
property :idp_type, as: 'idpType'
|
12281
|
+
end
|
12282
|
+
end
|
12283
|
+
|
12284
|
+
class GoogleCloudDiscoveryengineV1betaIdpConfigExternalIdpConfig
|
12285
|
+
# @private
|
12286
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12287
|
+
property :workforce_pool_name, as: 'workforcePoolName'
|
12288
|
+
end
|
12289
|
+
end
|
12290
|
+
|
11890
12291
|
class GoogleCloudDiscoveryengineV1betaImportCompletionSuggestionsMetadata
|
11891
12292
|
# @private
|
11892
12293
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -12634,6 +13035,14 @@ module Google
|
|
12634
13035
|
end
|
12635
13036
|
end
|
12636
13037
|
|
13038
|
+
class GoogleCloudNotebooklmV1alphaAccountAndRole
|
13039
|
+
# @private
|
13040
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13041
|
+
property :email, as: 'email'
|
13042
|
+
property :role, as: 'role'
|
13043
|
+
end
|
13044
|
+
end
|
13045
|
+
|
12637
13046
|
class GoogleCloudNotebooklmV1alphaAgentspaceMetadata
|
12638
13047
|
# @private
|
12639
13048
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -12642,6 +13051,29 @@ module Google
|
|
12642
13051
|
end
|
12643
13052
|
end
|
12644
13053
|
|
13054
|
+
class GoogleCloudNotebooklmV1alphaAudioOverview
|
13055
|
+
# @private
|
13056
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13057
|
+
property :audio, :base64 => true, as: 'audio'
|
13058
|
+
property :audio_overview_id, as: 'audioOverviewId'
|
13059
|
+
property :language_code, as: 'languageCode'
|
13060
|
+
property :mime_type, as: 'mimeType'
|
13061
|
+
property :name, as: 'name'
|
13062
|
+
property :playback_url, as: 'playbackUrl'
|
13063
|
+
property :status, as: 'status'
|
13064
|
+
end
|
13065
|
+
end
|
13066
|
+
|
13067
|
+
class GoogleCloudNotebooklmV1alphaAudioOverviewGenerationOptions
|
13068
|
+
# @private
|
13069
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13070
|
+
property :episode_focus, as: 'episodeFocus'
|
13071
|
+
property :language_code, as: 'languageCode'
|
13072
|
+
collection :source_ids, as: 'sourceIds', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaSourceId, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaSourceId::Representation
|
13073
|
+
|
13074
|
+
end
|
13075
|
+
end
|
13076
|
+
|
12645
13077
|
class GoogleCloudNotebooklmV1alphaBatchCreateSourcesRequest
|
12646
13078
|
# @private
|
12647
13079
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -12658,6 +13090,20 @@ module Google
|
|
12658
13090
|
end
|
12659
13091
|
end
|
12660
13092
|
|
13093
|
+
class GoogleCloudNotebooklmV1alphaBatchDeleteNotebooksRequest
|
13094
|
+
# @private
|
13095
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13096
|
+
collection :names, as: 'names'
|
13097
|
+
end
|
13098
|
+
end
|
13099
|
+
|
13100
|
+
class GoogleCloudNotebooklmV1alphaBatchDeleteSourcesRequest
|
13101
|
+
# @private
|
13102
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13103
|
+
collection :names, as: 'names'
|
13104
|
+
end
|
13105
|
+
end
|
13106
|
+
|
12661
13107
|
class GoogleCloudNotebooklmV1alphaCmekConfig
|
12662
13108
|
# @private
|
12663
13109
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -12665,6 +13111,167 @@ module Google
|
|
12665
13111
|
end
|
12666
13112
|
end
|
12667
13113
|
|
13114
|
+
class GoogleCloudNotebooklmV1alphaCreateAudioOverviewRequest
|
13115
|
+
# @private
|
13116
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13117
|
+
property :generation_options, as: 'generationOptions', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaAudioOverviewGenerationOptions, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaAudioOverviewGenerationOptions::Representation
|
13118
|
+
|
13119
|
+
end
|
13120
|
+
end
|
13121
|
+
|
13122
|
+
class GoogleCloudNotebooklmV1alphaCreateAudioOverviewResponse
|
13123
|
+
# @private
|
13124
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13125
|
+
property :audio_overview, as: 'audioOverview', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaAudioOverview, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaAudioOverview::Representation
|
13126
|
+
|
13127
|
+
end
|
13128
|
+
end
|
13129
|
+
|
13130
|
+
class GoogleCloudNotebooklmV1alphaFailureReason
|
13131
|
+
# @private
|
13132
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13133
|
+
property :audio_transcription_error, as: 'audioTranscriptionError', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaFailureReasonAudioTranscriptionError, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaFailureReasonAudioTranscriptionError::Representation
|
13134
|
+
|
13135
|
+
property :domain_blocked, as: 'domainBlocked', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaFailureReasonDomainBlocked, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaFailureReasonDomainBlocked::Representation
|
13136
|
+
|
13137
|
+
property :google_drive_error, as: 'googleDriveError', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaFailureReasonGoogleDriveError, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaFailureReasonGoogleDriveError::Representation
|
13138
|
+
|
13139
|
+
property :ingestion_error, as: 'ingestionError', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaFailureReasonIngestionError, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaFailureReasonIngestionError::Representation
|
13140
|
+
|
13141
|
+
property :paywall_error, as: 'paywallError', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaFailureReasonPaywallError, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaFailureReasonPaywallError::Representation
|
13142
|
+
|
13143
|
+
property :source_empty, as: 'sourceEmpty', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaFailureReasonSourceEmpty, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaFailureReasonSourceEmpty::Representation
|
13144
|
+
|
13145
|
+
property :source_limit_exceeded, as: 'sourceLimitExceeded', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaFailureReasonSourceLimitExceeded, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaFailureReasonSourceLimitExceeded::Representation
|
13146
|
+
|
13147
|
+
property :source_too_long, as: 'sourceTooLong', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaFailureReasonSourceTooLong, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaFailureReasonSourceTooLong::Representation
|
13148
|
+
|
13149
|
+
property :source_unreachable, as: 'sourceUnreachable', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaFailureReasonSourceUnreachable, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaFailureReasonSourceUnreachable::Representation
|
13150
|
+
|
13151
|
+
property :unknown, as: 'unknown', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaFailureReasonUnknown, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaFailureReasonUnknown::Representation
|
13152
|
+
|
13153
|
+
property :upload_error, as: 'uploadError', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaFailureReasonUploadError, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaFailureReasonUploadError::Representation
|
13154
|
+
|
13155
|
+
property :youtube_error, as: 'youtubeError', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaFailureReasonYoutubeError, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaFailureReasonYoutubeError::Representation
|
13156
|
+
|
13157
|
+
end
|
13158
|
+
end
|
13159
|
+
|
13160
|
+
class GoogleCloudNotebooklmV1alphaFailureReasonAudioTranscriptionError
|
13161
|
+
# @private
|
13162
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13163
|
+
property :language_detection_failed, as: 'languageDetectionFailed', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaFailureReasonAudioTranscriptionErrorLanguageDetectionFailed, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaFailureReasonAudioTranscriptionErrorLanguageDetectionFailed::Representation
|
13164
|
+
|
13165
|
+
property :no_audio_detected, as: 'noAudioDetected', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaFailureReasonAudioTranscriptionErrorNoAudioDetected, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaFailureReasonAudioTranscriptionErrorNoAudioDetected::Representation
|
13166
|
+
|
13167
|
+
end
|
13168
|
+
end
|
13169
|
+
|
13170
|
+
class GoogleCloudNotebooklmV1alphaFailureReasonAudioTranscriptionErrorLanguageDetectionFailed
|
13171
|
+
# @private
|
13172
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13173
|
+
end
|
13174
|
+
end
|
13175
|
+
|
13176
|
+
class GoogleCloudNotebooklmV1alphaFailureReasonAudioTranscriptionErrorNoAudioDetected
|
13177
|
+
# @private
|
13178
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13179
|
+
end
|
13180
|
+
end
|
13181
|
+
|
13182
|
+
class GoogleCloudNotebooklmV1alphaFailureReasonDomainBlocked
|
13183
|
+
# @private
|
13184
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13185
|
+
end
|
13186
|
+
end
|
13187
|
+
|
13188
|
+
class GoogleCloudNotebooklmV1alphaFailureReasonGoogleDriveError
|
13189
|
+
# @private
|
13190
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13191
|
+
property :download_prevented, as: 'downloadPrevented', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaFailureReasonGoogleDriveErrorDownloadPrevented, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaFailureReasonGoogleDriveErrorDownloadPrevented::Representation
|
13192
|
+
|
13193
|
+
end
|
13194
|
+
end
|
13195
|
+
|
13196
|
+
class GoogleCloudNotebooklmV1alphaFailureReasonGoogleDriveErrorDownloadPrevented
|
13197
|
+
# @private
|
13198
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13199
|
+
end
|
13200
|
+
end
|
13201
|
+
|
13202
|
+
class GoogleCloudNotebooklmV1alphaFailureReasonIngestionError
|
13203
|
+
# @private
|
13204
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13205
|
+
end
|
13206
|
+
end
|
13207
|
+
|
13208
|
+
class GoogleCloudNotebooklmV1alphaFailureReasonPaywallError
|
13209
|
+
# @private
|
13210
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13211
|
+
end
|
13212
|
+
end
|
13213
|
+
|
13214
|
+
class GoogleCloudNotebooklmV1alphaFailureReasonSourceEmpty
|
13215
|
+
# @private
|
13216
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13217
|
+
end
|
13218
|
+
end
|
13219
|
+
|
13220
|
+
class GoogleCloudNotebooklmV1alphaFailureReasonSourceLimitExceeded
|
13221
|
+
# @private
|
13222
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13223
|
+
end
|
13224
|
+
end
|
13225
|
+
|
13226
|
+
class GoogleCloudNotebooklmV1alphaFailureReasonSourceTooLong
|
13227
|
+
# @private
|
13228
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13229
|
+
property :word_count, as: 'wordCount'
|
13230
|
+
property :word_limit, as: 'wordLimit'
|
13231
|
+
end
|
13232
|
+
end
|
13233
|
+
|
13234
|
+
class GoogleCloudNotebooklmV1alphaFailureReasonSourceUnreachable
|
13235
|
+
# @private
|
13236
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13237
|
+
property :error_details, as: 'errorDetails'
|
13238
|
+
end
|
13239
|
+
end
|
13240
|
+
|
13241
|
+
class GoogleCloudNotebooklmV1alphaFailureReasonUnknown
|
13242
|
+
# @private
|
13243
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13244
|
+
end
|
13245
|
+
end
|
13246
|
+
|
13247
|
+
class GoogleCloudNotebooklmV1alphaFailureReasonUploadError
|
13248
|
+
# @private
|
13249
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13250
|
+
end
|
13251
|
+
end
|
13252
|
+
|
13253
|
+
class GoogleCloudNotebooklmV1alphaFailureReasonYoutubeError
|
13254
|
+
# @private
|
13255
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13256
|
+
property :video_deleted, as: 'videoDeleted', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaFailureReasonYoutubeErrorVideoDeleted, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaFailureReasonYoutubeErrorVideoDeleted::Representation
|
13257
|
+
|
13258
|
+
end
|
13259
|
+
end
|
13260
|
+
|
13261
|
+
class GoogleCloudNotebooklmV1alphaFailureReasonYoutubeErrorVideoDeleted
|
13262
|
+
# @private
|
13263
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13264
|
+
end
|
13265
|
+
end
|
13266
|
+
|
13267
|
+
class GoogleCloudNotebooklmV1alphaGoogleDocsSourceMetadata
|
13268
|
+
# @private
|
13269
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13270
|
+
property :document_id, as: 'documentId'
|
13271
|
+
property :revision_id, as: 'revisionId'
|
13272
|
+
end
|
13273
|
+
end
|
13274
|
+
|
12668
13275
|
class GoogleCloudNotebooklmV1alphaListRecentlyViewedNotebooksResponse
|
12669
13276
|
# @private
|
12670
13277
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -12684,6 +13291,8 @@ module Google
|
|
12684
13291
|
|
12685
13292
|
property :name, as: 'name'
|
12686
13293
|
property :notebook_id, as: 'notebookId'
|
13294
|
+
collection :sources, as: 'sources', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaSource, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaSource::Representation
|
13295
|
+
|
12687
13296
|
property :title, as: 'title'
|
12688
13297
|
end
|
12689
13298
|
end
|
@@ -12698,12 +13307,29 @@ module Google
|
|
12698
13307
|
end
|
12699
13308
|
end
|
12700
13309
|
|
13310
|
+
class GoogleCloudNotebooklmV1alphaShareNotebookRequest
|
13311
|
+
# @private
|
13312
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13313
|
+
collection :account_and_roles, as: 'accountAndRoles', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaAccountAndRole, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaAccountAndRole::Representation
|
13314
|
+
|
13315
|
+
property :notify_via_email, as: 'notifyViaEmail'
|
13316
|
+
end
|
13317
|
+
end
|
13318
|
+
|
13319
|
+
class GoogleCloudNotebooklmV1alphaShareNotebookResponse
|
13320
|
+
# @private
|
13321
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13322
|
+
end
|
13323
|
+
end
|
13324
|
+
|
12701
13325
|
class GoogleCloudNotebooklmV1alphaSource
|
12702
13326
|
# @private
|
12703
13327
|
class Representation < Google::Apis::Core::JsonRepresentation
|
12704
13328
|
property :metadata, as: 'metadata', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaSourceMetadata, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaSourceMetadata::Representation
|
12705
13329
|
|
12706
13330
|
property :name, as: 'name'
|
13331
|
+
property :settings, as: 'settings', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaSourceSettings, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaSourceSettings::Representation
|
13332
|
+
|
12707
13333
|
property :source_id, as: 'sourceId', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaSourceId, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaSourceId::Representation
|
12708
13334
|
|
12709
13335
|
property :title, as: 'title'
|
@@ -12722,9 +13348,22 @@ module Google
|
|
12722
13348
|
class Representation < Google::Apis::Core::JsonRepresentation
|
12723
13349
|
property :agentspace_metadata, as: 'agentspaceMetadata', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaAgentspaceMetadata, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaAgentspaceMetadata::Representation
|
12724
13350
|
|
13351
|
+
property :google_docs_metadata, as: 'googleDocsMetadata', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaGoogleDocsSourceMetadata, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaGoogleDocsSourceMetadata::Representation
|
13352
|
+
|
12725
13353
|
property :source_added_timestamp, as: 'sourceAddedTimestamp'
|
12726
13354
|
property :token_count, as: 'tokenCount'
|
12727
13355
|
property :word_count, as: 'wordCount'
|
13356
|
+
property :youtube_metadata, as: 'youtubeMetadata', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaYoutubeMetadata, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaYoutubeMetadata::Representation
|
13357
|
+
|
13358
|
+
end
|
13359
|
+
end
|
13360
|
+
|
13361
|
+
class GoogleCloudNotebooklmV1alphaSourceSettings
|
13362
|
+
# @private
|
13363
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13364
|
+
property :failure_reason, as: 'failureReason', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaFailureReason, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaFailureReason::Representation
|
13365
|
+
|
13366
|
+
property :status, as: 'status'
|
12728
13367
|
end
|
12729
13368
|
end
|
12730
13369
|
|
@@ -12754,6 +13393,14 @@ module Google
|
|
12754
13393
|
class Representation < Google::Apis::Core::JsonRepresentation
|
12755
13394
|
property :agentspace_content, as: 'agentspaceContent', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaUserContentAgentspaceContent, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaUserContentAgentspaceContent::Representation
|
12756
13395
|
|
13396
|
+
property :google_drive_content, as: 'googleDriveContent', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaUserContentGoogleDriveContent, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaUserContentGoogleDriveContent::Representation
|
13397
|
+
|
13398
|
+
property :text_content, as: 'textContent', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaUserContentTextContent, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaUserContentTextContent::Representation
|
13399
|
+
|
13400
|
+
property :video_content, as: 'videoContent', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaUserContentVideoContent, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaUserContentVideoContent::Representation
|
13401
|
+
|
13402
|
+
property :web_content, as: 'webContent', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaUserContentWebContent, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaUserContentWebContent::Representation
|
13403
|
+
|
12757
13404
|
end
|
12758
13405
|
end
|
12759
13406
|
|
@@ -12766,6 +13413,46 @@ module Google
|
|
12766
13413
|
end
|
12767
13414
|
end
|
12768
13415
|
|
13416
|
+
class GoogleCloudNotebooklmV1alphaUserContentGoogleDriveContent
|
13417
|
+
# @private
|
13418
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13419
|
+
property :document_id, as: 'documentId'
|
13420
|
+
property :mime_type, as: 'mimeType'
|
13421
|
+
property :source_name, as: 'sourceName'
|
13422
|
+
end
|
13423
|
+
end
|
13424
|
+
|
13425
|
+
class GoogleCloudNotebooklmV1alphaUserContentTextContent
|
13426
|
+
# @private
|
13427
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13428
|
+
property :content, as: 'content'
|
13429
|
+
property :source_name, as: 'sourceName'
|
13430
|
+
end
|
13431
|
+
end
|
13432
|
+
|
13433
|
+
class GoogleCloudNotebooklmV1alphaUserContentVideoContent
|
13434
|
+
# @private
|
13435
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13436
|
+
property :youtube_url, as: 'youtubeUrl'
|
13437
|
+
end
|
13438
|
+
end
|
13439
|
+
|
13440
|
+
class GoogleCloudNotebooklmV1alphaUserContentWebContent
|
13441
|
+
# @private
|
13442
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13443
|
+
property :source_name, as: 'sourceName'
|
13444
|
+
property :url, as: 'url'
|
13445
|
+
end
|
13446
|
+
end
|
13447
|
+
|
13448
|
+
class GoogleCloudNotebooklmV1alphaYoutubeMetadata
|
13449
|
+
# @private
|
13450
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13451
|
+
property :channel_name, as: 'channelName'
|
13452
|
+
property :video_id, as: 'videoId'
|
13453
|
+
end
|
13454
|
+
end
|
13455
|
+
|
12769
13456
|
class GoogleLongrunningCancelOperationRequest
|
12770
13457
|
# @private
|
12771
13458
|
class Representation < Google::Apis::Core::JsonRepresentation
|