google-apis-discoveryengine_v1 0.58.0 → 0.60.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/discoveryengine_v1/classes.rb +301 -675
- data/lib/google/apis/discoveryengine_v1/gem_version.rb +2 -2
- data/lib/google/apis/discoveryengine_v1/representations.rb +79 -219
- data/lib/google/apis/discoveryengine_v1/service.rb +253 -131
- metadata +2 -2
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module DiscoveryengineV1
|
|
18
18
|
# Version of the google-apis-discoveryengine_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.60.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 = "
|
|
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 DiscoveryengineV1
|
|
24
24
|
|
|
25
|
-
class GdataBlobstore2Info
|
|
26
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
27
|
-
|
|
28
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
29
|
-
end
|
|
30
|
-
|
|
31
|
-
class GdataCompositeMedia
|
|
32
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
33
|
-
|
|
34
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
35
|
-
end
|
|
36
|
-
|
|
37
|
-
class GdataContentTypeInfo
|
|
38
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
39
|
-
|
|
40
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
41
|
-
end
|
|
42
|
-
|
|
43
|
-
class GdataDiffChecksumsResponse
|
|
44
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
45
|
-
|
|
46
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
47
|
-
end
|
|
48
|
-
|
|
49
|
-
class GdataDiffDownloadResponse
|
|
50
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
51
|
-
|
|
52
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
53
|
-
end
|
|
54
|
-
|
|
55
|
-
class GdataDiffUploadRequest
|
|
56
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
57
|
-
|
|
58
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
59
|
-
end
|
|
60
|
-
|
|
61
|
-
class GdataDiffUploadResponse
|
|
62
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
63
|
-
|
|
64
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
65
|
-
end
|
|
66
|
-
|
|
67
|
-
class GdataDiffVersionResponse
|
|
68
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
69
|
-
|
|
70
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
71
|
-
end
|
|
72
|
-
|
|
73
|
-
class GdataDownloadParameters
|
|
74
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
75
|
-
|
|
76
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
77
|
-
end
|
|
78
|
-
|
|
79
|
-
class GdataMedia
|
|
80
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
81
|
-
|
|
82
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
83
|
-
end
|
|
84
|
-
|
|
85
|
-
class GdataObjectId
|
|
86
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
87
|
-
|
|
88
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
89
|
-
end
|
|
90
|
-
|
|
91
25
|
class GoogleApiDistribution
|
|
92
26
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
93
27
|
|
|
@@ -1618,6 +1552,12 @@ module Google
|
|
|
1618
1552
|
include Google::Apis::Core::JsonObjectSupport
|
|
1619
1553
|
end
|
|
1620
1554
|
|
|
1555
|
+
class GoogleCloudDiscoveryengineV1ListAssistantsResponse
|
|
1556
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1557
|
+
|
|
1558
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1559
|
+
end
|
|
1560
|
+
|
|
1621
1561
|
class GoogleCloudDiscoveryengineV1ListCmekConfigsResponse
|
|
1622
1562
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1623
1563
|
|
|
@@ -2020,6 +1960,12 @@ module Google
|
|
|
2020
1960
|
include Google::Apis::Core::JsonObjectSupport
|
|
2021
1961
|
end
|
|
2022
1962
|
|
|
1963
|
+
class GoogleCloudDiscoveryengineV1SearchRequestCrowdingSpec
|
|
1964
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1965
|
+
|
|
1966
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1967
|
+
end
|
|
1968
|
+
|
|
2023
1969
|
class GoogleCloudDiscoveryengineV1SearchRequestDataStoreSpec
|
|
2024
1970
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2025
1971
|
|
|
@@ -3700,6 +3646,12 @@ module Google
|
|
|
3700
3646
|
include Google::Apis::Core::JsonObjectSupport
|
|
3701
3647
|
end
|
|
3702
3648
|
|
|
3649
|
+
class GoogleCloudDiscoveryengineV1alphaSearchRequestCrowdingSpec
|
|
3650
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3651
|
+
|
|
3652
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3653
|
+
end
|
|
3654
|
+
|
|
3703
3655
|
class GoogleCloudDiscoveryengineV1alphaSearchRequestDataStoreSpec
|
|
3704
3656
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3705
3657
|
|
|
@@ -4618,6 +4570,12 @@ module Google
|
|
|
4618
4570
|
include Google::Apis::Core::JsonObjectSupport
|
|
4619
4571
|
end
|
|
4620
4572
|
|
|
4573
|
+
class GoogleCloudDiscoveryengineV1betaSearchRequestCrowdingSpec
|
|
4574
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
4575
|
+
|
|
4576
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
4577
|
+
end
|
|
4578
|
+
|
|
4621
4579
|
class GoogleCloudDiscoveryengineV1betaSearchRequestDataStoreSpec
|
|
4622
4580
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
4623
4581
|
|
|
@@ -4888,159 +4846,6 @@ module Google
|
|
|
4888
4846
|
include Google::Apis::Core::JsonObjectSupport
|
|
4889
4847
|
end
|
|
4890
4848
|
|
|
4891
|
-
class GdataBlobstore2Info
|
|
4892
|
-
# @private
|
|
4893
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4894
|
-
property :blob_generation, :numeric_string => true, as: 'blobGeneration'
|
|
4895
|
-
property :blob_id, as: 'blobId'
|
|
4896
|
-
property :download_read_handle, :base64 => true, as: 'downloadReadHandle'
|
|
4897
|
-
property :read_token, as: 'readToken'
|
|
4898
|
-
property :upload_metadata_container, :base64 => true, as: 'uploadMetadataContainer'
|
|
4899
|
-
end
|
|
4900
|
-
end
|
|
4901
|
-
|
|
4902
|
-
class GdataCompositeMedia
|
|
4903
|
-
# @private
|
|
4904
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4905
|
-
property :blob_ref, :base64 => true, as: 'blobRef'
|
|
4906
|
-
property :blobstore2_info, as: 'blobstore2Info', class: Google::Apis::DiscoveryengineV1::GdataBlobstore2Info, decorator: Google::Apis::DiscoveryengineV1::GdataBlobstore2Info::Representation
|
|
4907
|
-
|
|
4908
|
-
property :cosmo_binary_reference, :base64 => true, as: 'cosmoBinaryReference'
|
|
4909
|
-
property :crc32c_hash, as: 'crc32cHash'
|
|
4910
|
-
property :inline, :base64 => true, as: 'inline'
|
|
4911
|
-
property :length, :numeric_string => true, as: 'length'
|
|
4912
|
-
property :md5_hash, :base64 => true, as: 'md5Hash'
|
|
4913
|
-
property :object_id_prop, as: 'objectId', class: Google::Apis::DiscoveryengineV1::GdataObjectId, decorator: Google::Apis::DiscoveryengineV1::GdataObjectId::Representation
|
|
4914
|
-
|
|
4915
|
-
property :path, as: 'path'
|
|
4916
|
-
property :reference_type, as: 'referenceType'
|
|
4917
|
-
property :sha1_hash, :base64 => true, as: 'sha1Hash'
|
|
4918
|
-
end
|
|
4919
|
-
end
|
|
4920
|
-
|
|
4921
|
-
class GdataContentTypeInfo
|
|
4922
|
-
# @private
|
|
4923
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4924
|
-
property :best_guess, as: 'bestGuess'
|
|
4925
|
-
property :from_bytes, as: 'fromBytes'
|
|
4926
|
-
property :from_file_name, as: 'fromFileName'
|
|
4927
|
-
property :from_header, as: 'fromHeader'
|
|
4928
|
-
property :from_url_path, as: 'fromUrlPath'
|
|
4929
|
-
end
|
|
4930
|
-
end
|
|
4931
|
-
|
|
4932
|
-
class GdataDiffChecksumsResponse
|
|
4933
|
-
# @private
|
|
4934
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4935
|
-
property :checksums_location, as: 'checksumsLocation', class: Google::Apis::DiscoveryengineV1::GdataCompositeMedia, decorator: Google::Apis::DiscoveryengineV1::GdataCompositeMedia::Representation
|
|
4936
|
-
|
|
4937
|
-
property :chunk_size_bytes, :numeric_string => true, as: 'chunkSizeBytes'
|
|
4938
|
-
property :object_location, as: 'objectLocation', class: Google::Apis::DiscoveryengineV1::GdataCompositeMedia, decorator: Google::Apis::DiscoveryengineV1::GdataCompositeMedia::Representation
|
|
4939
|
-
|
|
4940
|
-
property :object_size_bytes, :numeric_string => true, as: 'objectSizeBytes'
|
|
4941
|
-
property :object_version, as: 'objectVersion'
|
|
4942
|
-
end
|
|
4943
|
-
end
|
|
4944
|
-
|
|
4945
|
-
class GdataDiffDownloadResponse
|
|
4946
|
-
# @private
|
|
4947
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4948
|
-
property :object_location, as: 'objectLocation', class: Google::Apis::DiscoveryengineV1::GdataCompositeMedia, decorator: Google::Apis::DiscoveryengineV1::GdataCompositeMedia::Representation
|
|
4949
|
-
|
|
4950
|
-
end
|
|
4951
|
-
end
|
|
4952
|
-
|
|
4953
|
-
class GdataDiffUploadRequest
|
|
4954
|
-
# @private
|
|
4955
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4956
|
-
property :checksums_info, as: 'checksumsInfo', class: Google::Apis::DiscoveryengineV1::GdataCompositeMedia, decorator: Google::Apis::DiscoveryengineV1::GdataCompositeMedia::Representation
|
|
4957
|
-
|
|
4958
|
-
property :object_info, as: 'objectInfo', class: Google::Apis::DiscoveryengineV1::GdataCompositeMedia, decorator: Google::Apis::DiscoveryengineV1::GdataCompositeMedia::Representation
|
|
4959
|
-
|
|
4960
|
-
property :object_version, as: 'objectVersion'
|
|
4961
|
-
end
|
|
4962
|
-
end
|
|
4963
|
-
|
|
4964
|
-
class GdataDiffUploadResponse
|
|
4965
|
-
# @private
|
|
4966
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4967
|
-
property :object_version, as: 'objectVersion'
|
|
4968
|
-
property :original_object, as: 'originalObject', class: Google::Apis::DiscoveryengineV1::GdataCompositeMedia, decorator: Google::Apis::DiscoveryengineV1::GdataCompositeMedia::Representation
|
|
4969
|
-
|
|
4970
|
-
end
|
|
4971
|
-
end
|
|
4972
|
-
|
|
4973
|
-
class GdataDiffVersionResponse
|
|
4974
|
-
# @private
|
|
4975
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4976
|
-
property :object_size_bytes, :numeric_string => true, as: 'objectSizeBytes'
|
|
4977
|
-
property :object_version, as: 'objectVersion'
|
|
4978
|
-
end
|
|
4979
|
-
end
|
|
4980
|
-
|
|
4981
|
-
class GdataDownloadParameters
|
|
4982
|
-
# @private
|
|
4983
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4984
|
-
property :allow_gzip_compression, as: 'allowGzipCompression'
|
|
4985
|
-
property :ignore_range, as: 'ignoreRange'
|
|
4986
|
-
end
|
|
4987
|
-
end
|
|
4988
|
-
|
|
4989
|
-
class GdataMedia
|
|
4990
|
-
# @private
|
|
4991
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4992
|
-
property :algorithm, as: 'algorithm'
|
|
4993
|
-
property :bigstore_object_ref, :base64 => true, as: 'bigstoreObjectRef'
|
|
4994
|
-
property :blob_ref, :base64 => true, as: 'blobRef'
|
|
4995
|
-
property :blobstore2_info, as: 'blobstore2Info', class: Google::Apis::DiscoveryengineV1::GdataBlobstore2Info, decorator: Google::Apis::DiscoveryengineV1::GdataBlobstore2Info::Representation
|
|
4996
|
-
|
|
4997
|
-
collection :composite_media, as: 'compositeMedia', class: Google::Apis::DiscoveryengineV1::GdataCompositeMedia, decorator: Google::Apis::DiscoveryengineV1::GdataCompositeMedia::Representation
|
|
4998
|
-
|
|
4999
|
-
property :content_type, as: 'contentType'
|
|
5000
|
-
property :content_type_info, as: 'contentTypeInfo', class: Google::Apis::DiscoveryengineV1::GdataContentTypeInfo, decorator: Google::Apis::DiscoveryengineV1::GdataContentTypeInfo::Representation
|
|
5001
|
-
|
|
5002
|
-
property :cosmo_binary_reference, :base64 => true, as: 'cosmoBinaryReference'
|
|
5003
|
-
property :crc32c_hash, as: 'crc32cHash'
|
|
5004
|
-
property :diff_checksums_response, as: 'diffChecksumsResponse', class: Google::Apis::DiscoveryengineV1::GdataDiffChecksumsResponse, decorator: Google::Apis::DiscoveryengineV1::GdataDiffChecksumsResponse::Representation
|
|
5005
|
-
|
|
5006
|
-
property :diff_download_response, as: 'diffDownloadResponse', class: Google::Apis::DiscoveryengineV1::GdataDiffDownloadResponse, decorator: Google::Apis::DiscoveryengineV1::GdataDiffDownloadResponse::Representation
|
|
5007
|
-
|
|
5008
|
-
property :diff_upload_request, as: 'diffUploadRequest', class: Google::Apis::DiscoveryengineV1::GdataDiffUploadRequest, decorator: Google::Apis::DiscoveryengineV1::GdataDiffUploadRequest::Representation
|
|
5009
|
-
|
|
5010
|
-
property :diff_upload_response, as: 'diffUploadResponse', class: Google::Apis::DiscoveryengineV1::GdataDiffUploadResponse, decorator: Google::Apis::DiscoveryengineV1::GdataDiffUploadResponse::Representation
|
|
5011
|
-
|
|
5012
|
-
property :diff_version_response, as: 'diffVersionResponse', class: Google::Apis::DiscoveryengineV1::GdataDiffVersionResponse, decorator: Google::Apis::DiscoveryengineV1::GdataDiffVersionResponse::Representation
|
|
5013
|
-
|
|
5014
|
-
property :download_parameters, as: 'downloadParameters', class: Google::Apis::DiscoveryengineV1::GdataDownloadParameters, decorator: Google::Apis::DiscoveryengineV1::GdataDownloadParameters::Representation
|
|
5015
|
-
|
|
5016
|
-
property :filename, as: 'filename'
|
|
5017
|
-
property :hash_prop, as: 'hash'
|
|
5018
|
-
property :hash_verified, as: 'hashVerified'
|
|
5019
|
-
property :inline, :base64 => true, as: 'inline'
|
|
5020
|
-
property :is_potential_retry, as: 'isPotentialRetry'
|
|
5021
|
-
property :length, :numeric_string => true, as: 'length'
|
|
5022
|
-
property :md5_hash, :base64 => true, as: 'md5Hash'
|
|
5023
|
-
property :media_id, :base64 => true, as: 'mediaId'
|
|
5024
|
-
property :object_id_prop, as: 'objectId', class: Google::Apis::DiscoveryengineV1::GdataObjectId, decorator: Google::Apis::DiscoveryengineV1::GdataObjectId::Representation
|
|
5025
|
-
|
|
5026
|
-
property :path, as: 'path'
|
|
5027
|
-
property :reference_type, as: 'referenceType'
|
|
5028
|
-
property :sha1_hash, :base64 => true, as: 'sha1Hash'
|
|
5029
|
-
property :sha256_hash, :base64 => true, as: 'sha256Hash'
|
|
5030
|
-
property :timestamp, :numeric_string => true, as: 'timestamp'
|
|
5031
|
-
property :token, as: 'token'
|
|
5032
|
-
end
|
|
5033
|
-
end
|
|
5034
|
-
|
|
5035
|
-
class GdataObjectId
|
|
5036
|
-
# @private
|
|
5037
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
5038
|
-
property :bucket_name, as: 'bucketName'
|
|
5039
|
-
property :generation, :numeric_string => true, as: 'generation'
|
|
5040
|
-
property :object_name, as: 'objectName'
|
|
5041
|
-
end
|
|
5042
|
-
end
|
|
5043
|
-
|
|
5044
4849
|
class GoogleApiDistribution
|
|
5045
4850
|
# @private
|
|
5046
4851
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -5938,6 +5743,8 @@ module Google
|
|
|
5938
5743
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
5939
5744
|
property :customer_policy, as: 'customerPolicy', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AssistantCustomerPolicy, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AssistantCustomerPolicy::Representation
|
|
5940
5745
|
|
|
5746
|
+
property :description, as: 'description'
|
|
5747
|
+
property :display_name, as: 'displayName'
|
|
5941
5748
|
hash :enabled_tools, as: 'enabledTools', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AssistantToolList, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AssistantToolList::Representation
|
|
5942
5749
|
|
|
5943
5750
|
property :generation_config, as: 'generationConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AssistantGenerationConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AssistantGenerationConfig::Representation
|
|
@@ -6026,7 +5833,9 @@ module Google
|
|
|
6026
5833
|
class GoogleCloudDiscoveryengineV1AssistantGenerationConfig
|
|
6027
5834
|
# @private
|
|
6028
5835
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
5836
|
+
collection :allowed_model_ids, as: 'allowedModelIds'
|
|
6029
5837
|
property :default_language, as: 'defaultLanguage'
|
|
5838
|
+
property :default_model_id, as: 'defaultModelId'
|
|
6030
5839
|
property :system_instruction, as: 'systemInstruction', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AssistantGenerationConfigSystemInstruction, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AssistantGenerationConfigSystemInstruction::Representation
|
|
6031
5840
|
|
|
6032
5841
|
end
|
|
@@ -7268,6 +7077,7 @@ module Google
|
|
|
7268
7077
|
class GoogleCloudDiscoveryengineV1EngineSearchEngineConfig
|
|
7269
7078
|
# @private
|
|
7270
7079
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7080
|
+
property :required_subscription_tier, as: 'requiredSubscriptionTier'
|
|
7271
7081
|
collection :search_add_ons, as: 'searchAddOns'
|
|
7272
7082
|
property :search_tier, as: 'searchTier'
|
|
7273
7083
|
end
|
|
@@ -7360,6 +7170,7 @@ module Google
|
|
|
7360
7170
|
# @private
|
|
7361
7171
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7362
7172
|
property :external_identity, as: 'externalIdentity'
|
|
7173
|
+
property :external_identity_name, as: 'externalIdentityName'
|
|
7363
7174
|
property :group_id, as: 'groupId'
|
|
7364
7175
|
property :user_id, as: 'userId'
|
|
7365
7176
|
end
|
|
@@ -7658,6 +7469,15 @@ module Google
|
|
|
7658
7469
|
end
|
|
7659
7470
|
end
|
|
7660
7471
|
|
|
7472
|
+
class GoogleCloudDiscoveryengineV1ListAssistantsResponse
|
|
7473
|
+
# @private
|
|
7474
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7475
|
+
collection :assistants, as: 'assistants', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1Assistant, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1Assistant::Representation
|
|
7476
|
+
|
|
7477
|
+
property :next_page_token, as: 'nextPageToken'
|
|
7478
|
+
end
|
|
7479
|
+
end
|
|
7480
|
+
|
|
7661
7481
|
class GoogleCloudDiscoveryengineV1ListCmekConfigsResponse
|
|
7662
7482
|
# @private
|
|
7663
7483
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -8173,6 +7993,8 @@ module Google
|
|
|
8173
7993
|
property :canonical_filter, as: 'canonicalFilter'
|
|
8174
7994
|
property :content_search_spec, as: 'contentSearchSpec', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchRequestContentSearchSpec, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchRequestContentSearchSpec::Representation
|
|
8175
7995
|
|
|
7996
|
+
collection :crowding_specs, as: 'crowdingSpecs', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchRequestCrowdingSpec, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchRequestCrowdingSpec::Representation
|
|
7997
|
+
|
|
8176
7998
|
collection :data_store_specs, as: 'dataStoreSpecs', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchRequestDataStoreSpec, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchRequestDataStoreSpec::Representation
|
|
8177
7999
|
|
|
8178
8000
|
property :display_spec, as: 'displaySpec', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchRequestDisplaySpec, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchRequestDisplaySpec::Representation
|
|
@@ -8188,6 +8010,7 @@ module Google
|
|
|
8188
8010
|
property :offset, as: 'offset'
|
|
8189
8011
|
property :one_box_page_size, as: 'oneBoxPageSize'
|
|
8190
8012
|
property :order_by, as: 'orderBy'
|
|
8013
|
+
collection :page_categories, as: 'pageCategories'
|
|
8191
8014
|
property :page_size, as: 'pageSize'
|
|
8192
8015
|
property :page_token, as: 'pageToken'
|
|
8193
8016
|
hash :params, as: 'params'
|
|
@@ -8326,6 +8149,15 @@ module Google
|
|
|
8326
8149
|
end
|
|
8327
8150
|
end
|
|
8328
8151
|
|
|
8152
|
+
class GoogleCloudDiscoveryengineV1SearchRequestCrowdingSpec
|
|
8153
|
+
# @private
|
|
8154
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
8155
|
+
property :field, as: 'field'
|
|
8156
|
+
property :max_count, as: 'maxCount'
|
|
8157
|
+
property :mode, as: 'mode'
|
|
8158
|
+
end
|
|
8159
|
+
end
|
|
8160
|
+
|
|
8329
8161
|
class GoogleCloudDiscoveryengineV1SearchRequestDataStoreSpec
|
|
8330
8162
|
# @private
|
|
8331
8163
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -8438,6 +8270,7 @@ module Google
|
|
|
8438
8270
|
|
|
8439
8271
|
collection :search_link_promotions, as: 'searchLinkPromotions', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchLinkPromotion, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchLinkPromotion::Representation
|
|
8440
8272
|
|
|
8273
|
+
property :semantic_state, as: 'semanticState'
|
|
8441
8274
|
property :session_info, as: 'sessionInfo', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseSessionInfo, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseSessionInfo::Representation
|
|
8442
8275
|
|
|
8443
8276
|
property :summary, as: 'summary', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseSummary, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseSummary::Representation
|
|
@@ -8801,6 +8634,7 @@ module Google
|
|
|
8801
8634
|
property :answer, as: 'answer', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AssistAnswer, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AssistAnswer::Representation
|
|
8802
8635
|
|
|
8803
8636
|
property :assist_token, as: 'assistToken'
|
|
8637
|
+
collection :invocation_tools, as: 'invocationTools'
|
|
8804
8638
|
property :session_info, as: 'sessionInfo', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1StreamAssistResponseSessionInfo, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1StreamAssistResponseSessionInfo::Representation
|
|
8805
8639
|
|
|
8806
8640
|
end
|
|
@@ -10520,6 +10354,7 @@ module Google
|
|
|
10520
10354
|
class GoogleCloudDiscoveryengineV1alphaEngineSearchEngineConfig
|
|
10521
10355
|
# @private
|
|
10522
10356
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
10357
|
+
property :required_subscription_tier, as: 'requiredSubscriptionTier'
|
|
10523
10358
|
collection :search_add_ons, as: 'searchAddOns'
|
|
10524
10359
|
property :search_tier, as: 'searchTier'
|
|
10525
10360
|
end
|
|
@@ -11152,6 +10987,8 @@ module Google
|
|
|
11152
10987
|
property :canonical_filter, as: 'canonicalFilter'
|
|
11153
10988
|
property :content_search_spec, as: 'contentSearchSpec', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaSearchRequestContentSearchSpec, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaSearchRequestContentSearchSpec::Representation
|
|
11154
10989
|
|
|
10990
|
+
collection :crowding_specs, as: 'crowdingSpecs', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaSearchRequestCrowdingSpec, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaSearchRequestCrowdingSpec::Representation
|
|
10991
|
+
|
|
11155
10992
|
property :custom_fine_tuning_spec, as: 'customFineTuningSpec', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaCustomFineTuningSpec, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaCustomFineTuningSpec::Representation
|
|
11156
10993
|
|
|
11157
10994
|
collection :data_store_specs, as: 'dataStoreSpecs', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaSearchRequestDataStoreSpec, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaSearchRequestDataStoreSpec::Representation
|
|
@@ -11171,6 +11008,7 @@ module Google
|
|
|
11171
11008
|
property :offset, as: 'offset'
|
|
11172
11009
|
property :one_box_page_size, as: 'oneBoxPageSize'
|
|
11173
11010
|
property :order_by, as: 'orderBy'
|
|
11011
|
+
collection :page_categories, as: 'pageCategories'
|
|
11174
11012
|
property :page_size, as: 'pageSize'
|
|
11175
11013
|
property :page_token, as: 'pageToken'
|
|
11176
11014
|
hash :params, as: 'params'
|
|
@@ -11325,6 +11163,15 @@ module Google
|
|
|
11325
11163
|
end
|
|
11326
11164
|
end
|
|
11327
11165
|
|
|
11166
|
+
class GoogleCloudDiscoveryengineV1alphaSearchRequestCrowdingSpec
|
|
11167
|
+
# @private
|
|
11168
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
11169
|
+
property :field, as: 'field'
|
|
11170
|
+
property :max_count, as: 'maxCount'
|
|
11171
|
+
property :mode, as: 'mode'
|
|
11172
|
+
end
|
|
11173
|
+
end
|
|
11174
|
+
|
|
11328
11175
|
class GoogleCloudDiscoveryengineV1alphaSearchRequestDataStoreSpec
|
|
11329
11176
|
# @private
|
|
11330
11177
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -12257,6 +12104,7 @@ module Google
|
|
|
12257
12104
|
class GoogleCloudDiscoveryengineV1betaEngineSearchEngineConfig
|
|
12258
12105
|
# @private
|
|
12259
12106
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
12107
|
+
property :required_subscription_tier, as: 'requiredSubscriptionTier'
|
|
12260
12108
|
collection :search_add_ons, as: 'searchAddOns'
|
|
12261
12109
|
property :search_tier, as: 'searchTier'
|
|
12262
12110
|
end
|
|
@@ -12690,6 +12538,8 @@ module Google
|
|
|
12690
12538
|
property :canonical_filter, as: 'canonicalFilter'
|
|
12691
12539
|
property :content_search_spec, as: 'contentSearchSpec', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpec, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpec::Representation
|
|
12692
12540
|
|
|
12541
|
+
collection :crowding_specs, as: 'crowdingSpecs', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaSearchRequestCrowdingSpec, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaSearchRequestCrowdingSpec::Representation
|
|
12542
|
+
|
|
12693
12543
|
collection :data_store_specs, as: 'dataStoreSpecs', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaSearchRequestDataStoreSpec, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaSearchRequestDataStoreSpec::Representation
|
|
12694
12544
|
|
|
12695
12545
|
property :display_spec, as: 'displaySpec', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaSearchRequestDisplaySpec, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaSearchRequestDisplaySpec::Representation
|
|
@@ -12707,6 +12557,7 @@ module Google
|
|
|
12707
12557
|
property :offset, as: 'offset'
|
|
12708
12558
|
property :one_box_page_size, as: 'oneBoxPageSize'
|
|
12709
12559
|
property :order_by, as: 'orderBy'
|
|
12560
|
+
collection :page_categories, as: 'pageCategories'
|
|
12710
12561
|
property :page_size, as: 'pageSize'
|
|
12711
12562
|
property :page_token, as: 'pageToken'
|
|
12712
12563
|
hash :params, as: 'params'
|
|
@@ -12860,6 +12711,15 @@ module Google
|
|
|
12860
12711
|
end
|
|
12861
12712
|
end
|
|
12862
12713
|
|
|
12714
|
+
class GoogleCloudDiscoveryengineV1betaSearchRequestCrowdingSpec
|
|
12715
|
+
# @private
|
|
12716
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
12717
|
+
property :field, as: 'field'
|
|
12718
|
+
property :max_count, as: 'maxCount'
|
|
12719
|
+
property :mode, as: 'mode'
|
|
12720
|
+
end
|
|
12721
|
+
end
|
|
12722
|
+
|
|
12863
12723
|
class GoogleCloudDiscoveryengineV1betaSearchRequestDataStoreSpec
|
|
12864
12724
|
# @private
|
|
12865
12725
|
class Representation < Google::Apis::Core::JsonRepresentation
|