google-apis-discoveryengine_v1beta 0.89.0 → 0.90.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.
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DiscoveryengineV1beta
18
18
  # Version of the google-apis-discoveryengine_v1beta gem
19
- GEM_VERSION = "0.89.0"
19
+ GEM_VERSION = "0.90.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20251109"
25
+ REVISION = "20251116"
26
26
  end
27
27
  end
28
28
  end
@@ -22,72 +22,6 @@ module Google
22
22
  module Apis
23
23
  module DiscoveryengineV1beta
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
 
@@ -2200,6 +2134,12 @@ module Google
2200
2134
  include Google::Apis::Core::JsonObjectSupport
2201
2135
  end
2202
2136
 
2137
+ class GoogleCloudDiscoveryengineV1alphaSearchRequestCrowdingSpec
2138
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2139
+
2140
+ include Google::Apis::Core::JsonObjectSupport
2141
+ end
2142
+
2203
2143
  class GoogleCloudDiscoveryengineV1alphaSearchRequestDataStoreSpec
2204
2144
  class Representation < Google::Apis::Core::JsonRepresentation; end
2205
2145
 
@@ -3862,6 +3802,12 @@ module Google
3862
3802
  include Google::Apis::Core::JsonObjectSupport
3863
3803
  end
3864
3804
 
3805
+ class GoogleCloudDiscoveryengineV1betaListAssistantsResponse
3806
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3807
+
3808
+ include Google::Apis::Core::JsonObjectSupport
3809
+ end
3810
+
3865
3811
  class GoogleCloudDiscoveryengineV1betaListCmekConfigsResponse
3866
3812
  class Representation < Google::Apis::Core::JsonRepresentation; end
3867
3813
 
@@ -4396,6 +4342,12 @@ module Google
4396
4342
  include Google::Apis::Core::JsonObjectSupport
4397
4343
  end
4398
4344
 
4345
+ class GoogleCloudDiscoveryengineV1betaSearchRequestCrowdingSpec
4346
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4347
+
4348
+ include Google::Apis::Core::JsonObjectSupport
4349
+ end
4350
+
4399
4351
  class GoogleCloudDiscoveryengineV1betaSearchRequestDataStoreSpec
4400
4352
  class Representation < Google::Apis::Core::JsonRepresentation; end
4401
4353
 
@@ -4990,159 +4942,6 @@ module Google
4990
4942
  include Google::Apis::Core::JsonObjectSupport
4991
4943
  end
4992
4944
 
4993
- class GdataBlobstore2Info
4994
- # @private
4995
- class Representation < Google::Apis::Core::JsonRepresentation
4996
- property :blob_generation, :numeric_string => true, as: 'blobGeneration'
4997
- property :blob_id, as: 'blobId'
4998
- property :download_read_handle, :base64 => true, as: 'downloadReadHandle'
4999
- property :read_token, as: 'readToken'
5000
- property :upload_metadata_container, :base64 => true, as: 'uploadMetadataContainer'
5001
- end
5002
- end
5003
-
5004
- class GdataCompositeMedia
5005
- # @private
5006
- class Representation < Google::Apis::Core::JsonRepresentation
5007
- property :blob_ref, :base64 => true, as: 'blobRef'
5008
- property :blobstore2_info, as: 'blobstore2Info', class: Google::Apis::DiscoveryengineV1beta::GdataBlobstore2Info, decorator: Google::Apis::DiscoveryengineV1beta::GdataBlobstore2Info::Representation
5009
-
5010
- property :cosmo_binary_reference, :base64 => true, as: 'cosmoBinaryReference'
5011
- property :crc32c_hash, as: 'crc32cHash'
5012
- property :inline, :base64 => true, as: 'inline'
5013
- property :length, :numeric_string => true, as: 'length'
5014
- property :md5_hash, :base64 => true, as: 'md5Hash'
5015
- property :object_id_prop, as: 'objectId', class: Google::Apis::DiscoveryengineV1beta::GdataObjectId, decorator: Google::Apis::DiscoveryengineV1beta::GdataObjectId::Representation
5016
-
5017
- property :path, as: 'path'
5018
- property :reference_type, as: 'referenceType'
5019
- property :sha1_hash, :base64 => true, as: 'sha1Hash'
5020
- end
5021
- end
5022
-
5023
- class GdataContentTypeInfo
5024
- # @private
5025
- class Representation < Google::Apis::Core::JsonRepresentation
5026
- property :best_guess, as: 'bestGuess'
5027
- property :from_bytes, as: 'fromBytes'
5028
- property :from_file_name, as: 'fromFileName'
5029
- property :from_header, as: 'fromHeader'
5030
- property :from_url_path, as: 'fromUrlPath'
5031
- end
5032
- end
5033
-
5034
- class GdataDiffChecksumsResponse
5035
- # @private
5036
- class Representation < Google::Apis::Core::JsonRepresentation
5037
- property :checksums_location, as: 'checksumsLocation', class: Google::Apis::DiscoveryengineV1beta::GdataCompositeMedia, decorator: Google::Apis::DiscoveryengineV1beta::GdataCompositeMedia::Representation
5038
-
5039
- property :chunk_size_bytes, :numeric_string => true, as: 'chunkSizeBytes'
5040
- property :object_location, as: 'objectLocation', class: Google::Apis::DiscoveryengineV1beta::GdataCompositeMedia, decorator: Google::Apis::DiscoveryengineV1beta::GdataCompositeMedia::Representation
5041
-
5042
- property :object_size_bytes, :numeric_string => true, as: 'objectSizeBytes'
5043
- property :object_version, as: 'objectVersion'
5044
- end
5045
- end
5046
-
5047
- class GdataDiffDownloadResponse
5048
- # @private
5049
- class Representation < Google::Apis::Core::JsonRepresentation
5050
- property :object_location, as: 'objectLocation', class: Google::Apis::DiscoveryengineV1beta::GdataCompositeMedia, decorator: Google::Apis::DiscoveryengineV1beta::GdataCompositeMedia::Representation
5051
-
5052
- end
5053
- end
5054
-
5055
- class GdataDiffUploadRequest
5056
- # @private
5057
- class Representation < Google::Apis::Core::JsonRepresentation
5058
- property :checksums_info, as: 'checksumsInfo', class: Google::Apis::DiscoveryengineV1beta::GdataCompositeMedia, decorator: Google::Apis::DiscoveryengineV1beta::GdataCompositeMedia::Representation
5059
-
5060
- property :object_info, as: 'objectInfo', class: Google::Apis::DiscoveryengineV1beta::GdataCompositeMedia, decorator: Google::Apis::DiscoveryengineV1beta::GdataCompositeMedia::Representation
5061
-
5062
- property :object_version, as: 'objectVersion'
5063
- end
5064
- end
5065
-
5066
- class GdataDiffUploadResponse
5067
- # @private
5068
- class Representation < Google::Apis::Core::JsonRepresentation
5069
- property :object_version, as: 'objectVersion'
5070
- property :original_object, as: 'originalObject', class: Google::Apis::DiscoveryengineV1beta::GdataCompositeMedia, decorator: Google::Apis::DiscoveryengineV1beta::GdataCompositeMedia::Representation
5071
-
5072
- end
5073
- end
5074
-
5075
- class GdataDiffVersionResponse
5076
- # @private
5077
- class Representation < Google::Apis::Core::JsonRepresentation
5078
- property :object_size_bytes, :numeric_string => true, as: 'objectSizeBytes'
5079
- property :object_version, as: 'objectVersion'
5080
- end
5081
- end
5082
-
5083
- class GdataDownloadParameters
5084
- # @private
5085
- class Representation < Google::Apis::Core::JsonRepresentation
5086
- property :allow_gzip_compression, as: 'allowGzipCompression'
5087
- property :ignore_range, as: 'ignoreRange'
5088
- end
5089
- end
5090
-
5091
- class GdataMedia
5092
- # @private
5093
- class Representation < Google::Apis::Core::JsonRepresentation
5094
- property :algorithm, as: 'algorithm'
5095
- property :bigstore_object_ref, :base64 => true, as: 'bigstoreObjectRef'
5096
- property :blob_ref, :base64 => true, as: 'blobRef'
5097
- property :blobstore2_info, as: 'blobstore2Info', class: Google::Apis::DiscoveryengineV1beta::GdataBlobstore2Info, decorator: Google::Apis::DiscoveryengineV1beta::GdataBlobstore2Info::Representation
5098
-
5099
- collection :composite_media, as: 'compositeMedia', class: Google::Apis::DiscoveryengineV1beta::GdataCompositeMedia, decorator: Google::Apis::DiscoveryengineV1beta::GdataCompositeMedia::Representation
5100
-
5101
- property :content_type, as: 'contentType'
5102
- property :content_type_info, as: 'contentTypeInfo', class: Google::Apis::DiscoveryengineV1beta::GdataContentTypeInfo, decorator: Google::Apis::DiscoveryengineV1beta::GdataContentTypeInfo::Representation
5103
-
5104
- property :cosmo_binary_reference, :base64 => true, as: 'cosmoBinaryReference'
5105
- property :crc32c_hash, as: 'crc32cHash'
5106
- property :diff_checksums_response, as: 'diffChecksumsResponse', class: Google::Apis::DiscoveryengineV1beta::GdataDiffChecksumsResponse, decorator: Google::Apis::DiscoveryengineV1beta::GdataDiffChecksumsResponse::Representation
5107
-
5108
- property :diff_download_response, as: 'diffDownloadResponse', class: Google::Apis::DiscoveryengineV1beta::GdataDiffDownloadResponse, decorator: Google::Apis::DiscoveryengineV1beta::GdataDiffDownloadResponse::Representation
5109
-
5110
- property :diff_upload_request, as: 'diffUploadRequest', class: Google::Apis::DiscoveryengineV1beta::GdataDiffUploadRequest, decorator: Google::Apis::DiscoveryengineV1beta::GdataDiffUploadRequest::Representation
5111
-
5112
- property :diff_upload_response, as: 'diffUploadResponse', class: Google::Apis::DiscoveryengineV1beta::GdataDiffUploadResponse, decorator: Google::Apis::DiscoveryengineV1beta::GdataDiffUploadResponse::Representation
5113
-
5114
- property :diff_version_response, as: 'diffVersionResponse', class: Google::Apis::DiscoveryengineV1beta::GdataDiffVersionResponse, decorator: Google::Apis::DiscoveryengineV1beta::GdataDiffVersionResponse::Representation
5115
-
5116
- property :download_parameters, as: 'downloadParameters', class: Google::Apis::DiscoveryengineV1beta::GdataDownloadParameters, decorator: Google::Apis::DiscoveryengineV1beta::GdataDownloadParameters::Representation
5117
-
5118
- property :filename, as: 'filename'
5119
- property :hash_prop, as: 'hash'
5120
- property :hash_verified, as: 'hashVerified'
5121
- property :inline, :base64 => true, as: 'inline'
5122
- property :is_potential_retry, as: 'isPotentialRetry'
5123
- property :length, :numeric_string => true, as: 'length'
5124
- property :md5_hash, :base64 => true, as: 'md5Hash'
5125
- property :media_id, :base64 => true, as: 'mediaId'
5126
- property :object_id_prop, as: 'objectId', class: Google::Apis::DiscoveryengineV1beta::GdataObjectId, decorator: Google::Apis::DiscoveryengineV1beta::GdataObjectId::Representation
5127
-
5128
- property :path, as: 'path'
5129
- property :reference_type, as: 'referenceType'
5130
- property :sha1_hash, :base64 => true, as: 'sha1Hash'
5131
- property :sha256_hash, :base64 => true, as: 'sha256Hash'
5132
- property :timestamp, :numeric_string => true, as: 'timestamp'
5133
- property :token, as: 'token'
5134
- end
5135
- end
5136
-
5137
- class GdataObjectId
5138
- # @private
5139
- class Representation < Google::Apis::Core::JsonRepresentation
5140
- property :bucket_name, as: 'bucketName'
5141
- property :generation, :numeric_string => true, as: 'generation'
5142
- property :object_name, as: 'objectName'
5143
- end
5144
- end
5145
-
5146
4945
  class GoogleApiDistribution
5147
4946
  # @private
5148
4947
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -5392,6 +5191,8 @@ module Google
5392
5191
  class Representation < Google::Apis::Core::JsonRepresentation
5393
5192
  property :customer_policy, as: 'customerPolicy', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1AssistantCustomerPolicy, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1AssistantCustomerPolicy::Representation
5394
5193
 
5194
+ property :description, as: 'description'
5195
+ property :display_name, as: 'displayName'
5395
5196
  hash :enabled_tools, as: 'enabledTools', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1AssistantToolList, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1AssistantToolList::Representation
5396
5197
 
5397
5198
  property :generation_config, as: 'generationConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1AssistantGenerationConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1AssistantGenerationConfig::Representation
@@ -5432,7 +5233,9 @@ module Google
5432
5233
  class GoogleCloudDiscoveryengineV1AssistantGenerationConfig
5433
5234
  # @private
5434
5235
  class Representation < Google::Apis::Core::JsonRepresentation
5236
+ collection :allowed_model_ids, as: 'allowedModelIds'
5435
5237
  property :default_language, as: 'defaultLanguage'
5238
+ property :default_model_id, as: 'defaultModelId'
5436
5239
  property :system_instruction, as: 'systemInstruction', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1AssistantGenerationConfigSystemInstruction, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1AssistantGenerationConfigSystemInstruction::Representation
5437
5240
 
5438
5241
  end
@@ -8625,6 +8428,8 @@ module Google
8625
8428
  property :canonical_filter, as: 'canonicalFilter'
8626
8429
  property :content_search_spec, as: 'contentSearchSpec', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaSearchRequestContentSearchSpec, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaSearchRequestContentSearchSpec::Representation
8627
8430
 
8431
+ collection :crowding_specs, as: 'crowdingSpecs', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaSearchRequestCrowdingSpec, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaSearchRequestCrowdingSpec::Representation
8432
+
8628
8433
  property :custom_fine_tuning_spec, as: 'customFineTuningSpec', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaCustomFineTuningSpec, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaCustomFineTuningSpec::Representation
8629
8434
 
8630
8435
  collection :data_store_specs, as: 'dataStoreSpecs', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaSearchRequestDataStoreSpec, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaSearchRequestDataStoreSpec::Representation
@@ -8644,6 +8449,7 @@ module Google
8644
8449
  property :offset, as: 'offset'
8645
8450
  property :one_box_page_size, as: 'oneBoxPageSize'
8646
8451
  property :order_by, as: 'orderBy'
8452
+ collection :page_categories, as: 'pageCategories'
8647
8453
  property :page_size, as: 'pageSize'
8648
8454
  property :page_token, as: 'pageToken'
8649
8455
  hash :params, as: 'params'
@@ -8798,6 +8604,15 @@ module Google
8798
8604
  end
8799
8605
  end
8800
8606
 
8607
+ class GoogleCloudDiscoveryengineV1alphaSearchRequestCrowdingSpec
8608
+ # @private
8609
+ class Representation < Google::Apis::Core::JsonRepresentation
8610
+ property :field, as: 'field'
8611
+ property :max_count, as: 'maxCount'
8612
+ property :mode, as: 'mode'
8613
+ end
8614
+ end
8615
+
8801
8616
  class GoogleCloudDiscoveryengineV1alphaSearchRequestDataStoreSpec
8802
8617
  # @private
8803
8618
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -9891,6 +9706,8 @@ module Google
9891
9706
  class Representation < Google::Apis::Core::JsonRepresentation
9892
9707
  property :customer_policy, as: 'customerPolicy', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAssistantCustomerPolicy, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAssistantCustomerPolicy::Representation
9893
9708
 
9709
+ property :description, as: 'description'
9710
+ property :display_name, as: 'displayName'
9894
9711
  hash :enabled_tools, as: 'enabledTools', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAssistantToolList, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAssistantToolList::Representation
9895
9712
 
9896
9713
  property :generation_config, as: 'generationConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAssistantGenerationConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAssistantGenerationConfig::Representation
@@ -9979,7 +9796,9 @@ module Google
9979
9796
  class GoogleCloudDiscoveryengineV1betaAssistantGenerationConfig
9980
9797
  # @private
9981
9798
  class Representation < Google::Apis::Core::JsonRepresentation
9799
+ collection :allowed_model_ids, as: 'allowedModelIds'
9982
9800
  property :default_language, as: 'defaultLanguage'
9801
+ property :default_model_id, as: 'defaultModelId'
9983
9802
  property :system_instruction, as: 'systemInstruction', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAssistantGenerationConfigSystemInstruction, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAssistantGenerationConfigSystemInstruction::Representation
9984
9803
 
9985
9804
  end
@@ -11568,6 +11387,15 @@ module Google
11568
11387
  end
11569
11388
  end
11570
11389
 
11390
+ class GoogleCloudDiscoveryengineV1betaListAssistantsResponse
11391
+ # @private
11392
+ class Representation < Google::Apis::Core::JsonRepresentation
11393
+ collection :assistants, as: 'assistants', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAssistant, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAssistant::Representation
11394
+
11395
+ property :next_page_token, as: 'nextPageToken'
11396
+ end
11397
+ end
11398
+
11571
11399
  class GoogleCloudDiscoveryengineV1betaListCmekConfigsResponse
11572
11400
  # @private
11573
11401
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -12280,6 +12108,8 @@ module Google
12280
12108
  property :canonical_filter, as: 'canonicalFilter'
12281
12109
  property :content_search_spec, as: 'contentSearchSpec', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpec, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpec::Representation
12282
12110
 
12111
+ collection :crowding_specs, as: 'crowdingSpecs', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestCrowdingSpec, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestCrowdingSpec::Representation
12112
+
12283
12113
  collection :data_store_specs, as: 'dataStoreSpecs', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestDataStoreSpec, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestDataStoreSpec::Representation
12284
12114
 
12285
12115
  property :display_spec, as: 'displaySpec', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestDisplaySpec, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestDisplaySpec::Representation
@@ -12297,6 +12127,7 @@ module Google
12297
12127
  property :offset, as: 'offset'
12298
12128
  property :one_box_page_size, as: 'oneBoxPageSize'
12299
12129
  property :order_by, as: 'orderBy'
12130
+ collection :page_categories, as: 'pageCategories'
12300
12131
  property :page_size, as: 'pageSize'
12301
12132
  property :page_token, as: 'pageToken'
12302
12133
  hash :params, as: 'params'
@@ -12450,6 +12281,15 @@ module Google
12450
12281
  end
12451
12282
  end
12452
12283
 
12284
+ class GoogleCloudDiscoveryengineV1betaSearchRequestCrowdingSpec
12285
+ # @private
12286
+ class Representation < Google::Apis::Core::JsonRepresentation
12287
+ property :field, as: 'field'
12288
+ property :max_count, as: 'maxCount'
12289
+ property :mode, as: 'mode'
12290
+ end
12291
+ end
12292
+
12453
12293
  class GoogleCloudDiscoveryengineV1betaSearchRequestDataStoreSpec
12454
12294
  # @private
12455
12295
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -13117,6 +12957,7 @@ module Google
13117
12957
  property :answer, as: 'answer', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAssistAnswer, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAssistAnswer::Representation
13118
12958
 
13119
12959
  property :assist_token, as: 'assistToken'
12960
+ collection :invocation_tools, as: 'invocationTools'
13120
12961
  property :session_info, as: 'sessionInfo', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaStreamAssistResponseSessionInfo, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaStreamAssistResponseSessionInfo::Representation
13121
12962
 
13122
12963
  end