google-apis-discoveryengine_v1alpha 0.76.0 → 0.78.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_v1alpha/classes.rb +1475 -68
- data/lib/google/apis/discoveryengine_v1alpha/gem_version.rb +2 -2
- data/lib/google/apis/discoveryengine_v1alpha/representations.rb +542 -2
- data/lib/google/apis/discoveryengine_v1alpha/service.rb +375 -18
- 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
|
|
@@ -1552,6 +1672,18 @@ module Google
|
|
1552
1672
|
include Google::Apis::Core::JsonObjectSupport
|
1553
1673
|
end
|
1554
1674
|
|
1675
|
+
class GoogleCloudDiscoveryengineV1alphaBranch
|
1676
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1677
|
+
|
1678
|
+
include Google::Apis::Core::JsonObjectSupport
|
1679
|
+
end
|
1680
|
+
|
1681
|
+
class GoogleCloudDiscoveryengineV1alphaBranchBranchStats
|
1682
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1683
|
+
|
1684
|
+
include Google::Apis::Core::JsonObjectSupport
|
1685
|
+
end
|
1686
|
+
|
1555
1687
|
class GoogleCloudDiscoveryengineV1alphaCheckGroundingRequest
|
1556
1688
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1557
1689
|
|
@@ -2560,6 +2692,12 @@ module Google
|
|
2560
2692
|
include Google::Apis::Core::JsonObjectSupport
|
2561
2693
|
end
|
2562
2694
|
|
2695
|
+
class GoogleCloudDiscoveryengineV1alphaListBranchesResponse
|
2696
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2697
|
+
|
2698
|
+
include Google::Apis::Core::JsonObjectSupport
|
2699
|
+
end
|
2700
|
+
|
2563
2701
|
class GoogleCloudDiscoveryengineV1alphaListChunksResponse
|
2564
2702
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2565
2703
|
|
@@ -2776,6 +2914,24 @@ module Google
|
|
2776
2914
|
include Google::Apis::Core::JsonObjectSupport
|
2777
2915
|
end
|
2778
2916
|
|
2917
|
+
class GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfig
|
2918
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2919
|
+
|
2920
|
+
include Google::Apis::Core::JsonObjectSupport
|
2921
|
+
end
|
2922
|
+
|
2923
|
+
class GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfigNotebooklmConfig
|
2924
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2925
|
+
|
2926
|
+
include Google::Apis::Core::JsonObjectSupport
|
2927
|
+
end
|
2928
|
+
|
2929
|
+
class GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfigNotebooklmConfigModelArmorConfig
|
2930
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2931
|
+
|
2932
|
+
include Google::Apis::Core::JsonObjectSupport
|
2933
|
+
end
|
2934
|
+
|
2779
2935
|
class GoogleCloudDiscoveryengineV1alphaProjectServiceTerms
|
2780
2936
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2781
2937
|
|
@@ -3262,6 +3418,12 @@ module Google
|
|
3262
3418
|
include Google::Apis::Core::JsonObjectSupport
|
3263
3419
|
end
|
3264
3420
|
|
3421
|
+
class GoogleCloudDiscoveryengineV1alphaSearchRequestSearchAddonSpec
|
3422
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3423
|
+
|
3424
|
+
include Google::Apis::Core::JsonObjectSupport
|
3425
|
+
end
|
3426
|
+
|
3265
3427
|
class GoogleCloudDiscoveryengineV1alphaSearchRequestSearchAsYouTypeSpec
|
3266
3428
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3267
3429
|
|
@@ -4366,6 +4528,24 @@ module Google
|
|
4366
4528
|
include Google::Apis::Core::JsonObjectSupport
|
4367
4529
|
end
|
4368
4530
|
|
4531
|
+
class GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfig
|
4532
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4533
|
+
|
4534
|
+
include Google::Apis::Core::JsonObjectSupport
|
4535
|
+
end
|
4536
|
+
|
4537
|
+
class GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfigNotebooklmConfig
|
4538
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4539
|
+
|
4540
|
+
include Google::Apis::Core::JsonObjectSupport
|
4541
|
+
end
|
4542
|
+
|
4543
|
+
class GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfigNotebooklmConfigModelArmorConfig
|
4544
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4545
|
+
|
4546
|
+
include Google::Apis::Core::JsonObjectSupport
|
4547
|
+
end
|
4548
|
+
|
4369
4549
|
class GoogleCloudDiscoveryengineV1betaProjectServiceTerms
|
4370
4550
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4371
4551
|
|
@@ -4582,6 +4762,12 @@ module Google
|
|
4582
4762
|
include Google::Apis::Core::JsonObjectSupport
|
4583
4763
|
end
|
4584
4764
|
|
4765
|
+
class GoogleCloudDiscoveryengineV1betaSearchRequestSearchAddonSpec
|
4766
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4767
|
+
|
4768
|
+
include Google::Apis::Core::JsonObjectSupport
|
4769
|
+
end
|
4770
|
+
|
4585
4771
|
class GoogleCloudDiscoveryengineV1betaSearchRequestSearchAsYouTypeSpec
|
4586
4772
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4587
4773
|
|
@@ -5070,6 +5256,7 @@ module Google
|
|
5070
5256
|
property :diff_object_version, as: 'diffObjectVersion'
|
5071
5257
|
property :final_status, as: 'finalStatus'
|
5072
5258
|
property :notification_type, as: 'notificationType'
|
5259
|
+
property :physical_headers, :base64 => true, as: 'physicalHeaders'
|
5073
5260
|
property :request_id, as: 'requestId'
|
5074
5261
|
property :request_received_params_serving_info, :base64 => true, as: 'requestReceivedParamsServingInfo'
|
5075
5262
|
property :total_bytes, :numeric_string => true, as: 'totalBytes'
|
@@ -5435,6 +5622,17 @@ module Google
|
|
5435
5622
|
end
|
5436
5623
|
end
|
5437
5624
|
|
5625
|
+
class GoogleCloudDiscoveryengineV1ActionConfig
|
5626
|
+
# @private
|
5627
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5628
|
+
hash :action_params, as: 'actionParams'
|
5629
|
+
property :is_action_configured, as: 'isActionConfigured'
|
5630
|
+
property :json_action_params, as: 'jsonActionParams'
|
5631
|
+
property :service_name, as: 'serviceName'
|
5632
|
+
property :use_static_secrets, as: 'useStaticSecrets'
|
5633
|
+
end
|
5634
|
+
end
|
5635
|
+
|
5438
5636
|
class GoogleCloudDiscoveryengineV1AdvancedSiteSearchConfig
|
5439
5637
|
# @private
|
5440
5638
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5443,6 +5641,23 @@ module Google
|
|
5443
5641
|
end
|
5444
5642
|
end
|
5445
5643
|
|
5644
|
+
class GoogleCloudDiscoveryengineV1AlertPolicyConfig
|
5645
|
+
# @private
|
5646
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5647
|
+
collection :alert_enrollments, as: 'alertEnrollments', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1AlertPolicyConfigAlertEnrollment, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1AlertPolicyConfigAlertEnrollment::Representation
|
5648
|
+
|
5649
|
+
property :alert_policy_name, as: 'alertPolicyName'
|
5650
|
+
end
|
5651
|
+
end
|
5652
|
+
|
5653
|
+
class GoogleCloudDiscoveryengineV1AlertPolicyConfigAlertEnrollment
|
5654
|
+
# @private
|
5655
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5656
|
+
property :alert_id, as: 'alertId'
|
5657
|
+
property :enroll_state, as: 'enrollState'
|
5658
|
+
end
|
5659
|
+
end
|
5660
|
+
|
5446
5661
|
class GoogleCloudDiscoveryengineV1AnswerGenerationSpec
|
5447
5662
|
# @private
|
5448
5663
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5539,6 +5754,14 @@ module Google
|
|
5539
5754
|
end
|
5540
5755
|
end
|
5541
5756
|
|
5757
|
+
class GoogleCloudDiscoveryengineV1BapConfig
|
5758
|
+
# @private
|
5759
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5760
|
+
collection :enabled_actions, as: 'enabledActions'
|
5761
|
+
collection :supported_connector_modes, as: 'supportedConnectorModes'
|
5762
|
+
end
|
5763
|
+
end
|
5764
|
+
|
5542
5765
|
class GoogleCloudDiscoveryengineV1BatchCreateTargetSiteMetadata
|
5543
5766
|
# @private
|
5544
5767
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5590,6 +5813,15 @@ module Google
|
|
5590
5813
|
end
|
5591
5814
|
end
|
5592
5815
|
|
5816
|
+
class GoogleCloudDiscoveryengineV1Collection
|
5817
|
+
# @private
|
5818
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5819
|
+
property :create_time, as: 'createTime'
|
5820
|
+
property :display_name, as: 'displayName'
|
5821
|
+
property :name, as: 'name'
|
5822
|
+
end
|
5823
|
+
end
|
5824
|
+
|
5593
5825
|
class GoogleCloudDiscoveryengineV1Condition
|
5594
5826
|
# @private
|
5595
5827
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5742,6 +5974,116 @@ module Google
|
|
5742
5974
|
end
|
5743
5975
|
end
|
5744
5976
|
|
5977
|
+
class GoogleCloudDiscoveryengineV1DataConnector
|
5978
|
+
# @private
|
5979
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5980
|
+
property :acl_enabled, as: 'aclEnabled'
|
5981
|
+
property :action_config, as: 'actionConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1ActionConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1ActionConfig::Representation
|
5982
|
+
|
5983
|
+
property :action_state, as: 'actionState'
|
5984
|
+
collection :alert_policy_configs, as: 'alertPolicyConfigs', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1AlertPolicyConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1AlertPolicyConfig::Representation
|
5985
|
+
|
5986
|
+
property :auto_run_disabled, as: 'autoRunDisabled'
|
5987
|
+
property :bap_config, as: 'bapConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1BapConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1BapConfig::Representation
|
5988
|
+
|
5989
|
+
collection :blocking_reasons, as: 'blockingReasons'
|
5990
|
+
collection :connector_modes, as: 'connectorModes'
|
5991
|
+
property :connector_type, as: 'connectorType'
|
5992
|
+
property :create_eua_saas, as: 'createEuaSaas'
|
5993
|
+
property :create_time, as: 'createTime'
|
5994
|
+
property :data_source, as: 'dataSource'
|
5995
|
+
collection :destination_configs, as: 'destinationConfigs', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1DestinationConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1DestinationConfig::Representation
|
5996
|
+
|
5997
|
+
property :end_user_config, as: 'endUserConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1DataConnectorEndUserConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1DataConnectorEndUserConfig::Representation
|
5998
|
+
|
5999
|
+
collection :entities, as: 'entities', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1DataConnectorSourceEntity, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1DataConnectorSourceEntity::Representation
|
6000
|
+
|
6001
|
+
collection :errors, as: 'errors', class: Google::Apis::DiscoveryengineV1alpha::GoogleRpcStatus, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleRpcStatus::Representation
|
6002
|
+
|
6003
|
+
property :federated_config, as: 'federatedConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1DataConnectorFederatedConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1DataConnectorFederatedConfig::Representation
|
6004
|
+
|
6005
|
+
property :hybrid_ingestion_disabled, as: 'hybridIngestionDisabled'
|
6006
|
+
property :identity_refresh_interval, as: 'identityRefreshInterval'
|
6007
|
+
property :identity_schedule_config, as: 'identityScheduleConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1IdentityScheduleConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1IdentityScheduleConfig::Representation
|
6008
|
+
|
6009
|
+
property :incremental_refresh_interval, as: 'incrementalRefreshInterval'
|
6010
|
+
property :incremental_sync_disabled, as: 'incrementalSyncDisabled'
|
6011
|
+
property :json_params, as: 'jsonParams'
|
6012
|
+
property :kms_key_name, as: 'kmsKeyName'
|
6013
|
+
property :last_sync_time, as: 'lastSyncTime'
|
6014
|
+
property :latest_pause_time, as: 'latestPauseTime'
|
6015
|
+
property :name, as: 'name'
|
6016
|
+
property :next_sync_time, as: 'nextSyncTime', class: Google::Apis::DiscoveryengineV1alpha::GoogleTypeDateTime, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleTypeDateTime::Representation
|
6017
|
+
|
6018
|
+
hash :params, as: 'params'
|
6019
|
+
property :private_connectivity_project_id, as: 'privateConnectivityProjectId'
|
6020
|
+
property :realtime_state, as: 'realtimeState'
|
6021
|
+
property :realtime_sync_config, as: 'realtimeSyncConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1DataConnectorRealtimeSyncConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1DataConnectorRealtimeSyncConfig::Representation
|
6022
|
+
|
6023
|
+
property :refresh_interval, as: 'refreshInterval'
|
6024
|
+
collection :remove_param_keys, as: 'removeParamKeys'
|
6025
|
+
property :state, as: 'state'
|
6026
|
+
collection :static_ip_addresses, as: 'staticIpAddresses'
|
6027
|
+
property :static_ip_enabled, as: 'staticIpEnabled'
|
6028
|
+
property :sync_mode, as: 'syncMode'
|
6029
|
+
property :update_time, as: 'updateTime'
|
6030
|
+
end
|
6031
|
+
end
|
6032
|
+
|
6033
|
+
class GoogleCloudDiscoveryengineV1DataConnectorEndUserConfig
|
6034
|
+
# @private
|
6035
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6036
|
+
hash :additional_params, as: 'additionalParams'
|
6037
|
+
hash :auth_params, as: 'authParams'
|
6038
|
+
property :json_auth_params, as: 'jsonAuthParams'
|
6039
|
+
property :tenant, as: 'tenant', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1Tenant, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1Tenant::Representation
|
6040
|
+
|
6041
|
+
end
|
6042
|
+
end
|
6043
|
+
|
6044
|
+
class GoogleCloudDiscoveryengineV1DataConnectorFederatedConfig
|
6045
|
+
# @private
|
6046
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6047
|
+
hash :additional_params, as: 'additionalParams'
|
6048
|
+
hash :auth_params, as: 'authParams'
|
6049
|
+
property :json_auth_params, as: 'jsonAuthParams'
|
6050
|
+
end
|
6051
|
+
end
|
6052
|
+
|
6053
|
+
class GoogleCloudDiscoveryengineV1DataConnectorRealtimeSyncConfig
|
6054
|
+
# @private
|
6055
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6056
|
+
property :realtime_sync_secret, as: 'realtimeSyncSecret'
|
6057
|
+
property :streaming_error, as: 'streamingError', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1DataConnectorRealtimeSyncConfigStreamingError, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1DataConnectorRealtimeSyncConfigStreamingError::Representation
|
6058
|
+
|
6059
|
+
property :webhook_uri, as: 'webhookUri'
|
6060
|
+
end
|
6061
|
+
end
|
6062
|
+
|
6063
|
+
class GoogleCloudDiscoveryengineV1DataConnectorRealtimeSyncConfigStreamingError
|
6064
|
+
# @private
|
6065
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6066
|
+
property :error, as: 'error', class: Google::Apis::DiscoveryengineV1alpha::GoogleRpcStatus, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleRpcStatus::Representation
|
6067
|
+
|
6068
|
+
property :streaming_error_reason, as: 'streamingErrorReason'
|
6069
|
+
end
|
6070
|
+
end
|
6071
|
+
|
6072
|
+
class GoogleCloudDiscoveryengineV1DataConnectorSourceEntity
|
6073
|
+
# @private
|
6074
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6075
|
+
property :data_store, as: 'dataStore'
|
6076
|
+
property :entity_name, as: 'entityName'
|
6077
|
+
property :healthcare_fhir_config, as: 'healthcareFhirConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1HealthcareFhirConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1HealthcareFhirConfig::Representation
|
6078
|
+
|
6079
|
+
property :json_params, as: 'jsonParams'
|
6080
|
+
hash :key_property_mappings, as: 'keyPropertyMappings'
|
6081
|
+
hash :params, as: 'params'
|
6082
|
+
property :starting_schema, as: 'startingSchema', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1Schema, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1Schema::Representation
|
6083
|
+
|
6084
|
+
end
|
6085
|
+
end
|
6086
|
+
|
5745
6087
|
class GoogleCloudDiscoveryengineV1DataStore
|
5746
6088
|
# @private
|
5747
6089
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5752,6 +6094,7 @@ module Google
|
|
5752
6094
|
|
5753
6095
|
property :cmek_config, as: 'cmekConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1CmekConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1CmekConfig::Representation
|
5754
6096
|
|
6097
|
+
property :configurable_billing_approach, as: 'configurableBillingApproach'
|
5755
6098
|
property :content_config, as: 'contentConfig'
|
5756
6099
|
property :create_time, as: 'createTime'
|
5757
6100
|
property :default_schema_id, as: 'defaultSchemaId'
|
@@ -5802,6 +6145,14 @@ module Google
|
|
5802
6145
|
end
|
5803
6146
|
end
|
5804
6147
|
|
6148
|
+
class GoogleCloudDiscoveryengineV1DeleteCollectionMetadata
|
6149
|
+
# @private
|
6150
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6151
|
+
property :create_time, as: 'createTime'
|
6152
|
+
property :update_time, as: 'updateTime'
|
6153
|
+
end
|
6154
|
+
end
|
6155
|
+
|
5805
6156
|
class GoogleCloudDiscoveryengineV1DeleteDataStoreMetadata
|
5806
6157
|
# @private
|
5807
6158
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5850,6 +6201,25 @@ module Google
|
|
5850
6201
|
end
|
5851
6202
|
end
|
5852
6203
|
|
6204
|
+
class GoogleCloudDiscoveryengineV1DestinationConfig
|
6205
|
+
# @private
|
6206
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6207
|
+
collection :destinations, as: 'destinations', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1DestinationConfigDestination, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1DestinationConfigDestination::Representation
|
6208
|
+
|
6209
|
+
property :json_params, as: 'jsonParams'
|
6210
|
+
property :key, as: 'key'
|
6211
|
+
hash :params, as: 'params'
|
6212
|
+
end
|
6213
|
+
end
|
6214
|
+
|
6215
|
+
class GoogleCloudDiscoveryengineV1DestinationConfigDestination
|
6216
|
+
# @private
|
6217
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6218
|
+
property :host, as: 'host'
|
6219
|
+
property :port, as: 'port'
|
6220
|
+
end
|
6221
|
+
end
|
6222
|
+
|
5853
6223
|
class GoogleCloudDiscoveryengineV1DisableAdvancedSiteSearchMetadata
|
5854
6224
|
# @private
|
5855
6225
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5956,6 +6326,7 @@ module Google
|
|
5956
6326
|
|
5957
6327
|
property :common_config, as: 'commonConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1EngineCommonConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1EngineCommonConfig::Representation
|
5958
6328
|
|
6329
|
+
property :configurable_billing_approach, as: 'configurableBillingApproach'
|
5959
6330
|
property :create_time, as: 'createTime'
|
5960
6331
|
collection :data_store_ids, as: 'dataStoreIds'
|
5961
6332
|
property :disable_analytics, as: 'disableAnalytics'
|
@@ -6076,6 +6447,15 @@ module Google
|
|
6076
6447
|
end
|
6077
6448
|
end
|
6078
6449
|
|
6450
|
+
class GoogleCloudDiscoveryengineV1IdentityScheduleConfig
|
6451
|
+
# @private
|
6452
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6453
|
+
property :next_sync_time, as: 'nextSyncTime', class: Google::Apis::DiscoveryengineV1alpha::GoogleTypeDateTime, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleTypeDateTime::Representation
|
6454
|
+
|
6455
|
+
property :refresh_interval, as: 'refreshInterval'
|
6456
|
+
end
|
6457
|
+
end
|
6458
|
+
|
6079
6459
|
class GoogleCloudDiscoveryengineV1IdpConfig
|
6080
6460
|
# @private
|
6081
6461
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6192,6 +6572,8 @@ module Google
|
|
6192
6572
|
# @private
|
6193
6573
|
class Representation < Google::Apis::Core::JsonRepresentation
|
6194
6574
|
property :create_time, as: 'createTime'
|
6575
|
+
property :customer_provided_config, as: 'customerProvidedConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfig::Representation
|
6576
|
+
|
6195
6577
|
property :name, as: 'name'
|
6196
6578
|
property :provision_completion_time, as: 'provisionCompletionTime'
|
6197
6579
|
hash :service_terms_map, as: 'serviceTermsMap', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1ProjectServiceTerms, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1ProjectServiceTerms::Representation
|
@@ -6199,6 +6581,30 @@ module Google
|
|
6199
6581
|
end
|
6200
6582
|
end
|
6201
6583
|
|
6584
|
+
class GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfig
|
6585
|
+
# @private
|
6586
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6587
|
+
property :notebooklm_config, as: 'notebooklmConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfigNotebooklmConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfigNotebooklmConfig::Representation
|
6588
|
+
|
6589
|
+
end
|
6590
|
+
end
|
6591
|
+
|
6592
|
+
class GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfigNotebooklmConfig
|
6593
|
+
# @private
|
6594
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6595
|
+
property :model_armor_config, as: 'modelArmorConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfigNotebooklmConfigModelArmorConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfigNotebooklmConfigModelArmorConfig::Representation
|
6596
|
+
|
6597
|
+
end
|
6598
|
+
end
|
6599
|
+
|
6600
|
+
class GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfigNotebooklmConfigModelArmorConfig
|
6601
|
+
# @private
|
6602
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6603
|
+
property :response_template, as: 'responseTemplate'
|
6604
|
+
property :user_prompt_template, as: 'userPromptTemplate'
|
6605
|
+
end
|
6606
|
+
end
|
6607
|
+
|
6202
6608
|
class GoogleCloudDiscoveryengineV1ProjectServiceTerms
|
6203
6609
|
# @private
|
6204
6610
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6413,6 +6819,12 @@ module Google
|
|
6413
6819
|
end
|
6414
6820
|
end
|
6415
6821
|
|
6822
|
+
class GoogleCloudDiscoveryengineV1SetUpDataConnectorMetadata
|
6823
|
+
# @private
|
6824
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6825
|
+
end
|
6826
|
+
end
|
6827
|
+
|
6416
6828
|
class GoogleCloudDiscoveryengineV1SingleRegionKey
|
6417
6829
|
# @private
|
6418
6830
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6470,6 +6882,15 @@ module Google
|
|
6470
6882
|
end
|
6471
6883
|
end
|
6472
6884
|
|
6885
|
+
class GoogleCloudDiscoveryengineV1Tenant
|
6886
|
+
# @private
|
6887
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6888
|
+
property :display_name, as: 'displayName'
|
6889
|
+
property :id, as: 'id'
|
6890
|
+
property :uri, as: 'uri'
|
6891
|
+
end
|
6892
|
+
end
|
6893
|
+
|
6473
6894
|
class GoogleCloudDiscoveryengineV1TrainCustomModelMetadata
|
6474
6895
|
# @private
|
6475
6896
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6567,6 +6988,7 @@ module Google
|
|
6567
6988
|
class Representation < Google::Apis::Core::JsonRepresentation
|
6568
6989
|
hash :action_params, as: 'actionParams'
|
6569
6990
|
property :is_action_configured, as: 'isActionConfigured'
|
6991
|
+
property :json_action_params, as: 'jsonActionParams'
|
6570
6992
|
property :service_name, as: 'serviceName'
|
6571
6993
|
property :use_static_secrets, as: 'useStaticSecrets'
|
6572
6994
|
end
|
@@ -7290,6 +7712,7 @@ module Google
|
|
7290
7712
|
class Representation < Google::Apis::Core::JsonRepresentation
|
7291
7713
|
property :grounded_content, as: 'groundedContent', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistantGroundedContent, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistantGroundedContent::Representation
|
7292
7714
|
|
7715
|
+
property :reply_id, as: 'replyId'
|
7293
7716
|
end
|
7294
7717
|
end
|
7295
7718
|
|
@@ -7441,6 +7864,7 @@ module Google
|
|
7441
7864
|
class Representation < Google::Apis::Core::JsonRepresentation
|
7442
7865
|
property :document, as: 'document'
|
7443
7866
|
property :domain, as: 'domain'
|
7867
|
+
property :mime_type, as: 'mimeType'
|
7444
7868
|
property :page_identifier, as: 'pageIdentifier'
|
7445
7869
|
property :title, as: 'title'
|
7446
7870
|
property :uri, as: 'uri'
|
@@ -7477,6 +7901,7 @@ module Google
|
|
7477
7901
|
class GoogleCloudDiscoveryengineV1alphaBapConfig
|
7478
7902
|
# @private
|
7479
7903
|
class Representation < Google::Apis::Core::JsonRepresentation
|
7904
|
+
collection :enabled_actions, as: 'enabledActions'
|
7480
7905
|
collection :supported_connector_modes, as: 'supportedConnectorModes'
|
7481
7906
|
end
|
7482
7907
|
end
|
@@ -7638,6 +8063,25 @@ module Google
|
|
7638
8063
|
end
|
7639
8064
|
end
|
7640
8065
|
|
8066
|
+
class GoogleCloudDiscoveryengineV1alphaBranch
|
8067
|
+
# @private
|
8068
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8069
|
+
property :branch_stats, as: 'branchStats', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaBranchBranchStats, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaBranchBranchStats::Representation
|
8070
|
+
|
8071
|
+
property :display_name, as: 'displayName'
|
8072
|
+
property :is_default, as: 'isDefault'
|
8073
|
+
property :last_document_import_time, as: 'lastDocumentImportTime'
|
8074
|
+
property :name, as: 'name'
|
8075
|
+
end
|
8076
|
+
end
|
8077
|
+
|
8078
|
+
class GoogleCloudDiscoveryengineV1alphaBranchBranchStats
|
8079
|
+
# @private
|
8080
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8081
|
+
hash :document_counts, as: 'documentCounts'
|
8082
|
+
end
|
8083
|
+
end
|
8084
|
+
|
7641
8085
|
class GoogleCloudDiscoveryengineV1alphaCheckGroundingRequest
|
7642
8086
|
# @private
|
7643
8087
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -8215,6 +8659,7 @@ module Google
|
|
8215
8659
|
|
8216
8660
|
property :incremental_refresh_interval, as: 'incrementalRefreshInterval'
|
8217
8661
|
property :incremental_sync_disabled, as: 'incrementalSyncDisabled'
|
8662
|
+
property :json_params, as: 'jsonParams'
|
8218
8663
|
property :kms_key_name, as: 'kmsKeyName'
|
8219
8664
|
property :last_sync_time, as: 'lastSyncTime'
|
8220
8665
|
property :latest_pause_time, as: 'latestPauseTime'
|
@@ -8241,6 +8686,7 @@ module Google
|
|
8241
8686
|
class Representation < Google::Apis::Core::JsonRepresentation
|
8242
8687
|
hash :additional_params, as: 'additionalParams'
|
8243
8688
|
hash :auth_params, as: 'authParams'
|
8689
|
+
property :json_auth_params, as: 'jsonAuthParams'
|
8244
8690
|
property :tenant, as: 'tenant', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaTenant, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaTenant::Representation
|
8245
8691
|
|
8246
8692
|
end
|
@@ -8251,6 +8697,7 @@ module Google
|
|
8251
8697
|
class Representation < Google::Apis::Core::JsonRepresentation
|
8252
8698
|
hash :additional_params, as: 'additionalParams'
|
8253
8699
|
hash :auth_params, as: 'authParams'
|
8700
|
+
property :json_auth_params, as: 'jsonAuthParams'
|
8254
8701
|
end
|
8255
8702
|
end
|
8256
8703
|
|
@@ -8280,6 +8727,7 @@ module Google
|
|
8280
8727
|
property :entity_name, as: 'entityName'
|
8281
8728
|
property :healthcare_fhir_config, as: 'healthcareFhirConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaHealthcareFhirConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaHealthcareFhirConfig::Representation
|
8282
8729
|
|
8730
|
+
property :json_params, as: 'jsonParams'
|
8283
8731
|
hash :key_property_mappings, as: 'keyPropertyMappings'
|
8284
8732
|
hash :params, as: 'params'
|
8285
8733
|
property :starting_schema, as: 'startingSchema', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaSchema, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaSchema::Representation
|
@@ -8297,6 +8745,7 @@ module Google
|
|
8297
8745
|
|
8298
8746
|
property :cmek_config, as: 'cmekConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaCmekConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaCmekConfig::Representation
|
8299
8747
|
|
8748
|
+
property :configurable_billing_approach, as: 'configurableBillingApproach'
|
8300
8749
|
property :content_config, as: 'contentConfig'
|
8301
8750
|
property :create_time, as: 'createTime'
|
8302
8751
|
property :default_schema_id, as: 'defaultSchemaId'
|
@@ -8435,6 +8884,7 @@ module Google
|
|
8435
8884
|
class Representation < Google::Apis::Core::JsonRepresentation
|
8436
8885
|
collection :destinations, as: 'destinations', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaDestinationConfigDestination, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaDestinationConfigDestination::Representation
|
8437
8886
|
|
8887
|
+
property :json_params, as: 'jsonParams'
|
8438
8888
|
property :key, as: 'key'
|
8439
8889
|
hash :params, as: 'params'
|
8440
8890
|
end
|
@@ -8649,6 +9099,7 @@ module Google
|
|
8649
9099
|
|
8650
9100
|
property :common_config, as: 'commonConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaEngineCommonConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaEngineCommonConfig::Representation
|
8651
9101
|
|
9102
|
+
property :configurable_billing_approach, as: 'configurableBillingApproach'
|
8652
9103
|
property :create_time, as: 'createTime'
|
8653
9104
|
collection :data_store_ids, as: 'dataStoreIds'
|
8654
9105
|
property :disable_analytics, as: 'disableAnalytics'
|
@@ -9403,6 +9854,14 @@ module Google
|
|
9403
9854
|
end
|
9404
9855
|
end
|
9405
9856
|
|
9857
|
+
class GoogleCloudDiscoveryengineV1alphaListBranchesResponse
|
9858
|
+
# @private
|
9859
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9860
|
+
collection :branches, as: 'branches', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaBranch, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaBranch::Representation
|
9861
|
+
|
9862
|
+
end
|
9863
|
+
end
|
9864
|
+
|
9406
9865
|
class GoogleCloudDiscoveryengineV1alphaListChunksResponse
|
9407
9866
|
# @private
|
9408
9867
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -9723,6 +10182,8 @@ module Google
|
|
9723
10182
|
# @private
|
9724
10183
|
class Representation < Google::Apis::Core::JsonRepresentation
|
9725
10184
|
property :create_time, as: 'createTime'
|
10185
|
+
property :customer_provided_config, as: 'customerProvidedConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfig::Representation
|
10186
|
+
|
9726
10187
|
property :name, as: 'name'
|
9727
10188
|
property :provision_completion_time, as: 'provisionCompletionTime'
|
9728
10189
|
hash :service_terms_map, as: 'serviceTermsMap', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaProjectServiceTerms, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaProjectServiceTerms::Representation
|
@@ -9730,6 +10191,30 @@ module Google
|
|
9730
10191
|
end
|
9731
10192
|
end
|
9732
10193
|
|
10194
|
+
class GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfig
|
10195
|
+
# @private
|
10196
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10197
|
+
property :notebooklm_config, as: 'notebooklmConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfigNotebooklmConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfigNotebooklmConfig::Representation
|
10198
|
+
|
10199
|
+
end
|
10200
|
+
end
|
10201
|
+
|
10202
|
+
class GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfigNotebooklmConfig
|
10203
|
+
# @private
|
10204
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10205
|
+
property :model_armor_config, as: 'modelArmorConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfigNotebooklmConfigModelArmorConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfigNotebooklmConfigModelArmorConfig::Representation
|
10206
|
+
|
10207
|
+
end
|
10208
|
+
end
|
10209
|
+
|
10210
|
+
class GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfigNotebooklmConfigModelArmorConfig
|
10211
|
+
# @private
|
10212
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10213
|
+
property :response_template, as: 'responseTemplate'
|
10214
|
+
property :user_prompt_template, as: 'userPromptTemplate'
|
10215
|
+
end
|
10216
|
+
end
|
10217
|
+
|
9733
10218
|
class GoogleCloudDiscoveryengineV1alphaProjectServiceTerms
|
9734
10219
|
# @private
|
9735
10220
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -9761,6 +10246,7 @@ module Google
|
|
9761
10246
|
# @private
|
9762
10247
|
class Representation < Google::Apis::Core::JsonRepresentation
|
9763
10248
|
property :accept_biz_qos, as: 'acceptBizQos'
|
10249
|
+
property :is_biz, as: 'isBiz'
|
9764
10250
|
end
|
9765
10251
|
end
|
9766
10252
|
|
@@ -10318,6 +10804,8 @@ module Google
|
|
10318
10804
|
|
10319
10805
|
property :relevance_threshold, as: 'relevanceThreshold'
|
10320
10806
|
property :safe_search, as: 'safeSearch'
|
10807
|
+
property :search_addon_spec, as: 'searchAddonSpec', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaSearchRequestSearchAddonSpec, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaSearchRequestSearchAddonSpec::Representation
|
10808
|
+
|
10321
10809
|
property :search_as_you_type_spec, as: 'searchAsYouTypeSpec', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaSearchRequestSearchAsYouTypeSpec, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaSearchRequestSearchAsYouTypeSpec::Representation
|
10322
10810
|
|
10323
10811
|
property :serving_config, as: 'servingConfig'
|
@@ -10524,6 +11012,7 @@ module Google
|
|
10524
11012
|
class GoogleCloudDiscoveryengineV1alphaSearchRequestNaturalLanguageQueryUnderstandingSpec
|
10525
11013
|
# @private
|
10526
11014
|
class Representation < Google::Apis::Core::JsonRepresentation
|
11015
|
+
collection :allowed_field_names, as: 'allowedFieldNames'
|
10527
11016
|
property :extracted_filter_behavior, as: 'extractedFilterBehavior'
|
10528
11017
|
property :filter_extraction_condition, as: 'filterExtractionCondition'
|
10529
11018
|
collection :geo_search_query_detection_field_names, as: 'geoSearchQueryDetectionFieldNames'
|
@@ -10552,6 +11041,15 @@ module Google
|
|
10552
11041
|
end
|
10553
11042
|
end
|
10554
11043
|
|
11044
|
+
class GoogleCloudDiscoveryengineV1alphaSearchRequestSearchAddonSpec
|
11045
|
+
# @private
|
11046
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11047
|
+
property :disable_generative_answer_add_on, as: 'disableGenerativeAnswerAddOn'
|
11048
|
+
property :disable_kpi_personalization_add_on, as: 'disableKpiPersonalizationAddOn'
|
11049
|
+
property :disable_semantic_add_on, as: 'disableSemanticAddOn'
|
11050
|
+
end
|
11051
|
+
end
|
11052
|
+
|
10555
11053
|
class GoogleCloudDiscoveryengineV1alphaSearchRequestSearchAsYouTypeSpec
|
10556
11054
|
# @private
|
10557
11055
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -11620,6 +12118,7 @@ module Google
|
|
11620
12118
|
property :default_search_request_order_by, as: 'defaultSearchRequestOrderBy'
|
11621
12119
|
property :disable_user_events_collection, as: 'disableUserEventsCollection'
|
11622
12120
|
property :enable_autocomplete, as: 'enableAutocomplete'
|
12121
|
+
property :enable_create_agent_button, as: 'enableCreateAgentButton'
|
11623
12122
|
property :enable_people_search, as: 'enablePeopleSearch'
|
11624
12123
|
property :enable_quality_feedback, as: 'enableQualityFeedback'
|
11625
12124
|
property :enable_safe_search, as: 'enableSafeSearch'
|
@@ -11903,6 +12402,7 @@ module Google
|
|
11903
12402
|
|
11904
12403
|
property :cmek_config, as: 'cmekConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaCmekConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaCmekConfig::Representation
|
11905
12404
|
|
12405
|
+
property :configurable_billing_approach, as: 'configurableBillingApproach'
|
11906
12406
|
property :content_config, as: 'contentConfig'
|
11907
12407
|
property :create_time, as: 'createTime'
|
11908
12408
|
property :default_schema_id, as: 'defaultSchemaId'
|
@@ -12117,6 +12617,7 @@ module Google
|
|
12117
12617
|
|
12118
12618
|
property :common_config, as: 'commonConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaEngineCommonConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaEngineCommonConfig::Representation
|
12119
12619
|
|
12620
|
+
property :configurable_billing_approach, as: 'configurableBillingApproach'
|
12120
12621
|
property :create_time, as: 'createTime'
|
12121
12622
|
collection :data_store_ids, as: 'dataStoreIds'
|
12122
12623
|
property :disable_analytics, as: 'disableAnalytics'
|
@@ -12459,6 +12960,8 @@ module Google
|
|
12459
12960
|
# @private
|
12460
12961
|
class Representation < Google::Apis::Core::JsonRepresentation
|
12461
12962
|
property :create_time, as: 'createTime'
|
12963
|
+
property :customer_provided_config, as: 'customerProvidedConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfig::Representation
|
12964
|
+
|
12462
12965
|
property :name, as: 'name'
|
12463
12966
|
property :provision_completion_time, as: 'provisionCompletionTime'
|
12464
12967
|
hash :service_terms_map, as: 'serviceTermsMap', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaProjectServiceTerms, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaProjectServiceTerms::Representation
|
@@ -12466,6 +12969,30 @@ module Google
|
|
12466
12969
|
end
|
12467
12970
|
end
|
12468
12971
|
|
12972
|
+
class GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfig
|
12973
|
+
# @private
|
12974
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12975
|
+
property :notebooklm_config, as: 'notebooklmConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfigNotebooklmConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfigNotebooklmConfig::Representation
|
12976
|
+
|
12977
|
+
end
|
12978
|
+
end
|
12979
|
+
|
12980
|
+
class GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfigNotebooklmConfig
|
12981
|
+
# @private
|
12982
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12983
|
+
property :model_armor_config, as: 'modelArmorConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfigNotebooklmConfigModelArmorConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfigNotebooklmConfigModelArmorConfig::Representation
|
12984
|
+
|
12985
|
+
end
|
12986
|
+
end
|
12987
|
+
|
12988
|
+
class GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfigNotebooklmConfigModelArmorConfig
|
12989
|
+
# @private
|
12990
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12991
|
+
property :response_template, as: 'responseTemplate'
|
12992
|
+
property :user_prompt_template, as: 'userPromptTemplate'
|
12993
|
+
end
|
12994
|
+
end
|
12995
|
+
|
12469
12996
|
class GoogleCloudDiscoveryengineV1betaProjectServiceTerms
|
12470
12997
|
# @private
|
12471
12998
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -12624,6 +13151,8 @@ module Google
|
|
12624
13151
|
|
12625
13152
|
property :relevance_threshold, as: 'relevanceThreshold'
|
12626
13153
|
property :safe_search, as: 'safeSearch'
|
13154
|
+
property :search_addon_spec, as: 'searchAddonSpec', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaSearchRequestSearchAddonSpec, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaSearchRequestSearchAddonSpec::Representation
|
13155
|
+
|
12627
13156
|
property :search_as_you_type_spec, as: 'searchAsYouTypeSpec', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaSearchRequestSearchAsYouTypeSpec, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaSearchRequestSearchAsYouTypeSpec::Representation
|
12628
13157
|
|
12629
13158
|
property :serving_config, as: 'servingConfig'
|
@@ -12829,6 +13358,7 @@ module Google
|
|
12829
13358
|
class GoogleCloudDiscoveryengineV1betaSearchRequestNaturalLanguageQueryUnderstandingSpec
|
12830
13359
|
# @private
|
12831
13360
|
class Representation < Google::Apis::Core::JsonRepresentation
|
13361
|
+
collection :allowed_field_names, as: 'allowedFieldNames'
|
12832
13362
|
property :extracted_filter_behavior, as: 'extractedFilterBehavior'
|
12833
13363
|
property :filter_extraction_condition, as: 'filterExtractionCondition'
|
12834
13364
|
collection :geo_search_query_detection_field_names, as: 'geoSearchQueryDetectionFieldNames'
|
@@ -12857,6 +13387,15 @@ module Google
|
|
12857
13387
|
end
|
12858
13388
|
end
|
12859
13389
|
|
13390
|
+
class GoogleCloudDiscoveryengineV1betaSearchRequestSearchAddonSpec
|
13391
|
+
# @private
|
13392
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13393
|
+
property :disable_generative_answer_add_on, as: 'disableGenerativeAnswerAddOn'
|
13394
|
+
property :disable_kpi_personalization_add_on, as: 'disableKpiPersonalizationAddOn'
|
13395
|
+
property :disable_semantic_add_on, as: 'disableSemanticAddOn'
|
13396
|
+
end
|
13397
|
+
end
|
13398
|
+
|
12860
13399
|
class GoogleCloudDiscoveryengineV1betaSearchRequestSearchAsYouTypeSpec
|
12861
13400
|
# @private
|
12862
13401
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -13054,12 +13593,12 @@ module Google
|
|
13054
13593
|
class GoogleCloudNotebooklmV1alphaAudioOverview
|
13055
13594
|
# @private
|
13056
13595
|
class Representation < Google::Apis::Core::JsonRepresentation
|
13057
|
-
property :audio, :base64 => true, as: 'audio'
|
13058
13596
|
property :audio_overview_id, as: 'audioOverviewId'
|
13597
|
+
property :generation_options, as: 'generationOptions', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaAudioOverviewGenerationOptions, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudNotebooklmV1alphaAudioOverviewGenerationOptions::Representation
|
13598
|
+
|
13059
13599
|
property :language_code, as: 'languageCode'
|
13060
13600
|
property :mime_type, as: 'mimeType'
|
13061
13601
|
property :name, as: 'name'
|
13062
|
-
property :playback_url, as: 'playbackUrl'
|
13063
13602
|
property :status, as: 'status'
|
13064
13603
|
end
|
13065
13604
|
end
|
@@ -13465,6 +14004,7 @@ module Google
|
|
13465
14004
|
property :next_page_token, as: 'nextPageToken'
|
13466
14005
|
collection :operations, as: 'operations', class: Google::Apis::DiscoveryengineV1alpha::GoogleLongrunningOperation, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleLongrunningOperation::Representation
|
13467
14006
|
|
14007
|
+
collection :unreachable, as: 'unreachable'
|
13468
14008
|
end
|
13469
14009
|
end
|
13470
14010
|
|