google-apis-discoveryengine_v1 0.57.0 → 0.59.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_v1/classes.rb +1392 -782
- data/lib/google/apis/discoveryengine_v1/gem_version.rb +2 -2
- data/lib/google/apis/discoveryengine_v1/representations.rb +411 -219
- data/lib/google/apis/discoveryengine_v1/service.rb +536 -130
- metadata +2 -2
|
@@ -22,72 +22,6 @@ module Google
|
|
|
22
22
|
module Apis
|
|
23
23
|
module DiscoveryengineV1
|
|
24
24
|
|
|
25
|
-
class GdataBlobstore2Info
|
|
26
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
27
|
-
|
|
28
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
29
|
-
end
|
|
30
|
-
|
|
31
|
-
class GdataCompositeMedia
|
|
32
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
33
|
-
|
|
34
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
35
|
-
end
|
|
36
|
-
|
|
37
|
-
class GdataContentTypeInfo
|
|
38
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
39
|
-
|
|
40
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
41
|
-
end
|
|
42
|
-
|
|
43
|
-
class GdataDiffChecksumsResponse
|
|
44
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
45
|
-
|
|
46
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
47
|
-
end
|
|
48
|
-
|
|
49
|
-
class GdataDiffDownloadResponse
|
|
50
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
51
|
-
|
|
52
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
53
|
-
end
|
|
54
|
-
|
|
55
|
-
class GdataDiffUploadRequest
|
|
56
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
57
|
-
|
|
58
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
59
|
-
end
|
|
60
|
-
|
|
61
|
-
class GdataDiffUploadResponse
|
|
62
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
63
|
-
|
|
64
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
65
|
-
end
|
|
66
|
-
|
|
67
|
-
class GdataDiffVersionResponse
|
|
68
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
69
|
-
|
|
70
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
71
|
-
end
|
|
72
|
-
|
|
73
|
-
class GdataDownloadParameters
|
|
74
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
75
|
-
|
|
76
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
77
|
-
end
|
|
78
|
-
|
|
79
|
-
class GdataMedia
|
|
80
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
81
|
-
|
|
82
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
83
|
-
end
|
|
84
|
-
|
|
85
|
-
class GdataObjectId
|
|
86
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
87
|
-
|
|
88
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
89
|
-
end
|
|
90
|
-
|
|
91
25
|
class GoogleApiDistribution
|
|
92
26
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
93
27
|
|
|
@@ -1612,6 +1546,18 @@ module Google
|
|
|
1612
1546
|
include Google::Apis::Core::JsonObjectSupport
|
|
1613
1547
|
end
|
|
1614
1548
|
|
|
1549
|
+
class GoogleCloudDiscoveryengineV1LicenseConfigUsageStats
|
|
1550
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1551
|
+
|
|
1552
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1553
|
+
end
|
|
1554
|
+
|
|
1555
|
+
class GoogleCloudDiscoveryengineV1ListAssistantsResponse
|
|
1556
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1557
|
+
|
|
1558
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1559
|
+
end
|
|
1560
|
+
|
|
1615
1561
|
class GoogleCloudDiscoveryengineV1ListCmekConfigsResponse
|
|
1616
1562
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1617
1563
|
|
|
@@ -1666,6 +1612,12 @@ module Google
|
|
|
1666
1612
|
include Google::Apis::Core::JsonObjectSupport
|
|
1667
1613
|
end
|
|
1668
1614
|
|
|
1615
|
+
class GoogleCloudDiscoveryengineV1ListLicenseConfigsUsageStatsResponse
|
|
1616
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1617
|
+
|
|
1618
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1619
|
+
end
|
|
1620
|
+
|
|
1669
1621
|
class GoogleCloudDiscoveryengineV1ListSchemasResponse
|
|
1670
1622
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1671
1623
|
|
|
@@ -2008,6 +1960,12 @@ module Google
|
|
|
2008
1960
|
include Google::Apis::Core::JsonObjectSupport
|
|
2009
1961
|
end
|
|
2010
1962
|
|
|
1963
|
+
class GoogleCloudDiscoveryengineV1SearchRequestCrowdingSpec
|
|
1964
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1965
|
+
|
|
1966
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1967
|
+
end
|
|
1968
|
+
|
|
2011
1969
|
class GoogleCloudDiscoveryengineV1SearchRequestDataStoreSpec
|
|
2012
1970
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2013
1971
|
|
|
@@ -2404,6 +2362,96 @@ module Google
|
|
|
2404
2362
|
include Google::Apis::Core::JsonObjectSupport
|
|
2405
2363
|
end
|
|
2406
2364
|
|
|
2365
|
+
class GoogleCloudDiscoveryengineV1WidgetConfig
|
|
2366
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2367
|
+
|
|
2368
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2369
|
+
end
|
|
2370
|
+
|
|
2371
|
+
class GoogleCloudDiscoveryengineV1WidgetConfigAccessSettings
|
|
2372
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2373
|
+
|
|
2374
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2375
|
+
end
|
|
2376
|
+
|
|
2377
|
+
class GoogleCloudDiscoveryengineV1WidgetConfigAssistantSettings
|
|
2378
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2379
|
+
|
|
2380
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2381
|
+
end
|
|
2382
|
+
|
|
2383
|
+
class GoogleCloudDiscoveryengineV1WidgetConfigCollectionComponent
|
|
2384
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2385
|
+
|
|
2386
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2387
|
+
end
|
|
2388
|
+
|
|
2389
|
+
class GoogleCloudDiscoveryengineV1WidgetConfigCustomerProvidedConfig
|
|
2390
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2391
|
+
|
|
2392
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2393
|
+
end
|
|
2394
|
+
|
|
2395
|
+
class GoogleCloudDiscoveryengineV1WidgetConfigDataStoreComponent
|
|
2396
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2397
|
+
|
|
2398
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2399
|
+
end
|
|
2400
|
+
|
|
2401
|
+
class GoogleCloudDiscoveryengineV1WidgetConfigDataStoreUiConfig
|
|
2402
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2403
|
+
|
|
2404
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2405
|
+
end
|
|
2406
|
+
|
|
2407
|
+
class GoogleCloudDiscoveryengineV1WidgetConfigFacetField
|
|
2408
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2409
|
+
|
|
2410
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2411
|
+
end
|
|
2412
|
+
|
|
2413
|
+
class GoogleCloudDiscoveryengineV1WidgetConfigHomepageSetting
|
|
2414
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2415
|
+
|
|
2416
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2417
|
+
end
|
|
2418
|
+
|
|
2419
|
+
class GoogleCloudDiscoveryengineV1WidgetConfigHomepageSettingShortcut
|
|
2420
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2421
|
+
|
|
2422
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2423
|
+
end
|
|
2424
|
+
|
|
2425
|
+
class GoogleCloudDiscoveryengineV1WidgetConfigImage
|
|
2426
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2427
|
+
|
|
2428
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2429
|
+
end
|
|
2430
|
+
|
|
2431
|
+
class GoogleCloudDiscoveryengineV1WidgetConfigUiComponentField
|
|
2432
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2433
|
+
|
|
2434
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2435
|
+
end
|
|
2436
|
+
|
|
2437
|
+
class GoogleCloudDiscoveryengineV1WidgetConfigUiBrandingSettings
|
|
2438
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2439
|
+
|
|
2440
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2441
|
+
end
|
|
2442
|
+
|
|
2443
|
+
class GoogleCloudDiscoveryengineV1WidgetConfigUiSettings
|
|
2444
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2445
|
+
|
|
2446
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2447
|
+
end
|
|
2448
|
+
|
|
2449
|
+
class GoogleCloudDiscoveryengineV1WidgetConfigUiSettingsGenerativeAnswerConfig
|
|
2450
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2451
|
+
|
|
2452
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2453
|
+
end
|
|
2454
|
+
|
|
2407
2455
|
class GoogleCloudDiscoveryengineV1WorkspaceConfig
|
|
2408
2456
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2409
2457
|
|
|
@@ -3598,6 +3646,12 @@ module Google
|
|
|
3598
3646
|
include Google::Apis::Core::JsonObjectSupport
|
|
3599
3647
|
end
|
|
3600
3648
|
|
|
3649
|
+
class GoogleCloudDiscoveryengineV1alphaSearchRequestCrowdingSpec
|
|
3650
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3651
|
+
|
|
3652
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3653
|
+
end
|
|
3654
|
+
|
|
3601
3655
|
class GoogleCloudDiscoveryengineV1alphaSearchRequestDataStoreSpec
|
|
3602
3656
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3603
3657
|
|
|
@@ -4516,6 +4570,12 @@ module Google
|
|
|
4516
4570
|
include Google::Apis::Core::JsonObjectSupport
|
|
4517
4571
|
end
|
|
4518
4572
|
|
|
4573
|
+
class GoogleCloudDiscoveryengineV1betaSearchRequestCrowdingSpec
|
|
4574
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
4575
|
+
|
|
4576
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
4577
|
+
end
|
|
4578
|
+
|
|
4519
4579
|
class GoogleCloudDiscoveryengineV1betaSearchRequestDataStoreSpec
|
|
4520
4580
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
4521
4581
|
|
|
@@ -4786,159 +4846,6 @@ module Google
|
|
|
4786
4846
|
include Google::Apis::Core::JsonObjectSupport
|
|
4787
4847
|
end
|
|
4788
4848
|
|
|
4789
|
-
class GdataBlobstore2Info
|
|
4790
|
-
# @private
|
|
4791
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4792
|
-
property :blob_generation, :numeric_string => true, as: 'blobGeneration'
|
|
4793
|
-
property :blob_id, as: 'blobId'
|
|
4794
|
-
property :download_read_handle, :base64 => true, as: 'downloadReadHandle'
|
|
4795
|
-
property :read_token, as: 'readToken'
|
|
4796
|
-
property :upload_metadata_container, :base64 => true, as: 'uploadMetadataContainer'
|
|
4797
|
-
end
|
|
4798
|
-
end
|
|
4799
|
-
|
|
4800
|
-
class GdataCompositeMedia
|
|
4801
|
-
# @private
|
|
4802
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4803
|
-
property :blob_ref, :base64 => true, as: 'blobRef'
|
|
4804
|
-
property :blobstore2_info, as: 'blobstore2Info', class: Google::Apis::DiscoveryengineV1::GdataBlobstore2Info, decorator: Google::Apis::DiscoveryengineV1::GdataBlobstore2Info::Representation
|
|
4805
|
-
|
|
4806
|
-
property :cosmo_binary_reference, :base64 => true, as: 'cosmoBinaryReference'
|
|
4807
|
-
property :crc32c_hash, as: 'crc32cHash'
|
|
4808
|
-
property :inline, :base64 => true, as: 'inline'
|
|
4809
|
-
property :length, :numeric_string => true, as: 'length'
|
|
4810
|
-
property :md5_hash, :base64 => true, as: 'md5Hash'
|
|
4811
|
-
property :object_id_prop, as: 'objectId', class: Google::Apis::DiscoveryengineV1::GdataObjectId, decorator: Google::Apis::DiscoveryengineV1::GdataObjectId::Representation
|
|
4812
|
-
|
|
4813
|
-
property :path, as: 'path'
|
|
4814
|
-
property :reference_type, as: 'referenceType'
|
|
4815
|
-
property :sha1_hash, :base64 => true, as: 'sha1Hash'
|
|
4816
|
-
end
|
|
4817
|
-
end
|
|
4818
|
-
|
|
4819
|
-
class GdataContentTypeInfo
|
|
4820
|
-
# @private
|
|
4821
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4822
|
-
property :best_guess, as: 'bestGuess'
|
|
4823
|
-
property :from_bytes, as: 'fromBytes'
|
|
4824
|
-
property :from_file_name, as: 'fromFileName'
|
|
4825
|
-
property :from_header, as: 'fromHeader'
|
|
4826
|
-
property :from_url_path, as: 'fromUrlPath'
|
|
4827
|
-
end
|
|
4828
|
-
end
|
|
4829
|
-
|
|
4830
|
-
class GdataDiffChecksumsResponse
|
|
4831
|
-
# @private
|
|
4832
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4833
|
-
property :checksums_location, as: 'checksumsLocation', class: Google::Apis::DiscoveryengineV1::GdataCompositeMedia, decorator: Google::Apis::DiscoveryengineV1::GdataCompositeMedia::Representation
|
|
4834
|
-
|
|
4835
|
-
property :chunk_size_bytes, :numeric_string => true, as: 'chunkSizeBytes'
|
|
4836
|
-
property :object_location, as: 'objectLocation', class: Google::Apis::DiscoveryengineV1::GdataCompositeMedia, decorator: Google::Apis::DiscoveryengineV1::GdataCompositeMedia::Representation
|
|
4837
|
-
|
|
4838
|
-
property :object_size_bytes, :numeric_string => true, as: 'objectSizeBytes'
|
|
4839
|
-
property :object_version, as: 'objectVersion'
|
|
4840
|
-
end
|
|
4841
|
-
end
|
|
4842
|
-
|
|
4843
|
-
class GdataDiffDownloadResponse
|
|
4844
|
-
# @private
|
|
4845
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4846
|
-
property :object_location, as: 'objectLocation', class: Google::Apis::DiscoveryengineV1::GdataCompositeMedia, decorator: Google::Apis::DiscoveryengineV1::GdataCompositeMedia::Representation
|
|
4847
|
-
|
|
4848
|
-
end
|
|
4849
|
-
end
|
|
4850
|
-
|
|
4851
|
-
class GdataDiffUploadRequest
|
|
4852
|
-
# @private
|
|
4853
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4854
|
-
property :checksums_info, as: 'checksumsInfo', class: Google::Apis::DiscoveryengineV1::GdataCompositeMedia, decorator: Google::Apis::DiscoveryengineV1::GdataCompositeMedia::Representation
|
|
4855
|
-
|
|
4856
|
-
property :object_info, as: 'objectInfo', class: Google::Apis::DiscoveryengineV1::GdataCompositeMedia, decorator: Google::Apis::DiscoveryengineV1::GdataCompositeMedia::Representation
|
|
4857
|
-
|
|
4858
|
-
property :object_version, as: 'objectVersion'
|
|
4859
|
-
end
|
|
4860
|
-
end
|
|
4861
|
-
|
|
4862
|
-
class GdataDiffUploadResponse
|
|
4863
|
-
# @private
|
|
4864
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4865
|
-
property :object_version, as: 'objectVersion'
|
|
4866
|
-
property :original_object, as: 'originalObject', class: Google::Apis::DiscoveryengineV1::GdataCompositeMedia, decorator: Google::Apis::DiscoveryengineV1::GdataCompositeMedia::Representation
|
|
4867
|
-
|
|
4868
|
-
end
|
|
4869
|
-
end
|
|
4870
|
-
|
|
4871
|
-
class GdataDiffVersionResponse
|
|
4872
|
-
# @private
|
|
4873
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4874
|
-
property :object_size_bytes, :numeric_string => true, as: 'objectSizeBytes'
|
|
4875
|
-
property :object_version, as: 'objectVersion'
|
|
4876
|
-
end
|
|
4877
|
-
end
|
|
4878
|
-
|
|
4879
|
-
class GdataDownloadParameters
|
|
4880
|
-
# @private
|
|
4881
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4882
|
-
property :allow_gzip_compression, as: 'allowGzipCompression'
|
|
4883
|
-
property :ignore_range, as: 'ignoreRange'
|
|
4884
|
-
end
|
|
4885
|
-
end
|
|
4886
|
-
|
|
4887
|
-
class GdataMedia
|
|
4888
|
-
# @private
|
|
4889
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4890
|
-
property :algorithm, as: 'algorithm'
|
|
4891
|
-
property :bigstore_object_ref, :base64 => true, as: 'bigstoreObjectRef'
|
|
4892
|
-
property :blob_ref, :base64 => true, as: 'blobRef'
|
|
4893
|
-
property :blobstore2_info, as: 'blobstore2Info', class: Google::Apis::DiscoveryengineV1::GdataBlobstore2Info, decorator: Google::Apis::DiscoveryengineV1::GdataBlobstore2Info::Representation
|
|
4894
|
-
|
|
4895
|
-
collection :composite_media, as: 'compositeMedia', class: Google::Apis::DiscoveryengineV1::GdataCompositeMedia, decorator: Google::Apis::DiscoveryengineV1::GdataCompositeMedia::Representation
|
|
4896
|
-
|
|
4897
|
-
property :content_type, as: 'contentType'
|
|
4898
|
-
property :content_type_info, as: 'contentTypeInfo', class: Google::Apis::DiscoveryengineV1::GdataContentTypeInfo, decorator: Google::Apis::DiscoveryengineV1::GdataContentTypeInfo::Representation
|
|
4899
|
-
|
|
4900
|
-
property :cosmo_binary_reference, :base64 => true, as: 'cosmoBinaryReference'
|
|
4901
|
-
property :crc32c_hash, as: 'crc32cHash'
|
|
4902
|
-
property :diff_checksums_response, as: 'diffChecksumsResponse', class: Google::Apis::DiscoveryengineV1::GdataDiffChecksumsResponse, decorator: Google::Apis::DiscoveryengineV1::GdataDiffChecksumsResponse::Representation
|
|
4903
|
-
|
|
4904
|
-
property :diff_download_response, as: 'diffDownloadResponse', class: Google::Apis::DiscoveryengineV1::GdataDiffDownloadResponse, decorator: Google::Apis::DiscoveryengineV1::GdataDiffDownloadResponse::Representation
|
|
4905
|
-
|
|
4906
|
-
property :diff_upload_request, as: 'diffUploadRequest', class: Google::Apis::DiscoveryengineV1::GdataDiffUploadRequest, decorator: Google::Apis::DiscoveryengineV1::GdataDiffUploadRequest::Representation
|
|
4907
|
-
|
|
4908
|
-
property :diff_upload_response, as: 'diffUploadResponse', class: Google::Apis::DiscoveryengineV1::GdataDiffUploadResponse, decorator: Google::Apis::DiscoveryengineV1::GdataDiffUploadResponse::Representation
|
|
4909
|
-
|
|
4910
|
-
property :diff_version_response, as: 'diffVersionResponse', class: Google::Apis::DiscoveryengineV1::GdataDiffVersionResponse, decorator: Google::Apis::DiscoveryengineV1::GdataDiffVersionResponse::Representation
|
|
4911
|
-
|
|
4912
|
-
property :download_parameters, as: 'downloadParameters', class: Google::Apis::DiscoveryengineV1::GdataDownloadParameters, decorator: Google::Apis::DiscoveryengineV1::GdataDownloadParameters::Representation
|
|
4913
|
-
|
|
4914
|
-
property :filename, as: 'filename'
|
|
4915
|
-
property :hash_prop, as: 'hash'
|
|
4916
|
-
property :hash_verified, as: 'hashVerified'
|
|
4917
|
-
property :inline, :base64 => true, as: 'inline'
|
|
4918
|
-
property :is_potential_retry, as: 'isPotentialRetry'
|
|
4919
|
-
property :length, :numeric_string => true, as: 'length'
|
|
4920
|
-
property :md5_hash, :base64 => true, as: 'md5Hash'
|
|
4921
|
-
property :media_id, :base64 => true, as: 'mediaId'
|
|
4922
|
-
property :object_id_prop, as: 'objectId', class: Google::Apis::DiscoveryengineV1::GdataObjectId, decorator: Google::Apis::DiscoveryengineV1::GdataObjectId::Representation
|
|
4923
|
-
|
|
4924
|
-
property :path, as: 'path'
|
|
4925
|
-
property :reference_type, as: 'referenceType'
|
|
4926
|
-
property :sha1_hash, :base64 => true, as: 'sha1Hash'
|
|
4927
|
-
property :sha256_hash, :base64 => true, as: 'sha256Hash'
|
|
4928
|
-
property :timestamp, :numeric_string => true, as: 'timestamp'
|
|
4929
|
-
property :token, as: 'token'
|
|
4930
|
-
end
|
|
4931
|
-
end
|
|
4932
|
-
|
|
4933
|
-
class GdataObjectId
|
|
4934
|
-
# @private
|
|
4935
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4936
|
-
property :bucket_name, as: 'bucketName'
|
|
4937
|
-
property :generation, :numeric_string => true, as: 'generation'
|
|
4938
|
-
property :object_name, as: 'objectName'
|
|
4939
|
-
end
|
|
4940
|
-
end
|
|
4941
|
-
|
|
4942
4849
|
class GoogleApiDistribution
|
|
4943
4850
|
# @private
|
|
4944
4851
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -5836,6 +5743,8 @@ module Google
|
|
|
5836
5743
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
5837
5744
|
property :customer_policy, as: 'customerPolicy', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AssistantCustomerPolicy, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AssistantCustomerPolicy::Representation
|
|
5838
5745
|
|
|
5746
|
+
property :description, as: 'description'
|
|
5747
|
+
property :display_name, as: 'displayName'
|
|
5839
5748
|
hash :enabled_tools, as: 'enabledTools', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AssistantToolList, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AssistantToolList::Representation
|
|
5840
5749
|
|
|
5841
5750
|
property :generation_config, as: 'generationConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AssistantGenerationConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AssistantGenerationConfig::Representation
|
|
@@ -5924,7 +5833,9 @@ module Google
|
|
|
5924
5833
|
class GoogleCloudDiscoveryengineV1AssistantGenerationConfig
|
|
5925
5834
|
# @private
|
|
5926
5835
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
5836
|
+
collection :allowed_model_ids, as: 'allowedModelIds'
|
|
5927
5837
|
property :default_language, as: 'defaultLanguage'
|
|
5838
|
+
property :default_model_id, as: 'defaultModelId'
|
|
5928
5839
|
property :system_instruction, as: 'systemInstruction', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AssistantGenerationConfigSystemInstruction, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AssistantGenerationConfigSystemInstruction::Representation
|
|
5929
5840
|
|
|
5930
5841
|
end
|
|
@@ -7010,6 +6921,7 @@ module Google
|
|
|
7010
6921
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7011
6922
|
property :enable_get_processed_document, as: 'enableGetProcessedDocument'
|
|
7012
6923
|
property :enable_image_annotation, as: 'enableImageAnnotation'
|
|
6924
|
+
property :enable_llm_layout_parsing, as: 'enableLlmLayoutParsing'
|
|
7013
6925
|
property :enable_table_annotation, as: 'enableTableAnnotation'
|
|
7014
6926
|
collection :exclude_html_classes, as: 'excludeHtmlClasses'
|
|
7015
6927
|
collection :exclude_html_elements, as: 'excludeHtmlElements'
|
|
@@ -7061,6 +6973,8 @@ module Google
|
|
|
7061
6973
|
|
|
7062
6974
|
property :chat_engine_metadata, as: 'chatEngineMetadata', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1EngineChatEngineMetadata, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1EngineChatEngineMetadata::Representation
|
|
7063
6975
|
|
|
6976
|
+
property :cmek_config, as: 'cmekConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1CmekConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1CmekConfig::Representation
|
|
6977
|
+
|
|
7064
6978
|
property :common_config, as: 'commonConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1EngineCommonConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1EngineCommonConfig::Representation
|
|
7065
6979
|
|
|
7066
6980
|
property :configurable_billing_approach, as: 'configurableBillingApproach'
|
|
@@ -7072,6 +6986,7 @@ module Google
|
|
|
7072
6986
|
property :industry_vertical, as: 'industryVertical'
|
|
7073
6987
|
property :media_recommendation_engine_config, as: 'mediaRecommendationEngineConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1EngineMediaRecommendationEngineConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1EngineMediaRecommendationEngineConfig::Representation
|
|
7074
6988
|
|
|
6989
|
+
hash :model_configs, as: 'modelConfigs'
|
|
7075
6990
|
property :name, as: 'name'
|
|
7076
6991
|
property :search_engine_config, as: 'searchEngineConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1EngineSearchEngineConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1EngineSearchEngineConfig::Representation
|
|
7077
6992
|
|
|
@@ -7544,6 +7459,23 @@ module Google
|
|
|
7544
7459
|
end
|
|
7545
7460
|
end
|
|
7546
7461
|
|
|
7462
|
+
class GoogleCloudDiscoveryengineV1LicenseConfigUsageStats
|
|
7463
|
+
# @private
|
|
7464
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7465
|
+
property :license_config, as: 'licenseConfig'
|
|
7466
|
+
property :used_license_count, :numeric_string => true, as: 'usedLicenseCount'
|
|
7467
|
+
end
|
|
7468
|
+
end
|
|
7469
|
+
|
|
7470
|
+
class GoogleCloudDiscoveryengineV1ListAssistantsResponse
|
|
7471
|
+
# @private
|
|
7472
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7473
|
+
collection :assistants, as: 'assistants', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1Assistant, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1Assistant::Representation
|
|
7474
|
+
|
|
7475
|
+
property :next_page_token, as: 'nextPageToken'
|
|
7476
|
+
end
|
|
7477
|
+
end
|
|
7478
|
+
|
|
7547
7479
|
class GoogleCloudDiscoveryengineV1ListCmekConfigsResponse
|
|
7548
7480
|
# @private
|
|
7549
7481
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -7623,6 +7555,14 @@ module Google
|
|
|
7623
7555
|
end
|
|
7624
7556
|
end
|
|
7625
7557
|
|
|
7558
|
+
class GoogleCloudDiscoveryengineV1ListLicenseConfigsUsageStatsResponse
|
|
7559
|
+
# @private
|
|
7560
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7561
|
+
collection :license_config_usage_stats, as: 'licenseConfigUsageStats', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1LicenseConfigUsageStats, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1LicenseConfigUsageStats::Representation
|
|
7562
|
+
|
|
7563
|
+
end
|
|
7564
|
+
end
|
|
7565
|
+
|
|
7626
7566
|
class GoogleCloudDiscoveryengineV1ListSchemasResponse
|
|
7627
7567
|
# @private
|
|
7628
7568
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -8051,6 +7991,8 @@ module Google
|
|
|
8051
7991
|
property :canonical_filter, as: 'canonicalFilter'
|
|
8052
7992
|
property :content_search_spec, as: 'contentSearchSpec', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchRequestContentSearchSpec, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchRequestContentSearchSpec::Representation
|
|
8053
7993
|
|
|
7994
|
+
collection :crowding_specs, as: 'crowdingSpecs', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchRequestCrowdingSpec, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchRequestCrowdingSpec::Representation
|
|
7995
|
+
|
|
8054
7996
|
collection :data_store_specs, as: 'dataStoreSpecs', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchRequestDataStoreSpec, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchRequestDataStoreSpec::Representation
|
|
8055
7997
|
|
|
8056
7998
|
property :display_spec, as: 'displaySpec', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchRequestDisplaySpec, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchRequestDisplaySpec::Representation
|
|
@@ -8066,6 +8008,7 @@ module Google
|
|
|
8066
8008
|
property :offset, as: 'offset'
|
|
8067
8009
|
property :one_box_page_size, as: 'oneBoxPageSize'
|
|
8068
8010
|
property :order_by, as: 'orderBy'
|
|
8011
|
+
collection :page_categories, as: 'pageCategories'
|
|
8069
8012
|
property :page_size, as: 'pageSize'
|
|
8070
8013
|
property :page_token, as: 'pageToken'
|
|
8071
8014
|
hash :params, as: 'params'
|
|
@@ -8204,6 +8147,15 @@ module Google
|
|
|
8204
8147
|
end
|
|
8205
8148
|
end
|
|
8206
8149
|
|
|
8150
|
+
class GoogleCloudDiscoveryengineV1SearchRequestCrowdingSpec
|
|
8151
|
+
# @private
|
|
8152
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
8153
|
+
property :field, as: 'field'
|
|
8154
|
+
property :max_count, as: 'maxCount'
|
|
8155
|
+
property :mode, as: 'mode'
|
|
8156
|
+
end
|
|
8157
|
+
end
|
|
8158
|
+
|
|
8207
8159
|
class GoogleCloudDiscoveryengineV1SearchRequestDataStoreSpec
|
|
8208
8160
|
# @private
|
|
8209
8161
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -8679,6 +8631,7 @@ module Google
|
|
|
8679
8631
|
property :answer, as: 'answer', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AssistAnswer, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AssistAnswer::Representation
|
|
8680
8632
|
|
|
8681
8633
|
property :assist_token, as: 'assistToken'
|
|
8634
|
+
collection :invocation_tools, as: 'invocationTools'
|
|
8682
8635
|
property :session_info, as: 'sessionInfo', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1StreamAssistResponseSessionInfo, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1StreamAssistResponseSessionInfo::Representation
|
|
8683
8636
|
|
|
8684
8637
|
end
|
|
@@ -8900,6 +8853,213 @@ module Google
|
|
|
8900
8853
|
end
|
|
8901
8854
|
end
|
|
8902
8855
|
|
|
8856
|
+
class GoogleCloudDiscoveryengineV1WidgetConfig
|
|
8857
|
+
# @private
|
|
8858
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
8859
|
+
property :access_settings, as: 'accessSettings', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1WidgetConfigAccessSettings, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1WidgetConfigAccessSettings::Representation
|
|
8860
|
+
|
|
8861
|
+
property :allow_public_access, as: 'allowPublicAccess'
|
|
8862
|
+
collection :allowlisted_domains, as: 'allowlistedDomains'
|
|
8863
|
+
property :assistant_settings, as: 'assistantSettings', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1WidgetConfigAssistantSettings, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1WidgetConfigAssistantSettings::Representation
|
|
8864
|
+
|
|
8865
|
+
collection :collection_components, as: 'collectionComponents', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1WidgetConfigCollectionComponent, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1WidgetConfigCollectionComponent::Representation
|
|
8866
|
+
|
|
8867
|
+
property :config_id, as: 'configId'
|
|
8868
|
+
property :content_search_spec, as: 'contentSearchSpec', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchRequestContentSearchSpec, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchRequestContentSearchSpec::Representation
|
|
8869
|
+
|
|
8870
|
+
property :create_time, as: 'createTime'
|
|
8871
|
+
property :customer_provided_config, as: 'customerProvidedConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1WidgetConfigCustomerProvidedConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1WidgetConfigCustomerProvidedConfig::Representation
|
|
8872
|
+
|
|
8873
|
+
property :data_store_type, as: 'dataStoreType'
|
|
8874
|
+
collection :data_store_ui_configs, as: 'dataStoreUiConfigs', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1WidgetConfigDataStoreUiConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1WidgetConfigDataStoreUiConfig::Representation
|
|
8875
|
+
|
|
8876
|
+
property :default_search_request_order_by, as: 'defaultSearchRequestOrderBy'
|
|
8877
|
+
property :display_name, as: 'displayName'
|
|
8878
|
+
property :enable_autocomplete, as: 'enableAutocomplete'
|
|
8879
|
+
property :enable_conversational_search, as: 'enableConversationalSearch'
|
|
8880
|
+
property :enable_private_knowledge_graph, as: 'enablePrivateKnowledgeGraph'
|
|
8881
|
+
property :enable_quality_feedback, as: 'enableQualityFeedback'
|
|
8882
|
+
property :enable_result_score, as: 'enableResultScore'
|
|
8883
|
+
property :enable_safe_search, as: 'enableSafeSearch'
|
|
8884
|
+
property :enable_search_as_you_type, as: 'enableSearchAsYouType'
|
|
8885
|
+
property :enable_snippet_result_summary, as: 'enableSnippetResultSummary'
|
|
8886
|
+
property :enable_summarization, as: 'enableSummarization'
|
|
8887
|
+
property :enable_web_app, as: 'enableWebApp'
|
|
8888
|
+
collection :facet_field, as: 'facetField', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1WidgetConfigFacetField, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1WidgetConfigFacetField::Representation
|
|
8889
|
+
|
|
8890
|
+
hash :fields_ui_components_map, as: 'fieldsUiComponentsMap', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1WidgetConfigUiComponentField, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1WidgetConfigUiComponentField::Representation
|
|
8891
|
+
|
|
8892
|
+
property :gemini_bundle, as: 'geminiBundle'
|
|
8893
|
+
property :homepage_setting, as: 'homepageSetting', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1WidgetConfigHomepageSetting, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1WidgetConfigHomepageSetting::Representation
|
|
8894
|
+
|
|
8895
|
+
property :industry_vertical, as: 'industryVertical'
|
|
8896
|
+
property :llm_enabled, as: 'llmEnabled'
|
|
8897
|
+
property :minimum_data_term_accepted, as: 'minimumDataTermAccepted'
|
|
8898
|
+
property :name, as: 'name'
|
|
8899
|
+
property :result_display_type, as: 'resultDisplayType'
|
|
8900
|
+
property :solution_type, as: 'solutionType'
|
|
8901
|
+
property :ui_branding, as: 'uiBranding', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1WidgetConfigUiBrandingSettings, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1WidgetConfigUiBrandingSettings::Representation
|
|
8902
|
+
|
|
8903
|
+
property :ui_settings, as: 'uiSettings', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1WidgetConfigUiSettings, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1WidgetConfigUiSettings::Representation
|
|
8904
|
+
|
|
8905
|
+
property :update_time, as: 'updateTime'
|
|
8906
|
+
end
|
|
8907
|
+
end
|
|
8908
|
+
|
|
8909
|
+
class GoogleCloudDiscoveryengineV1WidgetConfigAccessSettings
|
|
8910
|
+
# @private
|
|
8911
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
8912
|
+
property :allow_public_access, as: 'allowPublicAccess'
|
|
8913
|
+
collection :allowlisted_domains, as: 'allowlistedDomains'
|
|
8914
|
+
property :enable_web_app, as: 'enableWebApp'
|
|
8915
|
+
property :language_code, as: 'languageCode'
|
|
8916
|
+
property :workforce_identity_pool_provider, as: 'workforceIdentityPoolProvider'
|
|
8917
|
+
end
|
|
8918
|
+
end
|
|
8919
|
+
|
|
8920
|
+
class GoogleCloudDiscoveryengineV1WidgetConfigAssistantSettings
|
|
8921
|
+
# @private
|
|
8922
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
8923
|
+
property :default_web_grounding_toggle_off, as: 'defaultWebGroundingToggleOff'
|
|
8924
|
+
property :disable_location_context, as: 'disableLocationContext'
|
|
8925
|
+
property :google_search_grounding_enabled, as: 'googleSearchGroundingEnabled'
|
|
8926
|
+
property :web_grounding_type, as: 'webGroundingType'
|
|
8927
|
+
end
|
|
8928
|
+
end
|
|
8929
|
+
|
|
8930
|
+
class GoogleCloudDiscoveryengineV1WidgetConfigCollectionComponent
|
|
8931
|
+
# @private
|
|
8932
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
8933
|
+
property :connector_icon_link, as: 'connectorIconLink'
|
|
8934
|
+
property :data_source, as: 'dataSource'
|
|
8935
|
+
property :data_source_display_name, as: 'dataSourceDisplayName'
|
|
8936
|
+
collection :data_store_components, as: 'dataStoreComponents', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1WidgetConfigDataStoreComponent, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1WidgetConfigDataStoreComponent::Representation
|
|
8937
|
+
|
|
8938
|
+
property :display_name, as: 'displayName'
|
|
8939
|
+
property :id, as: 'id'
|
|
8940
|
+
property :name, as: 'name'
|
|
8941
|
+
end
|
|
8942
|
+
end
|
|
8943
|
+
|
|
8944
|
+
class GoogleCloudDiscoveryengineV1WidgetConfigCustomerProvidedConfig
|
|
8945
|
+
# @private
|
|
8946
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
8947
|
+
property :customer_type, as: 'customerType'
|
|
8948
|
+
end
|
|
8949
|
+
end
|
|
8950
|
+
|
|
8951
|
+
class GoogleCloudDiscoveryengineV1WidgetConfigDataStoreComponent
|
|
8952
|
+
# @private
|
|
8953
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
8954
|
+
property :data_store_config_type, as: 'dataStoreConfigType'
|
|
8955
|
+
property :display_name, as: 'displayName'
|
|
8956
|
+
property :entity_name, as: 'entityName'
|
|
8957
|
+
property :id, as: 'id'
|
|
8958
|
+
property :name, as: 'name'
|
|
8959
|
+
end
|
|
8960
|
+
end
|
|
8961
|
+
|
|
8962
|
+
class GoogleCloudDiscoveryengineV1WidgetConfigDataStoreUiConfig
|
|
8963
|
+
# @private
|
|
8964
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
8965
|
+
collection :facet_field, as: 'facetField', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1WidgetConfigFacetField, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1WidgetConfigFacetField::Representation
|
|
8966
|
+
|
|
8967
|
+
hash :fields_ui_components_map, as: 'fieldsUiComponentsMap', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1WidgetConfigUiComponentField, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1WidgetConfigUiComponentField::Representation
|
|
8968
|
+
|
|
8969
|
+
property :id, as: 'id'
|
|
8970
|
+
property :name, as: 'name'
|
|
8971
|
+
end
|
|
8972
|
+
end
|
|
8973
|
+
|
|
8974
|
+
class GoogleCloudDiscoveryengineV1WidgetConfigFacetField
|
|
8975
|
+
# @private
|
|
8976
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
8977
|
+
property :display_name, as: 'displayName'
|
|
8978
|
+
property :field, as: 'field'
|
|
8979
|
+
end
|
|
8980
|
+
end
|
|
8981
|
+
|
|
8982
|
+
class GoogleCloudDiscoveryengineV1WidgetConfigHomepageSetting
|
|
8983
|
+
# @private
|
|
8984
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
8985
|
+
collection :shortcuts, as: 'shortcuts', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1WidgetConfigHomepageSettingShortcut, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1WidgetConfigHomepageSettingShortcut::Representation
|
|
8986
|
+
|
|
8987
|
+
end
|
|
8988
|
+
end
|
|
8989
|
+
|
|
8990
|
+
class GoogleCloudDiscoveryengineV1WidgetConfigHomepageSettingShortcut
|
|
8991
|
+
# @private
|
|
8992
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
8993
|
+
property :destination_uri, as: 'destinationUri'
|
|
8994
|
+
property :icon, as: 'icon', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1WidgetConfigImage, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1WidgetConfigImage::Representation
|
|
8995
|
+
|
|
8996
|
+
property :title, as: 'title'
|
|
8997
|
+
end
|
|
8998
|
+
end
|
|
8999
|
+
|
|
9000
|
+
class GoogleCloudDiscoveryengineV1WidgetConfigImage
|
|
9001
|
+
# @private
|
|
9002
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9003
|
+
property :url, as: 'url'
|
|
9004
|
+
end
|
|
9005
|
+
end
|
|
9006
|
+
|
|
9007
|
+
class GoogleCloudDiscoveryengineV1WidgetConfigUiComponentField
|
|
9008
|
+
# @private
|
|
9009
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9010
|
+
collection :device_visibility, as: 'deviceVisibility'
|
|
9011
|
+
property :display_template, as: 'displayTemplate'
|
|
9012
|
+
property :field, as: 'field'
|
|
9013
|
+
end
|
|
9014
|
+
end
|
|
9015
|
+
|
|
9016
|
+
class GoogleCloudDiscoveryengineV1WidgetConfigUiBrandingSettings
|
|
9017
|
+
# @private
|
|
9018
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9019
|
+
property :logo, as: 'logo', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1WidgetConfigImage, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1WidgetConfigImage::Representation
|
|
9020
|
+
|
|
9021
|
+
end
|
|
9022
|
+
end
|
|
9023
|
+
|
|
9024
|
+
class GoogleCloudDiscoveryengineV1WidgetConfigUiSettings
|
|
9025
|
+
# @private
|
|
9026
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9027
|
+
collection :data_store_ui_configs, as: 'dataStoreUiConfigs', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1WidgetConfigDataStoreUiConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1WidgetConfigDataStoreUiConfig::Representation
|
|
9028
|
+
|
|
9029
|
+
property :default_search_request_order_by, as: 'defaultSearchRequestOrderBy'
|
|
9030
|
+
property :disable_user_events_collection, as: 'disableUserEventsCollection'
|
|
9031
|
+
property :enable_autocomplete, as: 'enableAutocomplete'
|
|
9032
|
+
property :enable_create_agent_button, as: 'enableCreateAgentButton'
|
|
9033
|
+
property :enable_people_search, as: 'enablePeopleSearch'
|
|
9034
|
+
property :enable_quality_feedback, as: 'enableQualityFeedback'
|
|
9035
|
+
property :enable_safe_search, as: 'enableSafeSearch'
|
|
9036
|
+
property :enable_search_as_you_type, as: 'enableSearchAsYouType'
|
|
9037
|
+
property :enable_visual_content_summary, as: 'enableVisualContentSummary'
|
|
9038
|
+
hash :features, as: 'features'
|
|
9039
|
+
property :generative_answer_config, as: 'generativeAnswerConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1WidgetConfigUiSettingsGenerativeAnswerConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1WidgetConfigUiSettingsGenerativeAnswerConfig::Representation
|
|
9040
|
+
|
|
9041
|
+
property :interaction_type, as: 'interactionType'
|
|
9042
|
+
hash :model_configs, as: 'modelConfigs'
|
|
9043
|
+
property :result_description_type, as: 'resultDescriptionType'
|
|
9044
|
+
end
|
|
9045
|
+
end
|
|
9046
|
+
|
|
9047
|
+
class GoogleCloudDiscoveryengineV1WidgetConfigUiSettingsGenerativeAnswerConfig
|
|
9048
|
+
# @private
|
|
9049
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9050
|
+
property :disable_related_questions, as: 'disableRelatedQuestions'
|
|
9051
|
+
property :ignore_adversarial_query, as: 'ignoreAdversarialQuery'
|
|
9052
|
+
property :ignore_low_relevant_content, as: 'ignoreLowRelevantContent'
|
|
9053
|
+
property :ignore_non_answer_seeking_query, as: 'ignoreNonAnswerSeekingQuery'
|
|
9054
|
+
property :image_source, as: 'imageSource'
|
|
9055
|
+
property :language_code, as: 'languageCode'
|
|
9056
|
+
property :max_rephrase_steps, as: 'maxRephraseSteps'
|
|
9057
|
+
property :model_prompt_preamble, as: 'modelPromptPreamble'
|
|
9058
|
+
property :model_version, as: 'modelVersion'
|
|
9059
|
+
property :result_count, as: 'resultCount'
|
|
9060
|
+
end
|
|
9061
|
+
end
|
|
9062
|
+
|
|
8903
9063
|
class GoogleCloudDiscoveryengineV1WorkspaceConfig
|
|
8904
9064
|
# @private
|
|
8905
9065
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -10033,6 +10193,7 @@ module Google
|
|
|
10033
10193
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
10034
10194
|
property :enable_get_processed_document, as: 'enableGetProcessedDocument'
|
|
10035
10195
|
property :enable_image_annotation, as: 'enableImageAnnotation'
|
|
10196
|
+
property :enable_llm_layout_parsing, as: 'enableLlmLayoutParsing'
|
|
10036
10197
|
property :enable_table_annotation, as: 'enableTableAnnotation'
|
|
10037
10198
|
collection :exclude_html_classes, as: 'excludeHtmlClasses'
|
|
10038
10199
|
collection :exclude_html_elements, as: 'excludeHtmlElements'
|
|
@@ -10071,6 +10232,8 @@ module Google
|
|
|
10071
10232
|
|
|
10072
10233
|
property :chat_engine_metadata, as: 'chatEngineMetadata', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaEngineChatEngineMetadata, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaEngineChatEngineMetadata::Representation
|
|
10073
10234
|
|
|
10235
|
+
property :cmek_config, as: 'cmekConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaCmekConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaCmekConfig::Representation
|
|
10236
|
+
|
|
10074
10237
|
property :common_config, as: 'commonConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaEngineCommonConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaEngineCommonConfig::Representation
|
|
10075
10238
|
|
|
10076
10239
|
property :configurable_billing_approach, as: 'configurableBillingApproach'
|
|
@@ -10082,6 +10245,7 @@ module Google
|
|
|
10082
10245
|
property :industry_vertical, as: 'industryVertical'
|
|
10083
10246
|
property :media_recommendation_engine_config, as: 'mediaRecommendationEngineConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaEngineMediaRecommendationEngineConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaEngineMediaRecommendationEngineConfig::Representation
|
|
10084
10247
|
|
|
10248
|
+
hash :model_configs, as: 'modelConfigs'
|
|
10085
10249
|
property :name, as: 'name'
|
|
10086
10250
|
property :recommendation_metadata, as: 'recommendationMetadata', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaEngineRecommendationMetadata, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaEngineRecommendationMetadata::Representation
|
|
10087
10251
|
|
|
@@ -10819,6 +10983,8 @@ module Google
|
|
|
10819
10983
|
property :canonical_filter, as: 'canonicalFilter'
|
|
10820
10984
|
property :content_search_spec, as: 'contentSearchSpec', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaSearchRequestContentSearchSpec, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaSearchRequestContentSearchSpec::Representation
|
|
10821
10985
|
|
|
10986
|
+
collection :crowding_specs, as: 'crowdingSpecs', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaSearchRequestCrowdingSpec, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaSearchRequestCrowdingSpec::Representation
|
|
10987
|
+
|
|
10822
10988
|
property :custom_fine_tuning_spec, as: 'customFineTuningSpec', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaCustomFineTuningSpec, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaCustomFineTuningSpec::Representation
|
|
10823
10989
|
|
|
10824
10990
|
collection :data_store_specs, as: 'dataStoreSpecs', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaSearchRequestDataStoreSpec, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaSearchRequestDataStoreSpec::Representation
|
|
@@ -10838,6 +11004,7 @@ module Google
|
|
|
10838
11004
|
property :offset, as: 'offset'
|
|
10839
11005
|
property :one_box_page_size, as: 'oneBoxPageSize'
|
|
10840
11006
|
property :order_by, as: 'orderBy'
|
|
11007
|
+
collection :page_categories, as: 'pageCategories'
|
|
10841
11008
|
property :page_size, as: 'pageSize'
|
|
10842
11009
|
property :page_token, as: 'pageToken'
|
|
10843
11010
|
hash :params, as: 'params'
|
|
@@ -10992,6 +11159,15 @@ module Google
|
|
|
10992
11159
|
end
|
|
10993
11160
|
end
|
|
10994
11161
|
|
|
11162
|
+
class GoogleCloudDiscoveryengineV1alphaSearchRequestCrowdingSpec
|
|
11163
|
+
# @private
|
|
11164
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
11165
|
+
property :field, as: 'field'
|
|
11166
|
+
property :max_count, as: 'maxCount'
|
|
11167
|
+
property :mode, as: 'mode'
|
|
11168
|
+
end
|
|
11169
|
+
end
|
|
11170
|
+
|
|
10995
11171
|
class GoogleCloudDiscoveryengineV1alphaSearchRequestDataStoreSpec
|
|
10996
11172
|
# @private
|
|
10997
11173
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -11781,6 +11957,7 @@ module Google
|
|
|
11781
11957
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
11782
11958
|
property :enable_get_processed_document, as: 'enableGetProcessedDocument'
|
|
11783
11959
|
property :enable_image_annotation, as: 'enableImageAnnotation'
|
|
11960
|
+
property :enable_llm_layout_parsing, as: 'enableLlmLayoutParsing'
|
|
11784
11961
|
property :enable_table_annotation, as: 'enableTableAnnotation'
|
|
11785
11962
|
collection :exclude_html_classes, as: 'excludeHtmlClasses'
|
|
11786
11963
|
collection :exclude_html_elements, as: 'excludeHtmlElements'
|
|
@@ -11819,6 +11996,8 @@ module Google
|
|
|
11819
11996
|
|
|
11820
11997
|
property :chat_engine_metadata, as: 'chatEngineMetadata', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaEngineChatEngineMetadata, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaEngineChatEngineMetadata::Representation
|
|
11821
11998
|
|
|
11999
|
+
property :cmek_config, as: 'cmekConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaCmekConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaCmekConfig::Representation
|
|
12000
|
+
|
|
11822
12001
|
property :common_config, as: 'commonConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaEngineCommonConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaEngineCommonConfig::Representation
|
|
11823
12002
|
|
|
11824
12003
|
property :configurable_billing_approach, as: 'configurableBillingApproach'
|
|
@@ -11830,6 +12009,7 @@ module Google
|
|
|
11830
12009
|
property :industry_vertical, as: 'industryVertical'
|
|
11831
12010
|
property :media_recommendation_engine_config, as: 'mediaRecommendationEngineConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaEngineMediaRecommendationEngineConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaEngineMediaRecommendationEngineConfig::Representation
|
|
11832
12011
|
|
|
12012
|
+
hash :model_configs, as: 'modelConfigs'
|
|
11833
12013
|
property :name, as: 'name'
|
|
11834
12014
|
property :search_engine_config, as: 'searchEngineConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaEngineSearchEngineConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaEngineSearchEngineConfig::Representation
|
|
11835
12015
|
|
|
@@ -12353,6 +12533,8 @@ module Google
|
|
|
12353
12533
|
property :canonical_filter, as: 'canonicalFilter'
|
|
12354
12534
|
property :content_search_spec, as: 'contentSearchSpec', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpec, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpec::Representation
|
|
12355
12535
|
|
|
12536
|
+
collection :crowding_specs, as: 'crowdingSpecs', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaSearchRequestCrowdingSpec, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaSearchRequestCrowdingSpec::Representation
|
|
12537
|
+
|
|
12356
12538
|
collection :data_store_specs, as: 'dataStoreSpecs', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaSearchRequestDataStoreSpec, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaSearchRequestDataStoreSpec::Representation
|
|
12357
12539
|
|
|
12358
12540
|
property :display_spec, as: 'displaySpec', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaSearchRequestDisplaySpec, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaSearchRequestDisplaySpec::Representation
|
|
@@ -12370,6 +12552,7 @@ module Google
|
|
|
12370
12552
|
property :offset, as: 'offset'
|
|
12371
12553
|
property :one_box_page_size, as: 'oneBoxPageSize'
|
|
12372
12554
|
property :order_by, as: 'orderBy'
|
|
12555
|
+
collection :page_categories, as: 'pageCategories'
|
|
12373
12556
|
property :page_size, as: 'pageSize'
|
|
12374
12557
|
property :page_token, as: 'pageToken'
|
|
12375
12558
|
hash :params, as: 'params'
|
|
@@ -12523,6 +12706,15 @@ module Google
|
|
|
12523
12706
|
end
|
|
12524
12707
|
end
|
|
12525
12708
|
|
|
12709
|
+
class GoogleCloudDiscoveryengineV1betaSearchRequestCrowdingSpec
|
|
12710
|
+
# @private
|
|
12711
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
12712
|
+
property :field, as: 'field'
|
|
12713
|
+
property :max_count, as: 'maxCount'
|
|
12714
|
+
property :mode, as: 'mode'
|
|
12715
|
+
end
|
|
12716
|
+
end
|
|
12717
|
+
|
|
12526
12718
|
class GoogleCloudDiscoveryengineV1betaSearchRequestDataStoreSpec
|
|
12527
12719
|
# @private
|
|
12528
12720
|
class Representation < Google::Apis::Core::JsonRepresentation
|