google-apis-discoveryengine_v1beta 0.88.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/discoveryengine_v1beta/classes.rb +340 -675
- data/lib/google/apis/discoveryengine_v1beta/gem_version.rb +2 -2
- data/lib/google/apis/discoveryengine_v1beta/representations.rb +100 -219
- data/lib/google/apis/discoveryengine_v1beta/service.rb +284 -130
- metadata +2 -2
|
@@ -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.
|
|
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 = "
|
|
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
|
|
|
@@ -3856,6 +3796,18 @@ module Google
|
|
|
3856
3796
|
include Google::Apis::Core::JsonObjectSupport
|
|
3857
3797
|
end
|
|
3858
3798
|
|
|
3799
|
+
class GoogleCloudDiscoveryengineV1betaLicenseConfigUsageStats
|
|
3800
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3801
|
+
|
|
3802
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3803
|
+
end
|
|
3804
|
+
|
|
3805
|
+
class GoogleCloudDiscoveryengineV1betaListAssistantsResponse
|
|
3806
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3807
|
+
|
|
3808
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3809
|
+
end
|
|
3810
|
+
|
|
3859
3811
|
class GoogleCloudDiscoveryengineV1betaListCmekConfigsResponse
|
|
3860
3812
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3861
3813
|
|
|
@@ -3928,6 +3880,12 @@ module Google
|
|
|
3928
3880
|
include Google::Apis::Core::JsonObjectSupport
|
|
3929
3881
|
end
|
|
3930
3882
|
|
|
3883
|
+
class GoogleCloudDiscoveryengineV1betaListLicenseConfigsUsageStatsResponse
|
|
3884
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3885
|
+
|
|
3886
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3887
|
+
end
|
|
3888
|
+
|
|
3931
3889
|
class GoogleCloudDiscoveryengineV1betaListSampleQueriesResponse
|
|
3932
3890
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3933
3891
|
|
|
@@ -4384,6 +4342,12 @@ module Google
|
|
|
4384
4342
|
include Google::Apis::Core::JsonObjectSupport
|
|
4385
4343
|
end
|
|
4386
4344
|
|
|
4345
|
+
class GoogleCloudDiscoveryengineV1betaSearchRequestCrowdingSpec
|
|
4346
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
4347
|
+
|
|
4348
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
4349
|
+
end
|
|
4350
|
+
|
|
4387
4351
|
class GoogleCloudDiscoveryengineV1betaSearchRequestDataStoreSpec
|
|
4388
4352
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
4389
4353
|
|
|
@@ -4978,159 +4942,6 @@ module Google
|
|
|
4978
4942
|
include Google::Apis::Core::JsonObjectSupport
|
|
4979
4943
|
end
|
|
4980
4944
|
|
|
4981
|
-
class GdataBlobstore2Info
|
|
4982
|
-
# @private
|
|
4983
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4984
|
-
property :blob_generation, :numeric_string => true, as: 'blobGeneration'
|
|
4985
|
-
property :blob_id, as: 'blobId'
|
|
4986
|
-
property :download_read_handle, :base64 => true, as: 'downloadReadHandle'
|
|
4987
|
-
property :read_token, as: 'readToken'
|
|
4988
|
-
property :upload_metadata_container, :base64 => true, as: 'uploadMetadataContainer'
|
|
4989
|
-
end
|
|
4990
|
-
end
|
|
4991
|
-
|
|
4992
|
-
class GdataCompositeMedia
|
|
4993
|
-
# @private
|
|
4994
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4995
|
-
property :blob_ref, :base64 => true, as: 'blobRef'
|
|
4996
|
-
property :blobstore2_info, as: 'blobstore2Info', class: Google::Apis::DiscoveryengineV1beta::GdataBlobstore2Info, decorator: Google::Apis::DiscoveryengineV1beta::GdataBlobstore2Info::Representation
|
|
4997
|
-
|
|
4998
|
-
property :cosmo_binary_reference, :base64 => true, as: 'cosmoBinaryReference'
|
|
4999
|
-
property :crc32c_hash, as: 'crc32cHash'
|
|
5000
|
-
property :inline, :base64 => true, as: 'inline'
|
|
5001
|
-
property :length, :numeric_string => true, as: 'length'
|
|
5002
|
-
property :md5_hash, :base64 => true, as: 'md5Hash'
|
|
5003
|
-
property :object_id_prop, as: 'objectId', class: Google::Apis::DiscoveryengineV1beta::GdataObjectId, decorator: Google::Apis::DiscoveryengineV1beta::GdataObjectId::Representation
|
|
5004
|
-
|
|
5005
|
-
property :path, as: 'path'
|
|
5006
|
-
property :reference_type, as: 'referenceType'
|
|
5007
|
-
property :sha1_hash, :base64 => true, as: 'sha1Hash'
|
|
5008
|
-
end
|
|
5009
|
-
end
|
|
5010
|
-
|
|
5011
|
-
class GdataContentTypeInfo
|
|
5012
|
-
# @private
|
|
5013
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
5014
|
-
property :best_guess, as: 'bestGuess'
|
|
5015
|
-
property :from_bytes, as: 'fromBytes'
|
|
5016
|
-
property :from_file_name, as: 'fromFileName'
|
|
5017
|
-
property :from_header, as: 'fromHeader'
|
|
5018
|
-
property :from_url_path, as: 'fromUrlPath'
|
|
5019
|
-
end
|
|
5020
|
-
end
|
|
5021
|
-
|
|
5022
|
-
class GdataDiffChecksumsResponse
|
|
5023
|
-
# @private
|
|
5024
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
5025
|
-
property :checksums_location, as: 'checksumsLocation', class: Google::Apis::DiscoveryengineV1beta::GdataCompositeMedia, decorator: Google::Apis::DiscoveryengineV1beta::GdataCompositeMedia::Representation
|
|
5026
|
-
|
|
5027
|
-
property :chunk_size_bytes, :numeric_string => true, as: 'chunkSizeBytes'
|
|
5028
|
-
property :object_location, as: 'objectLocation', class: Google::Apis::DiscoveryengineV1beta::GdataCompositeMedia, decorator: Google::Apis::DiscoveryengineV1beta::GdataCompositeMedia::Representation
|
|
5029
|
-
|
|
5030
|
-
property :object_size_bytes, :numeric_string => true, as: 'objectSizeBytes'
|
|
5031
|
-
property :object_version, as: 'objectVersion'
|
|
5032
|
-
end
|
|
5033
|
-
end
|
|
5034
|
-
|
|
5035
|
-
class GdataDiffDownloadResponse
|
|
5036
|
-
# @private
|
|
5037
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
5038
|
-
property :object_location, as: 'objectLocation', class: Google::Apis::DiscoveryengineV1beta::GdataCompositeMedia, decorator: Google::Apis::DiscoveryengineV1beta::GdataCompositeMedia::Representation
|
|
5039
|
-
|
|
5040
|
-
end
|
|
5041
|
-
end
|
|
5042
|
-
|
|
5043
|
-
class GdataDiffUploadRequest
|
|
5044
|
-
# @private
|
|
5045
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
5046
|
-
property :checksums_info, as: 'checksumsInfo', class: Google::Apis::DiscoveryengineV1beta::GdataCompositeMedia, decorator: Google::Apis::DiscoveryengineV1beta::GdataCompositeMedia::Representation
|
|
5047
|
-
|
|
5048
|
-
property :object_info, as: 'objectInfo', class: Google::Apis::DiscoveryengineV1beta::GdataCompositeMedia, decorator: Google::Apis::DiscoveryengineV1beta::GdataCompositeMedia::Representation
|
|
5049
|
-
|
|
5050
|
-
property :object_version, as: 'objectVersion'
|
|
5051
|
-
end
|
|
5052
|
-
end
|
|
5053
|
-
|
|
5054
|
-
class GdataDiffUploadResponse
|
|
5055
|
-
# @private
|
|
5056
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
5057
|
-
property :object_version, as: 'objectVersion'
|
|
5058
|
-
property :original_object, as: 'originalObject', class: Google::Apis::DiscoveryengineV1beta::GdataCompositeMedia, decorator: Google::Apis::DiscoveryengineV1beta::GdataCompositeMedia::Representation
|
|
5059
|
-
|
|
5060
|
-
end
|
|
5061
|
-
end
|
|
5062
|
-
|
|
5063
|
-
class GdataDiffVersionResponse
|
|
5064
|
-
# @private
|
|
5065
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
5066
|
-
property :object_size_bytes, :numeric_string => true, as: 'objectSizeBytes'
|
|
5067
|
-
property :object_version, as: 'objectVersion'
|
|
5068
|
-
end
|
|
5069
|
-
end
|
|
5070
|
-
|
|
5071
|
-
class GdataDownloadParameters
|
|
5072
|
-
# @private
|
|
5073
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
5074
|
-
property :allow_gzip_compression, as: 'allowGzipCompression'
|
|
5075
|
-
property :ignore_range, as: 'ignoreRange'
|
|
5076
|
-
end
|
|
5077
|
-
end
|
|
5078
|
-
|
|
5079
|
-
class GdataMedia
|
|
5080
|
-
# @private
|
|
5081
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
5082
|
-
property :algorithm, as: 'algorithm'
|
|
5083
|
-
property :bigstore_object_ref, :base64 => true, as: 'bigstoreObjectRef'
|
|
5084
|
-
property :blob_ref, :base64 => true, as: 'blobRef'
|
|
5085
|
-
property :blobstore2_info, as: 'blobstore2Info', class: Google::Apis::DiscoveryengineV1beta::GdataBlobstore2Info, decorator: Google::Apis::DiscoveryengineV1beta::GdataBlobstore2Info::Representation
|
|
5086
|
-
|
|
5087
|
-
collection :composite_media, as: 'compositeMedia', class: Google::Apis::DiscoveryengineV1beta::GdataCompositeMedia, decorator: Google::Apis::DiscoveryengineV1beta::GdataCompositeMedia::Representation
|
|
5088
|
-
|
|
5089
|
-
property :content_type, as: 'contentType'
|
|
5090
|
-
property :content_type_info, as: 'contentTypeInfo', class: Google::Apis::DiscoveryengineV1beta::GdataContentTypeInfo, decorator: Google::Apis::DiscoveryengineV1beta::GdataContentTypeInfo::Representation
|
|
5091
|
-
|
|
5092
|
-
property :cosmo_binary_reference, :base64 => true, as: 'cosmoBinaryReference'
|
|
5093
|
-
property :crc32c_hash, as: 'crc32cHash'
|
|
5094
|
-
property :diff_checksums_response, as: 'diffChecksumsResponse', class: Google::Apis::DiscoveryengineV1beta::GdataDiffChecksumsResponse, decorator: Google::Apis::DiscoveryengineV1beta::GdataDiffChecksumsResponse::Representation
|
|
5095
|
-
|
|
5096
|
-
property :diff_download_response, as: 'diffDownloadResponse', class: Google::Apis::DiscoveryengineV1beta::GdataDiffDownloadResponse, decorator: Google::Apis::DiscoveryengineV1beta::GdataDiffDownloadResponse::Representation
|
|
5097
|
-
|
|
5098
|
-
property :diff_upload_request, as: 'diffUploadRequest', class: Google::Apis::DiscoveryengineV1beta::GdataDiffUploadRequest, decorator: Google::Apis::DiscoveryengineV1beta::GdataDiffUploadRequest::Representation
|
|
5099
|
-
|
|
5100
|
-
property :diff_upload_response, as: 'diffUploadResponse', class: Google::Apis::DiscoveryengineV1beta::GdataDiffUploadResponse, decorator: Google::Apis::DiscoveryengineV1beta::GdataDiffUploadResponse::Representation
|
|
5101
|
-
|
|
5102
|
-
property :diff_version_response, as: 'diffVersionResponse', class: Google::Apis::DiscoveryengineV1beta::GdataDiffVersionResponse, decorator: Google::Apis::DiscoveryengineV1beta::GdataDiffVersionResponse::Representation
|
|
5103
|
-
|
|
5104
|
-
property :download_parameters, as: 'downloadParameters', class: Google::Apis::DiscoveryengineV1beta::GdataDownloadParameters, decorator: Google::Apis::DiscoveryengineV1beta::GdataDownloadParameters::Representation
|
|
5105
|
-
|
|
5106
|
-
property :filename, as: 'filename'
|
|
5107
|
-
property :hash_prop, as: 'hash'
|
|
5108
|
-
property :hash_verified, as: 'hashVerified'
|
|
5109
|
-
property :inline, :base64 => true, as: 'inline'
|
|
5110
|
-
property :is_potential_retry, as: 'isPotentialRetry'
|
|
5111
|
-
property :length, :numeric_string => true, as: 'length'
|
|
5112
|
-
property :md5_hash, :base64 => true, as: 'md5Hash'
|
|
5113
|
-
property :media_id, :base64 => true, as: 'mediaId'
|
|
5114
|
-
property :object_id_prop, as: 'objectId', class: Google::Apis::DiscoveryengineV1beta::GdataObjectId, decorator: Google::Apis::DiscoveryengineV1beta::GdataObjectId::Representation
|
|
5115
|
-
|
|
5116
|
-
property :path, as: 'path'
|
|
5117
|
-
property :reference_type, as: 'referenceType'
|
|
5118
|
-
property :sha1_hash, :base64 => true, as: 'sha1Hash'
|
|
5119
|
-
property :sha256_hash, :base64 => true, as: 'sha256Hash'
|
|
5120
|
-
property :timestamp, :numeric_string => true, as: 'timestamp'
|
|
5121
|
-
property :token, as: 'token'
|
|
5122
|
-
end
|
|
5123
|
-
end
|
|
5124
|
-
|
|
5125
|
-
class GdataObjectId
|
|
5126
|
-
# @private
|
|
5127
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
5128
|
-
property :bucket_name, as: 'bucketName'
|
|
5129
|
-
property :generation, :numeric_string => true, as: 'generation'
|
|
5130
|
-
property :object_name, as: 'objectName'
|
|
5131
|
-
end
|
|
5132
|
-
end
|
|
5133
|
-
|
|
5134
4945
|
class GoogleApiDistribution
|
|
5135
4946
|
# @private
|
|
5136
4947
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -5380,6 +5191,8 @@ module Google
|
|
|
5380
5191
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
5381
5192
|
property :customer_policy, as: 'customerPolicy', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1AssistantCustomerPolicy, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1AssistantCustomerPolicy::Representation
|
|
5382
5193
|
|
|
5194
|
+
property :description, as: 'description'
|
|
5195
|
+
property :display_name, as: 'displayName'
|
|
5383
5196
|
hash :enabled_tools, as: 'enabledTools', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1AssistantToolList, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1AssistantToolList::Representation
|
|
5384
5197
|
|
|
5385
5198
|
property :generation_config, as: 'generationConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1AssistantGenerationConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1AssistantGenerationConfig::Representation
|
|
@@ -5420,7 +5233,9 @@ module Google
|
|
|
5420
5233
|
class GoogleCloudDiscoveryengineV1AssistantGenerationConfig
|
|
5421
5234
|
# @private
|
|
5422
5235
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
5236
|
+
collection :allowed_model_ids, as: 'allowedModelIds'
|
|
5423
5237
|
property :default_language, as: 'defaultLanguage'
|
|
5238
|
+
property :default_model_id, as: 'defaultModelId'
|
|
5424
5239
|
property :system_instruction, as: 'systemInstruction', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1AssistantGenerationConfigSystemInstruction, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1AssistantGenerationConfigSystemInstruction::Representation
|
|
5425
5240
|
|
|
5426
5241
|
end
|
|
@@ -5982,6 +5797,7 @@ module Google
|
|
|
5982
5797
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
5983
5798
|
property :enable_get_processed_document, as: 'enableGetProcessedDocument'
|
|
5984
5799
|
property :enable_image_annotation, as: 'enableImageAnnotation'
|
|
5800
|
+
property :enable_llm_layout_parsing, as: 'enableLlmLayoutParsing'
|
|
5985
5801
|
property :enable_table_annotation, as: 'enableTableAnnotation'
|
|
5986
5802
|
collection :exclude_html_classes, as: 'excludeHtmlClasses'
|
|
5987
5803
|
collection :exclude_html_elements, as: 'excludeHtmlElements'
|
|
@@ -6020,6 +5836,8 @@ module Google
|
|
|
6020
5836
|
|
|
6021
5837
|
property :chat_engine_metadata, as: 'chatEngineMetadata', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1EngineChatEngineMetadata, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1EngineChatEngineMetadata::Representation
|
|
6022
5838
|
|
|
5839
|
+
property :cmek_config, as: 'cmekConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1CmekConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1CmekConfig::Representation
|
|
5840
|
+
|
|
6023
5841
|
property :common_config, as: 'commonConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1EngineCommonConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1EngineCommonConfig::Representation
|
|
6024
5842
|
|
|
6025
5843
|
property :configurable_billing_approach, as: 'configurableBillingApproach'
|
|
@@ -6031,6 +5849,7 @@ module Google
|
|
|
6031
5849
|
property :industry_vertical, as: 'industryVertical'
|
|
6032
5850
|
property :media_recommendation_engine_config, as: 'mediaRecommendationEngineConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1EngineMediaRecommendationEngineConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1EngineMediaRecommendationEngineConfig::Representation
|
|
6033
5851
|
|
|
5852
|
+
hash :model_configs, as: 'modelConfigs'
|
|
6034
5853
|
property :name, as: 'name'
|
|
6035
5854
|
property :search_engine_config, as: 'searchEngineConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1EngineSearchEngineConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1EngineSearchEngineConfig::Representation
|
|
6036
5855
|
|
|
@@ -7819,6 +7638,7 @@ module Google
|
|
|
7819
7638
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7820
7639
|
property :enable_get_processed_document, as: 'enableGetProcessedDocument'
|
|
7821
7640
|
property :enable_image_annotation, as: 'enableImageAnnotation'
|
|
7641
|
+
property :enable_llm_layout_parsing, as: 'enableLlmLayoutParsing'
|
|
7822
7642
|
property :enable_table_annotation, as: 'enableTableAnnotation'
|
|
7823
7643
|
collection :exclude_html_classes, as: 'excludeHtmlClasses'
|
|
7824
7644
|
collection :exclude_html_elements, as: 'excludeHtmlElements'
|
|
@@ -7857,6 +7677,8 @@ module Google
|
|
|
7857
7677
|
|
|
7858
7678
|
property :chat_engine_metadata, as: 'chatEngineMetadata', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaEngineChatEngineMetadata, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaEngineChatEngineMetadata::Representation
|
|
7859
7679
|
|
|
7680
|
+
property :cmek_config, as: 'cmekConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaCmekConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaCmekConfig::Representation
|
|
7681
|
+
|
|
7860
7682
|
property :common_config, as: 'commonConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaEngineCommonConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaEngineCommonConfig::Representation
|
|
7861
7683
|
|
|
7862
7684
|
property :configurable_billing_approach, as: 'configurableBillingApproach'
|
|
@@ -7868,6 +7690,7 @@ module Google
|
|
|
7868
7690
|
property :industry_vertical, as: 'industryVertical'
|
|
7869
7691
|
property :media_recommendation_engine_config, as: 'mediaRecommendationEngineConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaEngineMediaRecommendationEngineConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaEngineMediaRecommendationEngineConfig::Representation
|
|
7870
7692
|
|
|
7693
|
+
hash :model_configs, as: 'modelConfigs'
|
|
7871
7694
|
property :name, as: 'name'
|
|
7872
7695
|
property :recommendation_metadata, as: 'recommendationMetadata', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaEngineRecommendationMetadata, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaEngineRecommendationMetadata::Representation
|
|
7873
7696
|
|
|
@@ -8605,6 +8428,8 @@ module Google
|
|
|
8605
8428
|
property :canonical_filter, as: 'canonicalFilter'
|
|
8606
8429
|
property :content_search_spec, as: 'contentSearchSpec', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaSearchRequestContentSearchSpec, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaSearchRequestContentSearchSpec::Representation
|
|
8607
8430
|
|
|
8431
|
+
collection :crowding_specs, as: 'crowdingSpecs', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaSearchRequestCrowdingSpec, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaSearchRequestCrowdingSpec::Representation
|
|
8432
|
+
|
|
8608
8433
|
property :custom_fine_tuning_spec, as: 'customFineTuningSpec', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaCustomFineTuningSpec, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaCustomFineTuningSpec::Representation
|
|
8609
8434
|
|
|
8610
8435
|
collection :data_store_specs, as: 'dataStoreSpecs', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaSearchRequestDataStoreSpec, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaSearchRequestDataStoreSpec::Representation
|
|
@@ -8624,6 +8449,7 @@ module Google
|
|
|
8624
8449
|
property :offset, as: 'offset'
|
|
8625
8450
|
property :one_box_page_size, as: 'oneBoxPageSize'
|
|
8626
8451
|
property :order_by, as: 'orderBy'
|
|
8452
|
+
collection :page_categories, as: 'pageCategories'
|
|
8627
8453
|
property :page_size, as: 'pageSize'
|
|
8628
8454
|
property :page_token, as: 'pageToken'
|
|
8629
8455
|
hash :params, as: 'params'
|
|
@@ -8778,6 +8604,15 @@ module Google
|
|
|
8778
8604
|
end
|
|
8779
8605
|
end
|
|
8780
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
|
+
|
|
8781
8616
|
class GoogleCloudDiscoveryengineV1alphaSearchRequestDataStoreSpec
|
|
8782
8617
|
# @private
|
|
8783
8618
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -9871,6 +9706,8 @@ module Google
|
|
|
9871
9706
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9872
9707
|
property :customer_policy, as: 'customerPolicy', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAssistantCustomerPolicy, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAssistantCustomerPolicy::Representation
|
|
9873
9708
|
|
|
9709
|
+
property :description, as: 'description'
|
|
9710
|
+
property :display_name, as: 'displayName'
|
|
9874
9711
|
hash :enabled_tools, as: 'enabledTools', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAssistantToolList, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAssistantToolList::Representation
|
|
9875
9712
|
|
|
9876
9713
|
property :generation_config, as: 'generationConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAssistantGenerationConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAssistantGenerationConfig::Representation
|
|
@@ -9959,7 +9796,9 @@ module Google
|
|
|
9959
9796
|
class GoogleCloudDiscoveryengineV1betaAssistantGenerationConfig
|
|
9960
9797
|
# @private
|
|
9961
9798
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9799
|
+
collection :allowed_model_ids, as: 'allowedModelIds'
|
|
9962
9800
|
property :default_language, as: 'defaultLanguage'
|
|
9801
|
+
property :default_model_id, as: 'defaultModelId'
|
|
9963
9802
|
property :system_instruction, as: 'systemInstruction', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAssistantGenerationConfigSystemInstruction, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAssistantGenerationConfigSystemInstruction::Representation
|
|
9964
9803
|
|
|
9965
9804
|
end
|
|
@@ -10916,6 +10755,7 @@ module Google
|
|
|
10916
10755
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
10917
10756
|
property :enable_get_processed_document, as: 'enableGetProcessedDocument'
|
|
10918
10757
|
property :enable_image_annotation, as: 'enableImageAnnotation'
|
|
10758
|
+
property :enable_llm_layout_parsing, as: 'enableLlmLayoutParsing'
|
|
10919
10759
|
property :enable_table_annotation, as: 'enableTableAnnotation'
|
|
10920
10760
|
collection :exclude_html_classes, as: 'excludeHtmlClasses'
|
|
10921
10761
|
collection :exclude_html_elements, as: 'excludeHtmlElements'
|
|
@@ -10974,6 +10814,8 @@ module Google
|
|
|
10974
10814
|
|
|
10975
10815
|
property :chat_engine_metadata, as: 'chatEngineMetadata', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaEngineChatEngineMetadata, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaEngineChatEngineMetadata::Representation
|
|
10976
10816
|
|
|
10817
|
+
property :cmek_config, as: 'cmekConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaCmekConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaCmekConfig::Representation
|
|
10818
|
+
|
|
10977
10819
|
property :common_config, as: 'commonConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaEngineCommonConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaEngineCommonConfig::Representation
|
|
10978
10820
|
|
|
10979
10821
|
property :configurable_billing_approach, as: 'configurableBillingApproach'
|
|
@@ -10985,6 +10827,7 @@ module Google
|
|
|
10985
10827
|
property :industry_vertical, as: 'industryVertical'
|
|
10986
10828
|
property :media_recommendation_engine_config, as: 'mediaRecommendationEngineConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaEngineMediaRecommendationEngineConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaEngineMediaRecommendationEngineConfig::Representation
|
|
10987
10829
|
|
|
10830
|
+
hash :model_configs, as: 'modelConfigs'
|
|
10988
10831
|
property :name, as: 'name'
|
|
10989
10832
|
property :search_engine_config, as: 'searchEngineConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaEngineSearchEngineConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaEngineSearchEngineConfig::Representation
|
|
10990
10833
|
|
|
@@ -11536,6 +11379,23 @@ module Google
|
|
|
11536
11379
|
end
|
|
11537
11380
|
end
|
|
11538
11381
|
|
|
11382
|
+
class GoogleCloudDiscoveryengineV1betaLicenseConfigUsageStats
|
|
11383
|
+
# @private
|
|
11384
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
11385
|
+
property :license_config, as: 'licenseConfig'
|
|
11386
|
+
property :used_license_count, :numeric_string => true, as: 'usedLicenseCount'
|
|
11387
|
+
end
|
|
11388
|
+
end
|
|
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
|
+
|
|
11539
11399
|
class GoogleCloudDiscoveryengineV1betaListCmekConfigsResponse
|
|
11540
11400
|
# @private
|
|
11541
11401
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -11643,6 +11503,14 @@ module Google
|
|
|
11643
11503
|
end
|
|
11644
11504
|
end
|
|
11645
11505
|
|
|
11506
|
+
class GoogleCloudDiscoveryengineV1betaListLicenseConfigsUsageStatsResponse
|
|
11507
|
+
# @private
|
|
11508
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
11509
|
+
collection :license_config_usage_stats, as: 'licenseConfigUsageStats', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaLicenseConfigUsageStats, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaLicenseConfigUsageStats::Representation
|
|
11510
|
+
|
|
11511
|
+
end
|
|
11512
|
+
end
|
|
11513
|
+
|
|
11646
11514
|
class GoogleCloudDiscoveryengineV1betaListSampleQueriesResponse
|
|
11647
11515
|
# @private
|
|
11648
11516
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -12240,6 +12108,8 @@ module Google
|
|
|
12240
12108
|
property :canonical_filter, as: 'canonicalFilter'
|
|
12241
12109
|
property :content_search_spec, as: 'contentSearchSpec', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpec, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpec::Representation
|
|
12242
12110
|
|
|
12111
|
+
collection :crowding_specs, as: 'crowdingSpecs', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestCrowdingSpec, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestCrowdingSpec::Representation
|
|
12112
|
+
|
|
12243
12113
|
collection :data_store_specs, as: 'dataStoreSpecs', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestDataStoreSpec, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestDataStoreSpec::Representation
|
|
12244
12114
|
|
|
12245
12115
|
property :display_spec, as: 'displaySpec', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestDisplaySpec, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestDisplaySpec::Representation
|
|
@@ -12257,6 +12127,7 @@ module Google
|
|
|
12257
12127
|
property :offset, as: 'offset'
|
|
12258
12128
|
property :one_box_page_size, as: 'oneBoxPageSize'
|
|
12259
12129
|
property :order_by, as: 'orderBy'
|
|
12130
|
+
collection :page_categories, as: 'pageCategories'
|
|
12260
12131
|
property :page_size, as: 'pageSize'
|
|
12261
12132
|
property :page_token, as: 'pageToken'
|
|
12262
12133
|
hash :params, as: 'params'
|
|
@@ -12410,6 +12281,15 @@ module Google
|
|
|
12410
12281
|
end
|
|
12411
12282
|
end
|
|
12412
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
|
+
|
|
12413
12293
|
class GoogleCloudDiscoveryengineV1betaSearchRequestDataStoreSpec
|
|
12414
12294
|
# @private
|
|
12415
12295
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -13077,6 +12957,7 @@ module Google
|
|
|
13077
12957
|
property :answer, as: 'answer', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAssistAnswer, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAssistAnswer::Representation
|
|
13078
12958
|
|
|
13079
12959
|
property :assist_token, as: 'assistToken'
|
|
12960
|
+
collection :invocation_tools, as: 'invocationTools'
|
|
13080
12961
|
property :session_info, as: 'sessionInfo', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaStreamAssistResponseSessionInfo, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaStreamAssistResponseSessionInfo::Representation
|
|
13081
12962
|
|
|
13082
12963
|
end
|