google-apis-discoveryengine_v1beta 0.82.0 → 0.84.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 +1378 -81
- data/lib/google/apis/discoveryengine_v1beta/gem_version.rb +2 -2
- data/lib/google/apis/discoveryengine_v1beta/representations.rb +492 -0
- data/lib/google/apis/discoveryengine_v1beta/service.rb +135 -15
- metadata +2 -2
@@ -202,12 +202,30 @@ module Google
|
|
202
202
|
include Google::Apis::Core::JsonObjectSupport
|
203
203
|
end
|
204
204
|
|
205
|
+
class GoogleCloudDiscoveryengineV1ActionConfig
|
206
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
207
|
+
|
208
|
+
include Google::Apis::Core::JsonObjectSupport
|
209
|
+
end
|
210
|
+
|
205
211
|
class GoogleCloudDiscoveryengineV1AdvancedSiteSearchConfig
|
206
212
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
207
213
|
|
208
214
|
include Google::Apis::Core::JsonObjectSupport
|
209
215
|
end
|
210
216
|
|
217
|
+
class GoogleCloudDiscoveryengineV1AlertPolicyConfig
|
218
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
219
|
+
|
220
|
+
include Google::Apis::Core::JsonObjectSupport
|
221
|
+
end
|
222
|
+
|
223
|
+
class GoogleCloudDiscoveryengineV1AlertPolicyConfigAlertEnrollment
|
224
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
225
|
+
|
226
|
+
include Google::Apis::Core::JsonObjectSupport
|
227
|
+
end
|
228
|
+
|
211
229
|
class GoogleCloudDiscoveryengineV1AnswerGenerationSpec
|
212
230
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
213
231
|
|
@@ -268,6 +286,12 @@ module Google
|
|
268
286
|
include Google::Apis::Core::JsonObjectSupport
|
269
287
|
end
|
270
288
|
|
289
|
+
class GoogleCloudDiscoveryengineV1BapConfig
|
290
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
291
|
+
|
292
|
+
include Google::Apis::Core::JsonObjectSupport
|
293
|
+
end
|
294
|
+
|
271
295
|
class GoogleCloudDiscoveryengineV1BatchCreateTargetSiteMetadata
|
272
296
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
273
297
|
|
@@ -298,6 +322,12 @@ module Google
|
|
298
322
|
include Google::Apis::Core::JsonObjectSupport
|
299
323
|
end
|
300
324
|
|
325
|
+
class GoogleCloudDiscoveryengineV1Collection
|
326
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
327
|
+
|
328
|
+
include Google::Apis::Core::JsonObjectSupport
|
329
|
+
end
|
330
|
+
|
301
331
|
class GoogleCloudDiscoveryengineV1Condition
|
302
332
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
303
333
|
|
@@ -394,6 +424,42 @@ module Google
|
|
394
424
|
include Google::Apis::Core::JsonObjectSupport
|
395
425
|
end
|
396
426
|
|
427
|
+
class GoogleCloudDiscoveryengineV1DataConnector
|
428
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
429
|
+
|
430
|
+
include Google::Apis::Core::JsonObjectSupport
|
431
|
+
end
|
432
|
+
|
433
|
+
class GoogleCloudDiscoveryengineV1DataConnectorEndUserConfig
|
434
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
435
|
+
|
436
|
+
include Google::Apis::Core::JsonObjectSupport
|
437
|
+
end
|
438
|
+
|
439
|
+
class GoogleCloudDiscoveryengineV1DataConnectorFederatedConfig
|
440
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
441
|
+
|
442
|
+
include Google::Apis::Core::JsonObjectSupport
|
443
|
+
end
|
444
|
+
|
445
|
+
class GoogleCloudDiscoveryengineV1DataConnectorRealtimeSyncConfig
|
446
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
447
|
+
|
448
|
+
include Google::Apis::Core::JsonObjectSupport
|
449
|
+
end
|
450
|
+
|
451
|
+
class GoogleCloudDiscoveryengineV1DataConnectorRealtimeSyncConfigStreamingError
|
452
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
453
|
+
|
454
|
+
include Google::Apis::Core::JsonObjectSupport
|
455
|
+
end
|
456
|
+
|
457
|
+
class GoogleCloudDiscoveryengineV1DataConnectorSourceEntity
|
458
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
459
|
+
|
460
|
+
include Google::Apis::Core::JsonObjectSupport
|
461
|
+
end
|
462
|
+
|
397
463
|
class GoogleCloudDiscoveryengineV1DataStore
|
398
464
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
399
465
|
|
@@ -418,6 +484,12 @@ module Google
|
|
418
484
|
include Google::Apis::Core::JsonObjectSupport
|
419
485
|
end
|
420
486
|
|
487
|
+
class GoogleCloudDiscoveryengineV1DeleteCollectionMetadata
|
488
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
489
|
+
|
490
|
+
include Google::Apis::Core::JsonObjectSupport
|
491
|
+
end
|
492
|
+
|
421
493
|
class GoogleCloudDiscoveryengineV1DeleteDataStoreMetadata
|
422
494
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
423
495
|
|
@@ -454,6 +526,18 @@ module Google
|
|
454
526
|
include Google::Apis::Core::JsonObjectSupport
|
455
527
|
end
|
456
528
|
|
529
|
+
class GoogleCloudDiscoveryengineV1DestinationConfig
|
530
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
531
|
+
|
532
|
+
include Google::Apis::Core::JsonObjectSupport
|
533
|
+
end
|
534
|
+
|
535
|
+
class GoogleCloudDiscoveryengineV1DestinationConfigDestination
|
536
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
537
|
+
|
538
|
+
include Google::Apis::Core::JsonObjectSupport
|
539
|
+
end
|
540
|
+
|
457
541
|
class GoogleCloudDiscoveryengineV1DisableAdvancedSiteSearchMetadata
|
458
542
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
459
543
|
|
@@ -598,6 +682,12 @@ module Google
|
|
598
682
|
include Google::Apis::Core::JsonObjectSupport
|
599
683
|
end
|
600
684
|
|
685
|
+
class GoogleCloudDiscoveryengineV1IdentityScheduleConfig
|
686
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
687
|
+
|
688
|
+
include Google::Apis::Core::JsonObjectSupport
|
689
|
+
end
|
690
|
+
|
601
691
|
class GoogleCloudDiscoveryengineV1IdpConfig
|
602
692
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
603
693
|
|
@@ -676,6 +766,24 @@ module Google
|
|
676
766
|
include Google::Apis::Core::JsonObjectSupport
|
677
767
|
end
|
678
768
|
|
769
|
+
class GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfig
|
770
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
771
|
+
|
772
|
+
include Google::Apis::Core::JsonObjectSupport
|
773
|
+
end
|
774
|
+
|
775
|
+
class GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfigNotebooklmConfig
|
776
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
777
|
+
|
778
|
+
include Google::Apis::Core::JsonObjectSupport
|
779
|
+
end
|
780
|
+
|
781
|
+
class GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfigNotebooklmConfigModelArmorConfig
|
782
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
783
|
+
|
784
|
+
include Google::Apis::Core::JsonObjectSupport
|
785
|
+
end
|
786
|
+
|
679
787
|
class GoogleCloudDiscoveryengineV1ProjectServiceTerms
|
680
788
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
681
789
|
|
@@ -796,6 +904,12 @@ module Google
|
|
796
904
|
include Google::Apis::Core::JsonObjectSupport
|
797
905
|
end
|
798
906
|
|
907
|
+
class GoogleCloudDiscoveryengineV1SetUpDataConnectorMetadata
|
908
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
909
|
+
|
910
|
+
include Google::Apis::Core::JsonObjectSupport
|
911
|
+
end
|
912
|
+
|
799
913
|
class GoogleCloudDiscoveryengineV1SingleRegionKey
|
800
914
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
801
915
|
|
@@ -832,6 +946,12 @@ module Google
|
|
832
946
|
include Google::Apis::Core::JsonObjectSupport
|
833
947
|
end
|
834
948
|
|
949
|
+
class GoogleCloudDiscoveryengineV1Tenant
|
950
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
951
|
+
|
952
|
+
include Google::Apis::Core::JsonObjectSupport
|
953
|
+
end
|
954
|
+
|
835
955
|
class GoogleCloudDiscoveryengineV1TrainCustomModelMetadata
|
836
956
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
837
957
|
|
@@ -1684,6 +1804,24 @@ module Google
|
|
1684
1804
|
include Google::Apis::Core::JsonObjectSupport
|
1685
1805
|
end
|
1686
1806
|
|
1807
|
+
class GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfig
|
1808
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1809
|
+
|
1810
|
+
include Google::Apis::Core::JsonObjectSupport
|
1811
|
+
end
|
1812
|
+
|
1813
|
+
class GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfigNotebooklmConfig
|
1814
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1815
|
+
|
1816
|
+
include Google::Apis::Core::JsonObjectSupport
|
1817
|
+
end
|
1818
|
+
|
1819
|
+
class GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfigNotebooklmConfigModelArmorConfig
|
1820
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1821
|
+
|
1822
|
+
include Google::Apis::Core::JsonObjectSupport
|
1823
|
+
end
|
1824
|
+
|
1687
1825
|
class GoogleCloudDiscoveryengineV1alphaProjectServiceTerms
|
1688
1826
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1689
1827
|
|
@@ -1960,6 +2098,12 @@ module Google
|
|
1960
2098
|
include Google::Apis::Core::JsonObjectSupport
|
1961
2099
|
end
|
1962
2100
|
|
2101
|
+
class GoogleCloudDiscoveryengineV1alphaSearchRequestSearchAddonSpec
|
2102
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2103
|
+
|
2104
|
+
include Google::Apis::Core::JsonObjectSupport
|
2105
|
+
end
|
2106
|
+
|
1963
2107
|
class GoogleCloudDiscoveryengineV1alphaSearchRequestSearchAsYouTypeSpec
|
1964
2108
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1965
2109
|
|
@@ -3700,6 +3844,24 @@ module Google
|
|
3700
3844
|
include Google::Apis::Core::JsonObjectSupport
|
3701
3845
|
end
|
3702
3846
|
|
3847
|
+
class GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfig
|
3848
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3849
|
+
|
3850
|
+
include Google::Apis::Core::JsonObjectSupport
|
3851
|
+
end
|
3852
|
+
|
3853
|
+
class GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfigNotebooklmConfig
|
3854
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3855
|
+
|
3856
|
+
include Google::Apis::Core::JsonObjectSupport
|
3857
|
+
end
|
3858
|
+
|
3859
|
+
class GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfigNotebooklmConfigModelArmorConfig
|
3860
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3861
|
+
|
3862
|
+
include Google::Apis::Core::JsonObjectSupport
|
3863
|
+
end
|
3864
|
+
|
3703
3865
|
class GoogleCloudDiscoveryengineV1betaProjectServiceTerms
|
3704
3866
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3705
3867
|
|
@@ -4096,6 +4258,12 @@ module Google
|
|
4096
4258
|
include Google::Apis::Core::JsonObjectSupport
|
4097
4259
|
end
|
4098
4260
|
|
4261
|
+
class GoogleCloudDiscoveryengineV1betaSearchRequestSearchAddonSpec
|
4262
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4263
|
+
|
4264
|
+
include Google::Apis::Core::JsonObjectSupport
|
4265
|
+
end
|
4266
|
+
|
4099
4267
|
class GoogleCloudDiscoveryengineV1betaSearchRequestSearchAsYouTypeSpec
|
4100
4268
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4101
4269
|
|
@@ -4951,6 +5119,17 @@ module Google
|
|
4951
5119
|
end
|
4952
5120
|
end
|
4953
5121
|
|
5122
|
+
class GoogleCloudDiscoveryengineV1ActionConfig
|
5123
|
+
# @private
|
5124
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5125
|
+
hash :action_params, as: 'actionParams'
|
5126
|
+
property :is_action_configured, as: 'isActionConfigured'
|
5127
|
+
property :json_action_params, as: 'jsonActionParams'
|
5128
|
+
property :service_name, as: 'serviceName'
|
5129
|
+
property :use_static_secrets, as: 'useStaticSecrets'
|
5130
|
+
end
|
5131
|
+
end
|
5132
|
+
|
4954
5133
|
class GoogleCloudDiscoveryengineV1AdvancedSiteSearchConfig
|
4955
5134
|
# @private
|
4956
5135
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4959,6 +5138,23 @@ module Google
|
|
4959
5138
|
end
|
4960
5139
|
end
|
4961
5140
|
|
5141
|
+
class GoogleCloudDiscoveryengineV1AlertPolicyConfig
|
5142
|
+
# @private
|
5143
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5144
|
+
collection :alert_enrollments, as: 'alertEnrollments', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1AlertPolicyConfigAlertEnrollment, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1AlertPolicyConfigAlertEnrollment::Representation
|
5145
|
+
|
5146
|
+
property :alert_policy_name, as: 'alertPolicyName'
|
5147
|
+
end
|
5148
|
+
end
|
5149
|
+
|
5150
|
+
class GoogleCloudDiscoveryengineV1AlertPolicyConfigAlertEnrollment
|
5151
|
+
# @private
|
5152
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5153
|
+
property :alert_id, as: 'alertId'
|
5154
|
+
property :enroll_state, as: 'enrollState'
|
5155
|
+
end
|
5156
|
+
end
|
5157
|
+
|
4962
5158
|
class GoogleCloudDiscoveryengineV1AnswerGenerationSpec
|
4963
5159
|
# @private
|
4964
5160
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5055,6 +5251,14 @@ module Google
|
|
5055
5251
|
end
|
5056
5252
|
end
|
5057
5253
|
|
5254
|
+
class GoogleCloudDiscoveryengineV1BapConfig
|
5255
|
+
# @private
|
5256
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5257
|
+
collection :enabled_actions, as: 'enabledActions'
|
5258
|
+
collection :supported_connector_modes, as: 'supportedConnectorModes'
|
5259
|
+
end
|
5260
|
+
end
|
5261
|
+
|
5058
5262
|
class GoogleCloudDiscoveryengineV1BatchCreateTargetSiteMetadata
|
5059
5263
|
# @private
|
5060
5264
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5106,6 +5310,15 @@ module Google
|
|
5106
5310
|
end
|
5107
5311
|
end
|
5108
5312
|
|
5313
|
+
class GoogleCloudDiscoveryengineV1Collection
|
5314
|
+
# @private
|
5315
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5316
|
+
property :create_time, as: 'createTime'
|
5317
|
+
property :display_name, as: 'displayName'
|
5318
|
+
property :name, as: 'name'
|
5319
|
+
end
|
5320
|
+
end
|
5321
|
+
|
5109
5322
|
class GoogleCloudDiscoveryengineV1Condition
|
5110
5323
|
# @private
|
5111
5324
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5258,6 +5471,116 @@ module Google
|
|
5258
5471
|
end
|
5259
5472
|
end
|
5260
5473
|
|
5474
|
+
class GoogleCloudDiscoveryengineV1DataConnector
|
5475
|
+
# @private
|
5476
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5477
|
+
property :acl_enabled, as: 'aclEnabled'
|
5478
|
+
property :action_config, as: 'actionConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1ActionConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1ActionConfig::Representation
|
5479
|
+
|
5480
|
+
property :action_state, as: 'actionState'
|
5481
|
+
collection :alert_policy_configs, as: 'alertPolicyConfigs', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1AlertPolicyConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1AlertPolicyConfig::Representation
|
5482
|
+
|
5483
|
+
property :auto_run_disabled, as: 'autoRunDisabled'
|
5484
|
+
property :bap_config, as: 'bapConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1BapConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1BapConfig::Representation
|
5485
|
+
|
5486
|
+
collection :blocking_reasons, as: 'blockingReasons'
|
5487
|
+
collection :connector_modes, as: 'connectorModes'
|
5488
|
+
property :connector_type, as: 'connectorType'
|
5489
|
+
property :create_eua_saas, as: 'createEuaSaas'
|
5490
|
+
property :create_time, as: 'createTime'
|
5491
|
+
property :data_source, as: 'dataSource'
|
5492
|
+
collection :destination_configs, as: 'destinationConfigs', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1DestinationConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1DestinationConfig::Representation
|
5493
|
+
|
5494
|
+
property :end_user_config, as: 'endUserConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1DataConnectorEndUserConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1DataConnectorEndUserConfig::Representation
|
5495
|
+
|
5496
|
+
collection :entities, as: 'entities', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1DataConnectorSourceEntity, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1DataConnectorSourceEntity::Representation
|
5497
|
+
|
5498
|
+
collection :errors, as: 'errors', class: Google::Apis::DiscoveryengineV1beta::GoogleRpcStatus, decorator: Google::Apis::DiscoveryengineV1beta::GoogleRpcStatus::Representation
|
5499
|
+
|
5500
|
+
property :federated_config, as: 'federatedConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1DataConnectorFederatedConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1DataConnectorFederatedConfig::Representation
|
5501
|
+
|
5502
|
+
property :hybrid_ingestion_disabled, as: 'hybridIngestionDisabled'
|
5503
|
+
property :identity_refresh_interval, as: 'identityRefreshInterval'
|
5504
|
+
property :identity_schedule_config, as: 'identityScheduleConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1IdentityScheduleConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1IdentityScheduleConfig::Representation
|
5505
|
+
|
5506
|
+
property :incremental_refresh_interval, as: 'incrementalRefreshInterval'
|
5507
|
+
property :incremental_sync_disabled, as: 'incrementalSyncDisabled'
|
5508
|
+
property :json_params, as: 'jsonParams'
|
5509
|
+
property :kms_key_name, as: 'kmsKeyName'
|
5510
|
+
property :last_sync_time, as: 'lastSyncTime'
|
5511
|
+
property :latest_pause_time, as: 'latestPauseTime'
|
5512
|
+
property :name, as: 'name'
|
5513
|
+
property :next_sync_time, as: 'nextSyncTime', class: Google::Apis::DiscoveryengineV1beta::GoogleTypeDateTime, decorator: Google::Apis::DiscoveryengineV1beta::GoogleTypeDateTime::Representation
|
5514
|
+
|
5515
|
+
hash :params, as: 'params'
|
5516
|
+
property :private_connectivity_project_id, as: 'privateConnectivityProjectId'
|
5517
|
+
property :realtime_state, as: 'realtimeState'
|
5518
|
+
property :realtime_sync_config, as: 'realtimeSyncConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1DataConnectorRealtimeSyncConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1DataConnectorRealtimeSyncConfig::Representation
|
5519
|
+
|
5520
|
+
property :refresh_interval, as: 'refreshInterval'
|
5521
|
+
collection :remove_param_keys, as: 'removeParamKeys'
|
5522
|
+
property :state, as: 'state'
|
5523
|
+
collection :static_ip_addresses, as: 'staticIpAddresses'
|
5524
|
+
property :static_ip_enabled, as: 'staticIpEnabled'
|
5525
|
+
property :sync_mode, as: 'syncMode'
|
5526
|
+
property :update_time, as: 'updateTime'
|
5527
|
+
end
|
5528
|
+
end
|
5529
|
+
|
5530
|
+
class GoogleCloudDiscoveryengineV1DataConnectorEndUserConfig
|
5531
|
+
# @private
|
5532
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5533
|
+
hash :additional_params, as: 'additionalParams'
|
5534
|
+
hash :auth_params, as: 'authParams'
|
5535
|
+
property :json_auth_params, as: 'jsonAuthParams'
|
5536
|
+
property :tenant, as: 'tenant', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1Tenant, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1Tenant::Representation
|
5537
|
+
|
5538
|
+
end
|
5539
|
+
end
|
5540
|
+
|
5541
|
+
class GoogleCloudDiscoveryengineV1DataConnectorFederatedConfig
|
5542
|
+
# @private
|
5543
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5544
|
+
hash :additional_params, as: 'additionalParams'
|
5545
|
+
hash :auth_params, as: 'authParams'
|
5546
|
+
property :json_auth_params, as: 'jsonAuthParams'
|
5547
|
+
end
|
5548
|
+
end
|
5549
|
+
|
5550
|
+
class GoogleCloudDiscoveryengineV1DataConnectorRealtimeSyncConfig
|
5551
|
+
# @private
|
5552
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5553
|
+
property :realtime_sync_secret, as: 'realtimeSyncSecret'
|
5554
|
+
property :streaming_error, as: 'streamingError', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1DataConnectorRealtimeSyncConfigStreamingError, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1DataConnectorRealtimeSyncConfigStreamingError::Representation
|
5555
|
+
|
5556
|
+
property :webhook_uri, as: 'webhookUri'
|
5557
|
+
end
|
5558
|
+
end
|
5559
|
+
|
5560
|
+
class GoogleCloudDiscoveryengineV1DataConnectorRealtimeSyncConfigStreamingError
|
5561
|
+
# @private
|
5562
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5563
|
+
property :error, as: 'error', class: Google::Apis::DiscoveryengineV1beta::GoogleRpcStatus, decorator: Google::Apis::DiscoveryengineV1beta::GoogleRpcStatus::Representation
|
5564
|
+
|
5565
|
+
property :streaming_error_reason, as: 'streamingErrorReason'
|
5566
|
+
end
|
5567
|
+
end
|
5568
|
+
|
5569
|
+
class GoogleCloudDiscoveryengineV1DataConnectorSourceEntity
|
5570
|
+
# @private
|
5571
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5572
|
+
property :data_store, as: 'dataStore'
|
5573
|
+
property :entity_name, as: 'entityName'
|
5574
|
+
property :healthcare_fhir_config, as: 'healthcareFhirConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1HealthcareFhirConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1HealthcareFhirConfig::Representation
|
5575
|
+
|
5576
|
+
property :json_params, as: 'jsonParams'
|
5577
|
+
hash :key_property_mappings, as: 'keyPropertyMappings'
|
5578
|
+
hash :params, as: 'params'
|
5579
|
+
property :starting_schema, as: 'startingSchema', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1Schema, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1Schema::Representation
|
5580
|
+
|
5581
|
+
end
|
5582
|
+
end
|
5583
|
+
|
5261
5584
|
class GoogleCloudDiscoveryengineV1DataStore
|
5262
5585
|
# @private
|
5263
5586
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5268,6 +5591,7 @@ module Google
|
|
5268
5591
|
|
5269
5592
|
property :cmek_config, as: 'cmekConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1CmekConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1CmekConfig::Representation
|
5270
5593
|
|
5594
|
+
property :configurable_billing_approach, as: 'configurableBillingApproach'
|
5271
5595
|
property :content_config, as: 'contentConfig'
|
5272
5596
|
property :create_time, as: 'createTime'
|
5273
5597
|
property :default_schema_id, as: 'defaultSchemaId'
|
@@ -5318,6 +5642,14 @@ module Google
|
|
5318
5642
|
end
|
5319
5643
|
end
|
5320
5644
|
|
5645
|
+
class GoogleCloudDiscoveryengineV1DeleteCollectionMetadata
|
5646
|
+
# @private
|
5647
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5648
|
+
property :create_time, as: 'createTime'
|
5649
|
+
property :update_time, as: 'updateTime'
|
5650
|
+
end
|
5651
|
+
end
|
5652
|
+
|
5321
5653
|
class GoogleCloudDiscoveryengineV1DeleteDataStoreMetadata
|
5322
5654
|
# @private
|
5323
5655
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5366,6 +5698,25 @@ module Google
|
|
5366
5698
|
end
|
5367
5699
|
end
|
5368
5700
|
|
5701
|
+
class GoogleCloudDiscoveryengineV1DestinationConfig
|
5702
|
+
# @private
|
5703
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5704
|
+
collection :destinations, as: 'destinations', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1DestinationConfigDestination, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1DestinationConfigDestination::Representation
|
5705
|
+
|
5706
|
+
property :json_params, as: 'jsonParams'
|
5707
|
+
property :key, as: 'key'
|
5708
|
+
hash :params, as: 'params'
|
5709
|
+
end
|
5710
|
+
end
|
5711
|
+
|
5712
|
+
class GoogleCloudDiscoveryengineV1DestinationConfigDestination
|
5713
|
+
# @private
|
5714
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5715
|
+
property :host, as: 'host'
|
5716
|
+
property :port, as: 'port'
|
5717
|
+
end
|
5718
|
+
end
|
5719
|
+
|
5369
5720
|
class GoogleCloudDiscoveryengineV1DisableAdvancedSiteSearchMetadata
|
5370
5721
|
# @private
|
5371
5722
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5472,6 +5823,7 @@ module Google
|
|
5472
5823
|
|
5473
5824
|
property :common_config, as: 'commonConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1EngineCommonConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1EngineCommonConfig::Representation
|
5474
5825
|
|
5826
|
+
property :configurable_billing_approach, as: 'configurableBillingApproach'
|
5475
5827
|
property :create_time, as: 'createTime'
|
5476
5828
|
collection :data_store_ids, as: 'dataStoreIds'
|
5477
5829
|
property :disable_analytics, as: 'disableAnalytics'
|
@@ -5592,6 +5944,15 @@ module Google
|
|
5592
5944
|
end
|
5593
5945
|
end
|
5594
5946
|
|
5947
|
+
class GoogleCloudDiscoveryengineV1IdentityScheduleConfig
|
5948
|
+
# @private
|
5949
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5950
|
+
property :next_sync_time, as: 'nextSyncTime', class: Google::Apis::DiscoveryengineV1beta::GoogleTypeDateTime, decorator: Google::Apis::DiscoveryengineV1beta::GoogleTypeDateTime::Representation
|
5951
|
+
|
5952
|
+
property :refresh_interval, as: 'refreshInterval'
|
5953
|
+
end
|
5954
|
+
end
|
5955
|
+
|
5595
5956
|
class GoogleCloudDiscoveryengineV1IdpConfig
|
5596
5957
|
# @private
|
5597
5958
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5708,6 +6069,8 @@ module Google
|
|
5708
6069
|
# @private
|
5709
6070
|
class Representation < Google::Apis::Core::JsonRepresentation
|
5710
6071
|
property :create_time, as: 'createTime'
|
6072
|
+
property :customer_provided_config, as: 'customerProvidedConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfig::Representation
|
6073
|
+
|
5711
6074
|
property :name, as: 'name'
|
5712
6075
|
property :provision_completion_time, as: 'provisionCompletionTime'
|
5713
6076
|
hash :service_terms_map, as: 'serviceTermsMap', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1ProjectServiceTerms, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1ProjectServiceTerms::Representation
|
@@ -5715,6 +6078,30 @@ module Google
|
|
5715
6078
|
end
|
5716
6079
|
end
|
5717
6080
|
|
6081
|
+
class GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfig
|
6082
|
+
# @private
|
6083
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6084
|
+
property :notebooklm_config, as: 'notebooklmConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfigNotebooklmConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfigNotebooklmConfig::Representation
|
6085
|
+
|
6086
|
+
end
|
6087
|
+
end
|
6088
|
+
|
6089
|
+
class GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfigNotebooklmConfig
|
6090
|
+
# @private
|
6091
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6092
|
+
property :model_armor_config, as: 'modelArmorConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfigNotebooklmConfigModelArmorConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfigNotebooklmConfigModelArmorConfig::Representation
|
6093
|
+
|
6094
|
+
end
|
6095
|
+
end
|
6096
|
+
|
6097
|
+
class GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfigNotebooklmConfigModelArmorConfig
|
6098
|
+
# @private
|
6099
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6100
|
+
property :response_template, as: 'responseTemplate'
|
6101
|
+
property :user_prompt_template, as: 'userPromptTemplate'
|
6102
|
+
end
|
6103
|
+
end
|
6104
|
+
|
5718
6105
|
class GoogleCloudDiscoveryengineV1ProjectServiceTerms
|
5719
6106
|
# @private
|
5720
6107
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5929,6 +6316,12 @@ module Google
|
|
5929
6316
|
end
|
5930
6317
|
end
|
5931
6318
|
|
6319
|
+
class GoogleCloudDiscoveryengineV1SetUpDataConnectorMetadata
|
6320
|
+
# @private
|
6321
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6322
|
+
end
|
6323
|
+
end
|
6324
|
+
|
5932
6325
|
class GoogleCloudDiscoveryengineV1SingleRegionKey
|
5933
6326
|
# @private
|
5934
6327
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5986,6 +6379,15 @@ module Google
|
|
5986
6379
|
end
|
5987
6380
|
end
|
5988
6381
|
|
6382
|
+
class GoogleCloudDiscoveryengineV1Tenant
|
6383
|
+
# @private
|
6384
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6385
|
+
property :display_name, as: 'displayName'
|
6386
|
+
property :id, as: 'id'
|
6387
|
+
property :uri, as: 'uri'
|
6388
|
+
end
|
6389
|
+
end
|
6390
|
+
|
5989
6391
|
class GoogleCloudDiscoveryengineV1TrainCustomModelMetadata
|
5990
6392
|
# @private
|
5991
6393
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6068,6 +6470,7 @@ module Google
|
|
6068
6470
|
class Representation < Google::Apis::Core::JsonRepresentation
|
6069
6471
|
hash :action_params, as: 'actionParams'
|
6070
6472
|
property :is_action_configured, as: 'isActionConfigured'
|
6473
|
+
property :json_action_params, as: 'jsonActionParams'
|
6071
6474
|
property :service_name, as: 'serviceName'
|
6072
6475
|
property :use_static_secrets, as: 'useStaticSecrets'
|
6073
6476
|
end
|
@@ -6325,6 +6728,7 @@ module Google
|
|
6325
6728
|
class GoogleCloudDiscoveryengineV1alphaBapConfig
|
6326
6729
|
# @private
|
6327
6730
|
class Representation < Google::Apis::Core::JsonRepresentation
|
6731
|
+
collection :enabled_actions, as: 'enabledActions'
|
6328
6732
|
collection :supported_connector_modes, as: 'supportedConnectorModes'
|
6329
6733
|
end
|
6330
6734
|
end
|
@@ -6645,6 +7049,7 @@ module Google
|
|
6645
7049
|
|
6646
7050
|
property :incremental_refresh_interval, as: 'incrementalRefreshInterval'
|
6647
7051
|
property :incremental_sync_disabled, as: 'incrementalSyncDisabled'
|
7052
|
+
property :json_params, as: 'jsonParams'
|
6648
7053
|
property :kms_key_name, as: 'kmsKeyName'
|
6649
7054
|
property :last_sync_time, as: 'lastSyncTime'
|
6650
7055
|
property :latest_pause_time, as: 'latestPauseTime'
|
@@ -6671,6 +7076,7 @@ module Google
|
|
6671
7076
|
class Representation < Google::Apis::Core::JsonRepresentation
|
6672
7077
|
hash :additional_params, as: 'additionalParams'
|
6673
7078
|
hash :auth_params, as: 'authParams'
|
7079
|
+
property :json_auth_params, as: 'jsonAuthParams'
|
6674
7080
|
property :tenant, as: 'tenant', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaTenant, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaTenant::Representation
|
6675
7081
|
|
6676
7082
|
end
|
@@ -6681,6 +7087,7 @@ module Google
|
|
6681
7087
|
class Representation < Google::Apis::Core::JsonRepresentation
|
6682
7088
|
hash :additional_params, as: 'additionalParams'
|
6683
7089
|
hash :auth_params, as: 'authParams'
|
7090
|
+
property :json_auth_params, as: 'jsonAuthParams'
|
6684
7091
|
end
|
6685
7092
|
end
|
6686
7093
|
|
@@ -6710,6 +7117,7 @@ module Google
|
|
6710
7117
|
property :entity_name, as: 'entityName'
|
6711
7118
|
property :healthcare_fhir_config, as: 'healthcareFhirConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaHealthcareFhirConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaHealthcareFhirConfig::Representation
|
6712
7119
|
|
7120
|
+
property :json_params, as: 'jsonParams'
|
6713
7121
|
hash :key_property_mappings, as: 'keyPropertyMappings'
|
6714
7122
|
hash :params, as: 'params'
|
6715
7123
|
property :starting_schema, as: 'startingSchema', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaSchema, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaSchema::Representation
|
@@ -6727,6 +7135,7 @@ module Google
|
|
6727
7135
|
|
6728
7136
|
property :cmek_config, as: 'cmekConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaCmekConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaCmekConfig::Representation
|
6729
7137
|
|
7138
|
+
property :configurable_billing_approach, as: 'configurableBillingApproach'
|
6730
7139
|
property :content_config, as: 'contentConfig'
|
6731
7140
|
property :create_time, as: 'createTime'
|
6732
7141
|
property :default_schema_id, as: 'defaultSchemaId'
|
@@ -6865,6 +7274,7 @@ module Google
|
|
6865
7274
|
class Representation < Google::Apis::Core::JsonRepresentation
|
6866
7275
|
collection :destinations, as: 'destinations', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaDestinationConfigDestination, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaDestinationConfigDestination::Representation
|
6867
7276
|
|
7277
|
+
property :json_params, as: 'jsonParams'
|
6868
7278
|
property :key, as: 'key'
|
6869
7279
|
hash :params, as: 'params'
|
6870
7280
|
end
|
@@ -6984,6 +7394,7 @@ module Google
|
|
6984
7394
|
|
6985
7395
|
property :common_config, as: 'commonConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaEngineCommonConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaEngineCommonConfig::Representation
|
6986
7396
|
|
7397
|
+
property :configurable_billing_approach, as: 'configurableBillingApproach'
|
6987
7398
|
property :create_time, as: 'createTime'
|
6988
7399
|
collection :data_store_ids, as: 'dataStoreIds'
|
6989
7400
|
property :disable_analytics, as: 'disableAnalytics'
|
@@ -7438,6 +7849,8 @@ module Google
|
|
7438
7849
|
# @private
|
7439
7850
|
class Representation < Google::Apis::Core::JsonRepresentation
|
7440
7851
|
property :create_time, as: 'createTime'
|
7852
|
+
property :customer_provided_config, as: 'customerProvidedConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfig::Representation
|
7853
|
+
|
7441
7854
|
property :name, as: 'name'
|
7442
7855
|
property :provision_completion_time, as: 'provisionCompletionTime'
|
7443
7856
|
hash :service_terms_map, as: 'serviceTermsMap', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaProjectServiceTerms, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaProjectServiceTerms::Representation
|
@@ -7445,6 +7858,30 @@ module Google
|
|
7445
7858
|
end
|
7446
7859
|
end
|
7447
7860
|
|
7861
|
+
class GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfig
|
7862
|
+
# @private
|
7863
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7864
|
+
property :notebooklm_config, as: 'notebooklmConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfigNotebooklmConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfigNotebooklmConfig::Representation
|
7865
|
+
|
7866
|
+
end
|
7867
|
+
end
|
7868
|
+
|
7869
|
+
class GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfigNotebooklmConfig
|
7870
|
+
# @private
|
7871
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7872
|
+
property :model_armor_config, as: 'modelArmorConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfigNotebooklmConfigModelArmorConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfigNotebooklmConfigModelArmorConfig::Representation
|
7873
|
+
|
7874
|
+
end
|
7875
|
+
end
|
7876
|
+
|
7877
|
+
class GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfigNotebooklmConfigModelArmorConfig
|
7878
|
+
# @private
|
7879
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7880
|
+
property :response_template, as: 'responseTemplate'
|
7881
|
+
property :user_prompt_template, as: 'userPromptTemplate'
|
7882
|
+
end
|
7883
|
+
end
|
7884
|
+
|
7448
7885
|
class GoogleCloudDiscoveryengineV1alphaProjectServiceTerms
|
7449
7886
|
# @private
|
7450
7887
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -7705,6 +8142,8 @@ module Google
|
|
7705
8142
|
|
7706
8143
|
property :relevance_threshold, as: 'relevanceThreshold'
|
7707
8144
|
property :safe_search, as: 'safeSearch'
|
8145
|
+
property :search_addon_spec, as: 'searchAddonSpec', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaSearchRequestSearchAddonSpec, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaSearchRequestSearchAddonSpec::Representation
|
8146
|
+
|
7708
8147
|
property :search_as_you_type_spec, as: 'searchAsYouTypeSpec', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaSearchRequestSearchAsYouTypeSpec, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaSearchRequestSearchAsYouTypeSpec::Representation
|
7709
8148
|
|
7710
8149
|
property :serving_config, as: 'servingConfig'
|
@@ -7911,6 +8350,7 @@ module Google
|
|
7911
8350
|
class GoogleCloudDiscoveryengineV1alphaSearchRequestNaturalLanguageQueryUnderstandingSpec
|
7912
8351
|
# @private
|
7913
8352
|
class Representation < Google::Apis::Core::JsonRepresentation
|
8353
|
+
collection :allowed_field_names, as: 'allowedFieldNames'
|
7914
8354
|
property :extracted_filter_behavior, as: 'extractedFilterBehavior'
|
7915
8355
|
property :filter_extraction_condition, as: 'filterExtractionCondition'
|
7916
8356
|
collection :geo_search_query_detection_field_names, as: 'geoSearchQueryDetectionFieldNames'
|
@@ -7939,6 +8379,15 @@ module Google
|
|
7939
8379
|
end
|
7940
8380
|
end
|
7941
8381
|
|
8382
|
+
class GoogleCloudDiscoveryengineV1alphaSearchRequestSearchAddonSpec
|
8383
|
+
# @private
|
8384
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8385
|
+
property :disable_generative_answer_add_on, as: 'disableGenerativeAnswerAddOn'
|
8386
|
+
property :disable_kpi_personalization_add_on, as: 'disableKpiPersonalizationAddOn'
|
8387
|
+
property :disable_semantic_add_on, as: 'disableSemanticAddOn'
|
8388
|
+
end
|
8389
|
+
end
|
8390
|
+
|
7942
8391
|
class GoogleCloudDiscoveryengineV1alphaSearchRequestSearchAsYouTypeSpec
|
7943
8392
|
# @private
|
7944
8393
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -9057,6 +9506,7 @@ module Google
|
|
9057
9506
|
class Representation < Google::Apis::Core::JsonRepresentation
|
9058
9507
|
property :document, as: 'document'
|
9059
9508
|
property :domain, as: 'domain'
|
9509
|
+
property :mime_type, as: 'mimeType'
|
9060
9510
|
property :page_identifier, as: 'pageIdentifier'
|
9061
9511
|
property :title, as: 'title'
|
9062
9512
|
property :uri, as: 'uri'
|
@@ -9692,6 +10142,7 @@ module Google
|
|
9692
10142
|
|
9693
10143
|
property :cmek_config, as: 'cmekConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaCmekConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaCmekConfig::Representation
|
9694
10144
|
|
10145
|
+
property :configurable_billing_approach, as: 'configurableBillingApproach'
|
9695
10146
|
property :content_config, as: 'contentConfig'
|
9696
10147
|
property :create_time, as: 'createTime'
|
9697
10148
|
property :default_schema_id, as: 'defaultSchemaId'
|
@@ -10001,6 +10452,7 @@ module Google
|
|
10001
10452
|
|
10002
10453
|
property :common_config, as: 'commonConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaEngineCommonConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaEngineCommonConfig::Representation
|
10003
10454
|
|
10455
|
+
property :configurable_billing_approach, as: 'configurableBillingApproach'
|
10004
10456
|
property :create_time, as: 'createTime'
|
10005
10457
|
collection :data_store_ids, as: 'dataStoreIds'
|
10006
10458
|
property :disable_analytics, as: 'disableAnalytics'
|
@@ -10799,6 +11251,8 @@ module Google
|
|
10799
11251
|
# @private
|
10800
11252
|
class Representation < Google::Apis::Core::JsonRepresentation
|
10801
11253
|
property :create_time, as: 'createTime'
|
11254
|
+
property :customer_provided_config, as: 'customerProvidedConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfig::Representation
|
11255
|
+
|
10802
11256
|
property :name, as: 'name'
|
10803
11257
|
property :provision_completion_time, as: 'provisionCompletionTime'
|
10804
11258
|
hash :service_terms_map, as: 'serviceTermsMap', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaProjectServiceTerms, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaProjectServiceTerms::Representation
|
@@ -10806,6 +11260,30 @@ module Google
|
|
10806
11260
|
end
|
10807
11261
|
end
|
10808
11262
|
|
11263
|
+
class GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfig
|
11264
|
+
# @private
|
11265
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11266
|
+
property :notebooklm_config, as: 'notebooklmConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfigNotebooklmConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfigNotebooklmConfig::Representation
|
11267
|
+
|
11268
|
+
end
|
11269
|
+
end
|
11270
|
+
|
11271
|
+
class GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfigNotebooklmConfig
|
11272
|
+
# @private
|
11273
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11274
|
+
property :model_armor_config, as: 'modelArmorConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfigNotebooklmConfigModelArmorConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfigNotebooklmConfigModelArmorConfig::Representation
|
11275
|
+
|
11276
|
+
end
|
11277
|
+
end
|
11278
|
+
|
11279
|
+
class GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfigNotebooklmConfigModelArmorConfig
|
11280
|
+
# @private
|
11281
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11282
|
+
property :response_template, as: 'responseTemplate'
|
11283
|
+
property :user_prompt_template, as: 'userPromptTemplate'
|
11284
|
+
end
|
11285
|
+
end
|
11286
|
+
|
10809
11287
|
class GoogleCloudDiscoveryengineV1betaProjectServiceTerms
|
10810
11288
|
# @private
|
10811
11289
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -10837,6 +11315,7 @@ module Google
|
|
10837
11315
|
# @private
|
10838
11316
|
class Representation < Google::Apis::Core::JsonRepresentation
|
10839
11317
|
property :accept_biz_qos, as: 'acceptBizQos'
|
11318
|
+
property :is_biz, as: 'isBiz'
|
10840
11319
|
end
|
10841
11320
|
end
|
10842
11321
|
|
@@ -11239,6 +11718,8 @@ module Google
|
|
11239
11718
|
|
11240
11719
|
property :relevance_threshold, as: 'relevanceThreshold'
|
11241
11720
|
property :safe_search, as: 'safeSearch'
|
11721
|
+
property :search_addon_spec, as: 'searchAddonSpec', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestSearchAddonSpec, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestSearchAddonSpec::Representation
|
11722
|
+
|
11242
11723
|
property :search_as_you_type_spec, as: 'searchAsYouTypeSpec', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestSearchAsYouTypeSpec, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestSearchAsYouTypeSpec::Representation
|
11243
11724
|
|
11244
11725
|
property :serving_config, as: 'servingConfig'
|
@@ -11444,6 +11925,7 @@ module Google
|
|
11444
11925
|
class GoogleCloudDiscoveryengineV1betaSearchRequestNaturalLanguageQueryUnderstandingSpec
|
11445
11926
|
# @private
|
11446
11927
|
class Representation < Google::Apis::Core::JsonRepresentation
|
11928
|
+
collection :allowed_field_names, as: 'allowedFieldNames'
|
11447
11929
|
property :extracted_filter_behavior, as: 'extractedFilterBehavior'
|
11448
11930
|
property :filter_extraction_condition, as: 'filterExtractionCondition'
|
11449
11931
|
collection :geo_search_query_detection_field_names, as: 'geoSearchQueryDetectionFieldNames'
|
@@ -11472,6 +11954,15 @@ module Google
|
|
11472
11954
|
end
|
11473
11955
|
end
|
11474
11956
|
|
11957
|
+
class GoogleCloudDiscoveryengineV1betaSearchRequestSearchAddonSpec
|
11958
|
+
# @private
|
11959
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11960
|
+
property :disable_generative_answer_add_on, as: 'disableGenerativeAnswerAddOn'
|
11961
|
+
property :disable_kpi_personalization_add_on, as: 'disableKpiPersonalizationAddOn'
|
11962
|
+
property :disable_semantic_add_on, as: 'disableSemanticAddOn'
|
11963
|
+
end
|
11964
|
+
end
|
11965
|
+
|
11475
11966
|
class GoogleCloudDiscoveryengineV1betaSearchRequestSearchAsYouTypeSpec
|
11476
11967
|
# @private
|
11477
11968
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -12263,6 +12754,7 @@ module Google
|
|
12263
12754
|
property :next_page_token, as: 'nextPageToken'
|
12264
12755
|
collection :operations, as: 'operations', class: Google::Apis::DiscoveryengineV1beta::GoogleLongrunningOperation, decorator: Google::Apis::DiscoveryengineV1beta::GoogleLongrunningOperation::Representation
|
12265
12756
|
|
12757
|
+
collection :unreachable, as: 'unreachable'
|
12266
12758
|
end
|
12267
12759
|
end
|
12268
12760
|
|