google-apis-discoveryengine_v1alpha 0.83.0 → 0.85.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 +353 -1158
- data/lib/google/apis/discoveryengine_v1alpha/gem_version.rb +2 -2
- data/lib/google/apis/discoveryengine_v1alpha/representations.rb +111 -408
- data/lib/google/apis/discoveryengine_v1alpha/service.rb +386 -271
- metadata +2 -2
|
@@ -22,84 +22,6 @@ module Google
|
|
|
22
22
|
module Apis
|
|
23
23
|
module DiscoveryengineV1alpha
|
|
24
24
|
|
|
25
|
-
class ApiservingMediaRequestInfo
|
|
26
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
27
|
-
|
|
28
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
29
|
-
end
|
|
30
|
-
|
|
31
|
-
class ApiservingMediaResponseInfo
|
|
32
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
33
|
-
|
|
34
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
35
|
-
end
|
|
36
|
-
|
|
37
|
-
class GdataBlobstore2Info
|
|
38
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
39
|
-
|
|
40
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
41
|
-
end
|
|
42
|
-
|
|
43
|
-
class GdataCompositeMedia
|
|
44
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
45
|
-
|
|
46
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
47
|
-
end
|
|
48
|
-
|
|
49
|
-
class GdataContentTypeInfo
|
|
50
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
51
|
-
|
|
52
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
53
|
-
end
|
|
54
|
-
|
|
55
|
-
class GdataDiffChecksumsResponse
|
|
56
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
57
|
-
|
|
58
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
59
|
-
end
|
|
60
|
-
|
|
61
|
-
class GdataDiffDownloadResponse
|
|
62
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
63
|
-
|
|
64
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
65
|
-
end
|
|
66
|
-
|
|
67
|
-
class GdataDiffUploadRequest
|
|
68
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
69
|
-
|
|
70
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
71
|
-
end
|
|
72
|
-
|
|
73
|
-
class GdataDiffUploadResponse
|
|
74
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
75
|
-
|
|
76
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
77
|
-
end
|
|
78
|
-
|
|
79
|
-
class GdataDiffVersionResponse
|
|
80
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
81
|
-
|
|
82
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
83
|
-
end
|
|
84
|
-
|
|
85
|
-
class GdataDownloadParameters
|
|
86
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
87
|
-
|
|
88
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
89
|
-
end
|
|
90
|
-
|
|
91
|
-
class GdataMedia
|
|
92
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
93
|
-
|
|
94
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
95
|
-
end
|
|
96
|
-
|
|
97
|
-
class GdataObjectId
|
|
98
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
99
|
-
|
|
100
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
101
|
-
end
|
|
102
|
-
|
|
103
25
|
class GoogleApiDistribution
|
|
104
26
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
105
27
|
|
|
@@ -1990,24 +1912,6 @@ module Google
|
|
|
1990
1912
|
include Google::Apis::Core::JsonObjectSupport
|
|
1991
1913
|
end
|
|
1992
1914
|
|
|
1993
|
-
class GoogleCloudDiscoveryengineV1alphaConfigurablePricingUsageStats
|
|
1994
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1995
|
-
|
|
1996
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
1997
|
-
end
|
|
1998
|
-
|
|
1999
|
-
class GoogleCloudDiscoveryengineV1alphaConfigurablePricingUsageStatsDatedUsage
|
|
2000
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2001
|
-
|
|
2002
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
2003
|
-
end
|
|
2004
|
-
|
|
2005
|
-
class GoogleCloudDiscoveryengineV1alphaConfigurablePricingUsageStatsMetricUsage
|
|
2006
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2007
|
-
|
|
2008
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
2009
|
-
end
|
|
2010
|
-
|
|
2011
1915
|
class GoogleCloudDiscoveryengineV1alphaConnectorRun
|
|
2012
1916
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2013
1917
|
|
|
@@ -2944,6 +2848,12 @@ module Google
|
|
|
2944
2848
|
include Google::Apis::Core::JsonObjectSupport
|
|
2945
2849
|
end
|
|
2946
2850
|
|
|
2851
|
+
class GoogleCloudDiscoveryengineV1alphaListAssistantsResponse
|
|
2852
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2853
|
+
|
|
2854
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2855
|
+
end
|
|
2856
|
+
|
|
2947
2857
|
class GoogleCloudDiscoveryengineV1alphaListAuthorizationsResponse
|
|
2948
2858
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2949
2859
|
|
|
@@ -3358,6 +3268,24 @@ module Google
|
|
|
3358
3268
|
include Google::Apis::Core::JsonObjectSupport
|
|
3359
3269
|
end
|
|
3360
3270
|
|
|
3271
|
+
class GoogleCloudDiscoveryengineV1alphaQueryConfigurablePricingUsageStatsResponse
|
|
3272
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3273
|
+
|
|
3274
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3275
|
+
end
|
|
3276
|
+
|
|
3277
|
+
class GoogleCloudDiscoveryengineV1alphaQueryConfigurablePricingUsageStatsResponseDatedUsage
|
|
3278
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3279
|
+
|
|
3280
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3281
|
+
end
|
|
3282
|
+
|
|
3283
|
+
class GoogleCloudDiscoveryengineV1alphaQueryConfigurablePricingUsageStatsResponseMetricUsage
|
|
3284
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3285
|
+
|
|
3286
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3287
|
+
end
|
|
3288
|
+
|
|
3361
3289
|
class GoogleCloudDiscoveryengineV1alphaRankRequest
|
|
3362
3290
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3363
3291
|
|
|
@@ -3652,6 +3580,12 @@ module Google
|
|
|
3652
3580
|
include Google::Apis::Core::JsonObjectSupport
|
|
3653
3581
|
end
|
|
3654
3582
|
|
|
3583
|
+
class GoogleCloudDiscoveryengineV1alphaSearchRequestCrowdingSpec
|
|
3584
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3585
|
+
|
|
3586
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3587
|
+
end
|
|
3588
|
+
|
|
3655
3589
|
class GoogleCloudDiscoveryengineV1alphaSearchRequestDataStoreSpec
|
|
3656
3590
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3657
3591
|
|
|
@@ -4204,30 +4138,6 @@ module Google
|
|
|
4204
4138
|
include Google::Apis::Core::JsonObjectSupport
|
|
4205
4139
|
end
|
|
4206
4140
|
|
|
4207
|
-
class GoogleCloudDiscoveryengineV1alphaUploadAgentFileRequest
|
|
4208
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
4209
|
-
|
|
4210
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
4211
|
-
end
|
|
4212
|
-
|
|
4213
|
-
class GoogleCloudDiscoveryengineV1alphaUploadAgentFileResponse
|
|
4214
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
4215
|
-
|
|
4216
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
4217
|
-
end
|
|
4218
|
-
|
|
4219
|
-
class GoogleCloudDiscoveryengineV1alphaUploadSessionFileRequest
|
|
4220
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
4221
|
-
|
|
4222
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
4223
|
-
end
|
|
4224
|
-
|
|
4225
|
-
class GoogleCloudDiscoveryengineV1alphaUploadSessionFileResponse
|
|
4226
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
4227
|
-
|
|
4228
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
4229
|
-
end
|
|
4230
|
-
|
|
4231
4141
|
class GoogleCloudDiscoveryengineV1alphaUserAnnotations
|
|
4232
4142
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
4233
4143
|
|
|
@@ -5044,6 +4954,12 @@ module Google
|
|
|
5044
4954
|
include Google::Apis::Core::JsonObjectSupport
|
|
5045
4955
|
end
|
|
5046
4956
|
|
|
4957
|
+
class GoogleCloudDiscoveryengineV1betaSearchRequestCrowdingSpec
|
|
4958
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
4959
|
+
|
|
4960
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
4961
|
+
end
|
|
4962
|
+
|
|
5047
4963
|
class GoogleCloudDiscoveryengineV1betaSearchRequestDataStoreSpec
|
|
5048
4964
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
5049
4965
|
|
|
@@ -5470,18 +5386,6 @@ module Google
|
|
|
5470
5386
|
include Google::Apis::Core::JsonObjectSupport
|
|
5471
5387
|
end
|
|
5472
5388
|
|
|
5473
|
-
class GoogleCloudNotebooklmV1alphaUploadSourceFileRequest
|
|
5474
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
5475
|
-
|
|
5476
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
5477
|
-
end
|
|
5478
|
-
|
|
5479
|
-
class GoogleCloudNotebooklmV1alphaUploadSourceFileResponse
|
|
5480
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
5481
|
-
|
|
5482
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
5483
|
-
end
|
|
5484
|
-
|
|
5485
5389
|
class GoogleCloudNotebooklmV1alphaUserContent
|
|
5486
5390
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
5487
5391
|
|
|
@@ -5620,194 +5524,6 @@ module Google
|
|
|
5620
5524
|
include Google::Apis::Core::JsonObjectSupport
|
|
5621
5525
|
end
|
|
5622
5526
|
|
|
5623
|
-
class ApiservingMediaRequestInfo
|
|
5624
|
-
# @private
|
|
5625
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
5626
|
-
property :current_bytes, :numeric_string => true, as: 'currentBytes'
|
|
5627
|
-
property :custom_data, as: 'customData'
|
|
5628
|
-
property :diff_object_version, as: 'diffObjectVersion'
|
|
5629
|
-
property :final_status, as: 'finalStatus'
|
|
5630
|
-
property :notification_type, as: 'notificationType'
|
|
5631
|
-
property :physical_headers, :base64 => true, as: 'physicalHeaders'
|
|
5632
|
-
property :request_id, as: 'requestId'
|
|
5633
|
-
property :request_received_params_serving_info, :base64 => true, as: 'requestReceivedParamsServingInfo'
|
|
5634
|
-
property :total_bytes, :numeric_string => true, as: 'totalBytes'
|
|
5635
|
-
property :total_bytes_is_estimated, as: 'totalBytesIsEstimated'
|
|
5636
|
-
end
|
|
5637
|
-
end
|
|
5638
|
-
|
|
5639
|
-
class ApiservingMediaResponseInfo
|
|
5640
|
-
# @private
|
|
5641
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
5642
|
-
property :custom_data, as: 'customData'
|
|
5643
|
-
property :data_storage_transform, :base64 => true, as: 'dataStorageTransform'
|
|
5644
|
-
property :destination_blob_mint_index, as: 'destinationBlobMintIndex'
|
|
5645
|
-
property :dynamic_drop_target, :base64 => true, as: 'dynamicDropTarget'
|
|
5646
|
-
property :dynamic_dropzone, as: 'dynamicDropzone'
|
|
5647
|
-
property :media_for_diff, as: 'mediaForDiff', class: Google::Apis::DiscoveryengineV1alpha::GdataMedia, decorator: Google::Apis::DiscoveryengineV1alpha::GdataMedia::Representation
|
|
5648
|
-
|
|
5649
|
-
property :original_object_blob_mint_index, as: 'originalObjectBlobMintIndex'
|
|
5650
|
-
property :request_class, as: 'requestClass'
|
|
5651
|
-
property :scotty_agent_user_id, :numeric_string => true, as: 'scottyAgentUserId'
|
|
5652
|
-
property :scotty_customer_log, :base64 => true, as: 'scottyCustomerLog'
|
|
5653
|
-
property :traffic_class_field, as: 'trafficClassField'
|
|
5654
|
-
property :verify_hash_from_header, as: 'verifyHashFromHeader'
|
|
5655
|
-
end
|
|
5656
|
-
end
|
|
5657
|
-
|
|
5658
|
-
class GdataBlobstore2Info
|
|
5659
|
-
# @private
|
|
5660
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
5661
|
-
property :blob_generation, :numeric_string => true, as: 'blobGeneration'
|
|
5662
|
-
property :blob_id, as: 'blobId'
|
|
5663
|
-
property :download_read_handle, :base64 => true, as: 'downloadReadHandle'
|
|
5664
|
-
property :read_token, as: 'readToken'
|
|
5665
|
-
property :upload_metadata_container, :base64 => true, as: 'uploadMetadataContainer'
|
|
5666
|
-
end
|
|
5667
|
-
end
|
|
5668
|
-
|
|
5669
|
-
class GdataCompositeMedia
|
|
5670
|
-
# @private
|
|
5671
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
5672
|
-
property :blob_ref, :base64 => true, as: 'blobRef'
|
|
5673
|
-
property :blobstore2_info, as: 'blobstore2Info', class: Google::Apis::DiscoveryengineV1alpha::GdataBlobstore2Info, decorator: Google::Apis::DiscoveryengineV1alpha::GdataBlobstore2Info::Representation
|
|
5674
|
-
|
|
5675
|
-
property :cosmo_binary_reference, :base64 => true, as: 'cosmoBinaryReference'
|
|
5676
|
-
property :crc32c_hash, as: 'crc32cHash'
|
|
5677
|
-
property :inline, :base64 => true, as: 'inline'
|
|
5678
|
-
property :length, :numeric_string => true, as: 'length'
|
|
5679
|
-
property :md5_hash, :base64 => true, as: 'md5Hash'
|
|
5680
|
-
property :object_id_prop, as: 'objectId', class: Google::Apis::DiscoveryengineV1alpha::GdataObjectId, decorator: Google::Apis::DiscoveryengineV1alpha::GdataObjectId::Representation
|
|
5681
|
-
|
|
5682
|
-
property :path, as: 'path'
|
|
5683
|
-
property :reference_type, as: 'referenceType'
|
|
5684
|
-
property :sha1_hash, :base64 => true, as: 'sha1Hash'
|
|
5685
|
-
end
|
|
5686
|
-
end
|
|
5687
|
-
|
|
5688
|
-
class GdataContentTypeInfo
|
|
5689
|
-
# @private
|
|
5690
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
5691
|
-
property :best_guess, as: 'bestGuess'
|
|
5692
|
-
property :from_bytes, as: 'fromBytes'
|
|
5693
|
-
property :from_file_name, as: 'fromFileName'
|
|
5694
|
-
property :from_header, as: 'fromHeader'
|
|
5695
|
-
property :from_url_path, as: 'fromUrlPath'
|
|
5696
|
-
end
|
|
5697
|
-
end
|
|
5698
|
-
|
|
5699
|
-
class GdataDiffChecksumsResponse
|
|
5700
|
-
# @private
|
|
5701
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
5702
|
-
property :checksums_location, as: 'checksumsLocation', class: Google::Apis::DiscoveryengineV1alpha::GdataCompositeMedia, decorator: Google::Apis::DiscoveryengineV1alpha::GdataCompositeMedia::Representation
|
|
5703
|
-
|
|
5704
|
-
property :chunk_size_bytes, :numeric_string => true, as: 'chunkSizeBytes'
|
|
5705
|
-
property :object_location, as: 'objectLocation', class: Google::Apis::DiscoveryengineV1alpha::GdataCompositeMedia, decorator: Google::Apis::DiscoveryengineV1alpha::GdataCompositeMedia::Representation
|
|
5706
|
-
|
|
5707
|
-
property :object_size_bytes, :numeric_string => true, as: 'objectSizeBytes'
|
|
5708
|
-
property :object_version, as: 'objectVersion'
|
|
5709
|
-
end
|
|
5710
|
-
end
|
|
5711
|
-
|
|
5712
|
-
class GdataDiffDownloadResponse
|
|
5713
|
-
# @private
|
|
5714
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
5715
|
-
property :object_location, as: 'objectLocation', class: Google::Apis::DiscoveryengineV1alpha::GdataCompositeMedia, decorator: Google::Apis::DiscoveryengineV1alpha::GdataCompositeMedia::Representation
|
|
5716
|
-
|
|
5717
|
-
end
|
|
5718
|
-
end
|
|
5719
|
-
|
|
5720
|
-
class GdataDiffUploadRequest
|
|
5721
|
-
# @private
|
|
5722
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
5723
|
-
property :checksums_info, as: 'checksumsInfo', class: Google::Apis::DiscoveryengineV1alpha::GdataCompositeMedia, decorator: Google::Apis::DiscoveryengineV1alpha::GdataCompositeMedia::Representation
|
|
5724
|
-
|
|
5725
|
-
property :object_info, as: 'objectInfo', class: Google::Apis::DiscoveryengineV1alpha::GdataCompositeMedia, decorator: Google::Apis::DiscoveryengineV1alpha::GdataCompositeMedia::Representation
|
|
5726
|
-
|
|
5727
|
-
property :object_version, as: 'objectVersion'
|
|
5728
|
-
end
|
|
5729
|
-
end
|
|
5730
|
-
|
|
5731
|
-
class GdataDiffUploadResponse
|
|
5732
|
-
# @private
|
|
5733
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
5734
|
-
property :object_version, as: 'objectVersion'
|
|
5735
|
-
property :original_object, as: 'originalObject', class: Google::Apis::DiscoveryengineV1alpha::GdataCompositeMedia, decorator: Google::Apis::DiscoveryengineV1alpha::GdataCompositeMedia::Representation
|
|
5736
|
-
|
|
5737
|
-
end
|
|
5738
|
-
end
|
|
5739
|
-
|
|
5740
|
-
class GdataDiffVersionResponse
|
|
5741
|
-
# @private
|
|
5742
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
5743
|
-
property :object_size_bytes, :numeric_string => true, as: 'objectSizeBytes'
|
|
5744
|
-
property :object_version, as: 'objectVersion'
|
|
5745
|
-
end
|
|
5746
|
-
end
|
|
5747
|
-
|
|
5748
|
-
class GdataDownloadParameters
|
|
5749
|
-
# @private
|
|
5750
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
5751
|
-
property :allow_gzip_compression, as: 'allowGzipCompression'
|
|
5752
|
-
property :ignore_range, as: 'ignoreRange'
|
|
5753
|
-
end
|
|
5754
|
-
end
|
|
5755
|
-
|
|
5756
|
-
class GdataMedia
|
|
5757
|
-
# @private
|
|
5758
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
5759
|
-
property :algorithm, as: 'algorithm'
|
|
5760
|
-
property :bigstore_object_ref, :base64 => true, as: 'bigstoreObjectRef'
|
|
5761
|
-
property :blob_ref, :base64 => true, as: 'blobRef'
|
|
5762
|
-
property :blobstore2_info, as: 'blobstore2Info', class: Google::Apis::DiscoveryengineV1alpha::GdataBlobstore2Info, decorator: Google::Apis::DiscoveryengineV1alpha::GdataBlobstore2Info::Representation
|
|
5763
|
-
|
|
5764
|
-
collection :composite_media, as: 'compositeMedia', class: Google::Apis::DiscoveryengineV1alpha::GdataCompositeMedia, decorator: Google::Apis::DiscoveryengineV1alpha::GdataCompositeMedia::Representation
|
|
5765
|
-
|
|
5766
|
-
property :content_type, as: 'contentType'
|
|
5767
|
-
property :content_type_info, as: 'contentTypeInfo', class: Google::Apis::DiscoveryengineV1alpha::GdataContentTypeInfo, decorator: Google::Apis::DiscoveryengineV1alpha::GdataContentTypeInfo::Representation
|
|
5768
|
-
|
|
5769
|
-
property :cosmo_binary_reference, :base64 => true, as: 'cosmoBinaryReference'
|
|
5770
|
-
property :crc32c_hash, as: 'crc32cHash'
|
|
5771
|
-
property :diff_checksums_response, as: 'diffChecksumsResponse', class: Google::Apis::DiscoveryengineV1alpha::GdataDiffChecksumsResponse, decorator: Google::Apis::DiscoveryengineV1alpha::GdataDiffChecksumsResponse::Representation
|
|
5772
|
-
|
|
5773
|
-
property :diff_download_response, as: 'diffDownloadResponse', class: Google::Apis::DiscoveryengineV1alpha::GdataDiffDownloadResponse, decorator: Google::Apis::DiscoveryengineV1alpha::GdataDiffDownloadResponse::Representation
|
|
5774
|
-
|
|
5775
|
-
property :diff_upload_request, as: 'diffUploadRequest', class: Google::Apis::DiscoveryengineV1alpha::GdataDiffUploadRequest, decorator: Google::Apis::DiscoveryengineV1alpha::GdataDiffUploadRequest::Representation
|
|
5776
|
-
|
|
5777
|
-
property :diff_upload_response, as: 'diffUploadResponse', class: Google::Apis::DiscoveryengineV1alpha::GdataDiffUploadResponse, decorator: Google::Apis::DiscoveryengineV1alpha::GdataDiffUploadResponse::Representation
|
|
5778
|
-
|
|
5779
|
-
property :diff_version_response, as: 'diffVersionResponse', class: Google::Apis::DiscoveryengineV1alpha::GdataDiffVersionResponse, decorator: Google::Apis::DiscoveryengineV1alpha::GdataDiffVersionResponse::Representation
|
|
5780
|
-
|
|
5781
|
-
property :download_parameters, as: 'downloadParameters', class: Google::Apis::DiscoveryengineV1alpha::GdataDownloadParameters, decorator: Google::Apis::DiscoveryengineV1alpha::GdataDownloadParameters::Representation
|
|
5782
|
-
|
|
5783
|
-
property :filename, as: 'filename'
|
|
5784
|
-
property :hash_prop, as: 'hash'
|
|
5785
|
-
property :hash_verified, as: 'hashVerified'
|
|
5786
|
-
property :inline, :base64 => true, as: 'inline'
|
|
5787
|
-
property :is_potential_retry, as: 'isPotentialRetry'
|
|
5788
|
-
property :length, :numeric_string => true, as: 'length'
|
|
5789
|
-
property :md5_hash, :base64 => true, as: 'md5Hash'
|
|
5790
|
-
property :media_id, :base64 => true, as: 'mediaId'
|
|
5791
|
-
property :object_id_prop, as: 'objectId', class: Google::Apis::DiscoveryengineV1alpha::GdataObjectId, decorator: Google::Apis::DiscoveryengineV1alpha::GdataObjectId::Representation
|
|
5792
|
-
|
|
5793
|
-
property :path, as: 'path'
|
|
5794
|
-
property :reference_type, as: 'referenceType'
|
|
5795
|
-
property :sha1_hash, :base64 => true, as: 'sha1Hash'
|
|
5796
|
-
property :sha256_hash, :base64 => true, as: 'sha256Hash'
|
|
5797
|
-
property :timestamp, :numeric_string => true, as: 'timestamp'
|
|
5798
|
-
property :token, as: 'token'
|
|
5799
|
-
end
|
|
5800
|
-
end
|
|
5801
|
-
|
|
5802
|
-
class GdataObjectId
|
|
5803
|
-
# @private
|
|
5804
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
5805
|
-
property :bucket_name, as: 'bucketName'
|
|
5806
|
-
property :generation, :numeric_string => true, as: 'generation'
|
|
5807
|
-
property :object_name, as: 'objectName'
|
|
5808
|
-
end
|
|
5809
|
-
end
|
|
5810
|
-
|
|
5811
5527
|
class GoogleApiDistribution
|
|
5812
5528
|
# @private
|
|
5813
5529
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -6057,6 +5773,8 @@ module Google
|
|
|
6057
5773
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
6058
5774
|
property :customer_policy, as: 'customerPolicy', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1AssistantCustomerPolicy, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1AssistantCustomerPolicy::Representation
|
|
6059
5775
|
|
|
5776
|
+
property :description, as: 'description'
|
|
5777
|
+
property :display_name, as: 'displayName'
|
|
6060
5778
|
hash :enabled_tools, as: 'enabledTools', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1AssistantToolList, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1AssistantToolList::Representation
|
|
6061
5779
|
|
|
6062
5780
|
property :generation_config, as: 'generationConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1AssistantGenerationConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1AssistantGenerationConfig::Representation
|
|
@@ -6097,7 +5815,9 @@ module Google
|
|
|
6097
5815
|
class GoogleCloudDiscoveryengineV1AssistantGenerationConfig
|
|
6098
5816
|
# @private
|
|
6099
5817
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
5818
|
+
collection :allowed_model_ids, as: 'allowedModelIds'
|
|
6100
5819
|
property :default_language, as: 'defaultLanguage'
|
|
5820
|
+
property :default_model_id, as: 'defaultModelId'
|
|
6101
5821
|
property :system_instruction, as: 'systemInstruction', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1AssistantGenerationConfigSystemInstruction, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1AssistantGenerationConfigSystemInstruction::Representation
|
|
6102
5822
|
|
|
6103
5823
|
end
|
|
@@ -6802,6 +6522,7 @@ module Google
|
|
|
6802
6522
|
class GoogleCloudDiscoveryengineV1EngineSearchEngineConfig
|
|
6803
6523
|
# @private
|
|
6804
6524
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
6525
|
+
property :required_subscription_tier, as: 'requiredSubscriptionTier'
|
|
6805
6526
|
collection :search_add_ons, as: 'searchAddOns'
|
|
6806
6527
|
property :search_tier, as: 'searchTier'
|
|
6807
6528
|
end
|
|
@@ -8297,6 +8018,9 @@ module Google
|
|
|
8297
8018
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
8298
8019
|
property :customer_policy, as: 'customerPolicy', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistantCustomerPolicy, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistantCustomerPolicy::Representation
|
|
8299
8020
|
|
|
8021
|
+
property :description, as: 'description'
|
|
8022
|
+
property :disable_location_context, as: 'disableLocationContext'
|
|
8023
|
+
property :display_name, as: 'displayName'
|
|
8300
8024
|
hash :enabled_tools, as: 'enabledTools', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistantToolList, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistantToolList::Representation
|
|
8301
8025
|
|
|
8302
8026
|
property :generation_config, as: 'generationConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistantGenerationConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistantGenerationConfig::Representation
|
|
@@ -8385,7 +8109,9 @@ module Google
|
|
|
8385
8109
|
class GoogleCloudDiscoveryengineV1alphaAssistantGenerationConfig
|
|
8386
8110
|
# @private
|
|
8387
8111
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
8112
|
+
collection :allowed_model_ids, as: 'allowedModelIds'
|
|
8388
8113
|
property :default_language, as: 'defaultLanguage'
|
|
8114
|
+
property :default_model_id, as: 'defaultModelId'
|
|
8389
8115
|
property :system_instruction, as: 'systemInstruction', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistantGenerationConfigSystemInstruction, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistantGenerationConfigSystemInstruction::Representation
|
|
8390
8116
|
|
|
8391
8117
|
end
|
|
@@ -9027,34 +8753,6 @@ module Google
|
|
|
9027
8753
|
end
|
|
9028
8754
|
end
|
|
9029
8755
|
|
|
9030
|
-
class GoogleCloudDiscoveryengineV1alphaConfigurablePricingUsageStats
|
|
9031
|
-
# @private
|
|
9032
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9033
|
-
collection :metric_usages, as: 'metricUsages', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaConfigurablePricingUsageStatsMetricUsage, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaConfigurablePricingUsageStatsMetricUsage::Representation
|
|
9034
|
-
|
|
9035
|
-
property :name, as: 'name'
|
|
9036
|
-
end
|
|
9037
|
-
end
|
|
9038
|
-
|
|
9039
|
-
class GoogleCloudDiscoveryengineV1alphaConfigurablePricingUsageStatsDatedUsage
|
|
9040
|
-
# @private
|
|
9041
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9042
|
-
property :date, as: 'date', class: Google::Apis::DiscoveryengineV1alpha::GoogleTypeDate, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleTypeDate::Representation
|
|
9043
|
-
|
|
9044
|
-
property :usage, as: 'usage'
|
|
9045
|
-
end
|
|
9046
|
-
end
|
|
9047
|
-
|
|
9048
|
-
class GoogleCloudDiscoveryengineV1alphaConfigurablePricingUsageStatsMetricUsage
|
|
9049
|
-
# @private
|
|
9050
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9051
|
-
collection :dated_usages, as: 'datedUsages', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaConfigurablePricingUsageStatsDatedUsage, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaConfigurablePricingUsageStatsDatedUsage::Representation
|
|
9052
|
-
|
|
9053
|
-
property :metric_type, as: 'metricType'
|
|
9054
|
-
collection :total_usages, as: 'totalUsages'
|
|
9055
|
-
end
|
|
9056
|
-
end
|
|
9057
|
-
|
|
9058
8756
|
class GoogleCloudDiscoveryengineV1alphaConnectorRun
|
|
9059
8757
|
# @private
|
|
9060
8758
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -9983,6 +9681,7 @@ module Google
|
|
|
9983
9681
|
class GoogleCloudDiscoveryengineV1alphaEngineSearchEngineConfig
|
|
9984
9682
|
# @private
|
|
9985
9683
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9684
|
+
property :required_subscription_tier, as: 'requiredSubscriptionTier'
|
|
9986
9685
|
collection :search_add_ons, as: 'searchAddOns'
|
|
9987
9686
|
property :search_tier, as: 'searchTier'
|
|
9988
9687
|
end
|
|
@@ -10295,6 +9994,7 @@ module Google
|
|
|
10295
9994
|
# @private
|
|
10296
9995
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
10297
9996
|
property :external_identity, as: 'externalIdentity'
|
|
9997
|
+
property :external_identity_name, as: 'externalIdentityName'
|
|
10298
9998
|
property :group_id, as: 'groupId'
|
|
10299
9999
|
property :user_id, as: 'userId'
|
|
10300
10000
|
end
|
|
@@ -10685,6 +10385,15 @@ module Google
|
|
|
10685
10385
|
end
|
|
10686
10386
|
end
|
|
10687
10387
|
|
|
10388
|
+
class GoogleCloudDiscoveryengineV1alphaListAssistantsResponse
|
|
10389
|
+
# @private
|
|
10390
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
10391
|
+
collection :assistants, as: 'assistants', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistant, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistant::Representation
|
|
10392
|
+
|
|
10393
|
+
property :next_page_token, as: 'nextPageToken'
|
|
10394
|
+
end
|
|
10395
|
+
end
|
|
10396
|
+
|
|
10688
10397
|
class GoogleCloudDiscoveryengineV1alphaListAuthorizationsResponse
|
|
10689
10398
|
# @private
|
|
10690
10399
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -11307,6 +11016,33 @@ module Google
|
|
|
11307
11016
|
end
|
|
11308
11017
|
end
|
|
11309
11018
|
|
|
11019
|
+
class GoogleCloudDiscoveryengineV1alphaQueryConfigurablePricingUsageStatsResponse
|
|
11020
|
+
# @private
|
|
11021
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
11022
|
+
collection :metric_usages, as: 'metricUsages', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaQueryConfigurablePricingUsageStatsResponseMetricUsage, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaQueryConfigurablePricingUsageStatsResponseMetricUsage::Representation
|
|
11023
|
+
|
|
11024
|
+
end
|
|
11025
|
+
end
|
|
11026
|
+
|
|
11027
|
+
class GoogleCloudDiscoveryengineV1alphaQueryConfigurablePricingUsageStatsResponseDatedUsage
|
|
11028
|
+
# @private
|
|
11029
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
11030
|
+
property :date, as: 'date', class: Google::Apis::DiscoveryengineV1alpha::GoogleTypeDate, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleTypeDate::Representation
|
|
11031
|
+
|
|
11032
|
+
property :usage, as: 'usage'
|
|
11033
|
+
end
|
|
11034
|
+
end
|
|
11035
|
+
|
|
11036
|
+
class GoogleCloudDiscoveryengineV1alphaQueryConfigurablePricingUsageStatsResponseMetricUsage
|
|
11037
|
+
# @private
|
|
11038
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
11039
|
+
collection :dated_usages, as: 'datedUsages', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaQueryConfigurablePricingUsageStatsResponseDatedUsage, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaQueryConfigurablePricingUsageStatsResponseDatedUsage::Representation
|
|
11040
|
+
|
|
11041
|
+
property :metric_type, as: 'metricType'
|
|
11042
|
+
property :total_usage, as: 'totalUsage'
|
|
11043
|
+
end
|
|
11044
|
+
end
|
|
11045
|
+
|
|
11310
11046
|
class GoogleCloudDiscoveryengineV1alphaRankRequest
|
|
11311
11047
|
# @private
|
|
11312
11048
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -11674,6 +11410,8 @@ module Google
|
|
|
11674
11410
|
property :canonical_filter, as: 'canonicalFilter'
|
|
11675
11411
|
property :content_search_spec, as: 'contentSearchSpec', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaSearchRequestContentSearchSpec, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaSearchRequestContentSearchSpec::Representation
|
|
11676
11412
|
|
|
11413
|
+
collection :crowding_specs, as: 'crowdingSpecs', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaSearchRequestCrowdingSpec, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaSearchRequestCrowdingSpec::Representation
|
|
11414
|
+
|
|
11677
11415
|
property :custom_fine_tuning_spec, as: 'customFineTuningSpec', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaCustomFineTuningSpec, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaCustomFineTuningSpec::Representation
|
|
11678
11416
|
|
|
11679
11417
|
collection :data_store_specs, as: 'dataStoreSpecs', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaSearchRequestDataStoreSpec, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaSearchRequestDataStoreSpec::Representation
|
|
@@ -11693,6 +11431,7 @@ module Google
|
|
|
11693
11431
|
property :offset, as: 'offset'
|
|
11694
11432
|
property :one_box_page_size, as: 'oneBoxPageSize'
|
|
11695
11433
|
property :order_by, as: 'orderBy'
|
|
11434
|
+
collection :page_categories, as: 'pageCategories'
|
|
11696
11435
|
property :page_size, as: 'pageSize'
|
|
11697
11436
|
property :page_token, as: 'pageToken'
|
|
11698
11437
|
hash :params, as: 'params'
|
|
@@ -11847,6 +11586,15 @@ module Google
|
|
|
11847
11586
|
end
|
|
11848
11587
|
end
|
|
11849
11588
|
|
|
11589
|
+
class GoogleCloudDiscoveryengineV1alphaSearchRequestCrowdingSpec
|
|
11590
|
+
# @private
|
|
11591
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
11592
|
+
property :field, as: 'field'
|
|
11593
|
+
property :max_count, as: 'maxCount'
|
|
11594
|
+
property :mode, as: 'mode'
|
|
11595
|
+
end
|
|
11596
|
+
end
|
|
11597
|
+
|
|
11850
11598
|
class GoogleCloudDiscoveryengineV1alphaSearchRequestDataStoreSpec
|
|
11851
11599
|
# @private
|
|
11852
11600
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -12000,6 +11748,7 @@ module Google
|
|
|
12000
11748
|
|
|
12001
11749
|
collection :search_link_promotions, as: 'searchLinkPromotions', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaSearchLinkPromotion, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaSearchLinkPromotion::Representation
|
|
12002
11750
|
|
|
11751
|
+
property :semantic_state, as: 'semanticState'
|
|
12003
11752
|
property :session_info, as: 'sessionInfo', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaSearchResponseSessionInfo, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaSearchResponseSessionInfo::Representation
|
|
12004
11753
|
|
|
12005
11754
|
property :suggested_query, as: 'suggestedQuery'
|
|
@@ -12568,6 +12317,7 @@ module Google
|
|
|
12568
12317
|
property :answer, as: 'answer', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistAnswer, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistAnswer::Representation
|
|
12569
12318
|
|
|
12570
12319
|
property :assist_token, as: 'assistToken'
|
|
12320
|
+
collection :invocation_tools, as: 'invocationTools'
|
|
12571
12321
|
property :session_info, as: 'sessionInfo', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaStreamAssistResponseSessionInfo, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaStreamAssistResponseSessionInfo::Representation
|
|
12572
12322
|
|
|
12573
12323
|
end
|
|
@@ -12754,45 +12504,6 @@ module Google
|
|
|
12754
12504
|
end
|
|
12755
12505
|
end
|
|
12756
12506
|
|
|
12757
|
-
class GoogleCloudDiscoveryengineV1alphaUploadAgentFileRequest
|
|
12758
|
-
# @private
|
|
12759
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
12760
|
-
property :blob, as: 'blob', class: Google::Apis::DiscoveryengineV1alpha::GdataMedia, decorator: Google::Apis::DiscoveryengineV1alpha::GdataMedia::Representation
|
|
12761
|
-
|
|
12762
|
-
property :media_request_info, as: 'mediaRequestInfo', class: Google::Apis::DiscoveryengineV1alpha::ApiservingMediaRequestInfo, decorator: Google::Apis::DiscoveryengineV1alpha::ApiservingMediaRequestInfo::Representation
|
|
12763
|
-
|
|
12764
|
-
end
|
|
12765
|
-
end
|
|
12766
|
-
|
|
12767
|
-
class GoogleCloudDiscoveryengineV1alphaUploadAgentFileResponse
|
|
12768
|
-
# @private
|
|
12769
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
12770
|
-
property :agent_file, as: 'agentFile', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAgentFile, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAgentFile::Representation
|
|
12771
|
-
|
|
12772
|
-
property :media_response_info, as: 'mediaResponseInfo', class: Google::Apis::DiscoveryengineV1alpha::ApiservingMediaResponseInfo, decorator: Google::Apis::DiscoveryengineV1alpha::ApiservingMediaResponseInfo::Representation
|
|
12773
|
-
|
|
12774
|
-
end
|
|
12775
|
-
end
|
|
12776
|
-
|
|
12777
|
-
class GoogleCloudDiscoveryengineV1alphaUploadSessionFileRequest
|
|
12778
|
-
# @private
|
|
12779
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
12780
|
-
property :blob, as: 'blob', class: Google::Apis::DiscoveryengineV1alpha::GdataMedia, decorator: Google::Apis::DiscoveryengineV1alpha::GdataMedia::Representation
|
|
12781
|
-
|
|
12782
|
-
property :media_request_info, as: 'mediaRequestInfo', class: Google::Apis::DiscoveryengineV1alpha::ApiservingMediaRequestInfo, decorator: Google::Apis::DiscoveryengineV1alpha::ApiservingMediaRequestInfo::Representation
|
|
12783
|
-
|
|
12784
|
-
end
|
|
12785
|
-
end
|
|
12786
|
-
|
|
12787
|
-
class GoogleCloudDiscoveryengineV1alphaUploadSessionFileResponse
|
|
12788
|
-
# @private
|
|
12789
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
12790
|
-
property :file_id, as: 'fileId'
|
|
12791
|
-
property :media_response_info, as: 'mediaResponseInfo', class: Google::Apis::DiscoveryengineV1alpha::ApiservingMediaResponseInfo, decorator: Google::Apis::DiscoveryengineV1alpha::ApiservingMediaResponseInfo::Representation
|
|
12792
|
-
|
|
12793
|
-
end
|
|
12794
|
-
end
|
|
12795
|
-
|
|
12796
12507
|
class GoogleCloudDiscoveryengineV1alphaUserAnnotations
|
|
12797
12508
|
# @private
|
|
12798
12509
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -13686,6 +13397,7 @@ module Google
|
|
|
13686
13397
|
class GoogleCloudDiscoveryengineV1betaEngineSearchEngineConfig
|
|
13687
13398
|
# @private
|
|
13688
13399
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
13400
|
+
property :required_subscription_tier, as: 'requiredSubscriptionTier'
|
|
13689
13401
|
collection :search_add_ons, as: 'searchAddOns'
|
|
13690
13402
|
property :search_tier, as: 'searchTier'
|
|
13691
13403
|
end
|
|
@@ -14119,6 +13831,8 @@ module Google
|
|
|
14119
13831
|
property :canonical_filter, as: 'canonicalFilter'
|
|
14120
13832
|
property :content_search_spec, as: 'contentSearchSpec', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpec, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpec::Representation
|
|
14121
13833
|
|
|
13834
|
+
collection :crowding_specs, as: 'crowdingSpecs', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaSearchRequestCrowdingSpec, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaSearchRequestCrowdingSpec::Representation
|
|
13835
|
+
|
|
14122
13836
|
collection :data_store_specs, as: 'dataStoreSpecs', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaSearchRequestDataStoreSpec, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaSearchRequestDataStoreSpec::Representation
|
|
14123
13837
|
|
|
14124
13838
|
property :display_spec, as: 'displaySpec', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaSearchRequestDisplaySpec, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaSearchRequestDisplaySpec::Representation
|
|
@@ -14136,6 +13850,7 @@ module Google
|
|
|
14136
13850
|
property :offset, as: 'offset'
|
|
14137
13851
|
property :one_box_page_size, as: 'oneBoxPageSize'
|
|
14138
13852
|
property :order_by, as: 'orderBy'
|
|
13853
|
+
collection :page_categories, as: 'pageCategories'
|
|
14139
13854
|
property :page_size, as: 'pageSize'
|
|
14140
13855
|
property :page_token, as: 'pageToken'
|
|
14141
13856
|
hash :params, as: 'params'
|
|
@@ -14289,6 +14004,15 @@ module Google
|
|
|
14289
14004
|
end
|
|
14290
14005
|
end
|
|
14291
14006
|
|
|
14007
|
+
class GoogleCloudDiscoveryengineV1betaSearchRequestCrowdingSpec
|
|
14008
|
+
# @private
|
|
14009
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
14010
|
+
property :field, as: 'field'
|
|
14011
|
+
property :max_count, as: 'maxCount'
|
|
14012
|
+
property :mode, as: 'mode'
|
|
14013
|
+
end
|
|
14014
|
+
end
|
|
14015
|
+
|
|
14292
14016
|
class GoogleCloudDiscoveryengineV1betaSearchRequestDataStoreSpec
|
|
14293
14017
|
# @private
|
|
14294
14018
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -14917,27 +14641,6 @@ module Google
|
|
|
14917
14641
|
end
|
|
14918
14642
|
end
|
|
14919
14643
|
|
|
14920
|
-
class GoogleCloudNotebooklmV1alphaUploadSourceFileRequest
|
|
14921
|
-
# @private
|
|
14922
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
14923
|
-
property :blob, as: 'blob', class: Google::Apis::DiscoveryengineV1alpha::GdataMedia, decorator: Google::Apis::DiscoveryengineV1alpha::GdataMedia::Representation
|
|
14924
|
-
|
|
14925
|
-
property :media_request_info, as: 'mediaRequestInfo', class: Google::Apis::DiscoveryengineV1alpha::ApiservingMediaRequestInfo, decorator: Google::Apis::DiscoveryengineV1alpha::ApiservingMediaRequestInfo::Representation
|
|
14926
|
-
|
|
14927
|
-
property :source_id, as: 'sourceId'
|
|
14928
|
-
end
|
|
14929
|
-
end
|
|
14930
|
-
|
|
14931
|
-
class GoogleCloudNotebooklmV1alphaUploadSourceFileResponse
|
|
14932
|
-
# @private
|
|
14933
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
14934
|
-
property :media_response_info, as: 'mediaResponseInfo', class: Google::Apis::DiscoveryengineV1alpha::ApiservingMediaResponseInfo, decorator: Google::Apis::DiscoveryengineV1alpha::ApiservingMediaResponseInfo::Representation
|
|
14935
|
-
|
|
14936
|
-
property :source_id, as: 'sourceId', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaSourceId, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaSourceId::Representation
|
|
14937
|
-
|
|
14938
|
-
end
|
|
14939
|
-
end
|
|
14940
|
-
|
|
14941
14644
|
class GoogleCloudNotebooklmV1alphaUserContent
|
|
14942
14645
|
# @private
|
|
14943
14646
|
class Representation < Google::Apis::Core::JsonRepresentation
|