google-apis-discoveryengine_v1 0.58.0 → 0.59.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_v1/classes.rb +262 -675
- data/lib/google/apis/discoveryengine_v1/gem_version.rb +2 -2
- data/lib/google/apis/discoveryengine_v1/representations.rb +74 -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.59.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 = "20251116"
|
|
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
|
|
@@ -7658,6 +7467,15 @@ module Google
|
|
|
7658
7467
|
end
|
|
7659
7468
|
end
|
|
7660
7469
|
|
|
7470
|
+
class GoogleCloudDiscoveryengineV1ListAssistantsResponse
|
|
7471
|
+
# @private
|
|
7472
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7473
|
+
collection :assistants, as: 'assistants', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1Assistant, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1Assistant::Representation
|
|
7474
|
+
|
|
7475
|
+
property :next_page_token, as: 'nextPageToken'
|
|
7476
|
+
end
|
|
7477
|
+
end
|
|
7478
|
+
|
|
7661
7479
|
class GoogleCloudDiscoveryengineV1ListCmekConfigsResponse
|
|
7662
7480
|
# @private
|
|
7663
7481
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -8173,6 +7991,8 @@ module Google
|
|
|
8173
7991
|
property :canonical_filter, as: 'canonicalFilter'
|
|
8174
7992
|
property :content_search_spec, as: 'contentSearchSpec', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchRequestContentSearchSpec, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchRequestContentSearchSpec::Representation
|
|
8175
7993
|
|
|
7994
|
+
collection :crowding_specs, as: 'crowdingSpecs', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchRequestCrowdingSpec, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchRequestCrowdingSpec::Representation
|
|
7995
|
+
|
|
8176
7996
|
collection :data_store_specs, as: 'dataStoreSpecs', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchRequestDataStoreSpec, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchRequestDataStoreSpec::Representation
|
|
8177
7997
|
|
|
8178
7998
|
property :display_spec, as: 'displaySpec', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchRequestDisplaySpec, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchRequestDisplaySpec::Representation
|
|
@@ -8188,6 +8008,7 @@ module Google
|
|
|
8188
8008
|
property :offset, as: 'offset'
|
|
8189
8009
|
property :one_box_page_size, as: 'oneBoxPageSize'
|
|
8190
8010
|
property :order_by, as: 'orderBy'
|
|
8011
|
+
collection :page_categories, as: 'pageCategories'
|
|
8191
8012
|
property :page_size, as: 'pageSize'
|
|
8192
8013
|
property :page_token, as: 'pageToken'
|
|
8193
8014
|
hash :params, as: 'params'
|
|
@@ -8326,6 +8147,15 @@ module Google
|
|
|
8326
8147
|
end
|
|
8327
8148
|
end
|
|
8328
8149
|
|
|
8150
|
+
class GoogleCloudDiscoveryengineV1SearchRequestCrowdingSpec
|
|
8151
|
+
# @private
|
|
8152
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
8153
|
+
property :field, as: 'field'
|
|
8154
|
+
property :max_count, as: 'maxCount'
|
|
8155
|
+
property :mode, as: 'mode'
|
|
8156
|
+
end
|
|
8157
|
+
end
|
|
8158
|
+
|
|
8329
8159
|
class GoogleCloudDiscoveryengineV1SearchRequestDataStoreSpec
|
|
8330
8160
|
# @private
|
|
8331
8161
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -8801,6 +8631,7 @@ module Google
|
|
|
8801
8631
|
property :answer, as: 'answer', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AssistAnswer, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AssistAnswer::Representation
|
|
8802
8632
|
|
|
8803
8633
|
property :assist_token, as: 'assistToken'
|
|
8634
|
+
collection :invocation_tools, as: 'invocationTools'
|
|
8804
8635
|
property :session_info, as: 'sessionInfo', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1StreamAssistResponseSessionInfo, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1StreamAssistResponseSessionInfo::Representation
|
|
8805
8636
|
|
|
8806
8637
|
end
|
|
@@ -11152,6 +10983,8 @@ module Google
|
|
|
11152
10983
|
property :canonical_filter, as: 'canonicalFilter'
|
|
11153
10984
|
property :content_search_spec, as: 'contentSearchSpec', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaSearchRequestContentSearchSpec, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaSearchRequestContentSearchSpec::Representation
|
|
11154
10985
|
|
|
10986
|
+
collection :crowding_specs, as: 'crowdingSpecs', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaSearchRequestCrowdingSpec, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaSearchRequestCrowdingSpec::Representation
|
|
10987
|
+
|
|
11155
10988
|
property :custom_fine_tuning_spec, as: 'customFineTuningSpec', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaCustomFineTuningSpec, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaCustomFineTuningSpec::Representation
|
|
11156
10989
|
|
|
11157
10990
|
collection :data_store_specs, as: 'dataStoreSpecs', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaSearchRequestDataStoreSpec, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaSearchRequestDataStoreSpec::Representation
|
|
@@ -11171,6 +11004,7 @@ module Google
|
|
|
11171
11004
|
property :offset, as: 'offset'
|
|
11172
11005
|
property :one_box_page_size, as: 'oneBoxPageSize'
|
|
11173
11006
|
property :order_by, as: 'orderBy'
|
|
11007
|
+
collection :page_categories, as: 'pageCategories'
|
|
11174
11008
|
property :page_size, as: 'pageSize'
|
|
11175
11009
|
property :page_token, as: 'pageToken'
|
|
11176
11010
|
hash :params, as: 'params'
|
|
@@ -11325,6 +11159,15 @@ module Google
|
|
|
11325
11159
|
end
|
|
11326
11160
|
end
|
|
11327
11161
|
|
|
11162
|
+
class GoogleCloudDiscoveryengineV1alphaSearchRequestCrowdingSpec
|
|
11163
|
+
# @private
|
|
11164
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
11165
|
+
property :field, as: 'field'
|
|
11166
|
+
property :max_count, as: 'maxCount'
|
|
11167
|
+
property :mode, as: 'mode'
|
|
11168
|
+
end
|
|
11169
|
+
end
|
|
11170
|
+
|
|
11328
11171
|
class GoogleCloudDiscoveryengineV1alphaSearchRequestDataStoreSpec
|
|
11329
11172
|
# @private
|
|
11330
11173
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -12690,6 +12533,8 @@ module Google
|
|
|
12690
12533
|
property :canonical_filter, as: 'canonicalFilter'
|
|
12691
12534
|
property :content_search_spec, as: 'contentSearchSpec', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpec, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpec::Representation
|
|
12692
12535
|
|
|
12536
|
+
collection :crowding_specs, as: 'crowdingSpecs', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaSearchRequestCrowdingSpec, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaSearchRequestCrowdingSpec::Representation
|
|
12537
|
+
|
|
12693
12538
|
collection :data_store_specs, as: 'dataStoreSpecs', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaSearchRequestDataStoreSpec, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaSearchRequestDataStoreSpec::Representation
|
|
12694
12539
|
|
|
12695
12540
|
property :display_spec, as: 'displaySpec', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaSearchRequestDisplaySpec, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaSearchRequestDisplaySpec::Representation
|
|
@@ -12707,6 +12552,7 @@ module Google
|
|
|
12707
12552
|
property :offset, as: 'offset'
|
|
12708
12553
|
property :one_box_page_size, as: 'oneBoxPageSize'
|
|
12709
12554
|
property :order_by, as: 'orderBy'
|
|
12555
|
+
collection :page_categories, as: 'pageCategories'
|
|
12710
12556
|
property :page_size, as: 'pageSize'
|
|
12711
12557
|
property :page_token, as: 'pageToken'
|
|
12712
12558
|
hash :params, as: 'params'
|
|
@@ -12860,6 +12706,15 @@ module Google
|
|
|
12860
12706
|
end
|
|
12861
12707
|
end
|
|
12862
12708
|
|
|
12709
|
+
class GoogleCloudDiscoveryengineV1betaSearchRequestCrowdingSpec
|
|
12710
|
+
# @private
|
|
12711
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
12712
|
+
property :field, as: 'field'
|
|
12713
|
+
property :max_count, as: 'maxCount'
|
|
12714
|
+
property :mode, as: 'mode'
|
|
12715
|
+
end
|
|
12716
|
+
end
|
|
12717
|
+
|
|
12863
12718
|
class GoogleCloudDiscoveryengineV1betaSearchRequestDataStoreSpec
|
|
12864
12719
|
# @private
|
|
12865
12720
|
class Representation < Google::Apis::Core::JsonRepresentation
|