google-apis-discoveryengine_v1alpha 0.83.0 → 0.84.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/discoveryengine_v1alpha/classes.rb +306 -1158
- data/lib/google/apis/discoveryengine_v1alpha/gem_version.rb +2 -2
- data/lib/google/apis/discoveryengine_v1alpha/representations.rb +105 -408
- data/lib/google/apis/discoveryengine_v1alpha/service.rb +310 -269
- 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
|
|
@@ -8297,6 +8017,8 @@ module Google
|
|
|
8297
8017
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
8298
8018
|
property :customer_policy, as: 'customerPolicy', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistantCustomerPolicy, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistantCustomerPolicy::Representation
|
|
8299
8019
|
|
|
8020
|
+
property :description, as: 'description'
|
|
8021
|
+
property :display_name, as: 'displayName'
|
|
8300
8022
|
hash :enabled_tools, as: 'enabledTools', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistantToolList, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistantToolList::Representation
|
|
8301
8023
|
|
|
8302
8024
|
property :generation_config, as: 'generationConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistantGenerationConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistantGenerationConfig::Representation
|
|
@@ -8385,7 +8107,9 @@ module Google
|
|
|
8385
8107
|
class GoogleCloudDiscoveryengineV1alphaAssistantGenerationConfig
|
|
8386
8108
|
# @private
|
|
8387
8109
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
8110
|
+
collection :allowed_model_ids, as: 'allowedModelIds'
|
|
8388
8111
|
property :default_language, as: 'defaultLanguage'
|
|
8112
|
+
property :default_model_id, as: 'defaultModelId'
|
|
8389
8113
|
property :system_instruction, as: 'systemInstruction', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistantGenerationConfigSystemInstruction, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistantGenerationConfigSystemInstruction::Representation
|
|
8390
8114
|
|
|
8391
8115
|
end
|
|
@@ -9027,34 +8751,6 @@ module Google
|
|
|
9027
8751
|
end
|
|
9028
8752
|
end
|
|
9029
8753
|
|
|
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
8754
|
class GoogleCloudDiscoveryengineV1alphaConnectorRun
|
|
9059
8755
|
# @private
|
|
9060
8756
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -10685,6 +10381,15 @@ module Google
|
|
|
10685
10381
|
end
|
|
10686
10382
|
end
|
|
10687
10383
|
|
|
10384
|
+
class GoogleCloudDiscoveryengineV1alphaListAssistantsResponse
|
|
10385
|
+
# @private
|
|
10386
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
10387
|
+
collection :assistants, as: 'assistants', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistant, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistant::Representation
|
|
10388
|
+
|
|
10389
|
+
property :next_page_token, as: 'nextPageToken'
|
|
10390
|
+
end
|
|
10391
|
+
end
|
|
10392
|
+
|
|
10688
10393
|
class GoogleCloudDiscoveryengineV1alphaListAuthorizationsResponse
|
|
10689
10394
|
# @private
|
|
10690
10395
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -11307,6 +11012,33 @@ module Google
|
|
|
11307
11012
|
end
|
|
11308
11013
|
end
|
|
11309
11014
|
|
|
11015
|
+
class GoogleCloudDiscoveryengineV1alphaQueryConfigurablePricingUsageStatsResponse
|
|
11016
|
+
# @private
|
|
11017
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
11018
|
+
collection :metric_usages, as: 'metricUsages', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaQueryConfigurablePricingUsageStatsResponseMetricUsage, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaQueryConfigurablePricingUsageStatsResponseMetricUsage::Representation
|
|
11019
|
+
|
|
11020
|
+
end
|
|
11021
|
+
end
|
|
11022
|
+
|
|
11023
|
+
class GoogleCloudDiscoveryengineV1alphaQueryConfigurablePricingUsageStatsResponseDatedUsage
|
|
11024
|
+
# @private
|
|
11025
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
11026
|
+
property :date, as: 'date', class: Google::Apis::DiscoveryengineV1alpha::GoogleTypeDate, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleTypeDate::Representation
|
|
11027
|
+
|
|
11028
|
+
property :usage, as: 'usage'
|
|
11029
|
+
end
|
|
11030
|
+
end
|
|
11031
|
+
|
|
11032
|
+
class GoogleCloudDiscoveryengineV1alphaQueryConfigurablePricingUsageStatsResponseMetricUsage
|
|
11033
|
+
# @private
|
|
11034
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
11035
|
+
collection :dated_usages, as: 'datedUsages', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaQueryConfigurablePricingUsageStatsResponseDatedUsage, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaQueryConfigurablePricingUsageStatsResponseDatedUsage::Representation
|
|
11036
|
+
|
|
11037
|
+
property :metric_type, as: 'metricType'
|
|
11038
|
+
property :total_usage, as: 'totalUsage'
|
|
11039
|
+
end
|
|
11040
|
+
end
|
|
11041
|
+
|
|
11310
11042
|
class GoogleCloudDiscoveryengineV1alphaRankRequest
|
|
11311
11043
|
# @private
|
|
11312
11044
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -11674,6 +11406,8 @@ module Google
|
|
|
11674
11406
|
property :canonical_filter, as: 'canonicalFilter'
|
|
11675
11407
|
property :content_search_spec, as: 'contentSearchSpec', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaSearchRequestContentSearchSpec, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaSearchRequestContentSearchSpec::Representation
|
|
11676
11408
|
|
|
11409
|
+
collection :crowding_specs, as: 'crowdingSpecs', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaSearchRequestCrowdingSpec, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaSearchRequestCrowdingSpec::Representation
|
|
11410
|
+
|
|
11677
11411
|
property :custom_fine_tuning_spec, as: 'customFineTuningSpec', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaCustomFineTuningSpec, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaCustomFineTuningSpec::Representation
|
|
11678
11412
|
|
|
11679
11413
|
collection :data_store_specs, as: 'dataStoreSpecs', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaSearchRequestDataStoreSpec, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaSearchRequestDataStoreSpec::Representation
|
|
@@ -11693,6 +11427,7 @@ module Google
|
|
|
11693
11427
|
property :offset, as: 'offset'
|
|
11694
11428
|
property :one_box_page_size, as: 'oneBoxPageSize'
|
|
11695
11429
|
property :order_by, as: 'orderBy'
|
|
11430
|
+
collection :page_categories, as: 'pageCategories'
|
|
11696
11431
|
property :page_size, as: 'pageSize'
|
|
11697
11432
|
property :page_token, as: 'pageToken'
|
|
11698
11433
|
hash :params, as: 'params'
|
|
@@ -11847,6 +11582,15 @@ module Google
|
|
|
11847
11582
|
end
|
|
11848
11583
|
end
|
|
11849
11584
|
|
|
11585
|
+
class GoogleCloudDiscoveryengineV1alphaSearchRequestCrowdingSpec
|
|
11586
|
+
# @private
|
|
11587
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
11588
|
+
property :field, as: 'field'
|
|
11589
|
+
property :max_count, as: 'maxCount'
|
|
11590
|
+
property :mode, as: 'mode'
|
|
11591
|
+
end
|
|
11592
|
+
end
|
|
11593
|
+
|
|
11850
11594
|
class GoogleCloudDiscoveryengineV1alphaSearchRequestDataStoreSpec
|
|
11851
11595
|
# @private
|
|
11852
11596
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -12568,6 +12312,7 @@ module Google
|
|
|
12568
12312
|
property :answer, as: 'answer', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistAnswer, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistAnswer::Representation
|
|
12569
12313
|
|
|
12570
12314
|
property :assist_token, as: 'assistToken'
|
|
12315
|
+
collection :invocation_tools, as: 'invocationTools'
|
|
12571
12316
|
property :session_info, as: 'sessionInfo', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaStreamAssistResponseSessionInfo, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaStreamAssistResponseSessionInfo::Representation
|
|
12572
12317
|
|
|
12573
12318
|
end
|
|
@@ -12754,45 +12499,6 @@ module Google
|
|
|
12754
12499
|
end
|
|
12755
12500
|
end
|
|
12756
12501
|
|
|
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
12502
|
class GoogleCloudDiscoveryengineV1alphaUserAnnotations
|
|
12797
12503
|
# @private
|
|
12798
12504
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -14119,6 +13825,8 @@ module Google
|
|
|
14119
13825
|
property :canonical_filter, as: 'canonicalFilter'
|
|
14120
13826
|
property :content_search_spec, as: 'contentSearchSpec', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpec, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpec::Representation
|
|
14121
13827
|
|
|
13828
|
+
collection :crowding_specs, as: 'crowdingSpecs', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaSearchRequestCrowdingSpec, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaSearchRequestCrowdingSpec::Representation
|
|
13829
|
+
|
|
14122
13830
|
collection :data_store_specs, as: 'dataStoreSpecs', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaSearchRequestDataStoreSpec, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaSearchRequestDataStoreSpec::Representation
|
|
14123
13831
|
|
|
14124
13832
|
property :display_spec, as: 'displaySpec', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaSearchRequestDisplaySpec, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaSearchRequestDisplaySpec::Representation
|
|
@@ -14136,6 +13844,7 @@ module Google
|
|
|
14136
13844
|
property :offset, as: 'offset'
|
|
14137
13845
|
property :one_box_page_size, as: 'oneBoxPageSize'
|
|
14138
13846
|
property :order_by, as: 'orderBy'
|
|
13847
|
+
collection :page_categories, as: 'pageCategories'
|
|
14139
13848
|
property :page_size, as: 'pageSize'
|
|
14140
13849
|
property :page_token, as: 'pageToken'
|
|
14141
13850
|
hash :params, as: 'params'
|
|
@@ -14289,6 +13998,15 @@ module Google
|
|
|
14289
13998
|
end
|
|
14290
13999
|
end
|
|
14291
14000
|
|
|
14001
|
+
class GoogleCloudDiscoveryengineV1betaSearchRequestCrowdingSpec
|
|
14002
|
+
# @private
|
|
14003
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
14004
|
+
property :field, as: 'field'
|
|
14005
|
+
property :max_count, as: 'maxCount'
|
|
14006
|
+
property :mode, as: 'mode'
|
|
14007
|
+
end
|
|
14008
|
+
end
|
|
14009
|
+
|
|
14292
14010
|
class GoogleCloudDiscoveryengineV1betaSearchRequestDataStoreSpec
|
|
14293
14011
|
# @private
|
|
14294
14012
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -14917,27 +14635,6 @@ module Google
|
|
|
14917
14635
|
end
|
|
14918
14636
|
end
|
|
14919
14637
|
|
|
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
14638
|
class GoogleCloudNotebooklmV1alphaUserContent
|
|
14942
14639
|
# @private
|
|
14943
14640
|
class Representation < Google::Apis::Core::JsonRepresentation
|