google-apis-discoveryengine_v1alpha 0.76.0 → 0.77.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_v1alpha/classes.rb +1336 -97
- data/lib/google/apis/discoveryengine_v1alpha/gem_version.rb +2 -2
- data/lib/google/apis/discoveryengine_v1alpha/representations.rb +484 -2
- data/lib/google/apis/discoveryengine_v1alpha/service.rb +87 -0
- metadata +2 -2
@@ -214,12 +214,30 @@ module Google
|
|
214
214
|
include Google::Apis::Core::JsonObjectSupport
|
215
215
|
end
|
216
216
|
|
217
|
+
class GoogleCloudDiscoveryengineV1ActionConfig
|
218
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
219
|
+
|
220
|
+
include Google::Apis::Core::JsonObjectSupport
|
221
|
+
end
|
222
|
+
|
217
223
|
class GoogleCloudDiscoveryengineV1AdvancedSiteSearchConfig
|
218
224
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
219
225
|
|
220
226
|
include Google::Apis::Core::JsonObjectSupport
|
221
227
|
end
|
222
228
|
|
229
|
+
class GoogleCloudDiscoveryengineV1AlertPolicyConfig
|
230
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
231
|
+
|
232
|
+
include Google::Apis::Core::JsonObjectSupport
|
233
|
+
end
|
234
|
+
|
235
|
+
class GoogleCloudDiscoveryengineV1AlertPolicyConfigAlertEnrollment
|
236
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
237
|
+
|
238
|
+
include Google::Apis::Core::JsonObjectSupport
|
239
|
+
end
|
240
|
+
|
223
241
|
class GoogleCloudDiscoveryengineV1AnswerGenerationSpec
|
224
242
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
225
243
|
|
@@ -280,6 +298,12 @@ module Google
|
|
280
298
|
include Google::Apis::Core::JsonObjectSupport
|
281
299
|
end
|
282
300
|
|
301
|
+
class GoogleCloudDiscoveryengineV1BapConfig
|
302
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
303
|
+
|
304
|
+
include Google::Apis::Core::JsonObjectSupport
|
305
|
+
end
|
306
|
+
|
283
307
|
class GoogleCloudDiscoveryengineV1BatchCreateTargetSiteMetadata
|
284
308
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
285
309
|
|
@@ -310,6 +334,12 @@ module Google
|
|
310
334
|
include Google::Apis::Core::JsonObjectSupport
|
311
335
|
end
|
312
336
|
|
337
|
+
class GoogleCloudDiscoveryengineV1Collection
|
338
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
339
|
+
|
340
|
+
include Google::Apis::Core::JsonObjectSupport
|
341
|
+
end
|
342
|
+
|
313
343
|
class GoogleCloudDiscoveryengineV1Condition
|
314
344
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
315
345
|
|
@@ -406,6 +436,42 @@ module Google
|
|
406
436
|
include Google::Apis::Core::JsonObjectSupport
|
407
437
|
end
|
408
438
|
|
439
|
+
class GoogleCloudDiscoveryengineV1DataConnector
|
440
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
441
|
+
|
442
|
+
include Google::Apis::Core::JsonObjectSupport
|
443
|
+
end
|
444
|
+
|
445
|
+
class GoogleCloudDiscoveryengineV1DataConnectorEndUserConfig
|
446
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
447
|
+
|
448
|
+
include Google::Apis::Core::JsonObjectSupport
|
449
|
+
end
|
450
|
+
|
451
|
+
class GoogleCloudDiscoveryengineV1DataConnectorFederatedConfig
|
452
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
453
|
+
|
454
|
+
include Google::Apis::Core::JsonObjectSupport
|
455
|
+
end
|
456
|
+
|
457
|
+
class GoogleCloudDiscoveryengineV1DataConnectorRealtimeSyncConfig
|
458
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
459
|
+
|
460
|
+
include Google::Apis::Core::JsonObjectSupport
|
461
|
+
end
|
462
|
+
|
463
|
+
class GoogleCloudDiscoveryengineV1DataConnectorRealtimeSyncConfigStreamingError
|
464
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
465
|
+
|
466
|
+
include Google::Apis::Core::JsonObjectSupport
|
467
|
+
end
|
468
|
+
|
469
|
+
class GoogleCloudDiscoveryengineV1DataConnectorSourceEntity
|
470
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
471
|
+
|
472
|
+
include Google::Apis::Core::JsonObjectSupport
|
473
|
+
end
|
474
|
+
|
409
475
|
class GoogleCloudDiscoveryengineV1DataStore
|
410
476
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
411
477
|
|
@@ -430,6 +496,12 @@ module Google
|
|
430
496
|
include Google::Apis::Core::JsonObjectSupport
|
431
497
|
end
|
432
498
|
|
499
|
+
class GoogleCloudDiscoveryengineV1DeleteCollectionMetadata
|
500
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
501
|
+
|
502
|
+
include Google::Apis::Core::JsonObjectSupport
|
503
|
+
end
|
504
|
+
|
433
505
|
class GoogleCloudDiscoveryengineV1DeleteDataStoreMetadata
|
434
506
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
435
507
|
|
@@ -466,6 +538,18 @@ module Google
|
|
466
538
|
include Google::Apis::Core::JsonObjectSupport
|
467
539
|
end
|
468
540
|
|
541
|
+
class GoogleCloudDiscoveryengineV1DestinationConfig
|
542
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
543
|
+
|
544
|
+
include Google::Apis::Core::JsonObjectSupport
|
545
|
+
end
|
546
|
+
|
547
|
+
class GoogleCloudDiscoveryengineV1DestinationConfigDestination
|
548
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
549
|
+
|
550
|
+
include Google::Apis::Core::JsonObjectSupport
|
551
|
+
end
|
552
|
+
|
469
553
|
class GoogleCloudDiscoveryengineV1DisableAdvancedSiteSearchMetadata
|
470
554
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
471
555
|
|
@@ -610,6 +694,12 @@ module Google
|
|
610
694
|
include Google::Apis::Core::JsonObjectSupport
|
611
695
|
end
|
612
696
|
|
697
|
+
class GoogleCloudDiscoveryengineV1IdentityScheduleConfig
|
698
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
699
|
+
|
700
|
+
include Google::Apis::Core::JsonObjectSupport
|
701
|
+
end
|
702
|
+
|
613
703
|
class GoogleCloudDiscoveryengineV1IdpConfig
|
614
704
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
615
705
|
|
@@ -688,6 +778,24 @@ module Google
|
|
688
778
|
include Google::Apis::Core::JsonObjectSupport
|
689
779
|
end
|
690
780
|
|
781
|
+
class GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfig
|
782
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
783
|
+
|
784
|
+
include Google::Apis::Core::JsonObjectSupport
|
785
|
+
end
|
786
|
+
|
787
|
+
class GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfigNotebooklmConfig
|
788
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
789
|
+
|
790
|
+
include Google::Apis::Core::JsonObjectSupport
|
791
|
+
end
|
792
|
+
|
793
|
+
class GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfigNotebooklmConfigModelArmorConfig
|
794
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
795
|
+
|
796
|
+
include Google::Apis::Core::JsonObjectSupport
|
797
|
+
end
|
798
|
+
|
691
799
|
class GoogleCloudDiscoveryengineV1ProjectServiceTerms
|
692
800
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
693
801
|
|
@@ -808,6 +916,12 @@ module Google
|
|
808
916
|
include Google::Apis::Core::JsonObjectSupport
|
809
917
|
end
|
810
918
|
|
919
|
+
class GoogleCloudDiscoveryengineV1SetUpDataConnectorMetadata
|
920
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
921
|
+
|
922
|
+
include Google::Apis::Core::JsonObjectSupport
|
923
|
+
end
|
924
|
+
|
811
925
|
class GoogleCloudDiscoveryengineV1SingleRegionKey
|
812
926
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
813
927
|
|
@@ -844,6 +958,12 @@ module Google
|
|
844
958
|
include Google::Apis::Core::JsonObjectSupport
|
845
959
|
end
|
846
960
|
|
961
|
+
class GoogleCloudDiscoveryengineV1Tenant
|
962
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
963
|
+
|
964
|
+
include Google::Apis::Core::JsonObjectSupport
|
965
|
+
end
|
966
|
+
|
847
967
|
class GoogleCloudDiscoveryengineV1TrainCustomModelMetadata
|
848
968
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
849
969
|
|
@@ -2776,6 +2896,24 @@ module Google
|
|
2776
2896
|
include Google::Apis::Core::JsonObjectSupport
|
2777
2897
|
end
|
2778
2898
|
|
2899
|
+
class GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfig
|
2900
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2901
|
+
|
2902
|
+
include Google::Apis::Core::JsonObjectSupport
|
2903
|
+
end
|
2904
|
+
|
2905
|
+
class GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfigNotebooklmConfig
|
2906
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2907
|
+
|
2908
|
+
include Google::Apis::Core::JsonObjectSupport
|
2909
|
+
end
|
2910
|
+
|
2911
|
+
class GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfigNotebooklmConfigModelArmorConfig
|
2912
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2913
|
+
|
2914
|
+
include Google::Apis::Core::JsonObjectSupport
|
2915
|
+
end
|
2916
|
+
|
2779
2917
|
class GoogleCloudDiscoveryengineV1alphaProjectServiceTerms
|
2780
2918
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2781
2919
|
|
@@ -3262,6 +3400,12 @@ module Google
|
|
3262
3400
|
include Google::Apis::Core::JsonObjectSupport
|
3263
3401
|
end
|
3264
3402
|
|
3403
|
+
class GoogleCloudDiscoveryengineV1alphaSearchRequestSearchAddonSpec
|
3404
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3405
|
+
|
3406
|
+
include Google::Apis::Core::JsonObjectSupport
|
3407
|
+
end
|
3408
|
+
|
3265
3409
|
class GoogleCloudDiscoveryengineV1alphaSearchRequestSearchAsYouTypeSpec
|
3266
3410
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3267
3411
|
|
@@ -4366,6 +4510,24 @@ module Google
|
|
4366
4510
|
include Google::Apis::Core::JsonObjectSupport
|
4367
4511
|
end
|
4368
4512
|
|
4513
|
+
class GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfig
|
4514
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4515
|
+
|
4516
|
+
include Google::Apis::Core::JsonObjectSupport
|
4517
|
+
end
|
4518
|
+
|
4519
|
+
class GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfigNotebooklmConfig
|
4520
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4521
|
+
|
4522
|
+
include Google::Apis::Core::JsonObjectSupport
|
4523
|
+
end
|
4524
|
+
|
4525
|
+
class GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfigNotebooklmConfigModelArmorConfig
|
4526
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4527
|
+
|
4528
|
+
include Google::Apis::Core::JsonObjectSupport
|
4529
|
+
end
|
4530
|
+
|
4369
4531
|
class GoogleCloudDiscoveryengineV1betaProjectServiceTerms
|
4370
4532
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4371
4533
|
|
@@ -4582,6 +4744,12 @@ module Google
|
|
4582
4744
|
include Google::Apis::Core::JsonObjectSupport
|
4583
4745
|
end
|
4584
4746
|
|
4747
|
+
class GoogleCloudDiscoveryengineV1betaSearchRequestSearchAddonSpec
|
4748
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4749
|
+
|
4750
|
+
include Google::Apis::Core::JsonObjectSupport
|
4751
|
+
end
|
4752
|
+
|
4585
4753
|
class GoogleCloudDiscoveryengineV1betaSearchRequestSearchAsYouTypeSpec
|
4586
4754
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4587
4755
|
|
@@ -5070,6 +5238,7 @@ module Google
|
|
5070
5238
|
property :diff_object_version, as: 'diffObjectVersion'
|
5071
5239
|
property :final_status, as: 'finalStatus'
|
5072
5240
|
property :notification_type, as: 'notificationType'
|
5241
|
+
property :physical_headers, :base64 => true, as: 'physicalHeaders'
|
5073
5242
|
property :request_id, as: 'requestId'
|
5074
5243
|
property :request_received_params_serving_info, :base64 => true, as: 'requestReceivedParamsServingInfo'
|
5075
5244
|
property :total_bytes, :numeric_string => true, as: 'totalBytes'
|
@@ -5435,6 +5604,16 @@ module Google
|
|
5435
5604
|
end
|
5436
5605
|
end
|
5437
5606
|
|
5607
|
+
class GoogleCloudDiscoveryengineV1ActionConfig
|
5608
|
+
# @private
|
5609
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5610
|
+
hash :action_params, as: 'actionParams'
|
5611
|
+
property :is_action_configured, as: 'isActionConfigured'
|
5612
|
+
property :service_name, as: 'serviceName'
|
5613
|
+
property :use_static_secrets, as: 'useStaticSecrets'
|
5614
|
+
end
|
5615
|
+
end
|
5616
|
+
|
5438
5617
|
class GoogleCloudDiscoveryengineV1AdvancedSiteSearchConfig
|
5439
5618
|
# @private
|
5440
5619
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5443,6 +5622,23 @@ module Google
|
|
5443
5622
|
end
|
5444
5623
|
end
|
5445
5624
|
|
5625
|
+
class GoogleCloudDiscoveryengineV1AlertPolicyConfig
|
5626
|
+
# @private
|
5627
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5628
|
+
collection :alert_enrollments, as: 'alertEnrollments', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1AlertPolicyConfigAlertEnrollment, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1AlertPolicyConfigAlertEnrollment::Representation
|
5629
|
+
|
5630
|
+
property :alert_policy_name, as: 'alertPolicyName'
|
5631
|
+
end
|
5632
|
+
end
|
5633
|
+
|
5634
|
+
class GoogleCloudDiscoveryengineV1AlertPolicyConfigAlertEnrollment
|
5635
|
+
# @private
|
5636
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5637
|
+
property :alert_id, as: 'alertId'
|
5638
|
+
property :enroll_state, as: 'enrollState'
|
5639
|
+
end
|
5640
|
+
end
|
5641
|
+
|
5446
5642
|
class GoogleCloudDiscoveryengineV1AnswerGenerationSpec
|
5447
5643
|
# @private
|
5448
5644
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5539,6 +5735,13 @@ module Google
|
|
5539
5735
|
end
|
5540
5736
|
end
|
5541
5737
|
|
5738
|
+
class GoogleCloudDiscoveryengineV1BapConfig
|
5739
|
+
# @private
|
5740
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5741
|
+
collection :supported_connector_modes, as: 'supportedConnectorModes'
|
5742
|
+
end
|
5743
|
+
end
|
5744
|
+
|
5542
5745
|
class GoogleCloudDiscoveryengineV1BatchCreateTargetSiteMetadata
|
5543
5746
|
# @private
|
5544
5747
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5590,6 +5793,15 @@ module Google
|
|
5590
5793
|
end
|
5591
5794
|
end
|
5592
5795
|
|
5796
|
+
class GoogleCloudDiscoveryengineV1Collection
|
5797
|
+
# @private
|
5798
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5799
|
+
property :create_time, as: 'createTime'
|
5800
|
+
property :display_name, as: 'displayName'
|
5801
|
+
property :name, as: 'name'
|
5802
|
+
end
|
5803
|
+
end
|
5804
|
+
|
5593
5805
|
class GoogleCloudDiscoveryengineV1Condition
|
5594
5806
|
# @private
|
5595
5807
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5742,6 +5954,114 @@ module Google
|
|
5742
5954
|
end
|
5743
5955
|
end
|
5744
5956
|
|
5957
|
+
class GoogleCloudDiscoveryengineV1DataConnector
|
5958
|
+
# @private
|
5959
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5960
|
+
property :acl_enabled, as: 'aclEnabled'
|
5961
|
+
property :action_config, as: 'actionConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1ActionConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1ActionConfig::Representation
|
5962
|
+
|
5963
|
+
property :action_state, as: 'actionState'
|
5964
|
+
collection :alert_policy_configs, as: 'alertPolicyConfigs', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1AlertPolicyConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1AlertPolicyConfig::Representation
|
5965
|
+
|
5966
|
+
property :auto_run_disabled, as: 'autoRunDisabled'
|
5967
|
+
property :bap_config, as: 'bapConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1BapConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1BapConfig::Representation
|
5968
|
+
|
5969
|
+
collection :blocking_reasons, as: 'blockingReasons'
|
5970
|
+
collection :connector_modes, as: 'connectorModes'
|
5971
|
+
property :connector_type, as: 'connectorType'
|
5972
|
+
property :create_eua_saas, as: 'createEuaSaas'
|
5973
|
+
property :create_time, as: 'createTime'
|
5974
|
+
property :data_source, as: 'dataSource'
|
5975
|
+
collection :destination_configs, as: 'destinationConfigs', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1DestinationConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1DestinationConfig::Representation
|
5976
|
+
|
5977
|
+
property :end_user_config, as: 'endUserConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1DataConnectorEndUserConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1DataConnectorEndUserConfig::Representation
|
5978
|
+
|
5979
|
+
collection :entities, as: 'entities', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1DataConnectorSourceEntity, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1DataConnectorSourceEntity::Representation
|
5980
|
+
|
5981
|
+
collection :errors, as: 'errors', class: Google::Apis::DiscoveryengineV1alpha::GoogleRpcStatus, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleRpcStatus::Representation
|
5982
|
+
|
5983
|
+
property :federated_config, as: 'federatedConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1DataConnectorFederatedConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1DataConnectorFederatedConfig::Representation
|
5984
|
+
|
5985
|
+
property :hybrid_ingestion_disabled, as: 'hybridIngestionDisabled'
|
5986
|
+
property :identity_refresh_interval, as: 'identityRefreshInterval'
|
5987
|
+
property :identity_schedule_config, as: 'identityScheduleConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1IdentityScheduleConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1IdentityScheduleConfig::Representation
|
5988
|
+
|
5989
|
+
property :incremental_refresh_interval, as: 'incrementalRefreshInterval'
|
5990
|
+
property :incremental_sync_disabled, as: 'incrementalSyncDisabled'
|
5991
|
+
property :json_params, as: 'jsonParams'
|
5992
|
+
property :kms_key_name, as: 'kmsKeyName'
|
5993
|
+
property :last_sync_time, as: 'lastSyncTime'
|
5994
|
+
property :latest_pause_time, as: 'latestPauseTime'
|
5995
|
+
property :name, as: 'name'
|
5996
|
+
property :next_sync_time, as: 'nextSyncTime', class: Google::Apis::DiscoveryengineV1alpha::GoogleTypeDateTime, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleTypeDateTime::Representation
|
5997
|
+
|
5998
|
+
hash :params, as: 'params'
|
5999
|
+
property :private_connectivity_project_id, as: 'privateConnectivityProjectId'
|
6000
|
+
property :realtime_state, as: 'realtimeState'
|
6001
|
+
property :realtime_sync_config, as: 'realtimeSyncConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1DataConnectorRealtimeSyncConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1DataConnectorRealtimeSyncConfig::Representation
|
6002
|
+
|
6003
|
+
property :refresh_interval, as: 'refreshInterval'
|
6004
|
+
collection :remove_param_keys, as: 'removeParamKeys'
|
6005
|
+
property :state, as: 'state'
|
6006
|
+
collection :static_ip_addresses, as: 'staticIpAddresses'
|
6007
|
+
property :static_ip_enabled, as: 'staticIpEnabled'
|
6008
|
+
property :sync_mode, as: 'syncMode'
|
6009
|
+
property :update_time, as: 'updateTime'
|
6010
|
+
end
|
6011
|
+
end
|
6012
|
+
|
6013
|
+
class GoogleCloudDiscoveryengineV1DataConnectorEndUserConfig
|
6014
|
+
# @private
|
6015
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6016
|
+
hash :additional_params, as: 'additionalParams'
|
6017
|
+
hash :auth_params, as: 'authParams'
|
6018
|
+
property :tenant, as: 'tenant', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1Tenant, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1Tenant::Representation
|
6019
|
+
|
6020
|
+
end
|
6021
|
+
end
|
6022
|
+
|
6023
|
+
class GoogleCloudDiscoveryengineV1DataConnectorFederatedConfig
|
6024
|
+
# @private
|
6025
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6026
|
+
hash :additional_params, as: 'additionalParams'
|
6027
|
+
hash :auth_params, as: 'authParams'
|
6028
|
+
end
|
6029
|
+
end
|
6030
|
+
|
6031
|
+
class GoogleCloudDiscoveryengineV1DataConnectorRealtimeSyncConfig
|
6032
|
+
# @private
|
6033
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6034
|
+
property :realtime_sync_secret, as: 'realtimeSyncSecret'
|
6035
|
+
property :streaming_error, as: 'streamingError', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1DataConnectorRealtimeSyncConfigStreamingError, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1DataConnectorRealtimeSyncConfigStreamingError::Representation
|
6036
|
+
|
6037
|
+
property :webhook_uri, as: 'webhookUri'
|
6038
|
+
end
|
6039
|
+
end
|
6040
|
+
|
6041
|
+
class GoogleCloudDiscoveryengineV1DataConnectorRealtimeSyncConfigStreamingError
|
6042
|
+
# @private
|
6043
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6044
|
+
property :error, as: 'error', class: Google::Apis::DiscoveryengineV1alpha::GoogleRpcStatus, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleRpcStatus::Representation
|
6045
|
+
|
6046
|
+
property :streaming_error_reason, as: 'streamingErrorReason'
|
6047
|
+
end
|
6048
|
+
end
|
6049
|
+
|
6050
|
+
class GoogleCloudDiscoveryengineV1DataConnectorSourceEntity
|
6051
|
+
# @private
|
6052
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6053
|
+
property :data_store, as: 'dataStore'
|
6054
|
+
property :entity_name, as: 'entityName'
|
6055
|
+
property :healthcare_fhir_config, as: 'healthcareFhirConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1HealthcareFhirConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1HealthcareFhirConfig::Representation
|
6056
|
+
|
6057
|
+
property :json_params, as: 'jsonParams'
|
6058
|
+
hash :key_property_mappings, as: 'keyPropertyMappings'
|
6059
|
+
hash :params, as: 'params'
|
6060
|
+
property :starting_schema, as: 'startingSchema', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1Schema, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1Schema::Representation
|
6061
|
+
|
6062
|
+
end
|
6063
|
+
end
|
6064
|
+
|
5745
6065
|
class GoogleCloudDiscoveryengineV1DataStore
|
5746
6066
|
# @private
|
5747
6067
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5802,6 +6122,14 @@ module Google
|
|
5802
6122
|
end
|
5803
6123
|
end
|
5804
6124
|
|
6125
|
+
class GoogleCloudDiscoveryengineV1DeleteCollectionMetadata
|
6126
|
+
# @private
|
6127
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6128
|
+
property :create_time, as: 'createTime'
|
6129
|
+
property :update_time, as: 'updateTime'
|
6130
|
+
end
|
6131
|
+
end
|
6132
|
+
|
5805
6133
|
class GoogleCloudDiscoveryengineV1DeleteDataStoreMetadata
|
5806
6134
|
# @private
|
5807
6135
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5850,6 +6178,25 @@ module Google
|
|
5850
6178
|
end
|
5851
6179
|
end
|
5852
6180
|
|
6181
|
+
class GoogleCloudDiscoveryengineV1DestinationConfig
|
6182
|
+
# @private
|
6183
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6184
|
+
collection :destinations, as: 'destinations', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1DestinationConfigDestination, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1DestinationConfigDestination::Representation
|
6185
|
+
|
6186
|
+
property :json_params, as: 'jsonParams'
|
6187
|
+
property :key, as: 'key'
|
6188
|
+
hash :params, as: 'params'
|
6189
|
+
end
|
6190
|
+
end
|
6191
|
+
|
6192
|
+
class GoogleCloudDiscoveryengineV1DestinationConfigDestination
|
6193
|
+
# @private
|
6194
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6195
|
+
property :host, as: 'host'
|
6196
|
+
property :port, as: 'port'
|
6197
|
+
end
|
6198
|
+
end
|
6199
|
+
|
5853
6200
|
class GoogleCloudDiscoveryengineV1DisableAdvancedSiteSearchMetadata
|
5854
6201
|
# @private
|
5855
6202
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5956,6 +6303,7 @@ module Google
|
|
5956
6303
|
|
5957
6304
|
property :common_config, as: 'commonConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1EngineCommonConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1EngineCommonConfig::Representation
|
5958
6305
|
|
6306
|
+
property :configurable_billing_approach, as: 'configurableBillingApproach'
|
5959
6307
|
property :create_time, as: 'createTime'
|
5960
6308
|
collection :data_store_ids, as: 'dataStoreIds'
|
5961
6309
|
property :disable_analytics, as: 'disableAnalytics'
|
@@ -6076,6 +6424,15 @@ module Google
|
|
6076
6424
|
end
|
6077
6425
|
end
|
6078
6426
|
|
6427
|
+
class GoogleCloudDiscoveryengineV1IdentityScheduleConfig
|
6428
|
+
# @private
|
6429
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6430
|
+
property :next_sync_time, as: 'nextSyncTime', class: Google::Apis::DiscoveryengineV1alpha::GoogleTypeDateTime, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleTypeDateTime::Representation
|
6431
|
+
|
6432
|
+
property :refresh_interval, as: 'refreshInterval'
|
6433
|
+
end
|
6434
|
+
end
|
6435
|
+
|
6079
6436
|
class GoogleCloudDiscoveryengineV1IdpConfig
|
6080
6437
|
# @private
|
6081
6438
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6192,6 +6549,8 @@ module Google
|
|
6192
6549
|
# @private
|
6193
6550
|
class Representation < Google::Apis::Core::JsonRepresentation
|
6194
6551
|
property :create_time, as: 'createTime'
|
6552
|
+
property :customer_provided_config, as: 'customerProvidedConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfig::Representation
|
6553
|
+
|
6195
6554
|
property :name, as: 'name'
|
6196
6555
|
property :provision_completion_time, as: 'provisionCompletionTime'
|
6197
6556
|
hash :service_terms_map, as: 'serviceTermsMap', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1ProjectServiceTerms, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1ProjectServiceTerms::Representation
|
@@ -6199,6 +6558,30 @@ module Google
|
|
6199
6558
|
end
|
6200
6559
|
end
|
6201
6560
|
|
6561
|
+
class GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfig
|
6562
|
+
# @private
|
6563
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6564
|
+
property :notebooklm_config, as: 'notebooklmConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfigNotebooklmConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfigNotebooklmConfig::Representation
|
6565
|
+
|
6566
|
+
end
|
6567
|
+
end
|
6568
|
+
|
6569
|
+
class GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfigNotebooklmConfig
|
6570
|
+
# @private
|
6571
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6572
|
+
property :model_armor_config, as: 'modelArmorConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfigNotebooklmConfigModelArmorConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfigNotebooklmConfigModelArmorConfig::Representation
|
6573
|
+
|
6574
|
+
end
|
6575
|
+
end
|
6576
|
+
|
6577
|
+
class GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfigNotebooklmConfigModelArmorConfig
|
6578
|
+
# @private
|
6579
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6580
|
+
property :response_template, as: 'responseTemplate'
|
6581
|
+
property :user_prompt_template, as: 'userPromptTemplate'
|
6582
|
+
end
|
6583
|
+
end
|
6584
|
+
|
6202
6585
|
class GoogleCloudDiscoveryengineV1ProjectServiceTerms
|
6203
6586
|
# @private
|
6204
6587
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6413,6 +6796,12 @@ module Google
|
|
6413
6796
|
end
|
6414
6797
|
end
|
6415
6798
|
|
6799
|
+
class GoogleCloudDiscoveryengineV1SetUpDataConnectorMetadata
|
6800
|
+
# @private
|
6801
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6802
|
+
end
|
6803
|
+
end
|
6804
|
+
|
6416
6805
|
class GoogleCloudDiscoveryengineV1SingleRegionKey
|
6417
6806
|
# @private
|
6418
6807
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6470,6 +6859,15 @@ module Google
|
|
6470
6859
|
end
|
6471
6860
|
end
|
6472
6861
|
|
6862
|
+
class GoogleCloudDiscoveryengineV1Tenant
|
6863
|
+
# @private
|
6864
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6865
|
+
property :display_name, as: 'displayName'
|
6866
|
+
property :id, as: 'id'
|
6867
|
+
property :uri, as: 'uri'
|
6868
|
+
end
|
6869
|
+
end
|
6870
|
+
|
6473
6871
|
class GoogleCloudDiscoveryengineV1TrainCustomModelMetadata
|
6474
6872
|
# @private
|
6475
6873
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -7441,6 +7839,7 @@ module Google
|
|
7441
7839
|
class Representation < Google::Apis::Core::JsonRepresentation
|
7442
7840
|
property :document, as: 'document'
|
7443
7841
|
property :domain, as: 'domain'
|
7842
|
+
property :mime_type, as: 'mimeType'
|
7444
7843
|
property :page_identifier, as: 'pageIdentifier'
|
7445
7844
|
property :title, as: 'title'
|
7446
7845
|
property :uri, as: 'uri'
|
@@ -8215,6 +8614,7 @@ module Google
|
|
8215
8614
|
|
8216
8615
|
property :incremental_refresh_interval, as: 'incrementalRefreshInterval'
|
8217
8616
|
property :incremental_sync_disabled, as: 'incrementalSyncDisabled'
|
8617
|
+
property :json_params, as: 'jsonParams'
|
8218
8618
|
property :kms_key_name, as: 'kmsKeyName'
|
8219
8619
|
property :last_sync_time, as: 'lastSyncTime'
|
8220
8620
|
property :latest_pause_time, as: 'latestPauseTime'
|
@@ -8280,6 +8680,7 @@ module Google
|
|
8280
8680
|
property :entity_name, as: 'entityName'
|
8281
8681
|
property :healthcare_fhir_config, as: 'healthcareFhirConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaHealthcareFhirConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaHealthcareFhirConfig::Representation
|
8282
8682
|
|
8683
|
+
property :json_params, as: 'jsonParams'
|
8283
8684
|
hash :key_property_mappings, as: 'keyPropertyMappings'
|
8284
8685
|
hash :params, as: 'params'
|
8285
8686
|
property :starting_schema, as: 'startingSchema', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaSchema, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaSchema::Representation
|
@@ -8435,6 +8836,7 @@ module Google
|
|
8435
8836
|
class Representation < Google::Apis::Core::JsonRepresentation
|
8436
8837
|
collection :destinations, as: 'destinations', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaDestinationConfigDestination, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaDestinationConfigDestination::Representation
|
8437
8838
|
|
8839
|
+
property :json_params, as: 'jsonParams'
|
8438
8840
|
property :key, as: 'key'
|
8439
8841
|
hash :params, as: 'params'
|
8440
8842
|
end
|
@@ -8649,6 +9051,7 @@ module Google
|
|
8649
9051
|
|
8650
9052
|
property :common_config, as: 'commonConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaEngineCommonConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaEngineCommonConfig::Representation
|
8651
9053
|
|
9054
|
+
property :configurable_billing_approach, as: 'configurableBillingApproach'
|
8652
9055
|
property :create_time, as: 'createTime'
|
8653
9056
|
collection :data_store_ids, as: 'dataStoreIds'
|
8654
9057
|
property :disable_analytics, as: 'disableAnalytics'
|
@@ -9723,6 +10126,8 @@ module Google
|
|
9723
10126
|
# @private
|
9724
10127
|
class Representation < Google::Apis::Core::JsonRepresentation
|
9725
10128
|
property :create_time, as: 'createTime'
|
10129
|
+
property :customer_provided_config, as: 'customerProvidedConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfig::Representation
|
10130
|
+
|
9726
10131
|
property :name, as: 'name'
|
9727
10132
|
property :provision_completion_time, as: 'provisionCompletionTime'
|
9728
10133
|
hash :service_terms_map, as: 'serviceTermsMap', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaProjectServiceTerms, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaProjectServiceTerms::Representation
|
@@ -9730,6 +10135,30 @@ module Google
|
|
9730
10135
|
end
|
9731
10136
|
end
|
9732
10137
|
|
10138
|
+
class GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfig
|
10139
|
+
# @private
|
10140
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10141
|
+
property :notebooklm_config, as: 'notebooklmConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfigNotebooklmConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfigNotebooklmConfig::Representation
|
10142
|
+
|
10143
|
+
end
|
10144
|
+
end
|
10145
|
+
|
10146
|
+
class GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfigNotebooklmConfig
|
10147
|
+
# @private
|
10148
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10149
|
+
property :model_armor_config, as: 'modelArmorConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfigNotebooklmConfigModelArmorConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfigNotebooklmConfigModelArmorConfig::Representation
|
10150
|
+
|
10151
|
+
end
|
10152
|
+
end
|
10153
|
+
|
10154
|
+
class GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfigNotebooklmConfigModelArmorConfig
|
10155
|
+
# @private
|
10156
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10157
|
+
property :response_template, as: 'responseTemplate'
|
10158
|
+
property :user_prompt_template, as: 'userPromptTemplate'
|
10159
|
+
end
|
10160
|
+
end
|
10161
|
+
|
9733
10162
|
class GoogleCloudDiscoveryengineV1alphaProjectServiceTerms
|
9734
10163
|
# @private
|
9735
10164
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -9761,6 +10190,7 @@ module Google
|
|
9761
10190
|
# @private
|
9762
10191
|
class Representation < Google::Apis::Core::JsonRepresentation
|
9763
10192
|
property :accept_biz_qos, as: 'acceptBizQos'
|
10193
|
+
property :is_biz, as: 'isBiz'
|
9764
10194
|
end
|
9765
10195
|
end
|
9766
10196
|
|
@@ -10318,6 +10748,8 @@ module Google
|
|
10318
10748
|
|
10319
10749
|
property :relevance_threshold, as: 'relevanceThreshold'
|
10320
10750
|
property :safe_search, as: 'safeSearch'
|
10751
|
+
property :search_addon_spec, as: 'searchAddonSpec', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaSearchRequestSearchAddonSpec, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaSearchRequestSearchAddonSpec::Representation
|
10752
|
+
|
10321
10753
|
property :search_as_you_type_spec, as: 'searchAsYouTypeSpec', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaSearchRequestSearchAsYouTypeSpec, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaSearchRequestSearchAsYouTypeSpec::Representation
|
10322
10754
|
|
10323
10755
|
property :serving_config, as: 'servingConfig'
|
@@ -10524,6 +10956,7 @@ module Google
|
|
10524
10956
|
class GoogleCloudDiscoveryengineV1alphaSearchRequestNaturalLanguageQueryUnderstandingSpec
|
10525
10957
|
# @private
|
10526
10958
|
class Representation < Google::Apis::Core::JsonRepresentation
|
10959
|
+
collection :allowed_field_names, as: 'allowedFieldNames'
|
10527
10960
|
property :extracted_filter_behavior, as: 'extractedFilterBehavior'
|
10528
10961
|
property :filter_extraction_condition, as: 'filterExtractionCondition'
|
10529
10962
|
collection :geo_search_query_detection_field_names, as: 'geoSearchQueryDetectionFieldNames'
|
@@ -10552,6 +10985,15 @@ module Google
|
|
10552
10985
|
end
|
10553
10986
|
end
|
10554
10987
|
|
10988
|
+
class GoogleCloudDiscoveryengineV1alphaSearchRequestSearchAddonSpec
|
10989
|
+
# @private
|
10990
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10991
|
+
property :disable_generative_answer_add_on, as: 'disableGenerativeAnswerAddOn'
|
10992
|
+
property :disable_kpi_personalization_add_on, as: 'disableKpiPersonalizationAddOn'
|
10993
|
+
property :disable_semantic_add_on, as: 'disableSemanticAddOn'
|
10994
|
+
end
|
10995
|
+
end
|
10996
|
+
|
10555
10997
|
class GoogleCloudDiscoveryengineV1alphaSearchRequestSearchAsYouTypeSpec
|
10556
10998
|
# @private
|
10557
10999
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -11620,6 +12062,7 @@ module Google
|
|
11620
12062
|
property :default_search_request_order_by, as: 'defaultSearchRequestOrderBy'
|
11621
12063
|
property :disable_user_events_collection, as: 'disableUserEventsCollection'
|
11622
12064
|
property :enable_autocomplete, as: 'enableAutocomplete'
|
12065
|
+
property :enable_create_agent_button, as: 'enableCreateAgentButton'
|
11623
12066
|
property :enable_people_search, as: 'enablePeopleSearch'
|
11624
12067
|
property :enable_quality_feedback, as: 'enableQualityFeedback'
|
11625
12068
|
property :enable_safe_search, as: 'enableSafeSearch'
|
@@ -12117,6 +12560,7 @@ module Google
|
|
12117
12560
|
|
12118
12561
|
property :common_config, as: 'commonConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaEngineCommonConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaEngineCommonConfig::Representation
|
12119
12562
|
|
12563
|
+
property :configurable_billing_approach, as: 'configurableBillingApproach'
|
12120
12564
|
property :create_time, as: 'createTime'
|
12121
12565
|
collection :data_store_ids, as: 'dataStoreIds'
|
12122
12566
|
property :disable_analytics, as: 'disableAnalytics'
|
@@ -12459,6 +12903,8 @@ module Google
|
|
12459
12903
|
# @private
|
12460
12904
|
class Representation < Google::Apis::Core::JsonRepresentation
|
12461
12905
|
property :create_time, as: 'createTime'
|
12906
|
+
property :customer_provided_config, as: 'customerProvidedConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfig::Representation
|
12907
|
+
|
12462
12908
|
property :name, as: 'name'
|
12463
12909
|
property :provision_completion_time, as: 'provisionCompletionTime'
|
12464
12910
|
hash :service_terms_map, as: 'serviceTermsMap', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaProjectServiceTerms, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaProjectServiceTerms::Representation
|
@@ -12466,6 +12912,30 @@ module Google
|
|
12466
12912
|
end
|
12467
12913
|
end
|
12468
12914
|
|
12915
|
+
class GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfig
|
12916
|
+
# @private
|
12917
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12918
|
+
property :notebooklm_config, as: 'notebooklmConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfigNotebooklmConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfigNotebooklmConfig::Representation
|
12919
|
+
|
12920
|
+
end
|
12921
|
+
end
|
12922
|
+
|
12923
|
+
class GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfigNotebooklmConfig
|
12924
|
+
# @private
|
12925
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12926
|
+
property :model_armor_config, as: 'modelArmorConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfigNotebooklmConfigModelArmorConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfigNotebooklmConfigModelArmorConfig::Representation
|
12927
|
+
|
12928
|
+
end
|
12929
|
+
end
|
12930
|
+
|
12931
|
+
class GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfigNotebooklmConfigModelArmorConfig
|
12932
|
+
# @private
|
12933
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12934
|
+
property :response_template, as: 'responseTemplate'
|
12935
|
+
property :user_prompt_template, as: 'userPromptTemplate'
|
12936
|
+
end
|
12937
|
+
end
|
12938
|
+
|
12469
12939
|
class GoogleCloudDiscoveryengineV1betaProjectServiceTerms
|
12470
12940
|
# @private
|
12471
12941
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -12624,6 +13094,8 @@ module Google
|
|
12624
13094
|
|
12625
13095
|
property :relevance_threshold, as: 'relevanceThreshold'
|
12626
13096
|
property :safe_search, as: 'safeSearch'
|
13097
|
+
property :search_addon_spec, as: 'searchAddonSpec', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaSearchRequestSearchAddonSpec, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaSearchRequestSearchAddonSpec::Representation
|
13098
|
+
|
12627
13099
|
property :search_as_you_type_spec, as: 'searchAsYouTypeSpec', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaSearchRequestSearchAsYouTypeSpec, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaSearchRequestSearchAsYouTypeSpec::Representation
|
12628
13100
|
|
12629
13101
|
property :serving_config, as: 'servingConfig'
|
@@ -12829,6 +13301,7 @@ module Google
|
|
12829
13301
|
class GoogleCloudDiscoveryengineV1betaSearchRequestNaturalLanguageQueryUnderstandingSpec
|
12830
13302
|
# @private
|
12831
13303
|
class Representation < Google::Apis::Core::JsonRepresentation
|
13304
|
+
collection :allowed_field_names, as: 'allowedFieldNames'
|
12832
13305
|
property :extracted_filter_behavior, as: 'extractedFilterBehavior'
|
12833
13306
|
property :filter_extraction_condition, as: 'filterExtractionCondition'
|
12834
13307
|
collection :geo_search_query_detection_field_names, as: 'geoSearchQueryDetectionFieldNames'
|
@@ -12857,6 +13330,15 @@ module Google
|
|
12857
13330
|
end
|
12858
13331
|
end
|
12859
13332
|
|
13333
|
+
class GoogleCloudDiscoveryengineV1betaSearchRequestSearchAddonSpec
|
13334
|
+
# @private
|
13335
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13336
|
+
property :disable_generative_answer_add_on, as: 'disableGenerativeAnswerAddOn'
|
13337
|
+
property :disable_kpi_personalization_add_on, as: 'disableKpiPersonalizationAddOn'
|
13338
|
+
property :disable_semantic_add_on, as: 'disableSemanticAddOn'
|
13339
|
+
end
|
13340
|
+
end
|
13341
|
+
|
12860
13342
|
class GoogleCloudDiscoveryengineV1betaSearchRequestSearchAsYouTypeSpec
|
12861
13343
|
# @private
|
12862
13344
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -13054,12 +13536,12 @@ module Google
|
|
13054
13536
|
class GoogleCloudNotebooklmV1alphaAudioOverview
|
13055
13537
|
# @private
|
13056
13538
|
class Representation < Google::Apis::Core::JsonRepresentation
|
13057
|
-
property :audio, :base64 => true, as: 'audio'
|
13058
13539
|
property :audio_overview_id, as: 'audioOverviewId'
|
13540
|
+
property :generation_options, as: 'generationOptions', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaAudioOverviewGenerationOptions, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaAudioOverviewGenerationOptions::Representation
|
13541
|
+
|
13059
13542
|
property :language_code, as: 'languageCode'
|
13060
13543
|
property :mime_type, as: 'mimeType'
|
13061
13544
|
property :name, as: 'name'
|
13062
|
-
property :playback_url, as: 'playbackUrl'
|
13063
13545
|
property :status, as: 'status'
|
13064
13546
|
end
|
13065
13547
|
end
|