google-apis-discoveryengine_v1 0.19.0 → 0.20.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/discoveryengine_v1/classes.rb +502 -117
- data/lib/google/apis/discoveryengine_v1/gem_version.rb +2 -2
- data/lib/google/apis/discoveryengine_v1/representations.rb +201 -59
- data/lib/google/apis/discoveryengine_v1/service.rb +16 -2
- metadata +3 -3
@@ -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.20.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20241020"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -64,6 +64,12 @@ module Google
|
|
64
64
|
include Google::Apis::Core::JsonObjectSupport
|
65
65
|
end
|
66
66
|
|
67
|
+
class GoogleCloudDiscoveryengineV1AdvancedSiteSearchConfig
|
68
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
69
|
+
|
70
|
+
include Google::Apis::Core::JsonObjectSupport
|
71
|
+
end
|
72
|
+
|
67
73
|
class GoogleCloudDiscoveryengineV1AlloyDbSource
|
68
74
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
69
75
|
|
@@ -388,6 +394,12 @@ module Google
|
|
388
394
|
include Google::Apis::Core::JsonObjectSupport
|
389
395
|
end
|
390
396
|
|
397
|
+
class GoogleCloudDiscoveryengineV1CheckGroundingResponseFactChunk
|
398
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
399
|
+
|
400
|
+
include Google::Apis::Core::JsonObjectSupport
|
401
|
+
end
|
402
|
+
|
391
403
|
class GoogleCloudDiscoveryengineV1CheckGroundingSpec
|
392
404
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
393
405
|
|
@@ -424,6 +436,12 @@ module Google
|
|
424
436
|
include Google::Apis::Core::JsonObjectSupport
|
425
437
|
end
|
426
438
|
|
439
|
+
class GoogleCloudDiscoveryengineV1CmekConfig
|
440
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
441
|
+
|
442
|
+
include Google::Apis::Core::JsonObjectSupport
|
443
|
+
end
|
444
|
+
|
427
445
|
class GoogleCloudDiscoveryengineV1CompleteQueryResponse
|
428
446
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
429
447
|
|
@@ -580,6 +598,12 @@ module Google
|
|
580
598
|
include Google::Apis::Core::JsonObjectSupport
|
581
599
|
end
|
582
600
|
|
601
|
+
class GoogleCloudDiscoveryengineV1DataStoreServingConfigDataStore
|
602
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
603
|
+
|
604
|
+
include Google::Apis::Core::JsonObjectSupport
|
605
|
+
end
|
606
|
+
|
583
607
|
class GoogleCloudDiscoveryengineV1DeleteDataStoreMetadata
|
584
608
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
585
609
|
|
@@ -742,12 +766,6 @@ module Google
|
|
742
766
|
include Google::Apis::Core::JsonObjectSupport
|
743
767
|
end
|
744
768
|
|
745
|
-
class GoogleCloudDiscoveryengineV1FactChunk
|
746
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
747
|
-
|
748
|
-
include Google::Apis::Core::JsonObjectSupport
|
749
|
-
end
|
750
|
-
|
751
769
|
class GoogleCloudDiscoveryengineV1FetchDomainVerificationStatusResponse
|
752
770
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
753
771
|
|
@@ -1324,12 +1342,6 @@ module Google
|
|
1324
1342
|
include Google::Apis::Core::JsonObjectSupport
|
1325
1343
|
end
|
1326
1344
|
|
1327
|
-
class GoogleCloudDiscoveryengineV1ServingConfigDataStore
|
1328
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1329
|
-
|
1330
|
-
include Google::Apis::Core::JsonObjectSupport
|
1331
|
-
end
|
1332
|
-
|
1333
1345
|
class GoogleCloudDiscoveryengineV1Session
|
1334
1346
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1335
1347
|
|
@@ -1420,6 +1432,12 @@ module Google
|
|
1420
1432
|
include Google::Apis::Core::JsonObjectSupport
|
1421
1433
|
end
|
1422
1434
|
|
1435
|
+
class GoogleCloudDiscoveryengineV1UpdateCmekConfigMetadata
|
1436
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1437
|
+
|
1438
|
+
include Google::Apis::Core::JsonObjectSupport
|
1439
|
+
end
|
1440
|
+
|
1423
1441
|
class GoogleCloudDiscoveryengineV1UpdateSchemaMetadata
|
1424
1442
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1425
1443
|
|
@@ -1456,6 +1474,12 @@ module Google
|
|
1456
1474
|
include Google::Apis::Core::JsonObjectSupport
|
1457
1475
|
end
|
1458
1476
|
|
1477
|
+
class GoogleCloudDiscoveryengineV1alphaAdvancedSiteSearchConfig
|
1478
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1479
|
+
|
1480
|
+
include Google::Apis::Core::JsonObjectSupport
|
1481
|
+
end
|
1482
|
+
|
1459
1483
|
class GoogleCloudDiscoveryengineV1alphaAnswer
|
1460
1484
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1461
1485
|
|
@@ -1576,6 +1600,12 @@ module Google
|
|
1576
1600
|
include Google::Apis::Core::JsonObjectSupport
|
1577
1601
|
end
|
1578
1602
|
|
1603
|
+
class GoogleCloudDiscoveryengineV1alphaCmekConfig
|
1604
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1605
|
+
|
1606
|
+
include Google::Apis::Core::JsonObjectSupport
|
1607
|
+
end
|
1608
|
+
|
1579
1609
|
class GoogleCloudDiscoveryengineV1alphaCondition
|
1580
1610
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1581
1611
|
|
@@ -1678,6 +1708,12 @@ module Google
|
|
1678
1708
|
include Google::Apis::Core::JsonObjectSupport
|
1679
1709
|
end
|
1680
1710
|
|
1711
|
+
class GoogleCloudDiscoveryengineV1alphaDataStoreServingConfigDataStore
|
1712
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1713
|
+
|
1714
|
+
include Google::Apis::Core::JsonObjectSupport
|
1715
|
+
end
|
1716
|
+
|
1681
1717
|
class GoogleCloudDiscoveryengineV1alphaDeleteDataStoreMetadata
|
1682
1718
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1683
1719
|
|
@@ -2230,12 +2266,6 @@ module Google
|
|
2230
2266
|
include Google::Apis::Core::JsonObjectSupport
|
2231
2267
|
end
|
2232
2268
|
|
2233
|
-
class GoogleCloudDiscoveryengineV1alphaServingConfigDataStore
|
2234
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2235
|
-
|
2236
|
-
include Google::Apis::Core::JsonObjectSupport
|
2237
|
-
end
|
2238
|
-
|
2239
2269
|
class GoogleCloudDiscoveryengineV1alphaSession
|
2240
2270
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2241
2271
|
|
@@ -2308,6 +2338,12 @@ module Google
|
|
2308
2338
|
include Google::Apis::Core::JsonObjectSupport
|
2309
2339
|
end
|
2310
2340
|
|
2341
|
+
class GoogleCloudDiscoveryengineV1alphaUpdateCmekConfigMetadata
|
2342
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2343
|
+
|
2344
|
+
include Google::Apis::Core::JsonObjectSupport
|
2345
|
+
end
|
2346
|
+
|
2311
2347
|
class GoogleCloudDiscoveryengineV1alphaUpdateSchemaMetadata
|
2312
2348
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2313
2349
|
|
@@ -2332,6 +2368,12 @@ module Google
|
|
2332
2368
|
include Google::Apis::Core::JsonObjectSupport
|
2333
2369
|
end
|
2334
2370
|
|
2371
|
+
class GoogleCloudDiscoveryengineV1betaAdvancedSiteSearchConfig
|
2372
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2373
|
+
|
2374
|
+
include Google::Apis::Core::JsonObjectSupport
|
2375
|
+
end
|
2376
|
+
|
2335
2377
|
class GoogleCloudDiscoveryengineV1betaBatchCreateTargetSiteMetadata
|
2336
2378
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2337
2379
|
|
@@ -2344,6 +2386,12 @@ module Google
|
|
2344
2386
|
include Google::Apis::Core::JsonObjectSupport
|
2345
2387
|
end
|
2346
2388
|
|
2389
|
+
class GoogleCloudDiscoveryengineV1betaCmekConfig
|
2390
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2391
|
+
|
2392
|
+
include Google::Apis::Core::JsonObjectSupport
|
2393
|
+
end
|
2394
|
+
|
2347
2395
|
class GoogleCloudDiscoveryengineV1betaCondition
|
2348
2396
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2349
2397
|
|
@@ -2440,6 +2488,12 @@ module Google
|
|
2440
2488
|
include Google::Apis::Core::JsonObjectSupport
|
2441
2489
|
end
|
2442
2490
|
|
2491
|
+
class GoogleCloudDiscoveryengineV1betaDataStoreServingConfigDataStore
|
2492
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2493
|
+
|
2494
|
+
include Google::Apis::Core::JsonObjectSupport
|
2495
|
+
end
|
2496
|
+
|
2443
2497
|
class GoogleCloudDiscoveryengineV1betaDeleteDataStoreMetadata
|
2444
2498
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2445
2499
|
|
@@ -2878,12 +2932,6 @@ module Google
|
|
2878
2932
|
include Google::Apis::Core::JsonObjectSupport
|
2879
2933
|
end
|
2880
2934
|
|
2881
|
-
class GoogleCloudDiscoveryengineV1betaServingConfigDataStore
|
2882
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2883
|
-
|
2884
|
-
include Google::Apis::Core::JsonObjectSupport
|
2885
|
-
end
|
2886
|
-
|
2887
2935
|
class GoogleCloudDiscoveryengineV1betaSiteVerificationInfo
|
2888
2936
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2889
2937
|
|
@@ -3060,6 +3108,12 @@ module Google
|
|
3060
3108
|
end
|
3061
3109
|
end
|
3062
3110
|
|
3111
|
+
class GoogleCloudDiscoveryengineV1AdvancedSiteSearchConfig
|
3112
|
+
# @private
|
3113
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3114
|
+
end
|
3115
|
+
end
|
3116
|
+
|
3063
3117
|
class GoogleCloudDiscoveryengineV1AlloyDbSource
|
3064
3118
|
# @private
|
3065
3119
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3583,7 +3637,7 @@ module Google
|
|
3583
3637
|
class GoogleCloudDiscoveryengineV1CheckGroundingResponse
|
3584
3638
|
# @private
|
3585
3639
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3586
|
-
collection :cited_chunks, as: 'citedChunks', class: Google::Apis::DiscoveryengineV1::
|
3640
|
+
collection :cited_chunks, as: 'citedChunks', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1CheckGroundingResponseFactChunk, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1CheckGroundingResponseFactChunk::Representation
|
3587
3641
|
|
3588
3642
|
collection :claims, as: 'claims', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1CheckGroundingResponseClaim, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1CheckGroundingResponseClaim::Representation
|
3589
3643
|
|
@@ -3602,6 +3656,14 @@ module Google
|
|
3602
3656
|
end
|
3603
3657
|
end
|
3604
3658
|
|
3659
|
+
class GoogleCloudDiscoveryengineV1CheckGroundingResponseFactChunk
|
3660
|
+
# @private
|
3661
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3662
|
+
property :chunk_text, as: 'chunkText'
|
3663
|
+
property :source, as: 'source'
|
3664
|
+
end
|
3665
|
+
end
|
3666
|
+
|
3605
3667
|
class GoogleCloudDiscoveryengineV1CheckGroundingSpec
|
3606
3668
|
# @private
|
3607
3669
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3665,6 +3727,18 @@ module Google
|
|
3665
3727
|
end
|
3666
3728
|
end
|
3667
3729
|
|
3730
|
+
class GoogleCloudDiscoveryengineV1CmekConfig
|
3731
|
+
# @private
|
3732
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3733
|
+
property :is_default, as: 'isDefault'
|
3734
|
+
property :kms_key, as: 'kmsKey'
|
3735
|
+
property :kms_key_version, as: 'kmsKeyVersion'
|
3736
|
+
property :last_rotation_timestamp_micros, :numeric_string => true, as: 'lastRotationTimestampMicros'
|
3737
|
+
property :name, as: 'name'
|
3738
|
+
property :state, as: 'state'
|
3739
|
+
end
|
3740
|
+
end
|
3741
|
+
|
3668
3742
|
class GoogleCloudDiscoveryengineV1CompleteQueryResponse
|
3669
3743
|
# @private
|
3670
3744
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3708,6 +3782,7 @@ module Google
|
|
3708
3782
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3709
3783
|
collection :active_time_range, as: 'activeTimeRange', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1ConditionTimeRange, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1ConditionTimeRange::Representation
|
3710
3784
|
|
3785
|
+
property :query_regex, as: 'queryRegex'
|
3711
3786
|
collection :query_terms, as: 'queryTerms', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1ConditionQueryTerm, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1ConditionQueryTerm::Representation
|
3712
3787
|
|
3713
3788
|
end
|
@@ -3909,8 +3984,12 @@ module Google
|
|
3909
3984
|
class GoogleCloudDiscoveryengineV1DataStore
|
3910
3985
|
# @private
|
3911
3986
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3987
|
+
property :advanced_site_search_config, as: 'advancedSiteSearchConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AdvancedSiteSearchConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AdvancedSiteSearchConfig::Representation
|
3988
|
+
|
3912
3989
|
property :billing_estimation, as: 'billingEstimation', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1DataStoreBillingEstimation, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1DataStoreBillingEstimation::Representation
|
3913
3990
|
|
3991
|
+
property :cmek_config, as: 'cmekConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1CmekConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1CmekConfig::Representation
|
3992
|
+
|
3914
3993
|
property :content_config, as: 'contentConfig'
|
3915
3994
|
property :create_time, as: 'createTime'
|
3916
3995
|
property :default_schema_id, as: 'defaultSchemaId'
|
@@ -3918,8 +3997,9 @@ module Google
|
|
3918
3997
|
property :document_processing_config, as: 'documentProcessingConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1DocumentProcessingConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1DocumentProcessingConfig::Representation
|
3919
3998
|
|
3920
3999
|
property :industry_vertical, as: 'industryVertical'
|
4000
|
+
property :kms_key_name, as: 'kmsKeyName'
|
3921
4001
|
property :name, as: 'name'
|
3922
|
-
property :serving_config_data_store, as: 'servingConfigDataStore', class: Google::Apis::DiscoveryengineV1::
|
4002
|
+
property :serving_config_data_store, as: 'servingConfigDataStore', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1DataStoreServingConfigDataStore, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1DataStoreServingConfigDataStore::Representation
|
3923
4003
|
|
3924
4004
|
collection :solution_types, as: 'solutionTypes'
|
3925
4005
|
property :starting_schema, as: 'startingSchema', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1Schema, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1Schema::Representation
|
@@ -3941,6 +4021,13 @@ module Google
|
|
3941
4021
|
end
|
3942
4022
|
end
|
3943
4023
|
|
4024
|
+
class GoogleCloudDiscoveryengineV1DataStoreServingConfigDataStore
|
4025
|
+
# @private
|
4026
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4027
|
+
property :disabled_for_serving, as: 'disabledForServing'
|
4028
|
+
end
|
4029
|
+
end
|
4030
|
+
|
3944
4031
|
class GoogleCloudDiscoveryengineV1DeleteDataStoreMetadata
|
3945
4032
|
# @private
|
3946
4033
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4185,16 +4272,6 @@ module Google
|
|
4185
4272
|
end
|
4186
4273
|
end
|
4187
4274
|
|
4188
|
-
class GoogleCloudDiscoveryengineV1FactChunk
|
4189
|
-
# @private
|
4190
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
4191
|
-
property :chunk_text, as: 'chunkText'
|
4192
|
-
property :index, as: 'index'
|
4193
|
-
property :source, as: 'source'
|
4194
|
-
hash :source_metadata, as: 'sourceMetadata'
|
4195
|
-
end
|
4196
|
-
end
|
4197
|
-
|
4198
4275
|
class GoogleCloudDiscoveryengineV1FetchDomainVerificationStatusResponse
|
4199
4276
|
# @private
|
4200
4277
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4809,6 +4886,7 @@ module Google
|
|
4809
4886
|
|
4810
4887
|
property :language_code, as: 'languageCode'
|
4811
4888
|
property :offset, as: 'offset'
|
4889
|
+
property :one_box_page_size, as: 'oneBoxPageSize'
|
4812
4890
|
property :order_by, as: 'orderBy'
|
4813
4891
|
property :page_size, as: 'pageSize'
|
4814
4892
|
property :page_token, as: 'pageToken'
|
@@ -5156,13 +5234,6 @@ module Google
|
|
5156
5234
|
end
|
5157
5235
|
end
|
5158
5236
|
|
5159
|
-
class GoogleCloudDiscoveryengineV1ServingConfigDataStore
|
5160
|
-
# @private
|
5161
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
5162
|
-
property :disabled_for_serving, as: 'disabledForServing'
|
5163
|
-
end
|
5164
|
-
end
|
5165
|
-
|
5166
5237
|
class GoogleCloudDiscoveryengineV1Session
|
5167
5238
|
# @private
|
5168
5239
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5316,6 +5387,14 @@ module Google
|
|
5316
5387
|
end
|
5317
5388
|
end
|
5318
5389
|
|
5390
|
+
class GoogleCloudDiscoveryengineV1UpdateCmekConfigMetadata
|
5391
|
+
# @private
|
5392
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5393
|
+
property :create_time, as: 'createTime'
|
5394
|
+
property :update_time, as: 'updateTime'
|
5395
|
+
end
|
5396
|
+
end
|
5397
|
+
|
5319
5398
|
class GoogleCloudDiscoveryengineV1UpdateSchemaMetadata
|
5320
5399
|
# @private
|
5321
5400
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5394,6 +5473,14 @@ module Google
|
|
5394
5473
|
end
|
5395
5474
|
end
|
5396
5475
|
|
5476
|
+
class GoogleCloudDiscoveryengineV1alphaAdvancedSiteSearchConfig
|
5477
|
+
# @private
|
5478
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5479
|
+
property :disable_automatic_refresh, as: 'disableAutomaticRefresh'
|
5480
|
+
property :disable_initial_index, as: 'disableInitialIndex'
|
5481
|
+
end
|
5482
|
+
end
|
5483
|
+
|
5397
5484
|
class GoogleCloudDiscoveryengineV1alphaAnswer
|
5398
5485
|
# @private
|
5399
5486
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5594,11 +5681,24 @@ module Google
|
|
5594
5681
|
end
|
5595
5682
|
end
|
5596
5683
|
|
5684
|
+
class GoogleCloudDiscoveryengineV1alphaCmekConfig
|
5685
|
+
# @private
|
5686
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5687
|
+
property :is_default, as: 'isDefault'
|
5688
|
+
property :kms_key, as: 'kmsKey'
|
5689
|
+
property :kms_key_version, as: 'kmsKeyVersion'
|
5690
|
+
property :last_rotation_timestamp_micros, :numeric_string => true, as: 'lastRotationTimestampMicros'
|
5691
|
+
property :name, as: 'name'
|
5692
|
+
property :state, as: 'state'
|
5693
|
+
end
|
5694
|
+
end
|
5695
|
+
|
5597
5696
|
class GoogleCloudDiscoveryengineV1alphaCondition
|
5598
5697
|
# @private
|
5599
5698
|
class Representation < Google::Apis::Core::JsonRepresentation
|
5600
5699
|
collection :active_time_range, as: 'activeTimeRange', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaConditionTimeRange, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaConditionTimeRange::Representation
|
5601
5700
|
|
5701
|
+
property :query_regex, as: 'queryRegex'
|
5602
5702
|
collection :query_terms, as: 'queryTerms', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaConditionQueryTerm, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaConditionQueryTerm::Representation
|
5603
5703
|
|
5604
5704
|
end
|
@@ -5735,8 +5835,12 @@ module Google
|
|
5735
5835
|
# @private
|
5736
5836
|
class Representation < Google::Apis::Core::JsonRepresentation
|
5737
5837
|
property :acl_enabled, as: 'aclEnabled'
|
5838
|
+
property :advanced_site_search_config, as: 'advancedSiteSearchConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAdvancedSiteSearchConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAdvancedSiteSearchConfig::Representation
|
5839
|
+
|
5738
5840
|
property :billing_estimation, as: 'billingEstimation', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaDataStoreBillingEstimation, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaDataStoreBillingEstimation::Representation
|
5739
5841
|
|
5842
|
+
property :cmek_config, as: 'cmekConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaCmekConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaCmekConfig::Representation
|
5843
|
+
|
5740
5844
|
property :content_config, as: 'contentConfig'
|
5741
5845
|
property :create_time, as: 'createTime'
|
5742
5846
|
property :default_schema_id, as: 'defaultSchemaId'
|
@@ -5746,12 +5850,13 @@ module Google
|
|
5746
5850
|
property :idp_config, as: 'idpConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaIdpConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaIdpConfig::Representation
|
5747
5851
|
|
5748
5852
|
property :industry_vertical, as: 'industryVertical'
|
5853
|
+
property :kms_key_name, as: 'kmsKeyName'
|
5749
5854
|
property :language_info, as: 'languageInfo', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaLanguageInfo, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaLanguageInfo::Representation
|
5750
5855
|
|
5751
5856
|
property :name, as: 'name'
|
5752
5857
|
property :natural_language_query_understanding_config, as: 'naturalLanguageQueryUnderstandingConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaNaturalLanguageQueryUnderstandingConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaNaturalLanguageQueryUnderstandingConfig::Representation
|
5753
5858
|
|
5754
|
-
property :serving_config_data_store, as: 'servingConfigDataStore', class: Google::Apis::DiscoveryengineV1::
|
5859
|
+
property :serving_config_data_store, as: 'servingConfigDataStore', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaDataStoreServingConfigDataStore, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaDataStoreServingConfigDataStore::Representation
|
5755
5860
|
|
5756
5861
|
collection :solution_types, as: 'solutionTypes'
|
5757
5862
|
property :starting_schema, as: 'startingSchema', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaSchema, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaSchema::Representation
|
@@ -5773,6 +5878,13 @@ module Google
|
|
5773
5878
|
end
|
5774
5879
|
end
|
5775
5880
|
|
5881
|
+
class GoogleCloudDiscoveryengineV1alphaDataStoreServingConfigDataStore
|
5882
|
+
# @private
|
5883
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5884
|
+
property :disabled_for_serving, as: 'disabledForServing'
|
5885
|
+
end
|
5886
|
+
end
|
5887
|
+
|
5776
5888
|
class GoogleCloudDiscoveryengineV1alphaDeleteDataStoreMetadata
|
5777
5889
|
# @private
|
5778
5890
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6370,10 +6482,13 @@ module Google
|
|
6370
6482
|
class Representation < Google::Apis::Core::JsonRepresentation
|
6371
6483
|
property :create_time, as: 'createTime'
|
6372
6484
|
collection :invalid_uris, as: 'invalidUris'
|
6485
|
+
property :invalid_uris_count, as: 'invalidUrisCount'
|
6373
6486
|
property :pending_count, as: 'pendingCount'
|
6374
6487
|
property :quota_exceeded_count, as: 'quotaExceededCount'
|
6375
6488
|
property :success_count, as: 'successCount'
|
6376
6489
|
property :update_time, as: 'updateTime'
|
6490
|
+
collection :uris_not_matching_target_sites, as: 'urisNotMatchingTargetSites'
|
6491
|
+
property :uris_not_matching_target_sites_count, as: 'urisNotMatchingTargetSitesCount'
|
6377
6492
|
property :valid_uris_count, as: 'validUrisCount'
|
6378
6493
|
end
|
6379
6494
|
end
|
@@ -6439,6 +6554,7 @@ module Google
|
|
6439
6554
|
property :natural_language_query_understanding_spec, as: 'naturalLanguageQueryUnderstandingSpec', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaSearchRequestNaturalLanguageQueryUnderstandingSpec, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaSearchRequestNaturalLanguageQueryUnderstandingSpec::Representation
|
6440
6555
|
|
6441
6556
|
property :offset, as: 'offset'
|
6557
|
+
property :one_box_page_size, as: 'oneBoxPageSize'
|
6442
6558
|
property :order_by, as: 'orderBy'
|
6443
6559
|
property :page_size, as: 'pageSize'
|
6444
6560
|
property :page_token, as: 'pageToken'
|
@@ -6680,13 +6796,6 @@ module Google
|
|
6680
6796
|
end
|
6681
6797
|
end
|
6682
6798
|
|
6683
|
-
class GoogleCloudDiscoveryengineV1alphaServingConfigDataStore
|
6684
|
-
# @private
|
6685
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
6686
|
-
property :disabled_for_serving, as: 'disabledForServing'
|
6687
|
-
end
|
6688
|
-
end
|
6689
|
-
|
6690
6799
|
class GoogleCloudDiscoveryengineV1alphaSession
|
6691
6800
|
# @private
|
6692
6801
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6798,6 +6907,14 @@ module Google
|
|
6798
6907
|
end
|
6799
6908
|
end
|
6800
6909
|
|
6910
|
+
class GoogleCloudDiscoveryengineV1alphaUpdateCmekConfigMetadata
|
6911
|
+
# @private
|
6912
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6913
|
+
property :create_time, as: 'createTime'
|
6914
|
+
property :update_time, as: 'updateTime'
|
6915
|
+
end
|
6916
|
+
end
|
6917
|
+
|
6801
6918
|
class GoogleCloudDiscoveryengineV1alphaUpdateSchemaMetadata
|
6802
6919
|
# @private
|
6803
6920
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6832,6 +6949,12 @@ module Google
|
|
6832
6949
|
end
|
6833
6950
|
end
|
6834
6951
|
|
6952
|
+
class GoogleCloudDiscoveryengineV1betaAdvancedSiteSearchConfig
|
6953
|
+
# @private
|
6954
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6955
|
+
end
|
6956
|
+
end
|
6957
|
+
|
6835
6958
|
class GoogleCloudDiscoveryengineV1betaBatchCreateTargetSiteMetadata
|
6836
6959
|
# @private
|
6837
6960
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6848,11 +6971,24 @@ module Google
|
|
6848
6971
|
end
|
6849
6972
|
end
|
6850
6973
|
|
6974
|
+
class GoogleCloudDiscoveryengineV1betaCmekConfig
|
6975
|
+
# @private
|
6976
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6977
|
+
property :is_default, as: 'isDefault'
|
6978
|
+
property :kms_key, as: 'kmsKey'
|
6979
|
+
property :kms_key_version, as: 'kmsKeyVersion'
|
6980
|
+
property :last_rotation_timestamp_micros, :numeric_string => true, as: 'lastRotationTimestampMicros'
|
6981
|
+
property :name, as: 'name'
|
6982
|
+
property :state, as: 'state'
|
6983
|
+
end
|
6984
|
+
end
|
6985
|
+
|
6851
6986
|
class GoogleCloudDiscoveryengineV1betaCondition
|
6852
6987
|
# @private
|
6853
6988
|
class Representation < Google::Apis::Core::JsonRepresentation
|
6854
6989
|
collection :active_time_range, as: 'activeTimeRange', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaConditionTimeRange, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaConditionTimeRange::Representation
|
6855
6990
|
|
6991
|
+
property :query_regex, as: 'queryRegex'
|
6856
6992
|
collection :query_terms, as: 'queryTerms', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaConditionQueryTerm, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaConditionQueryTerm::Representation
|
6857
6993
|
|
6858
6994
|
end
|
@@ -6981,8 +7117,12 @@ module Google
|
|
6981
7117
|
class GoogleCloudDiscoveryengineV1betaDataStore
|
6982
7118
|
# @private
|
6983
7119
|
class Representation < Google::Apis::Core::JsonRepresentation
|
7120
|
+
property :advanced_site_search_config, as: 'advancedSiteSearchConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaAdvancedSiteSearchConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaAdvancedSiteSearchConfig::Representation
|
7121
|
+
|
6984
7122
|
property :billing_estimation, as: 'billingEstimation', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaDataStoreBillingEstimation, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaDataStoreBillingEstimation::Representation
|
6985
7123
|
|
7124
|
+
property :cmek_config, as: 'cmekConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaCmekConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaCmekConfig::Representation
|
7125
|
+
|
6986
7126
|
property :content_config, as: 'contentConfig'
|
6987
7127
|
property :create_time, as: 'createTime'
|
6988
7128
|
property :default_schema_id, as: 'defaultSchemaId'
|
@@ -6990,12 +7130,13 @@ module Google
|
|
6990
7130
|
property :document_processing_config, as: 'documentProcessingConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaDocumentProcessingConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaDocumentProcessingConfig::Representation
|
6991
7131
|
|
6992
7132
|
property :industry_vertical, as: 'industryVertical'
|
7133
|
+
property :kms_key_name, as: 'kmsKeyName'
|
6993
7134
|
property :language_info, as: 'languageInfo', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaLanguageInfo, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaLanguageInfo::Representation
|
6994
7135
|
|
6995
7136
|
property :name, as: 'name'
|
6996
7137
|
property :natural_language_query_understanding_config, as: 'naturalLanguageQueryUnderstandingConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaNaturalLanguageQueryUnderstandingConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaNaturalLanguageQueryUnderstandingConfig::Representation
|
6997
7138
|
|
6998
|
-
property :serving_config_data_store, as: 'servingConfigDataStore', class: Google::Apis::DiscoveryengineV1::
|
7139
|
+
property :serving_config_data_store, as: 'servingConfigDataStore', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaDataStoreServingConfigDataStore, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaDataStoreServingConfigDataStore::Representation
|
6999
7140
|
|
7000
7141
|
collection :solution_types, as: 'solutionTypes'
|
7001
7142
|
property :starting_schema, as: 'startingSchema', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaSchema, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaSchema::Representation
|
@@ -7017,6 +7158,13 @@ module Google
|
|
7017
7158
|
end
|
7018
7159
|
end
|
7019
7160
|
|
7161
|
+
class GoogleCloudDiscoveryengineV1betaDataStoreServingConfigDataStore
|
7162
|
+
# @private
|
7163
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7164
|
+
property :disabled_for_serving, as: 'disabledForServing'
|
7165
|
+
end
|
7166
|
+
end
|
7167
|
+
|
7020
7168
|
class GoogleCloudDiscoveryengineV1betaDeleteDataStoreMetadata
|
7021
7169
|
# @private
|
7022
7170
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -7501,6 +7649,7 @@ module Google
|
|
7501
7649
|
property :natural_language_query_understanding_spec, as: 'naturalLanguageQueryUnderstandingSpec', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaSearchRequestNaturalLanguageQueryUnderstandingSpec, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaSearchRequestNaturalLanguageQueryUnderstandingSpec::Representation
|
7502
7650
|
|
7503
7651
|
property :offset, as: 'offset'
|
7652
|
+
property :one_box_page_size, as: 'oneBoxPageSize'
|
7504
7653
|
property :order_by, as: 'orderBy'
|
7505
7654
|
property :page_size, as: 'pageSize'
|
7506
7655
|
property :page_token, as: 'pageToken'
|
@@ -7742,13 +7891,6 @@ module Google
|
|
7742
7891
|
end
|
7743
7892
|
end
|
7744
7893
|
|
7745
|
-
class GoogleCloudDiscoveryengineV1betaServingConfigDataStore
|
7746
|
-
# @private
|
7747
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
7748
|
-
property :disabled_for_serving, as: 'disabledForServing'
|
7749
|
-
end
|
7750
|
-
end
|
7751
|
-
|
7752
7894
|
class GoogleCloudDiscoveryengineV1betaSiteVerificationInfo
|
7753
7895
|
# @private
|
7754
7896
|
class Representation < Google::Apis::Core::JsonRepresentation
|