google-apis-discoveryengine_v1 0.54.0 → 0.56.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/discoveryengine_v1/classes.rb +362 -198
- data/lib/google/apis/discoveryengine_v1/gem_version.rb +2 -2
- data/lib/google/apis/discoveryengine_v1/representations.rb +126 -96
- data/lib/google/apis/discoveryengine_v1/service.rb +139 -0
- data/lib/google/apis/discoveryengine_v1.rb +6 -0
- metadata +2 -2
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module DiscoveryengineV1
|
|
18
18
|
# Version of the google-apis-discoveryengine_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.56.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
|
|
@@ -280,18 +280,6 @@ module Google
|
|
|
280
280
|
include Google::Apis::Core::JsonObjectSupport
|
|
281
281
|
end
|
|
282
282
|
|
|
283
|
-
class GoogleCloudDiscoveryengineV1AlertPolicyResourceConfig
|
|
284
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
285
|
-
|
|
286
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
287
|
-
end
|
|
288
|
-
|
|
289
|
-
class GoogleCloudDiscoveryengineV1AlertPolicyResourceConfigAlertEnrollment
|
|
290
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
291
|
-
|
|
292
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
293
|
-
end
|
|
294
|
-
|
|
295
283
|
class GoogleCloudDiscoveryengineV1AlloyDbSource
|
|
296
284
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
297
285
|
|
|
@@ -904,6 +892,18 @@ module Google
|
|
|
904
892
|
include Google::Apis::Core::JsonObjectSupport
|
|
905
893
|
end
|
|
906
894
|
|
|
895
|
+
class GoogleCloudDiscoveryengineV1Citation
|
|
896
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
897
|
+
|
|
898
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
899
|
+
end
|
|
900
|
+
|
|
901
|
+
class GoogleCloudDiscoveryengineV1CitationMetadata
|
|
902
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
903
|
+
|
|
904
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
905
|
+
end
|
|
906
|
+
|
|
907
907
|
class GoogleCloudDiscoveryengineV1CloudSqlSource
|
|
908
908
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
909
909
|
|
|
@@ -964,12 +964,6 @@ module Google
|
|
|
964
964
|
include Google::Apis::Core::JsonObjectSupport
|
|
965
965
|
end
|
|
966
966
|
|
|
967
|
-
class GoogleCloudDiscoveryengineV1ContactDetails
|
|
968
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
969
|
-
|
|
970
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
971
|
-
end
|
|
972
|
-
|
|
973
967
|
class GoogleCloudDiscoveryengineV1Control
|
|
974
968
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
975
969
|
|
|
@@ -2392,6 +2386,12 @@ module Google
|
|
|
2392
2386
|
include Google::Apis::Core::JsonObjectSupport
|
|
2393
2387
|
end
|
|
2394
2388
|
|
|
2389
|
+
class GoogleCloudDiscoveryengineV1UserStore
|
|
2390
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2391
|
+
|
|
2392
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2393
|
+
end
|
|
2394
|
+
|
|
2395
2395
|
class GoogleCloudDiscoveryengineV1WorkspaceConfig
|
|
2396
2396
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2397
2397
|
|
|
@@ -2692,6 +2692,18 @@ module Google
|
|
|
2692
2692
|
include Google::Apis::Core::JsonObjectSupport
|
|
2693
2693
|
end
|
|
2694
2694
|
|
|
2695
|
+
class GoogleCloudDiscoveryengineV1alphaCitation
|
|
2696
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2697
|
+
|
|
2698
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2699
|
+
end
|
|
2700
|
+
|
|
2701
|
+
class GoogleCloudDiscoveryengineV1alphaCitationMetadata
|
|
2702
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2703
|
+
|
|
2704
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2705
|
+
end
|
|
2706
|
+
|
|
2695
2707
|
class GoogleCloudDiscoveryengineV1alphaCmekConfig
|
|
2696
2708
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2697
2709
|
|
|
@@ -2956,6 +2968,12 @@ module Google
|
|
|
2956
2968
|
include Google::Apis::Core::JsonObjectSupport
|
|
2957
2969
|
end
|
|
2958
2970
|
|
|
2971
|
+
class GoogleCloudDiscoveryengineV1alphaDeleteUserStoreMetadata
|
|
2972
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2973
|
+
|
|
2974
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2975
|
+
end
|
|
2976
|
+
|
|
2959
2977
|
class GoogleCloudDiscoveryengineV1alphaDestinationConfig
|
|
2960
2978
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2961
2979
|
|
|
@@ -3814,18 +3832,6 @@ module Google
|
|
|
3814
3832
|
include Google::Apis::Core::JsonObjectSupport
|
|
3815
3833
|
end
|
|
3816
3834
|
|
|
3817
|
-
class GoogleCloudDiscoveryengineV1betaAlertPolicyResourceConfig
|
|
3818
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3819
|
-
|
|
3820
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
3821
|
-
end
|
|
3822
|
-
|
|
3823
|
-
class GoogleCloudDiscoveryengineV1betaAlertPolicyResourceConfigAlertEnrollment
|
|
3824
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3825
|
-
|
|
3826
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
3827
|
-
end
|
|
3828
|
-
|
|
3829
3835
|
class GoogleCloudDiscoveryengineV1betaBatchCreateTargetSiteMetadata
|
|
3830
3836
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3831
3837
|
|
|
@@ -3874,12 +3880,6 @@ module Google
|
|
|
3874
3880
|
include Google::Apis::Core::JsonObjectSupport
|
|
3875
3881
|
end
|
|
3876
3882
|
|
|
3877
|
-
class GoogleCloudDiscoveryengineV1betaContactDetails
|
|
3878
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3879
|
-
|
|
3880
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
3881
|
-
end
|
|
3882
|
-
|
|
3883
3883
|
class GoogleCloudDiscoveryengineV1betaControl
|
|
3884
3884
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3885
3885
|
|
|
@@ -4672,6 +4672,12 @@ module Google
|
|
|
4672
4672
|
include Google::Apis::Core::JsonObjectSupport
|
|
4673
4673
|
end
|
|
4674
4674
|
|
|
4675
|
+
class GoogleCloudDiscoveryengineV1betaUserStore
|
|
4676
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
4677
|
+
|
|
4678
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
4679
|
+
end
|
|
4680
|
+
|
|
4675
4681
|
class GoogleCloudDiscoveryengineV1betaWorkspaceConfig
|
|
4676
4682
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
4677
4683
|
|
|
@@ -5229,27 +5235,6 @@ module Google
|
|
|
5229
5235
|
end
|
|
5230
5236
|
end
|
|
5231
5237
|
|
|
5232
|
-
class GoogleCloudDiscoveryengineV1AlertPolicyResourceConfig
|
|
5233
|
-
# @private
|
|
5234
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
5235
|
-
collection :alert_enrollments, as: 'alertEnrollments', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AlertPolicyResourceConfigAlertEnrollment, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AlertPolicyResourceConfigAlertEnrollment::Representation
|
|
5236
|
-
|
|
5237
|
-
property :alert_policy, as: 'alertPolicy'
|
|
5238
|
-
collection :contact_details, as: 'contactDetails', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1ContactDetails, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1ContactDetails::Representation
|
|
5239
|
-
|
|
5240
|
-
property :language_code, as: 'languageCode'
|
|
5241
|
-
end
|
|
5242
|
-
end
|
|
5243
|
-
|
|
5244
|
-
class GoogleCloudDiscoveryengineV1AlertPolicyResourceConfigAlertEnrollment
|
|
5245
|
-
# @private
|
|
5246
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
5247
|
-
property :alert_id, as: 'alertId'
|
|
5248
|
-
property :enroll_state, as: 'enrollState'
|
|
5249
|
-
hash :notification_params, as: 'notificationParams'
|
|
5250
|
-
end
|
|
5251
|
-
end
|
|
5252
|
-
|
|
5253
5238
|
class GoogleCloudDiscoveryengineV1AlloyDbSource
|
|
5254
5239
|
# @private
|
|
5255
5240
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -5925,6 +5910,8 @@ module Google
|
|
|
5925
5910
|
class GoogleCloudDiscoveryengineV1AssistantGroundedContent
|
|
5926
5911
|
# @private
|
|
5927
5912
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
5913
|
+
property :citation_metadata, as: 'citationMetadata', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1CitationMetadata, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1CitationMetadata::Representation
|
|
5914
|
+
|
|
5928
5915
|
property :content, as: 'content', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AssistantContent, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AssistantContent::Representation
|
|
5929
5916
|
|
|
5930
5917
|
property :text_grounding_metadata, as: 'textGroundingMetadata', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AssistantGroundedContentTextGroundingMetadata, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AssistantGroundedContentTextGroundingMetadata::Representation
|
|
@@ -6265,6 +6252,27 @@ module Google
|
|
|
6265
6252
|
end
|
|
6266
6253
|
end
|
|
6267
6254
|
|
|
6255
|
+
class GoogleCloudDiscoveryengineV1Citation
|
|
6256
|
+
# @private
|
|
6257
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
6258
|
+
property :end_index, as: 'endIndex'
|
|
6259
|
+
property :license, as: 'license'
|
|
6260
|
+
property :publication_date, as: 'publicationDate', class: Google::Apis::DiscoveryengineV1::GoogleTypeDate, decorator: Google::Apis::DiscoveryengineV1::GoogleTypeDate::Representation
|
|
6261
|
+
|
|
6262
|
+
property :start_index, as: 'startIndex'
|
|
6263
|
+
property :title, as: 'title'
|
|
6264
|
+
property :uri, as: 'uri'
|
|
6265
|
+
end
|
|
6266
|
+
end
|
|
6267
|
+
|
|
6268
|
+
class GoogleCloudDiscoveryengineV1CitationMetadata
|
|
6269
|
+
# @private
|
|
6270
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
6271
|
+
collection :citations, as: 'citations', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1Citation, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1Citation::Representation
|
|
6272
|
+
|
|
6273
|
+
end
|
|
6274
|
+
end
|
|
6275
|
+
|
|
6268
6276
|
class GoogleCloudDiscoveryengineV1CloudSqlSource
|
|
6269
6277
|
# @private
|
|
6270
6278
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -6366,13 +6374,6 @@ module Google
|
|
|
6366
6374
|
end
|
|
6367
6375
|
end
|
|
6368
6376
|
|
|
6369
|
-
class GoogleCloudDiscoveryengineV1ContactDetails
|
|
6370
|
-
# @private
|
|
6371
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
6372
|
-
property :email_address, as: 'emailAddress'
|
|
6373
|
-
end
|
|
6374
|
-
end
|
|
6375
|
-
|
|
6376
6377
|
class GoogleCloudDiscoveryengineV1Control
|
|
6377
6378
|
# @private
|
|
6378
6379
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -7497,12 +7498,11 @@ module Google
|
|
|
7497
7498
|
class GoogleCloudDiscoveryengineV1LicenseConfig
|
|
7498
7499
|
# @private
|
|
7499
7500
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7500
|
-
property :alert_policy_resource_config, as: 'alertPolicyResourceConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AlertPolicyResourceConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AlertPolicyResourceConfig::Representation
|
|
7501
|
-
|
|
7502
7501
|
property :auto_renew, as: 'autoRenew'
|
|
7503
7502
|
property :end_date, as: 'endDate', class: Google::Apis::DiscoveryengineV1::GoogleTypeDate, decorator: Google::Apis::DiscoveryengineV1::GoogleTypeDate::Representation
|
|
7504
7503
|
|
|
7505
7504
|
property :free_trial, as: 'freeTrial'
|
|
7505
|
+
property :gemini_bundle, as: 'geminiBundle'
|
|
7506
7506
|
property :license_count, :numeric_string => true, as: 'licenseCount'
|
|
7507
7507
|
property :name, as: 'name'
|
|
7508
7508
|
property :start_date, as: 'startDate', class: Google::Apis::DiscoveryengineV1::GoogleTypeDate, decorator: Google::Apis::DiscoveryengineV1::GoogleTypeDate::Representation
|
|
@@ -7694,6 +7694,7 @@ module Google
|
|
|
7694
7694
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7695
7695
|
property :model_armor_config, as: 'modelArmorConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfigNotebooklmConfigModelArmorConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfigNotebooklmConfigModelArmorConfig::Representation
|
|
7696
7696
|
|
|
7697
|
+
property :opt_out_notebook_sharing, as: 'optOutNotebookSharing'
|
|
7697
7698
|
end
|
|
7698
7699
|
end
|
|
7699
7700
|
|
|
@@ -8476,6 +8477,7 @@ module Google
|
|
|
8476
8477
|
property :display_name, as: 'displayName'
|
|
8477
8478
|
property :end_time, as: 'endTime'
|
|
8478
8479
|
property :is_pinned, as: 'isPinned'
|
|
8480
|
+
collection :labels, as: 'labels'
|
|
8479
8481
|
property :name, as: 'name'
|
|
8480
8482
|
property :start_time, as: 'startTime'
|
|
8481
8483
|
property :state, as: 'state'
|
|
@@ -8836,6 +8838,17 @@ module Google
|
|
|
8836
8838
|
end
|
|
8837
8839
|
end
|
|
8838
8840
|
|
|
8841
|
+
class GoogleCloudDiscoveryengineV1UserStore
|
|
8842
|
+
# @private
|
|
8843
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
8844
|
+
property :default_license_config, as: 'defaultLicenseConfig'
|
|
8845
|
+
property :display_name, as: 'displayName'
|
|
8846
|
+
property :enable_expired_license_auto_update, as: 'enableExpiredLicenseAutoUpdate'
|
|
8847
|
+
property :enable_license_auto_register, as: 'enableLicenseAutoRegister'
|
|
8848
|
+
property :name, as: 'name'
|
|
8849
|
+
end
|
|
8850
|
+
end
|
|
8851
|
+
|
|
8839
8852
|
class GoogleCloudDiscoveryengineV1WorkspaceConfig
|
|
8840
8853
|
# @private
|
|
8841
8854
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -9244,6 +9257,8 @@ module Google
|
|
|
9244
9257
|
class GoogleCloudDiscoveryengineV1alphaAssistantGroundedContent
|
|
9245
9258
|
# @private
|
|
9246
9259
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9260
|
+
property :citation_metadata, as: 'citationMetadata', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaCitationMetadata, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaCitationMetadata::Representation
|
|
9261
|
+
|
|
9247
9262
|
property :content, as: 'content', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAssistantContent, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAssistantContent::Representation
|
|
9248
9263
|
|
|
9249
9264
|
property :text_grounding_metadata, as: 'textGroundingMetadata', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadata, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadata::Representation
|
|
@@ -9337,6 +9352,27 @@ module Google
|
|
|
9337
9352
|
end
|
|
9338
9353
|
end
|
|
9339
9354
|
|
|
9355
|
+
class GoogleCloudDiscoveryengineV1alphaCitation
|
|
9356
|
+
# @private
|
|
9357
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9358
|
+
property :end_index, as: 'endIndex'
|
|
9359
|
+
property :license, as: 'license'
|
|
9360
|
+
property :publication_date, as: 'publicationDate', class: Google::Apis::DiscoveryengineV1::GoogleTypeDate, decorator: Google::Apis::DiscoveryengineV1::GoogleTypeDate::Representation
|
|
9361
|
+
|
|
9362
|
+
property :start_index, as: 'startIndex'
|
|
9363
|
+
property :title, as: 'title'
|
|
9364
|
+
property :uri, as: 'uri'
|
|
9365
|
+
end
|
|
9366
|
+
end
|
|
9367
|
+
|
|
9368
|
+
class GoogleCloudDiscoveryengineV1alphaCitationMetadata
|
|
9369
|
+
# @private
|
|
9370
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9371
|
+
collection :citations, as: 'citations', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaCitation, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaCitation::Representation
|
|
9372
|
+
|
|
9373
|
+
end
|
|
9374
|
+
end
|
|
9375
|
+
|
|
9340
9376
|
class GoogleCloudDiscoveryengineV1alphaCmekConfig
|
|
9341
9377
|
# @private
|
|
9342
9378
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -9844,6 +9880,14 @@ module Google
|
|
|
9844
9880
|
end
|
|
9845
9881
|
end
|
|
9846
9882
|
|
|
9883
|
+
class GoogleCloudDiscoveryengineV1alphaDeleteUserStoreMetadata
|
|
9884
|
+
# @private
|
|
9885
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9886
|
+
property :failure_count, :numeric_string => true, as: 'failureCount'
|
|
9887
|
+
property :success_count, :numeric_string => true, as: 'successCount'
|
|
9888
|
+
end
|
|
9889
|
+
end
|
|
9890
|
+
|
|
9847
9891
|
class GoogleCloudDiscoveryengineV1alphaDestinationConfig
|
|
9848
9892
|
# @private
|
|
9849
9893
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -10379,6 +10423,7 @@ module Google
|
|
|
10379
10423
|
property :end_date, as: 'endDate', class: Google::Apis::DiscoveryengineV1::GoogleTypeDate, decorator: Google::Apis::DiscoveryengineV1::GoogleTypeDate::Representation
|
|
10380
10424
|
|
|
10381
10425
|
property :free_trial, as: 'freeTrial'
|
|
10426
|
+
property :gemini_bundle, as: 'geminiBundle'
|
|
10382
10427
|
property :license_count, :numeric_string => true, as: 'licenseCount'
|
|
10383
10428
|
property :name, as: 'name'
|
|
10384
10429
|
property :start_date, as: 'startDate', class: Google::Apis::DiscoveryengineV1::GoogleTypeDate, decorator: Google::Apis::DiscoveryengineV1::GoogleTypeDate::Representation
|
|
@@ -10465,6 +10510,7 @@ module Google
|
|
|
10465
10510
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
10466
10511
|
property :model_armor_config, as: 'modelArmorConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfigNotebooklmConfigModelArmorConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfigNotebooklmConfigModelArmorConfig::Representation
|
|
10467
10512
|
|
|
10513
|
+
property :opt_out_notebook_sharing, as: 'optOutNotebookSharing'
|
|
10468
10514
|
end
|
|
10469
10515
|
end
|
|
10470
10516
|
|
|
@@ -11010,6 +11056,7 @@ module Google
|
|
|
11010
11056
|
property :display_name, as: 'displayName'
|
|
11011
11057
|
property :end_time, as: 'endTime'
|
|
11012
11058
|
property :is_pinned, as: 'isPinned'
|
|
11059
|
+
collection :labels, as: 'labels'
|
|
11013
11060
|
property :name, as: 'name'
|
|
11014
11061
|
property :start_time, as: 'startTime'
|
|
11015
11062
|
property :state, as: 'state'
|
|
@@ -11260,27 +11307,6 @@ module Google
|
|
|
11260
11307
|
end
|
|
11261
11308
|
end
|
|
11262
11309
|
|
|
11263
|
-
class GoogleCloudDiscoveryengineV1betaAlertPolicyResourceConfig
|
|
11264
|
-
# @private
|
|
11265
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
11266
|
-
collection :alert_enrollments, as: 'alertEnrollments', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaAlertPolicyResourceConfigAlertEnrollment, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaAlertPolicyResourceConfigAlertEnrollment::Representation
|
|
11267
|
-
|
|
11268
|
-
property :alert_policy, as: 'alertPolicy'
|
|
11269
|
-
collection :contact_details, as: 'contactDetails', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaContactDetails, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaContactDetails::Representation
|
|
11270
|
-
|
|
11271
|
-
property :language_code, as: 'languageCode'
|
|
11272
|
-
end
|
|
11273
|
-
end
|
|
11274
|
-
|
|
11275
|
-
class GoogleCloudDiscoveryengineV1betaAlertPolicyResourceConfigAlertEnrollment
|
|
11276
|
-
# @private
|
|
11277
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
11278
|
-
property :alert_id, as: 'alertId'
|
|
11279
|
-
property :enroll_state, as: 'enrollState'
|
|
11280
|
-
hash :notification_params, as: 'notificationParams'
|
|
11281
|
-
end
|
|
11282
|
-
end
|
|
11283
|
-
|
|
11284
11310
|
class GoogleCloudDiscoveryengineV1betaBatchCreateTargetSiteMetadata
|
|
11285
11311
|
# @private
|
|
11286
11312
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -11359,13 +11385,6 @@ module Google
|
|
|
11359
11385
|
end
|
|
11360
11386
|
end
|
|
11361
11387
|
|
|
11362
|
-
class GoogleCloudDiscoveryengineV1betaContactDetails
|
|
11363
|
-
# @private
|
|
11364
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
11365
|
-
property :email_address, as: 'emailAddress'
|
|
11366
|
-
end
|
|
11367
|
-
end
|
|
11368
|
-
|
|
11369
11388
|
class GoogleCloudDiscoveryengineV1betaControl
|
|
11370
11389
|
# @private
|
|
11371
11390
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -12042,12 +12061,11 @@ module Google
|
|
|
12042
12061
|
class GoogleCloudDiscoveryengineV1betaLicenseConfig
|
|
12043
12062
|
# @private
|
|
12044
12063
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
12045
|
-
property :alert_policy_resource_config, as: 'alertPolicyResourceConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaAlertPolicyResourceConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaAlertPolicyResourceConfig::Representation
|
|
12046
|
-
|
|
12047
12064
|
property :auto_renew, as: 'autoRenew'
|
|
12048
12065
|
property :end_date, as: 'endDate', class: Google::Apis::DiscoveryengineV1::GoogleTypeDate, decorator: Google::Apis::DiscoveryengineV1::GoogleTypeDate::Representation
|
|
12049
12066
|
|
|
12050
12067
|
property :free_trial, as: 'freeTrial'
|
|
12068
|
+
property :gemini_bundle, as: 'geminiBundle'
|
|
12051
12069
|
property :license_count, :numeric_string => true, as: 'licenseCount'
|
|
12052
12070
|
property :name, as: 'name'
|
|
12053
12071
|
property :start_date, as: 'startDate', class: Google::Apis::DiscoveryengineV1::GoogleTypeDate, decorator: Google::Apis::DiscoveryengineV1::GoogleTypeDate::Representation
|
|
@@ -12114,6 +12132,7 @@ module Google
|
|
|
12114
12132
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
12115
12133
|
property :model_armor_config, as: 'modelArmorConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfigNotebooklmConfigModelArmorConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfigNotebooklmConfigModelArmorConfig::Representation
|
|
12116
12134
|
|
|
12135
|
+
property :opt_out_notebook_sharing, as: 'optOutNotebookSharing'
|
|
12117
12136
|
end
|
|
12118
12137
|
end
|
|
12119
12138
|
|
|
@@ -12696,6 +12715,17 @@ module Google
|
|
|
12696
12715
|
end
|
|
12697
12716
|
end
|
|
12698
12717
|
|
|
12718
|
+
class GoogleCloudDiscoveryengineV1betaUserStore
|
|
12719
|
+
# @private
|
|
12720
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
12721
|
+
property :default_license_config, as: 'defaultLicenseConfig'
|
|
12722
|
+
property :display_name, as: 'displayName'
|
|
12723
|
+
property :enable_expired_license_auto_update, as: 'enableExpiredLicenseAutoUpdate'
|
|
12724
|
+
property :enable_license_auto_register, as: 'enableLicenseAutoRegister'
|
|
12725
|
+
property :name, as: 'name'
|
|
12726
|
+
end
|
|
12727
|
+
end
|
|
12728
|
+
|
|
12699
12729
|
class GoogleCloudDiscoveryengineV1betaWorkspaceConfig
|
|
12700
12730
|
# @private
|
|
12701
12731
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -8817,6 +8817,145 @@ module Google
|
|
|
8817
8817
|
execute_or_queue_command(command, &block)
|
|
8818
8818
|
end
|
|
8819
8819
|
|
|
8820
|
+
# Creates a new User Store.
|
|
8821
|
+
# @param [String] parent
|
|
8822
|
+
# Required. The parent collection resource name, such as `projects/`project`/
|
|
8823
|
+
# locations/`location``.
|
|
8824
|
+
# @param [Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1UserStore] google_cloud_discoveryengine_v1_user_store_object
|
|
8825
|
+
# @param [String] user_store_id
|
|
8826
|
+
# Required. The ID of the User Store to create. The ID must contain only letters
|
|
8827
|
+
# (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum
|
|
8828
|
+
# length is 63 characters.
|
|
8829
|
+
# @param [String] fields
|
|
8830
|
+
# Selector specifying which fields to include in a partial response.
|
|
8831
|
+
# @param [String] quota_user
|
|
8832
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
8833
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
8834
|
+
# @param [Google::Apis::RequestOptions] options
|
|
8835
|
+
# Request-specific options
|
|
8836
|
+
#
|
|
8837
|
+
# @yield [result, err] Result & error if block supplied
|
|
8838
|
+
# @yieldparam result [Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1UserStore] parsed result object
|
|
8839
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
8840
|
+
#
|
|
8841
|
+
# @return [Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1UserStore]
|
|
8842
|
+
#
|
|
8843
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
8844
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
8845
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
8846
|
+
def create_project_location_user_store(parent, google_cloud_discoveryengine_v1_user_store_object = nil, user_store_id: nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
8847
|
+
command = make_simple_command(:post, 'v1/{+parent}/userStores', options)
|
|
8848
|
+
command.request_representation = Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1UserStore::Representation
|
|
8849
|
+
command.request_object = google_cloud_discoveryengine_v1_user_store_object
|
|
8850
|
+
command.response_representation = Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1UserStore::Representation
|
|
8851
|
+
command.response_class = Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1UserStore
|
|
8852
|
+
command.params['parent'] = parent unless parent.nil?
|
|
8853
|
+
command.query['userStoreId'] = user_store_id unless user_store_id.nil?
|
|
8854
|
+
command.query['fields'] = fields unless fields.nil?
|
|
8855
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
8856
|
+
execute_or_queue_command(command, &block)
|
|
8857
|
+
end
|
|
8858
|
+
|
|
8859
|
+
# Deletes the User Store.
|
|
8860
|
+
# @param [String] name
|
|
8861
|
+
# Required. The name of the User Store to delete. Format: `projects/`project`/
|
|
8862
|
+
# locations/`location`/userStores/`user_store_id``
|
|
8863
|
+
# @param [String] fields
|
|
8864
|
+
# Selector specifying which fields to include in a partial response.
|
|
8865
|
+
# @param [String] quota_user
|
|
8866
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
8867
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
8868
|
+
# @param [Google::Apis::RequestOptions] options
|
|
8869
|
+
# Request-specific options
|
|
8870
|
+
#
|
|
8871
|
+
# @yield [result, err] Result & error if block supplied
|
|
8872
|
+
# @yieldparam result [Google::Apis::DiscoveryengineV1::GoogleLongrunningOperation] parsed result object
|
|
8873
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
8874
|
+
#
|
|
8875
|
+
# @return [Google::Apis::DiscoveryengineV1::GoogleLongrunningOperation]
|
|
8876
|
+
#
|
|
8877
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
8878
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
8879
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
8880
|
+
def delete_project_location_user_store(name, fields: nil, quota_user: nil, options: nil, &block)
|
|
8881
|
+
command = make_simple_command(:delete, 'v1/{+name}', options)
|
|
8882
|
+
command.response_representation = Google::Apis::DiscoveryengineV1::GoogleLongrunningOperation::Representation
|
|
8883
|
+
command.response_class = Google::Apis::DiscoveryengineV1::GoogleLongrunningOperation
|
|
8884
|
+
command.params['name'] = name unless name.nil?
|
|
8885
|
+
command.query['fields'] = fields unless fields.nil?
|
|
8886
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
8887
|
+
execute_or_queue_command(command, &block)
|
|
8888
|
+
end
|
|
8889
|
+
|
|
8890
|
+
# Gets the User Store.
|
|
8891
|
+
# @param [String] name
|
|
8892
|
+
# Required. The name of the User Store to get. Format: `projects/`project`/
|
|
8893
|
+
# locations/`location`/userStores/`user_store_id``
|
|
8894
|
+
# @param [String] fields
|
|
8895
|
+
# Selector specifying which fields to include in a partial response.
|
|
8896
|
+
# @param [String] quota_user
|
|
8897
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
8898
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
8899
|
+
# @param [Google::Apis::RequestOptions] options
|
|
8900
|
+
# Request-specific options
|
|
8901
|
+
#
|
|
8902
|
+
# @yield [result, err] Result & error if block supplied
|
|
8903
|
+
# @yieldparam result [Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1UserStore] parsed result object
|
|
8904
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
8905
|
+
#
|
|
8906
|
+
# @return [Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1UserStore]
|
|
8907
|
+
#
|
|
8908
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
8909
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
8910
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
8911
|
+
def get_project_location_user_store(name, fields: nil, quota_user: nil, options: nil, &block)
|
|
8912
|
+
command = make_simple_command(:get, 'v1/{+name}', options)
|
|
8913
|
+
command.response_representation = Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1UserStore::Representation
|
|
8914
|
+
command.response_class = Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1UserStore
|
|
8915
|
+
command.params['name'] = name unless name.nil?
|
|
8916
|
+
command.query['fields'] = fields unless fields.nil?
|
|
8917
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
8918
|
+
execute_or_queue_command(command, &block)
|
|
8919
|
+
end
|
|
8920
|
+
|
|
8921
|
+
# Updates the User Store.
|
|
8922
|
+
# @param [String] name
|
|
8923
|
+
# Immutable. The full resource name of the User Store, in the format of `
|
|
8924
|
+
# projects/`project`/locations/`location`/userStores/`user_store``. This field
|
|
8925
|
+
# must be a UTF-8 encoded string with a length limit of 1024 characters.
|
|
8926
|
+
# @param [Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1UserStore] google_cloud_discoveryengine_v1_user_store_object
|
|
8927
|
+
# @param [String] update_mask
|
|
8928
|
+
# Optional. The list of fields to update.
|
|
8929
|
+
# @param [String] fields
|
|
8930
|
+
# Selector specifying which fields to include in a partial response.
|
|
8931
|
+
# @param [String] quota_user
|
|
8932
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
8933
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
8934
|
+
# @param [Google::Apis::RequestOptions] options
|
|
8935
|
+
# Request-specific options
|
|
8936
|
+
#
|
|
8937
|
+
# @yield [result, err] Result & error if block supplied
|
|
8938
|
+
# @yieldparam result [Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1UserStore] parsed result object
|
|
8939
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
8940
|
+
#
|
|
8941
|
+
# @return [Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1UserStore]
|
|
8942
|
+
#
|
|
8943
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
8944
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
8945
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
8946
|
+
def patch_project_location_user_store(name, google_cloud_discoveryengine_v1_user_store_object = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
8947
|
+
command = make_simple_command(:patch, 'v1/{+name}', options)
|
|
8948
|
+
command.request_representation = Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1UserStore::Representation
|
|
8949
|
+
command.request_object = google_cloud_discoveryengine_v1_user_store_object
|
|
8950
|
+
command.response_representation = Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1UserStore::Representation
|
|
8951
|
+
command.response_class = Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1UserStore
|
|
8952
|
+
command.params['name'] = name unless name.nil?
|
|
8953
|
+
command.query['updateMask'] = update_mask unless update_mask.nil?
|
|
8954
|
+
command.query['fields'] = fields unless fields.nil?
|
|
8955
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
8956
|
+
execute_or_queue_command(command, &block)
|
|
8957
|
+
end
|
|
8958
|
+
|
|
8820
8959
|
# Lists the User Licenses.
|
|
8821
8960
|
# @param [String] parent
|
|
8822
8961
|
# 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_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.56.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_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-discoveryengine_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-discoveryengine_v1/v0.56.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-discoveryengine_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|