google-apis-discoveryengine_v1beta 0.84.0 → 0.86.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 +1089 -18
- data/lib/google/apis/discoveryengine_v1beta/gem_version.rb +2 -2
- data/lib/google/apis/discoveryengine_v1beta/representations.rb +449 -0
- data/lib/google/apis/discoveryengine_v1beta/service.rb +114 -0
- data/lib/google/apis/discoveryengine_v1beta.rb +6 -0
- 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.86.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 = "20251017"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -760,6 +760,12 @@ module Google
|
|
|
760
760
|
include Google::Apis::Core::JsonObjectSupport
|
|
761
761
|
end
|
|
762
762
|
|
|
763
|
+
class GoogleCloudDiscoveryengineV1LicenseConfig
|
|
764
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
765
|
+
|
|
766
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
767
|
+
end
|
|
768
|
+
|
|
763
769
|
class GoogleCloudDiscoveryengineV1Project
|
|
764
770
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
765
771
|
|
|
@@ -1024,6 +1030,18 @@ module Google
|
|
|
1024
1030
|
include Google::Apis::Core::JsonObjectSupport
|
|
1025
1031
|
end
|
|
1026
1032
|
|
|
1033
|
+
class GoogleCloudDiscoveryengineV1alphaAlertPolicyResourceConfig
|
|
1034
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1035
|
+
|
|
1036
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1037
|
+
end
|
|
1038
|
+
|
|
1039
|
+
class GoogleCloudDiscoveryengineV1alphaAlertPolicyResourceConfigAlertEnrollment
|
|
1040
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1041
|
+
|
|
1042
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1043
|
+
end
|
|
1044
|
+
|
|
1027
1045
|
class GoogleCloudDiscoveryengineV1alphaAnswer
|
|
1028
1046
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1029
1047
|
|
|
@@ -1150,6 +1168,102 @@ module Google
|
|
|
1150
1168
|
include Google::Apis::Core::JsonObjectSupport
|
|
1151
1169
|
end
|
|
1152
1170
|
|
|
1171
|
+
class GoogleCloudDiscoveryengineV1alphaAssistAnswer
|
|
1172
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1173
|
+
|
|
1174
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1175
|
+
end
|
|
1176
|
+
|
|
1177
|
+
class GoogleCloudDiscoveryengineV1alphaAssistAnswerCustomerPolicyEnforcementResult
|
|
1178
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1179
|
+
|
|
1180
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1181
|
+
end
|
|
1182
|
+
|
|
1183
|
+
class GoogleCloudDiscoveryengineV1alphaAssistAnswerCustomerPolicyEnforcementResultBannedPhraseEnforcementResult
|
|
1184
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1185
|
+
|
|
1186
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1187
|
+
end
|
|
1188
|
+
|
|
1189
|
+
class GoogleCloudDiscoveryengineV1alphaAssistAnswerCustomerPolicyEnforcementResultModelArmorEnforcementResult
|
|
1190
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1191
|
+
|
|
1192
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1193
|
+
end
|
|
1194
|
+
|
|
1195
|
+
class GoogleCloudDiscoveryengineV1alphaAssistAnswerCustomerPolicyEnforcementResultPolicyEnforcementResult
|
|
1196
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1197
|
+
|
|
1198
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1199
|
+
end
|
|
1200
|
+
|
|
1201
|
+
class GoogleCloudDiscoveryengineV1alphaAssistAnswerReply
|
|
1202
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1203
|
+
|
|
1204
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1205
|
+
end
|
|
1206
|
+
|
|
1207
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantContent
|
|
1208
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1209
|
+
|
|
1210
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1211
|
+
end
|
|
1212
|
+
|
|
1213
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantContentBlob
|
|
1214
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1215
|
+
|
|
1216
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1217
|
+
end
|
|
1218
|
+
|
|
1219
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantContentCodeExecutionResult
|
|
1220
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1221
|
+
|
|
1222
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1223
|
+
end
|
|
1224
|
+
|
|
1225
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantContentExecutableCode
|
|
1226
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1227
|
+
|
|
1228
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1229
|
+
end
|
|
1230
|
+
|
|
1231
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantContentFile
|
|
1232
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1233
|
+
|
|
1234
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1235
|
+
end
|
|
1236
|
+
|
|
1237
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantGroundedContent
|
|
1238
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1239
|
+
|
|
1240
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1241
|
+
end
|
|
1242
|
+
|
|
1243
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadata
|
|
1244
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1245
|
+
|
|
1246
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1247
|
+
end
|
|
1248
|
+
|
|
1249
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadataReference
|
|
1250
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1251
|
+
|
|
1252
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1253
|
+
end
|
|
1254
|
+
|
|
1255
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadataReferenceDocumentMetadata
|
|
1256
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1257
|
+
|
|
1258
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1259
|
+
end
|
|
1260
|
+
|
|
1261
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadataSegment
|
|
1262
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1263
|
+
|
|
1264
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1265
|
+
end
|
|
1266
|
+
|
|
1153
1267
|
class GoogleCloudDiscoveryengineV1alphaBapConfig
|
|
1154
1268
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1155
1269
|
|
|
@@ -1180,6 +1294,18 @@ module Google
|
|
|
1180
1294
|
include Google::Apis::Core::JsonObjectSupport
|
|
1181
1295
|
end
|
|
1182
1296
|
|
|
1297
|
+
class GoogleCloudDiscoveryengineV1alphaCitation
|
|
1298
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1299
|
+
|
|
1300
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1301
|
+
end
|
|
1302
|
+
|
|
1303
|
+
class GoogleCloudDiscoveryengineV1alphaCitationMetadata
|
|
1304
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1305
|
+
|
|
1306
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1307
|
+
end
|
|
1308
|
+
|
|
1183
1309
|
class GoogleCloudDiscoveryengineV1alphaCmekConfig
|
|
1184
1310
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1185
1311
|
|
|
@@ -1228,6 +1354,12 @@ module Google
|
|
|
1228
1354
|
include Google::Apis::Core::JsonObjectSupport
|
|
1229
1355
|
end
|
|
1230
1356
|
|
|
1357
|
+
class GoogleCloudDiscoveryengineV1alphaContactDetails
|
|
1358
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1359
|
+
|
|
1360
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1361
|
+
end
|
|
1362
|
+
|
|
1231
1363
|
class GoogleCloudDiscoveryengineV1alphaControl
|
|
1232
1364
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1233
1365
|
|
|
@@ -1768,6 +1900,12 @@ module Google
|
|
|
1768
1900
|
include Google::Apis::Core::JsonObjectSupport
|
|
1769
1901
|
end
|
|
1770
1902
|
|
|
1903
|
+
class GoogleCloudDiscoveryengineV1alphaLicenseConfig
|
|
1904
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1905
|
+
|
|
1906
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1907
|
+
end
|
|
1908
|
+
|
|
1771
1909
|
class GoogleCloudDiscoveryengineV1alphaListSessionsRequest
|
|
1772
1910
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1773
1911
|
|
|
@@ -2968,6 +3106,18 @@ module Google
|
|
|
2968
3106
|
include Google::Apis::Core::JsonObjectSupport
|
|
2969
3107
|
end
|
|
2970
3108
|
|
|
3109
|
+
class GoogleCloudDiscoveryengineV1betaCitation
|
|
3110
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3111
|
+
|
|
3112
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3113
|
+
end
|
|
3114
|
+
|
|
3115
|
+
class GoogleCloudDiscoveryengineV1betaCitationMetadata
|
|
3116
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3117
|
+
|
|
3118
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3119
|
+
end
|
|
3120
|
+
|
|
2971
3121
|
class GoogleCloudDiscoveryengineV1betaCloudSqlSource
|
|
2972
3122
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2973
3123
|
|
|
@@ -3670,6 +3820,12 @@ module Google
|
|
|
3670
3820
|
include Google::Apis::Core::JsonObjectSupport
|
|
3671
3821
|
end
|
|
3672
3822
|
|
|
3823
|
+
class GoogleCloudDiscoveryengineV1betaLicenseConfig
|
|
3824
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3825
|
+
|
|
3826
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3827
|
+
end
|
|
3828
|
+
|
|
3673
3829
|
class GoogleCloudDiscoveryengineV1betaListCmekConfigsResponse
|
|
3674
3830
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3675
3831
|
|
|
@@ -6065,6 +6221,24 @@ module Google
|
|
|
6065
6221
|
end
|
|
6066
6222
|
end
|
|
6067
6223
|
|
|
6224
|
+
class GoogleCloudDiscoveryengineV1LicenseConfig
|
|
6225
|
+
# @private
|
|
6226
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
6227
|
+
property :auto_renew, as: 'autoRenew'
|
|
6228
|
+
property :end_date, as: 'endDate', class: Google::Apis::DiscoveryengineV1beta::GoogleTypeDate, decorator: Google::Apis::DiscoveryengineV1beta::GoogleTypeDate::Representation
|
|
6229
|
+
|
|
6230
|
+
property :free_trial, as: 'freeTrial'
|
|
6231
|
+
property :gemini_bundle, as: 'geminiBundle'
|
|
6232
|
+
property :license_count, :numeric_string => true, as: 'licenseCount'
|
|
6233
|
+
property :name, as: 'name'
|
|
6234
|
+
property :start_date, as: 'startDate', class: Google::Apis::DiscoveryengineV1beta::GoogleTypeDate, decorator: Google::Apis::DiscoveryengineV1beta::GoogleTypeDate::Representation
|
|
6235
|
+
|
|
6236
|
+
property :state, as: 'state'
|
|
6237
|
+
property :subscription_term, as: 'subscriptionTerm'
|
|
6238
|
+
property :subscription_tier, as: 'subscriptionTier'
|
|
6239
|
+
end
|
|
6240
|
+
end
|
|
6241
|
+
|
|
6068
6242
|
class GoogleCloudDiscoveryengineV1Project
|
|
6069
6243
|
# @private
|
|
6070
6244
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -6501,6 +6675,27 @@ module Google
|
|
|
6501
6675
|
end
|
|
6502
6676
|
end
|
|
6503
6677
|
|
|
6678
|
+
class GoogleCloudDiscoveryengineV1alphaAlertPolicyResourceConfig
|
|
6679
|
+
# @private
|
|
6680
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
6681
|
+
collection :alert_enrollments, as: 'alertEnrollments', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAlertPolicyResourceConfigAlertEnrollment, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAlertPolicyResourceConfigAlertEnrollment::Representation
|
|
6682
|
+
|
|
6683
|
+
property :alert_policy, as: 'alertPolicy'
|
|
6684
|
+
collection :contact_details, as: 'contactDetails', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaContactDetails, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaContactDetails::Representation
|
|
6685
|
+
|
|
6686
|
+
property :language_code, as: 'languageCode'
|
|
6687
|
+
end
|
|
6688
|
+
end
|
|
6689
|
+
|
|
6690
|
+
class GoogleCloudDiscoveryengineV1alphaAlertPolicyResourceConfigAlertEnrollment
|
|
6691
|
+
# @private
|
|
6692
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
6693
|
+
property :alert_id, as: 'alertId'
|
|
6694
|
+
property :enroll_state, as: 'enrollState'
|
|
6695
|
+
hash :notification_params, as: 'notificationParams'
|
|
6696
|
+
end
|
|
6697
|
+
end
|
|
6698
|
+
|
|
6504
6699
|
class GoogleCloudDiscoveryengineV1alphaAnswer
|
|
6505
6700
|
# @private
|
|
6506
6701
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -6725,6 +6920,165 @@ module Google
|
|
|
6725
6920
|
end
|
|
6726
6921
|
end
|
|
6727
6922
|
|
|
6923
|
+
class GoogleCloudDiscoveryengineV1alphaAssistAnswer
|
|
6924
|
+
# @private
|
|
6925
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
6926
|
+
collection :assist_skipped_reasons, as: 'assistSkippedReasons'
|
|
6927
|
+
property :customer_policy_enforcement_result, as: 'customerPolicyEnforcementResult', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAssistAnswerCustomerPolicyEnforcementResult, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAssistAnswerCustomerPolicyEnforcementResult::Representation
|
|
6928
|
+
|
|
6929
|
+
property :name, as: 'name'
|
|
6930
|
+
collection :replies, as: 'replies', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAssistAnswerReply, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAssistAnswerReply::Representation
|
|
6931
|
+
|
|
6932
|
+
property :state, as: 'state'
|
|
6933
|
+
end
|
|
6934
|
+
end
|
|
6935
|
+
|
|
6936
|
+
class GoogleCloudDiscoveryengineV1alphaAssistAnswerCustomerPolicyEnforcementResult
|
|
6937
|
+
# @private
|
|
6938
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
6939
|
+
collection :policy_results, as: 'policyResults', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAssistAnswerCustomerPolicyEnforcementResultPolicyEnforcementResult, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAssistAnswerCustomerPolicyEnforcementResultPolicyEnforcementResult::Representation
|
|
6940
|
+
|
|
6941
|
+
property :verdict, as: 'verdict'
|
|
6942
|
+
end
|
|
6943
|
+
end
|
|
6944
|
+
|
|
6945
|
+
class GoogleCloudDiscoveryengineV1alphaAssistAnswerCustomerPolicyEnforcementResultBannedPhraseEnforcementResult
|
|
6946
|
+
# @private
|
|
6947
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
6948
|
+
collection :banned_phrases, as: 'bannedPhrases'
|
|
6949
|
+
end
|
|
6950
|
+
end
|
|
6951
|
+
|
|
6952
|
+
class GoogleCloudDiscoveryengineV1alphaAssistAnswerCustomerPolicyEnforcementResultModelArmorEnforcementResult
|
|
6953
|
+
# @private
|
|
6954
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
6955
|
+
property :error, as: 'error', class: Google::Apis::DiscoveryengineV1beta::GoogleRpcStatus, decorator: Google::Apis::DiscoveryengineV1beta::GoogleRpcStatus::Representation
|
|
6956
|
+
|
|
6957
|
+
property :model_armor_violation, as: 'modelArmorViolation'
|
|
6958
|
+
end
|
|
6959
|
+
end
|
|
6960
|
+
|
|
6961
|
+
class GoogleCloudDiscoveryengineV1alphaAssistAnswerCustomerPolicyEnforcementResultPolicyEnforcementResult
|
|
6962
|
+
# @private
|
|
6963
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
6964
|
+
property :banned_phrase_enforcement_result, as: 'bannedPhraseEnforcementResult', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAssistAnswerCustomerPolicyEnforcementResultBannedPhraseEnforcementResult, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAssistAnswerCustomerPolicyEnforcementResultBannedPhraseEnforcementResult::Representation
|
|
6965
|
+
|
|
6966
|
+
property :model_armor_enforcement_result, as: 'modelArmorEnforcementResult', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAssistAnswerCustomerPolicyEnforcementResultModelArmorEnforcementResult, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAssistAnswerCustomerPolicyEnforcementResultModelArmorEnforcementResult::Representation
|
|
6967
|
+
|
|
6968
|
+
end
|
|
6969
|
+
end
|
|
6970
|
+
|
|
6971
|
+
class GoogleCloudDiscoveryengineV1alphaAssistAnswerReply
|
|
6972
|
+
# @private
|
|
6973
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
6974
|
+
property :grounded_content, as: 'groundedContent', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAssistantGroundedContent, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAssistantGroundedContent::Representation
|
|
6975
|
+
|
|
6976
|
+
property :reply_id, as: 'replyId'
|
|
6977
|
+
end
|
|
6978
|
+
end
|
|
6979
|
+
|
|
6980
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantContent
|
|
6981
|
+
# @private
|
|
6982
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
6983
|
+
property :code_execution_result, as: 'codeExecutionResult', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAssistantContentCodeExecutionResult, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAssistantContentCodeExecutionResult::Representation
|
|
6984
|
+
|
|
6985
|
+
property :executable_code, as: 'executableCode', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAssistantContentExecutableCode, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAssistantContentExecutableCode::Representation
|
|
6986
|
+
|
|
6987
|
+
property :file, as: 'file', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAssistantContentFile, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAssistantContentFile::Representation
|
|
6988
|
+
|
|
6989
|
+
property :inline_data, as: 'inlineData', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAssistantContentBlob, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAssistantContentBlob::Representation
|
|
6990
|
+
|
|
6991
|
+
property :role, as: 'role'
|
|
6992
|
+
property :text, as: 'text'
|
|
6993
|
+
property :thought, as: 'thought'
|
|
6994
|
+
end
|
|
6995
|
+
end
|
|
6996
|
+
|
|
6997
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantContentBlob
|
|
6998
|
+
# @private
|
|
6999
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7000
|
+
property :data, :base64 => true, as: 'data'
|
|
7001
|
+
property :mime_type, as: 'mimeType'
|
|
7002
|
+
end
|
|
7003
|
+
end
|
|
7004
|
+
|
|
7005
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantContentCodeExecutionResult
|
|
7006
|
+
# @private
|
|
7007
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7008
|
+
property :outcome, as: 'outcome'
|
|
7009
|
+
property :output, as: 'output'
|
|
7010
|
+
end
|
|
7011
|
+
end
|
|
7012
|
+
|
|
7013
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantContentExecutableCode
|
|
7014
|
+
# @private
|
|
7015
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7016
|
+
property :code, as: 'code'
|
|
7017
|
+
end
|
|
7018
|
+
end
|
|
7019
|
+
|
|
7020
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantContentFile
|
|
7021
|
+
# @private
|
|
7022
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7023
|
+
property :file_id, as: 'fileId'
|
|
7024
|
+
property :mime_type, as: 'mimeType'
|
|
7025
|
+
end
|
|
7026
|
+
end
|
|
7027
|
+
|
|
7028
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantGroundedContent
|
|
7029
|
+
# @private
|
|
7030
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7031
|
+
property :citation_metadata, as: 'citationMetadata', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaCitationMetadata, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaCitationMetadata::Representation
|
|
7032
|
+
|
|
7033
|
+
property :content, as: 'content', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAssistantContent, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAssistantContent::Representation
|
|
7034
|
+
|
|
7035
|
+
property :text_grounding_metadata, as: 'textGroundingMetadata', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadata, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadata::Representation
|
|
7036
|
+
|
|
7037
|
+
end
|
|
7038
|
+
end
|
|
7039
|
+
|
|
7040
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadata
|
|
7041
|
+
# @private
|
|
7042
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7043
|
+
collection :references, as: 'references', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadataReference, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadataReference::Representation
|
|
7044
|
+
|
|
7045
|
+
collection :segments, as: 'segments', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadataSegment, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadataSegment::Representation
|
|
7046
|
+
|
|
7047
|
+
end
|
|
7048
|
+
end
|
|
7049
|
+
|
|
7050
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadataReference
|
|
7051
|
+
# @private
|
|
7052
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7053
|
+
property :content, as: 'content'
|
|
7054
|
+
property :document_metadata, as: 'documentMetadata', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadataReferenceDocumentMetadata, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadataReferenceDocumentMetadata::Representation
|
|
7055
|
+
|
|
7056
|
+
end
|
|
7057
|
+
end
|
|
7058
|
+
|
|
7059
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadataReferenceDocumentMetadata
|
|
7060
|
+
# @private
|
|
7061
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7062
|
+
property :document, as: 'document'
|
|
7063
|
+
property :domain, as: 'domain'
|
|
7064
|
+
property :mime_type, as: 'mimeType'
|
|
7065
|
+
property :page_identifier, as: 'pageIdentifier'
|
|
7066
|
+
property :title, as: 'title'
|
|
7067
|
+
property :uri, as: 'uri'
|
|
7068
|
+
end
|
|
7069
|
+
end
|
|
7070
|
+
|
|
7071
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadataSegment
|
|
7072
|
+
# @private
|
|
7073
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7074
|
+
property :end_index, :numeric_string => true, as: 'endIndex'
|
|
7075
|
+
property :grounding_score, as: 'groundingScore'
|
|
7076
|
+
collection :reference_indices, as: 'referenceIndices'
|
|
7077
|
+
property :start_index, :numeric_string => true, as: 'startIndex'
|
|
7078
|
+
property :text, as: 'text'
|
|
7079
|
+
end
|
|
7080
|
+
end
|
|
7081
|
+
|
|
6728
7082
|
class GoogleCloudDiscoveryengineV1alphaBapConfig
|
|
6729
7083
|
# @private
|
|
6730
7084
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -6769,6 +7123,27 @@ module Google
|
|
|
6769
7123
|
end
|
|
6770
7124
|
end
|
|
6771
7125
|
|
|
7126
|
+
class GoogleCloudDiscoveryengineV1alphaCitation
|
|
7127
|
+
# @private
|
|
7128
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7129
|
+
property :end_index, as: 'endIndex'
|
|
7130
|
+
property :license, as: 'license'
|
|
7131
|
+
property :publication_date, as: 'publicationDate', class: Google::Apis::DiscoveryengineV1beta::GoogleTypeDate, decorator: Google::Apis::DiscoveryengineV1beta::GoogleTypeDate::Representation
|
|
7132
|
+
|
|
7133
|
+
property :start_index, as: 'startIndex'
|
|
7134
|
+
property :title, as: 'title'
|
|
7135
|
+
property :uri, as: 'uri'
|
|
7136
|
+
end
|
|
7137
|
+
end
|
|
7138
|
+
|
|
7139
|
+
class GoogleCloudDiscoveryengineV1alphaCitationMetadata
|
|
7140
|
+
# @private
|
|
7141
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7142
|
+
collection :citations, as: 'citations', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaCitation, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaCitation::Representation
|
|
7143
|
+
|
|
7144
|
+
end
|
|
7145
|
+
end
|
|
7146
|
+
|
|
6772
7147
|
class GoogleCloudDiscoveryengineV1alphaCmekConfig
|
|
6773
7148
|
# @private
|
|
6774
7149
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -6869,6 +7244,13 @@ module Google
|
|
|
6869
7244
|
end
|
|
6870
7245
|
end
|
|
6871
7246
|
|
|
7247
|
+
class GoogleCloudDiscoveryengineV1alphaContactDetails
|
|
7248
|
+
# @private
|
|
7249
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7250
|
+
property :email_address, as: 'emailAddress'
|
|
7251
|
+
end
|
|
7252
|
+
end
|
|
7253
|
+
|
|
6872
7254
|
class GoogleCloudDiscoveryengineV1alphaControl
|
|
6873
7255
|
# @private
|
|
6874
7256
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -7795,6 +8177,26 @@ module Google
|
|
|
7795
8177
|
end
|
|
7796
8178
|
end
|
|
7797
8179
|
|
|
8180
|
+
class GoogleCloudDiscoveryengineV1alphaLicenseConfig
|
|
8181
|
+
# @private
|
|
8182
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
8183
|
+
property :alert_policy_resource_config, as: 'alertPolicyResourceConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAlertPolicyResourceConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAlertPolicyResourceConfig::Representation
|
|
8184
|
+
|
|
8185
|
+
property :auto_renew, as: 'autoRenew'
|
|
8186
|
+
property :end_date, as: 'endDate', class: Google::Apis::DiscoveryengineV1beta::GoogleTypeDate, decorator: Google::Apis::DiscoveryengineV1beta::GoogleTypeDate::Representation
|
|
8187
|
+
|
|
8188
|
+
property :free_trial, as: 'freeTrial'
|
|
8189
|
+
property :gemini_bundle, as: 'geminiBundle'
|
|
8190
|
+
property :license_count, :numeric_string => true, as: 'licenseCount'
|
|
8191
|
+
property :name, as: 'name'
|
|
8192
|
+
property :start_date, as: 'startDate', class: Google::Apis::DiscoveryengineV1beta::GoogleTypeDate, decorator: Google::Apis::DiscoveryengineV1beta::GoogleTypeDate::Representation
|
|
8193
|
+
|
|
8194
|
+
property :state, as: 'state'
|
|
8195
|
+
property :subscription_term, as: 'subscriptionTerm'
|
|
8196
|
+
property :subscription_tier, as: 'subscriptionTier'
|
|
8197
|
+
end
|
|
8198
|
+
end
|
|
8199
|
+
|
|
7798
8200
|
class GoogleCloudDiscoveryengineV1alphaListSessionsRequest
|
|
7799
8201
|
# @private
|
|
7800
8202
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -8416,6 +8818,7 @@ module Google
|
|
|
8416
8818
|
property :display_name, as: 'displayName'
|
|
8417
8819
|
property :end_time, as: 'endTime'
|
|
8418
8820
|
property :is_pinned, as: 'isPinned'
|
|
8821
|
+
collection :labels, as: 'labels'
|
|
8419
8822
|
property :name, as: 'name'
|
|
8420
8823
|
property :start_time, as: 'startTime'
|
|
8421
8824
|
property :state, as: 'state'
|
|
@@ -8431,6 +8834,8 @@ module Google
|
|
|
8431
8834
|
property :answer, as: 'answer'
|
|
8432
8835
|
property :detailed_answer, as: 'detailedAnswer', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAnswer, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAnswer::Representation
|
|
8433
8836
|
|
|
8837
|
+
property :detailed_assist_answer, as: 'detailedAssistAnswer', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAssistAnswer, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAssistAnswer::Representation
|
|
8838
|
+
|
|
8434
8839
|
property :query, as: 'query', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaQuery, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaQuery::Representation
|
|
8435
8840
|
|
|
8436
8841
|
hash :query_config, as: 'queryConfig'
|
|
@@ -9475,6 +9880,8 @@ module Google
|
|
|
9475
9880
|
class GoogleCloudDiscoveryengineV1betaAssistantGroundedContent
|
|
9476
9881
|
# @private
|
|
9477
9882
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9883
|
+
property :citation_metadata, as: 'citationMetadata', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaCitationMetadata, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaCitationMetadata::Representation
|
|
9884
|
+
|
|
9478
9885
|
property :content, as: 'content', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAssistantContent, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAssistantContent::Representation
|
|
9479
9886
|
|
|
9480
9887
|
property :text_grounding_metadata, as: 'textGroundingMetadata', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAssistantGroundedContentTextGroundingMetadata, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAssistantGroundedContentTextGroundingMetadata::Representation
|
|
@@ -9807,6 +10214,27 @@ module Google
|
|
|
9807
10214
|
end
|
|
9808
10215
|
end
|
|
9809
10216
|
|
|
10217
|
+
class GoogleCloudDiscoveryengineV1betaCitation
|
|
10218
|
+
# @private
|
|
10219
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
10220
|
+
property :end_index, as: 'endIndex'
|
|
10221
|
+
property :license, as: 'license'
|
|
10222
|
+
property :publication_date, as: 'publicationDate', class: Google::Apis::DiscoveryengineV1beta::GoogleTypeDate, decorator: Google::Apis::DiscoveryengineV1beta::GoogleTypeDate::Representation
|
|
10223
|
+
|
|
10224
|
+
property :start_index, as: 'startIndex'
|
|
10225
|
+
property :title, as: 'title'
|
|
10226
|
+
property :uri, as: 'uri'
|
|
10227
|
+
end
|
|
10228
|
+
end
|
|
10229
|
+
|
|
10230
|
+
class GoogleCloudDiscoveryengineV1betaCitationMetadata
|
|
10231
|
+
# @private
|
|
10232
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
10233
|
+
collection :citations, as: 'citations', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaCitation, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaCitation::Representation
|
|
10234
|
+
|
|
10235
|
+
end
|
|
10236
|
+
end
|
|
10237
|
+
|
|
9810
10238
|
class GoogleCloudDiscoveryengineV1betaCloudSqlSource
|
|
9811
10239
|
# @private
|
|
9812
10240
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -10994,6 +11422,24 @@ module Google
|
|
|
10994
11422
|
end
|
|
10995
11423
|
end
|
|
10996
11424
|
|
|
11425
|
+
class GoogleCloudDiscoveryengineV1betaLicenseConfig
|
|
11426
|
+
# @private
|
|
11427
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
11428
|
+
property :auto_renew, as: 'autoRenew'
|
|
11429
|
+
property :end_date, as: 'endDate', class: Google::Apis::DiscoveryengineV1beta::GoogleTypeDate, decorator: Google::Apis::DiscoveryengineV1beta::GoogleTypeDate::Representation
|
|
11430
|
+
|
|
11431
|
+
property :free_trial, as: 'freeTrial'
|
|
11432
|
+
property :gemini_bundle, as: 'geminiBundle'
|
|
11433
|
+
property :license_count, :numeric_string => true, as: 'licenseCount'
|
|
11434
|
+
property :name, as: 'name'
|
|
11435
|
+
property :start_date, as: 'startDate', class: Google::Apis::DiscoveryengineV1beta::GoogleTypeDate, decorator: Google::Apis::DiscoveryengineV1beta::GoogleTypeDate::Representation
|
|
11436
|
+
|
|
11437
|
+
property :state, as: 'state'
|
|
11438
|
+
property :subscription_term, as: 'subscriptionTerm'
|
|
11439
|
+
property :subscription_tier, as: 'subscriptionTier'
|
|
11440
|
+
end
|
|
11441
|
+
end
|
|
11442
|
+
|
|
10997
11443
|
class GoogleCloudDiscoveryengineV1betaListCmekConfigsResponse
|
|
10998
11444
|
# @private
|
|
10999
11445
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -12361,6 +12807,7 @@ module Google
|
|
|
12361
12807
|
property :display_name, as: 'displayName'
|
|
12362
12808
|
property :end_time, as: 'endTime'
|
|
12363
12809
|
property :is_pinned, as: 'isPinned'
|
|
12810
|
+
collection :labels, as: 'labels'
|
|
12364
12811
|
property :name, as: 'name'
|
|
12365
12812
|
property :start_time, as: 'startTime'
|
|
12366
12813
|
property :state, as: 'state'
|
|
@@ -12376,6 +12823,8 @@ module Google
|
|
|
12376
12823
|
property :answer, as: 'answer'
|
|
12377
12824
|
property :detailed_answer, as: 'detailedAnswer', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswer, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswer::Representation
|
|
12378
12825
|
|
|
12826
|
+
property :detailed_assist_answer, as: 'detailedAssistAnswer', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAssistAnswer, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAssistAnswer::Representation
|
|
12827
|
+
|
|
12379
12828
|
property :query, as: 'query', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaQuery, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaQuery::Representation
|
|
12380
12829
|
|
|
12381
12830
|
hash :query_config, as: 'queryConfig'
|