google-apis-discoveryengine_v1beta 0.89.0 → 0.91.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.91.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 = "20251203"
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
@@ -6137,6 +5940,7 @@ module Google
6137
5940
  class GoogleCloudDiscoveryengineV1EngineSearchEngineConfig
6138
5941
  # @private
6139
5942
  class Representation < Google::Apis::Core::JsonRepresentation
5943
+ property :required_subscription_tier, as: 'requiredSubscriptionTier'
6140
5944
  collection :search_add_ons, as: 'searchAddOns'
6141
5945
  property :search_tier, as: 'searchTier'
6142
5946
  end
@@ -7993,6 +7797,7 @@ module Google
7993
7797
  class GoogleCloudDiscoveryengineV1alphaEngineSearchEngineConfig
7994
7798
  # @private
7995
7799
  class Representation < Google::Apis::Core::JsonRepresentation
7800
+ property :required_subscription_tier, as: 'requiredSubscriptionTier'
7996
7801
  collection :search_add_ons, as: 'searchAddOns'
7997
7802
  property :search_tier, as: 'searchTier'
7998
7803
  end
@@ -8625,6 +8430,8 @@ module Google
8625
8430
  property :canonical_filter, as: 'canonicalFilter'
8626
8431
  property :content_search_spec, as: 'contentSearchSpec', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaSearchRequestContentSearchSpec, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaSearchRequestContentSearchSpec::Representation
8627
8432
 
8433
+ collection :crowding_specs, as: 'crowdingSpecs', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaSearchRequestCrowdingSpec, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaSearchRequestCrowdingSpec::Representation
8434
+
8628
8435
  property :custom_fine_tuning_spec, as: 'customFineTuningSpec', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaCustomFineTuningSpec, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaCustomFineTuningSpec::Representation
8629
8436
 
8630
8437
  collection :data_store_specs, as: 'dataStoreSpecs', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaSearchRequestDataStoreSpec, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaSearchRequestDataStoreSpec::Representation
@@ -8644,6 +8451,7 @@ module Google
8644
8451
  property :offset, as: 'offset'
8645
8452
  property :one_box_page_size, as: 'oneBoxPageSize'
8646
8453
  property :order_by, as: 'orderBy'
8454
+ collection :page_categories, as: 'pageCategories'
8647
8455
  property :page_size, as: 'pageSize'
8648
8456
  property :page_token, as: 'pageToken'
8649
8457
  hash :params, as: 'params'
@@ -8798,6 +8606,15 @@ module Google
8798
8606
  end
8799
8607
  end
8800
8608
 
8609
+ class GoogleCloudDiscoveryengineV1alphaSearchRequestCrowdingSpec
8610
+ # @private
8611
+ class Representation < Google::Apis::Core::JsonRepresentation
8612
+ property :field, as: 'field'
8613
+ property :max_count, as: 'maxCount'
8614
+ property :mode, as: 'mode'
8615
+ end
8616
+ end
8617
+
8801
8618
  class GoogleCloudDiscoveryengineV1alphaSearchRequestDataStoreSpec
8802
8619
  # @private
8803
8620
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -9891,6 +9708,8 @@ module Google
9891
9708
  class Representation < Google::Apis::Core::JsonRepresentation
9892
9709
  property :customer_policy, as: 'customerPolicy', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAssistantCustomerPolicy, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAssistantCustomerPolicy::Representation
9893
9710
 
9711
+ property :description, as: 'description'
9712
+ property :display_name, as: 'displayName'
9894
9713
  hash :enabled_tools, as: 'enabledTools', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAssistantToolList, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAssistantToolList::Representation
9895
9714
 
9896
9715
  property :generation_config, as: 'generationConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAssistantGenerationConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAssistantGenerationConfig::Representation
@@ -9979,7 +9798,9 @@ module Google
9979
9798
  class GoogleCloudDiscoveryengineV1betaAssistantGenerationConfig
9980
9799
  # @private
9981
9800
  class Representation < Google::Apis::Core::JsonRepresentation
9801
+ collection :allowed_model_ids, as: 'allowedModelIds'
9982
9802
  property :default_language, as: 'defaultLanguage'
9803
+ property :default_model_id, as: 'defaultModelId'
9983
9804
  property :system_instruction, as: 'systemInstruction', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAssistantGenerationConfigSystemInstruction, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAssistantGenerationConfigSystemInstruction::Representation
9984
9805
 
9985
9806
  end
@@ -11099,6 +10920,7 @@ module Google
11099
10920
  class GoogleCloudDiscoveryengineV1betaEngineSearchEngineConfig
11100
10921
  # @private
11101
10922
  class Representation < Google::Apis::Core::JsonRepresentation
10923
+ property :required_subscription_tier, as: 'requiredSubscriptionTier'
11102
10924
  collection :search_add_ons, as: 'searchAddOns'
11103
10925
  property :search_tier, as: 'searchTier'
11104
10926
  end
@@ -11226,6 +11048,7 @@ module Google
11226
11048
  # @private
11227
11049
  class Representation < Google::Apis::Core::JsonRepresentation
11228
11050
  property :external_identity, as: 'externalIdentity'
11051
+ property :external_identity_name, as: 'externalIdentityName'
11229
11052
  property :group_id, as: 'groupId'
11230
11053
  property :user_id, as: 'userId'
11231
11054
  end
@@ -11568,6 +11391,15 @@ module Google
11568
11391
  end
11569
11392
  end
11570
11393
 
11394
+ class GoogleCloudDiscoveryengineV1betaListAssistantsResponse
11395
+ # @private
11396
+ class Representation < Google::Apis::Core::JsonRepresentation
11397
+ collection :assistants, as: 'assistants', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAssistant, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAssistant::Representation
11398
+
11399
+ property :next_page_token, as: 'nextPageToken'
11400
+ end
11401
+ end
11402
+
11571
11403
  class GoogleCloudDiscoveryengineV1betaListCmekConfigsResponse
11572
11404
  # @private
11573
11405
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -12280,6 +12112,8 @@ module Google
12280
12112
  property :canonical_filter, as: 'canonicalFilter'
12281
12113
  property :content_search_spec, as: 'contentSearchSpec', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpec, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpec::Representation
12282
12114
 
12115
+ collection :crowding_specs, as: 'crowdingSpecs', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestCrowdingSpec, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestCrowdingSpec::Representation
12116
+
12283
12117
  collection :data_store_specs, as: 'dataStoreSpecs', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestDataStoreSpec, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestDataStoreSpec::Representation
12284
12118
 
12285
12119
  property :display_spec, as: 'displaySpec', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestDisplaySpec, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestDisplaySpec::Representation
@@ -12297,6 +12131,7 @@ module Google
12297
12131
  property :offset, as: 'offset'
12298
12132
  property :one_box_page_size, as: 'oneBoxPageSize'
12299
12133
  property :order_by, as: 'orderBy'
12134
+ collection :page_categories, as: 'pageCategories'
12300
12135
  property :page_size, as: 'pageSize'
12301
12136
  property :page_token, as: 'pageToken'
12302
12137
  hash :params, as: 'params'
@@ -12450,6 +12285,15 @@ module Google
12450
12285
  end
12451
12286
  end
12452
12287
 
12288
+ class GoogleCloudDiscoveryengineV1betaSearchRequestCrowdingSpec
12289
+ # @private
12290
+ class Representation < Google::Apis::Core::JsonRepresentation
12291
+ property :field, as: 'field'
12292
+ property :max_count, as: 'maxCount'
12293
+ property :mode, as: 'mode'
12294
+ end
12295
+ end
12296
+
12453
12297
  class GoogleCloudDiscoveryengineV1betaSearchRequestDataStoreSpec
12454
12298
  # @private
12455
12299
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -12603,6 +12447,7 @@ module Google
12603
12447
 
12604
12448
  collection :search_link_promotions, as: 'searchLinkPromotions', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchLinkPromotion, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchLinkPromotion::Representation
12605
12449
 
12450
+ property :semantic_state, as: 'semanticState'
12606
12451
  property :session_info, as: 'sessionInfo', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchResponseSessionInfo, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchResponseSessionInfo::Representation
12607
12452
 
12608
12453
  property :suggested_query, as: 'suggestedQuery'
@@ -13117,6 +12962,7 @@ module Google
13117
12962
  property :answer, as: 'answer', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAssistAnswer, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAssistAnswer::Representation
13118
12963
 
13119
12964
  property :assist_token, as: 'assistToken'
12965
+ collection :invocation_tools, as: 'invocationTools'
13120
12966
  property :session_info, as: 'sessionInfo', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaStreamAssistResponseSessionInfo, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaStreamAssistResponseSessionInfo::Representation
13121
12967
 
13122
12968
  end