google-apis-discoveryengine_v1beta 0.85.0 → 0.87.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 +362 -198
- data/lib/google/apis/discoveryengine_v1beta/gem_version.rb +2 -2
- data/lib/google/apis/discoveryengine_v1beta/representations.rb +126 -96
- data/lib/google/apis/discoveryengine_v1beta/service.rb +139 -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.87.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 = "20251020"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -226,18 +226,6 @@ module Google
|
|
|
226
226
|
include Google::Apis::Core::JsonObjectSupport
|
|
227
227
|
end
|
|
228
228
|
|
|
229
|
-
class GoogleCloudDiscoveryengineV1AlertPolicyResourceConfig
|
|
230
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
231
|
-
|
|
232
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
233
|
-
end
|
|
234
|
-
|
|
235
|
-
class GoogleCloudDiscoveryengineV1AlertPolicyResourceConfigAlertEnrollment
|
|
236
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
237
|
-
|
|
238
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
239
|
-
end
|
|
240
|
-
|
|
241
229
|
class GoogleCloudDiscoveryengineV1AnswerGenerationSpec
|
|
242
230
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
243
231
|
|
|
@@ -358,12 +346,6 @@ module Google
|
|
|
358
346
|
include Google::Apis::Core::JsonObjectSupport
|
|
359
347
|
end
|
|
360
348
|
|
|
361
|
-
class GoogleCloudDiscoveryengineV1ContactDetails
|
|
362
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
363
|
-
|
|
364
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
365
|
-
end
|
|
366
|
-
|
|
367
349
|
class GoogleCloudDiscoveryengineV1Control
|
|
368
350
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
369
351
|
|
|
@@ -1012,6 +994,12 @@ module Google
|
|
|
1012
994
|
include Google::Apis::Core::JsonObjectSupport
|
|
1013
995
|
end
|
|
1014
996
|
|
|
997
|
+
class GoogleCloudDiscoveryengineV1UserStore
|
|
998
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
999
|
+
|
|
1000
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1001
|
+
end
|
|
1002
|
+
|
|
1015
1003
|
class GoogleCloudDiscoveryengineV1WorkspaceConfig
|
|
1016
1004
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1017
1005
|
|
|
@@ -1312,6 +1300,18 @@ module Google
|
|
|
1312
1300
|
include Google::Apis::Core::JsonObjectSupport
|
|
1313
1301
|
end
|
|
1314
1302
|
|
|
1303
|
+
class GoogleCloudDiscoveryengineV1alphaCitation
|
|
1304
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1305
|
+
|
|
1306
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1307
|
+
end
|
|
1308
|
+
|
|
1309
|
+
class GoogleCloudDiscoveryengineV1alphaCitationMetadata
|
|
1310
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1311
|
+
|
|
1312
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1313
|
+
end
|
|
1314
|
+
|
|
1315
1315
|
class GoogleCloudDiscoveryengineV1alphaCmekConfig
|
|
1316
1316
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1317
1317
|
|
|
@@ -1576,6 +1576,12 @@ module Google
|
|
|
1576
1576
|
include Google::Apis::Core::JsonObjectSupport
|
|
1577
1577
|
end
|
|
1578
1578
|
|
|
1579
|
+
class GoogleCloudDiscoveryengineV1alphaDeleteUserStoreMetadata
|
|
1580
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1581
|
+
|
|
1582
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1583
|
+
end
|
|
1584
|
+
|
|
1579
1585
|
class GoogleCloudDiscoveryengineV1alphaDestinationConfig
|
|
1580
1586
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1581
1587
|
|
|
@@ -2488,18 +2494,6 @@ module Google
|
|
|
2488
2494
|
include Google::Apis::Core::JsonObjectSupport
|
|
2489
2495
|
end
|
|
2490
2496
|
|
|
2491
|
-
class GoogleCloudDiscoveryengineV1betaAlertPolicyResourceConfig
|
|
2492
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2493
|
-
|
|
2494
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
2495
|
-
end
|
|
2496
|
-
|
|
2497
|
-
class GoogleCloudDiscoveryengineV1betaAlertPolicyResourceConfigAlertEnrollment
|
|
2498
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2499
|
-
|
|
2500
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
2501
|
-
end
|
|
2502
|
-
|
|
2503
2497
|
class GoogleCloudDiscoveryengineV1betaAlloyDbSource
|
|
2504
2498
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2505
2499
|
|
|
@@ -3124,6 +3118,18 @@ module Google
|
|
|
3124
3118
|
include Google::Apis::Core::JsonObjectSupport
|
|
3125
3119
|
end
|
|
3126
3120
|
|
|
3121
|
+
class GoogleCloudDiscoveryengineV1betaCitation
|
|
3122
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3123
|
+
|
|
3124
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3125
|
+
end
|
|
3126
|
+
|
|
3127
|
+
class GoogleCloudDiscoveryengineV1betaCitationMetadata
|
|
3128
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3129
|
+
|
|
3130
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3131
|
+
end
|
|
3132
|
+
|
|
3127
3133
|
class GoogleCloudDiscoveryengineV1betaCloudSqlSource
|
|
3128
3134
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3129
3135
|
|
|
@@ -3178,12 +3184,6 @@ module Google
|
|
|
3178
3184
|
include Google::Apis::Core::JsonObjectSupport
|
|
3179
3185
|
end
|
|
3180
3186
|
|
|
3181
|
-
class GoogleCloudDiscoveryengineV1betaContactDetails
|
|
3182
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3183
|
-
|
|
3184
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
3185
|
-
end
|
|
3186
|
-
|
|
3187
3187
|
class GoogleCloudDiscoveryengineV1betaControl
|
|
3188
3188
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3189
3189
|
|
|
@@ -4870,6 +4870,12 @@ module Google
|
|
|
4870
4870
|
include Google::Apis::Core::JsonObjectSupport
|
|
4871
4871
|
end
|
|
4872
4872
|
|
|
4873
|
+
class GoogleCloudDiscoveryengineV1betaUserStore
|
|
4874
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
4875
|
+
|
|
4876
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
4877
|
+
end
|
|
4878
|
+
|
|
4873
4879
|
class GoogleCloudDiscoveryengineV1betaWorkspaceConfig
|
|
4874
4880
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
4875
4881
|
|
|
@@ -5323,27 +5329,6 @@ module Google
|
|
|
5323
5329
|
end
|
|
5324
5330
|
end
|
|
5325
5331
|
|
|
5326
|
-
class GoogleCloudDiscoveryengineV1AlertPolicyResourceConfig
|
|
5327
|
-
# @private
|
|
5328
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
5329
|
-
collection :alert_enrollments, as: 'alertEnrollments', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1AlertPolicyResourceConfigAlertEnrollment, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1AlertPolicyResourceConfigAlertEnrollment::Representation
|
|
5330
|
-
|
|
5331
|
-
property :alert_policy, as: 'alertPolicy'
|
|
5332
|
-
collection :contact_details, as: 'contactDetails', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1ContactDetails, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1ContactDetails::Representation
|
|
5333
|
-
|
|
5334
|
-
property :language_code, as: 'languageCode'
|
|
5335
|
-
end
|
|
5336
|
-
end
|
|
5337
|
-
|
|
5338
|
-
class GoogleCloudDiscoveryengineV1AlertPolicyResourceConfigAlertEnrollment
|
|
5339
|
-
# @private
|
|
5340
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
5341
|
-
property :alert_id, as: 'alertId'
|
|
5342
|
-
property :enroll_state, as: 'enrollState'
|
|
5343
|
-
hash :notification_params, as: 'notificationParams'
|
|
5344
|
-
end
|
|
5345
|
-
end
|
|
5346
|
-
|
|
5347
5332
|
class GoogleCloudDiscoveryengineV1AnswerGenerationSpec
|
|
5348
5333
|
# @private
|
|
5349
5334
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -5535,13 +5520,6 @@ module Google
|
|
|
5535
5520
|
end
|
|
5536
5521
|
end
|
|
5537
5522
|
|
|
5538
|
-
class GoogleCloudDiscoveryengineV1ContactDetails
|
|
5539
|
-
# @private
|
|
5540
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
5541
|
-
property :email_address, as: 'emailAddress'
|
|
5542
|
-
end
|
|
5543
|
-
end
|
|
5544
|
-
|
|
5545
5523
|
class GoogleCloudDiscoveryengineV1Control
|
|
5546
5524
|
# @private
|
|
5547
5525
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -6264,12 +6242,11 @@ module Google
|
|
|
6264
6242
|
class GoogleCloudDiscoveryengineV1LicenseConfig
|
|
6265
6243
|
# @private
|
|
6266
6244
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
6267
|
-
property :alert_policy_resource_config, as: 'alertPolicyResourceConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1AlertPolicyResourceConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1AlertPolicyResourceConfig::Representation
|
|
6268
|
-
|
|
6269
6245
|
property :auto_renew, as: 'autoRenew'
|
|
6270
6246
|
property :end_date, as: 'endDate', class: Google::Apis::DiscoveryengineV1beta::GoogleTypeDate, decorator: Google::Apis::DiscoveryengineV1beta::GoogleTypeDate::Representation
|
|
6271
6247
|
|
|
6272
6248
|
property :free_trial, as: 'freeTrial'
|
|
6249
|
+
property :gemini_bundle, as: 'geminiBundle'
|
|
6273
6250
|
property :license_count, :numeric_string => true, as: 'licenseCount'
|
|
6274
6251
|
property :name, as: 'name'
|
|
6275
6252
|
property :start_date, as: 'startDate', class: Google::Apis::DiscoveryengineV1beta::GoogleTypeDate, decorator: Google::Apis::DiscoveryengineV1beta::GoogleTypeDate::Representation
|
|
@@ -6306,6 +6283,7 @@ module Google
|
|
|
6306
6283
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
6307
6284
|
property :model_armor_config, as: 'modelArmorConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfigNotebooklmConfigModelArmorConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfigNotebooklmConfigModelArmorConfig::Representation
|
|
6308
6285
|
|
|
6286
|
+
property :opt_out_notebook_sharing, as: 'optOutNotebookSharing'
|
|
6309
6287
|
end
|
|
6310
6288
|
end
|
|
6311
6289
|
|
|
@@ -6661,6 +6639,17 @@ module Google
|
|
|
6661
6639
|
end
|
|
6662
6640
|
end
|
|
6663
6641
|
|
|
6642
|
+
class GoogleCloudDiscoveryengineV1UserStore
|
|
6643
|
+
# @private
|
|
6644
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
6645
|
+
property :default_license_config, as: 'defaultLicenseConfig'
|
|
6646
|
+
property :display_name, as: 'displayName'
|
|
6647
|
+
property :enable_expired_license_auto_update, as: 'enableExpiredLicenseAutoUpdate'
|
|
6648
|
+
property :enable_license_auto_register, as: 'enableLicenseAutoRegister'
|
|
6649
|
+
property :name, as: 'name'
|
|
6650
|
+
end
|
|
6651
|
+
end
|
|
6652
|
+
|
|
6664
6653
|
class GoogleCloudDiscoveryengineV1WorkspaceConfig
|
|
6665
6654
|
# @private
|
|
6666
6655
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -7069,6 +7058,8 @@ module Google
|
|
|
7069
7058
|
class GoogleCloudDiscoveryengineV1alphaAssistantGroundedContent
|
|
7070
7059
|
# @private
|
|
7071
7060
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7061
|
+
property :citation_metadata, as: 'citationMetadata', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaCitationMetadata, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaCitationMetadata::Representation
|
|
7062
|
+
|
|
7072
7063
|
property :content, as: 'content', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAssistantContent, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAssistantContent::Representation
|
|
7073
7064
|
|
|
7074
7065
|
property :text_grounding_metadata, as: 'textGroundingMetadata', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadata, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadata::Representation
|
|
@@ -7162,6 +7153,27 @@ module Google
|
|
|
7162
7153
|
end
|
|
7163
7154
|
end
|
|
7164
7155
|
|
|
7156
|
+
class GoogleCloudDiscoveryengineV1alphaCitation
|
|
7157
|
+
# @private
|
|
7158
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7159
|
+
property :end_index, as: 'endIndex'
|
|
7160
|
+
property :license, as: 'license'
|
|
7161
|
+
property :publication_date, as: 'publicationDate', class: Google::Apis::DiscoveryengineV1beta::GoogleTypeDate, decorator: Google::Apis::DiscoveryengineV1beta::GoogleTypeDate::Representation
|
|
7162
|
+
|
|
7163
|
+
property :start_index, as: 'startIndex'
|
|
7164
|
+
property :title, as: 'title'
|
|
7165
|
+
property :uri, as: 'uri'
|
|
7166
|
+
end
|
|
7167
|
+
end
|
|
7168
|
+
|
|
7169
|
+
class GoogleCloudDiscoveryengineV1alphaCitationMetadata
|
|
7170
|
+
# @private
|
|
7171
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7172
|
+
collection :citations, as: 'citations', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaCitation, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaCitation::Representation
|
|
7173
|
+
|
|
7174
|
+
end
|
|
7175
|
+
end
|
|
7176
|
+
|
|
7165
7177
|
class GoogleCloudDiscoveryengineV1alphaCmekConfig
|
|
7166
7178
|
# @private
|
|
7167
7179
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -7669,6 +7681,14 @@ module Google
|
|
|
7669
7681
|
end
|
|
7670
7682
|
end
|
|
7671
7683
|
|
|
7684
|
+
class GoogleCloudDiscoveryengineV1alphaDeleteUserStoreMetadata
|
|
7685
|
+
# @private
|
|
7686
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7687
|
+
property :failure_count, :numeric_string => true, as: 'failureCount'
|
|
7688
|
+
property :success_count, :numeric_string => true, as: 'successCount'
|
|
7689
|
+
end
|
|
7690
|
+
end
|
|
7691
|
+
|
|
7672
7692
|
class GoogleCloudDiscoveryengineV1alphaDestinationConfig
|
|
7673
7693
|
# @private
|
|
7674
7694
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -8204,6 +8224,7 @@ module Google
|
|
|
8204
8224
|
property :end_date, as: 'endDate', class: Google::Apis::DiscoveryengineV1beta::GoogleTypeDate, decorator: Google::Apis::DiscoveryengineV1beta::GoogleTypeDate::Representation
|
|
8205
8225
|
|
|
8206
8226
|
property :free_trial, as: 'freeTrial'
|
|
8227
|
+
property :gemini_bundle, as: 'geminiBundle'
|
|
8207
8228
|
property :license_count, :numeric_string => true, as: 'licenseCount'
|
|
8208
8229
|
property :name, as: 'name'
|
|
8209
8230
|
property :start_date, as: 'startDate', class: Google::Apis::DiscoveryengineV1beta::GoogleTypeDate, decorator: Google::Apis::DiscoveryengineV1beta::GoogleTypeDate::Representation
|
|
@@ -8290,6 +8311,7 @@ module Google
|
|
|
8290
8311
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
8291
8312
|
property :model_armor_config, as: 'modelArmorConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfigNotebooklmConfigModelArmorConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfigNotebooklmConfigModelArmorConfig::Representation
|
|
8292
8313
|
|
|
8314
|
+
property :opt_out_notebook_sharing, as: 'optOutNotebookSharing'
|
|
8293
8315
|
end
|
|
8294
8316
|
end
|
|
8295
8317
|
|
|
@@ -8835,6 +8857,7 @@ module Google
|
|
|
8835
8857
|
property :display_name, as: 'displayName'
|
|
8836
8858
|
property :end_time, as: 'endTime'
|
|
8837
8859
|
property :is_pinned, as: 'isPinned'
|
|
8860
|
+
collection :labels, as: 'labels'
|
|
8838
8861
|
property :name, as: 'name'
|
|
8839
8862
|
property :start_time, as: 'startTime'
|
|
8840
8863
|
property :state, as: 'state'
|
|
@@ -9189,27 +9212,6 @@ module Google
|
|
|
9189
9212
|
end
|
|
9190
9213
|
end
|
|
9191
9214
|
|
|
9192
|
-
class GoogleCloudDiscoveryengineV1betaAlertPolicyResourceConfig
|
|
9193
|
-
# @private
|
|
9194
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9195
|
-
collection :alert_enrollments, as: 'alertEnrollments', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAlertPolicyResourceConfigAlertEnrollment, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAlertPolicyResourceConfigAlertEnrollment::Representation
|
|
9196
|
-
|
|
9197
|
-
property :alert_policy, as: 'alertPolicy'
|
|
9198
|
-
collection :contact_details, as: 'contactDetails', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaContactDetails, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaContactDetails::Representation
|
|
9199
|
-
|
|
9200
|
-
property :language_code, as: 'languageCode'
|
|
9201
|
-
end
|
|
9202
|
-
end
|
|
9203
|
-
|
|
9204
|
-
class GoogleCloudDiscoveryengineV1betaAlertPolicyResourceConfigAlertEnrollment
|
|
9205
|
-
# @private
|
|
9206
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9207
|
-
property :alert_id, as: 'alertId'
|
|
9208
|
-
property :enroll_state, as: 'enrollState'
|
|
9209
|
-
hash :notification_params, as: 'notificationParams'
|
|
9210
|
-
end
|
|
9211
|
-
end
|
|
9212
|
-
|
|
9213
9215
|
class GoogleCloudDiscoveryengineV1betaAlloyDbSource
|
|
9214
9216
|
# @private
|
|
9215
9217
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -9917,6 +9919,8 @@ module Google
|
|
|
9917
9919
|
class GoogleCloudDiscoveryengineV1betaAssistantGroundedContent
|
|
9918
9920
|
# @private
|
|
9919
9921
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9922
|
+
property :citation_metadata, as: 'citationMetadata', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaCitationMetadata, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaCitationMetadata::Representation
|
|
9923
|
+
|
|
9920
9924
|
property :content, as: 'content', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAssistantContent, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAssistantContent::Representation
|
|
9921
9925
|
|
|
9922
9926
|
property :text_grounding_metadata, as: 'textGroundingMetadata', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAssistantGroundedContentTextGroundingMetadata, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAssistantGroundedContentTextGroundingMetadata::Representation
|
|
@@ -10249,6 +10253,27 @@ module Google
|
|
|
10249
10253
|
end
|
|
10250
10254
|
end
|
|
10251
10255
|
|
|
10256
|
+
class GoogleCloudDiscoveryengineV1betaCitation
|
|
10257
|
+
# @private
|
|
10258
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
10259
|
+
property :end_index, as: 'endIndex'
|
|
10260
|
+
property :license, as: 'license'
|
|
10261
|
+
property :publication_date, as: 'publicationDate', class: Google::Apis::DiscoveryengineV1beta::GoogleTypeDate, decorator: Google::Apis::DiscoveryengineV1beta::GoogleTypeDate::Representation
|
|
10262
|
+
|
|
10263
|
+
property :start_index, as: 'startIndex'
|
|
10264
|
+
property :title, as: 'title'
|
|
10265
|
+
property :uri, as: 'uri'
|
|
10266
|
+
end
|
|
10267
|
+
end
|
|
10268
|
+
|
|
10269
|
+
class GoogleCloudDiscoveryengineV1betaCitationMetadata
|
|
10270
|
+
# @private
|
|
10271
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
10272
|
+
collection :citations, as: 'citations', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaCitation, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaCitation::Representation
|
|
10273
|
+
|
|
10274
|
+
end
|
|
10275
|
+
end
|
|
10276
|
+
|
|
10252
10277
|
class GoogleCloudDiscoveryengineV1betaCloudSqlSource
|
|
10253
10278
|
# @private
|
|
10254
10279
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -10341,13 +10366,6 @@ module Google
|
|
|
10341
10366
|
end
|
|
10342
10367
|
end
|
|
10343
10368
|
|
|
10344
|
-
class GoogleCloudDiscoveryengineV1betaContactDetails
|
|
10345
|
-
# @private
|
|
10346
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
10347
|
-
property :email_address, as: 'emailAddress'
|
|
10348
|
-
end
|
|
10349
|
-
end
|
|
10350
|
-
|
|
10351
10369
|
class GoogleCloudDiscoveryengineV1betaControl
|
|
10352
10370
|
# @private
|
|
10353
10371
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -11446,12 +11464,11 @@ module Google
|
|
|
11446
11464
|
class GoogleCloudDiscoveryengineV1betaLicenseConfig
|
|
11447
11465
|
# @private
|
|
11448
11466
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
11449
|
-
property :alert_policy_resource_config, as: 'alertPolicyResourceConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAlertPolicyResourceConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAlertPolicyResourceConfig::Representation
|
|
11450
|
-
|
|
11451
11467
|
property :auto_renew, as: 'autoRenew'
|
|
11452
11468
|
property :end_date, as: 'endDate', class: Google::Apis::DiscoveryengineV1beta::GoogleTypeDate, decorator: Google::Apis::DiscoveryengineV1beta::GoogleTypeDate::Representation
|
|
11453
11469
|
|
|
11454
11470
|
property :free_trial, as: 'freeTrial'
|
|
11471
|
+
property :gemini_bundle, as: 'geminiBundle'
|
|
11455
11472
|
property :license_count, :numeric_string => true, as: 'licenseCount'
|
|
11456
11473
|
property :name, as: 'name'
|
|
11457
11474
|
property :start_date, as: 'startDate', class: Google::Apis::DiscoveryengineV1beta::GoogleTypeDate, decorator: Google::Apis::DiscoveryengineV1beta::GoogleTypeDate::Representation
|
|
@@ -11741,6 +11758,7 @@ module Google
|
|
|
11741
11758
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
11742
11759
|
property :model_armor_config, as: 'modelArmorConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfigNotebooklmConfigModelArmorConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfigNotebooklmConfigModelArmorConfig::Representation
|
|
11743
11760
|
|
|
11761
|
+
property :opt_out_notebook_sharing, as: 'optOutNotebookSharing'
|
|
11744
11762
|
end
|
|
11745
11763
|
end
|
|
11746
11764
|
|
|
@@ -12829,6 +12847,7 @@ module Google
|
|
|
12829
12847
|
property :display_name, as: 'displayName'
|
|
12830
12848
|
property :end_time, as: 'endTime'
|
|
12831
12849
|
property :is_pinned, as: 'isPinned'
|
|
12850
|
+
collection :labels, as: 'labels'
|
|
12832
12851
|
property :name, as: 'name'
|
|
12833
12852
|
property :start_time, as: 'startTime'
|
|
12834
12853
|
property :state, as: 'state'
|
|
@@ -13202,6 +13221,17 @@ module Google
|
|
|
13202
13221
|
end
|
|
13203
13222
|
end
|
|
13204
13223
|
|
|
13224
|
+
class GoogleCloudDiscoveryengineV1betaUserStore
|
|
13225
|
+
# @private
|
|
13226
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
13227
|
+
property :default_license_config, as: 'defaultLicenseConfig'
|
|
13228
|
+
property :display_name, as: 'displayName'
|
|
13229
|
+
property :enable_expired_license_auto_update, as: 'enableExpiredLicenseAutoUpdate'
|
|
13230
|
+
property :enable_license_auto_register, as: 'enableLicenseAutoRegister'
|
|
13231
|
+
property :name, as: 'name'
|
|
13232
|
+
end
|
|
13233
|
+
end
|
|
13234
|
+
|
|
13205
13235
|
class GoogleCloudDiscoveryengineV1betaWorkspaceConfig
|
|
13206
13236
|
# @private
|
|
13207
13237
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -9717,6 +9717,145 @@ module Google
|
|
|
9717
9717
|
execute_or_queue_command(command, &block)
|
|
9718
9718
|
end
|
|
9719
9719
|
|
|
9720
|
+
# Creates a new User Store.
|
|
9721
|
+
# @param [String] parent
|
|
9722
|
+
# Required. The parent collection resource name, such as `projects/`project`/
|
|
9723
|
+
# locations/`location``.
|
|
9724
|
+
# @param [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaUserStore] google_cloud_discoveryengine_v1beta_user_store_object
|
|
9725
|
+
# @param [String] user_store_id
|
|
9726
|
+
# Required. The ID of the User Store to create. The ID must contain only letters
|
|
9727
|
+
# (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum
|
|
9728
|
+
# length is 63 characters.
|
|
9729
|
+
# @param [String] fields
|
|
9730
|
+
# Selector specifying which fields to include in a partial response.
|
|
9731
|
+
# @param [String] quota_user
|
|
9732
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
9733
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
9734
|
+
# @param [Google::Apis::RequestOptions] options
|
|
9735
|
+
# Request-specific options
|
|
9736
|
+
#
|
|
9737
|
+
# @yield [result, err] Result & error if block supplied
|
|
9738
|
+
# @yieldparam result [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaUserStore] parsed result object
|
|
9739
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
9740
|
+
#
|
|
9741
|
+
# @return [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaUserStore]
|
|
9742
|
+
#
|
|
9743
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
9744
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
9745
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
9746
|
+
def create_project_location_user_store(parent, google_cloud_discoveryengine_v1beta_user_store_object = nil, user_store_id: nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
9747
|
+
command = make_simple_command(:post, 'v1beta/{+parent}/userStores', options)
|
|
9748
|
+
command.request_representation = Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaUserStore::Representation
|
|
9749
|
+
command.request_object = google_cloud_discoveryengine_v1beta_user_store_object
|
|
9750
|
+
command.response_representation = Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaUserStore::Representation
|
|
9751
|
+
command.response_class = Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaUserStore
|
|
9752
|
+
command.params['parent'] = parent unless parent.nil?
|
|
9753
|
+
command.query['userStoreId'] = user_store_id unless user_store_id.nil?
|
|
9754
|
+
command.query['fields'] = fields unless fields.nil?
|
|
9755
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
9756
|
+
execute_or_queue_command(command, &block)
|
|
9757
|
+
end
|
|
9758
|
+
|
|
9759
|
+
# Deletes the User Store.
|
|
9760
|
+
# @param [String] name
|
|
9761
|
+
# Required. The name of the User Store to delete. Format: `projects/`project`/
|
|
9762
|
+
# locations/`location`/userStores/`user_store_id``
|
|
9763
|
+
# @param [String] fields
|
|
9764
|
+
# Selector specifying which fields to include in a partial response.
|
|
9765
|
+
# @param [String] quota_user
|
|
9766
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
9767
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
9768
|
+
# @param [Google::Apis::RequestOptions] options
|
|
9769
|
+
# Request-specific options
|
|
9770
|
+
#
|
|
9771
|
+
# @yield [result, err] Result & error if block supplied
|
|
9772
|
+
# @yieldparam result [Google::Apis::DiscoveryengineV1beta::GoogleLongrunningOperation] parsed result object
|
|
9773
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
9774
|
+
#
|
|
9775
|
+
# @return [Google::Apis::DiscoveryengineV1beta::GoogleLongrunningOperation]
|
|
9776
|
+
#
|
|
9777
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
9778
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
9779
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
9780
|
+
def delete_project_location_user_store(name, fields: nil, quota_user: nil, options: nil, &block)
|
|
9781
|
+
command = make_simple_command(:delete, 'v1beta/{+name}', options)
|
|
9782
|
+
command.response_representation = Google::Apis::DiscoveryengineV1beta::GoogleLongrunningOperation::Representation
|
|
9783
|
+
command.response_class = Google::Apis::DiscoveryengineV1beta::GoogleLongrunningOperation
|
|
9784
|
+
command.params['name'] = name unless name.nil?
|
|
9785
|
+
command.query['fields'] = fields unless fields.nil?
|
|
9786
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
9787
|
+
execute_or_queue_command(command, &block)
|
|
9788
|
+
end
|
|
9789
|
+
|
|
9790
|
+
# Gets the User Store.
|
|
9791
|
+
# @param [String] name
|
|
9792
|
+
# Required. The name of the User Store to get. Format: `projects/`project`/
|
|
9793
|
+
# locations/`location`/userStores/`user_store_id``
|
|
9794
|
+
# @param [String] fields
|
|
9795
|
+
# Selector specifying which fields to include in a partial response.
|
|
9796
|
+
# @param [String] quota_user
|
|
9797
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
9798
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
9799
|
+
# @param [Google::Apis::RequestOptions] options
|
|
9800
|
+
# Request-specific options
|
|
9801
|
+
#
|
|
9802
|
+
# @yield [result, err] Result & error if block supplied
|
|
9803
|
+
# @yieldparam result [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaUserStore] parsed result object
|
|
9804
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
9805
|
+
#
|
|
9806
|
+
# @return [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaUserStore]
|
|
9807
|
+
#
|
|
9808
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
9809
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
9810
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
9811
|
+
def get_project_location_user_store(name, fields: nil, quota_user: nil, options: nil, &block)
|
|
9812
|
+
command = make_simple_command(:get, 'v1beta/{+name}', options)
|
|
9813
|
+
command.response_representation = Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaUserStore::Representation
|
|
9814
|
+
command.response_class = Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaUserStore
|
|
9815
|
+
command.params['name'] = name unless name.nil?
|
|
9816
|
+
command.query['fields'] = fields unless fields.nil?
|
|
9817
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
9818
|
+
execute_or_queue_command(command, &block)
|
|
9819
|
+
end
|
|
9820
|
+
|
|
9821
|
+
# Updates the User Store.
|
|
9822
|
+
# @param [String] name
|
|
9823
|
+
# Immutable. The full resource name of the User Store, in the format of `
|
|
9824
|
+
# projects/`project`/locations/`location`/userStores/`user_store``. This field
|
|
9825
|
+
# must be a UTF-8 encoded string with a length limit of 1024 characters.
|
|
9826
|
+
# @param [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaUserStore] google_cloud_discoveryengine_v1beta_user_store_object
|
|
9827
|
+
# @param [String] update_mask
|
|
9828
|
+
# Optional. The list of fields to update.
|
|
9829
|
+
# @param [String] fields
|
|
9830
|
+
# Selector specifying which fields to include in a partial response.
|
|
9831
|
+
# @param [String] quota_user
|
|
9832
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
9833
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
9834
|
+
# @param [Google::Apis::RequestOptions] options
|
|
9835
|
+
# Request-specific options
|
|
9836
|
+
#
|
|
9837
|
+
# @yield [result, err] Result & error if block supplied
|
|
9838
|
+
# @yieldparam result [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaUserStore] parsed result object
|
|
9839
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
9840
|
+
#
|
|
9841
|
+
# @return [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaUserStore]
|
|
9842
|
+
#
|
|
9843
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
9844
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
9845
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
9846
|
+
def patch_project_location_user_store(name, google_cloud_discoveryengine_v1beta_user_store_object = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
9847
|
+
command = make_simple_command(:patch, 'v1beta/{+name}', options)
|
|
9848
|
+
command.request_representation = Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaUserStore::Representation
|
|
9849
|
+
command.request_object = google_cloud_discoveryengine_v1beta_user_store_object
|
|
9850
|
+
command.response_representation = Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaUserStore::Representation
|
|
9851
|
+
command.response_class = Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaUserStore
|
|
9852
|
+
command.params['name'] = name unless name.nil?
|
|
9853
|
+
command.query['updateMask'] = update_mask unless update_mask.nil?
|
|
9854
|
+
command.query['fields'] = fields unless fields.nil?
|
|
9855
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
9856
|
+
execute_or_queue_command(command, &block)
|
|
9857
|
+
end
|
|
9858
|
+
|
|
9720
9859
|
# Lists the User Licenses.
|
|
9721
9860
|
# @param [String] parent
|
|
9722
9861
|
# Required. The parent UserStore resource name, format: `projects/`project`/
|
|
@@ -34,6 +34,12 @@ module Google
|
|
|
34
34
|
|
|
35
35
|
# Search your organization's data in the Cloud Search index
|
|
36
36
|
AUTH_CLOUD_SEARCH_QUERY = 'https://www.googleapis.com/auth/cloud_search.query'
|
|
37
|
+
|
|
38
|
+
# View your Agentspace chat history, including uploaded files and generated reports and visualizations, and interact with the Agentspace assistant on your behalf.
|
|
39
|
+
AUTH_DISCOVERYENGINE_ASSIST_READWRITE = 'https://www.googleapis.com/auth/discoveryengine.assist.readwrite'
|
|
40
|
+
|
|
41
|
+
# View, edit, create, and delete all your data associated with any Discovery Engine API product, such as Agentspace, Vertex AI Search, or NotebookLM Enterprise, including both end user data and administration or configuration data.
|
|
42
|
+
AUTH_DISCOVERYENGINE_READWRITE = 'https://www.googleapis.com/auth/discoveryengine.readwrite'
|
|
37
43
|
end
|
|
38
44
|
end
|
|
39
45
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-discoveryengine_v1beta
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.87.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-discoveryengine_v1beta/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-discoveryengine_v1beta/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-discoveryengine_v1beta/v0.87.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-discoveryengine_v1beta
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|