google-apis-discoveryengine_v1 0.52.0 → 0.54.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/discoveryengine_v1/classes.rb +1253 -53
- data/lib/google/apis/discoveryengine_v1/gem_version.rb +2 -2
- data/lib/google/apis/discoveryengine_v1/representations.rb +500 -0
- data/lib/google/apis/discoveryengine_v1/service.rb +249 -15
- metadata +2 -2
|
@@ -280,6 +280,18 @@ module Google
|
|
|
280
280
|
include Google::Apis::Core::JsonObjectSupport
|
|
281
281
|
end
|
|
282
282
|
|
|
283
|
+
class GoogleCloudDiscoveryengineV1AlertPolicyResourceConfig
|
|
284
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
285
|
+
|
|
286
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
287
|
+
end
|
|
288
|
+
|
|
289
|
+
class GoogleCloudDiscoveryengineV1AlertPolicyResourceConfigAlertEnrollment
|
|
290
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
291
|
+
|
|
292
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
293
|
+
end
|
|
294
|
+
|
|
283
295
|
class GoogleCloudDiscoveryengineV1AlloyDbSource
|
|
284
296
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
285
297
|
|
|
@@ -952,6 +964,12 @@ module Google
|
|
|
952
964
|
include Google::Apis::Core::JsonObjectSupport
|
|
953
965
|
end
|
|
954
966
|
|
|
967
|
+
class GoogleCloudDiscoveryengineV1ContactDetails
|
|
968
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
969
|
+
|
|
970
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
971
|
+
end
|
|
972
|
+
|
|
955
973
|
class GoogleCloudDiscoveryengineV1Control
|
|
956
974
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
957
975
|
|
|
@@ -1594,6 +1612,12 @@ module Google
|
|
|
1594
1612
|
include Google::Apis::Core::JsonObjectSupport
|
|
1595
1613
|
end
|
|
1596
1614
|
|
|
1615
|
+
class GoogleCloudDiscoveryengineV1LicenseConfig
|
|
1616
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1617
|
+
|
|
1618
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1619
|
+
end
|
|
1620
|
+
|
|
1597
1621
|
class GoogleCloudDiscoveryengineV1ListCmekConfigsResponse
|
|
1598
1622
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1599
1623
|
|
|
@@ -2008,6 +2032,12 @@ module Google
|
|
|
2008
2032
|
include Google::Apis::Core::JsonObjectSupport
|
|
2009
2033
|
end
|
|
2010
2034
|
|
|
2035
|
+
class GoogleCloudDiscoveryengineV1SearchRequestNaturalLanguageQueryUnderstandingSpec
|
|
2036
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2037
|
+
|
|
2038
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2039
|
+
end
|
|
2040
|
+
|
|
2011
2041
|
class GoogleCloudDiscoveryengineV1SearchRequestQueryExpansionSpec
|
|
2012
2042
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2013
2043
|
|
|
@@ -2398,6 +2428,18 @@ module Google
|
|
|
2398
2428
|
include Google::Apis::Core::JsonObjectSupport
|
|
2399
2429
|
end
|
|
2400
2430
|
|
|
2431
|
+
class GoogleCloudDiscoveryengineV1alphaAlertPolicyResourceConfig
|
|
2432
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2433
|
+
|
|
2434
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2435
|
+
end
|
|
2436
|
+
|
|
2437
|
+
class GoogleCloudDiscoveryengineV1alphaAlertPolicyResourceConfigAlertEnrollment
|
|
2438
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2439
|
+
|
|
2440
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2441
|
+
end
|
|
2442
|
+
|
|
2401
2443
|
class GoogleCloudDiscoveryengineV1alphaAnswer
|
|
2402
2444
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2403
2445
|
|
|
@@ -2524,6 +2566,102 @@ module Google
|
|
|
2524
2566
|
include Google::Apis::Core::JsonObjectSupport
|
|
2525
2567
|
end
|
|
2526
2568
|
|
|
2569
|
+
class GoogleCloudDiscoveryengineV1alphaAssistAnswer
|
|
2570
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2571
|
+
|
|
2572
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2573
|
+
end
|
|
2574
|
+
|
|
2575
|
+
class GoogleCloudDiscoveryengineV1alphaAssistAnswerCustomerPolicyEnforcementResult
|
|
2576
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2577
|
+
|
|
2578
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2579
|
+
end
|
|
2580
|
+
|
|
2581
|
+
class GoogleCloudDiscoveryengineV1alphaAssistAnswerCustomerPolicyEnforcementResultBannedPhraseEnforcementResult
|
|
2582
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2583
|
+
|
|
2584
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2585
|
+
end
|
|
2586
|
+
|
|
2587
|
+
class GoogleCloudDiscoveryengineV1alphaAssistAnswerCustomerPolicyEnforcementResultModelArmorEnforcementResult
|
|
2588
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2589
|
+
|
|
2590
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2591
|
+
end
|
|
2592
|
+
|
|
2593
|
+
class GoogleCloudDiscoveryengineV1alphaAssistAnswerCustomerPolicyEnforcementResultPolicyEnforcementResult
|
|
2594
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2595
|
+
|
|
2596
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2597
|
+
end
|
|
2598
|
+
|
|
2599
|
+
class GoogleCloudDiscoveryengineV1alphaAssistAnswerReply
|
|
2600
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2601
|
+
|
|
2602
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2603
|
+
end
|
|
2604
|
+
|
|
2605
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantContent
|
|
2606
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2607
|
+
|
|
2608
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2609
|
+
end
|
|
2610
|
+
|
|
2611
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantContentBlob
|
|
2612
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2613
|
+
|
|
2614
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2615
|
+
end
|
|
2616
|
+
|
|
2617
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantContentCodeExecutionResult
|
|
2618
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2619
|
+
|
|
2620
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2621
|
+
end
|
|
2622
|
+
|
|
2623
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantContentExecutableCode
|
|
2624
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2625
|
+
|
|
2626
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2627
|
+
end
|
|
2628
|
+
|
|
2629
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantContentFile
|
|
2630
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2631
|
+
|
|
2632
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2633
|
+
end
|
|
2634
|
+
|
|
2635
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantGroundedContent
|
|
2636
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2637
|
+
|
|
2638
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2639
|
+
end
|
|
2640
|
+
|
|
2641
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadata
|
|
2642
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2643
|
+
|
|
2644
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2645
|
+
end
|
|
2646
|
+
|
|
2647
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadataReference
|
|
2648
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2649
|
+
|
|
2650
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2651
|
+
end
|
|
2652
|
+
|
|
2653
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadataReferenceDocumentMetadata
|
|
2654
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2655
|
+
|
|
2656
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2657
|
+
end
|
|
2658
|
+
|
|
2659
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadataSegment
|
|
2660
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2661
|
+
|
|
2662
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2663
|
+
end
|
|
2664
|
+
|
|
2527
2665
|
class GoogleCloudDiscoveryengineV1alphaBapConfig
|
|
2528
2666
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2529
2667
|
|
|
@@ -2602,6 +2740,12 @@ module Google
|
|
|
2602
2740
|
include Google::Apis::Core::JsonObjectSupport
|
|
2603
2741
|
end
|
|
2604
2742
|
|
|
2743
|
+
class GoogleCloudDiscoveryengineV1alphaContactDetails
|
|
2744
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2745
|
+
|
|
2746
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2747
|
+
end
|
|
2748
|
+
|
|
2605
2749
|
class GoogleCloudDiscoveryengineV1alphaControl
|
|
2606
2750
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2607
2751
|
|
|
@@ -3142,6 +3286,12 @@ module Google
|
|
|
3142
3286
|
include Google::Apis::Core::JsonObjectSupport
|
|
3143
3287
|
end
|
|
3144
3288
|
|
|
3289
|
+
class GoogleCloudDiscoveryengineV1alphaLicenseConfig
|
|
3290
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3291
|
+
|
|
3292
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3293
|
+
end
|
|
3294
|
+
|
|
3145
3295
|
class GoogleCloudDiscoveryengineV1alphaListSessionsRequest
|
|
3146
3296
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3147
3297
|
|
|
@@ -3664,6 +3814,18 @@ module Google
|
|
|
3664
3814
|
include Google::Apis::Core::JsonObjectSupport
|
|
3665
3815
|
end
|
|
3666
3816
|
|
|
3817
|
+
class GoogleCloudDiscoveryengineV1betaAlertPolicyResourceConfig
|
|
3818
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3819
|
+
|
|
3820
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3821
|
+
end
|
|
3822
|
+
|
|
3823
|
+
class GoogleCloudDiscoveryengineV1betaAlertPolicyResourceConfigAlertEnrollment
|
|
3824
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3825
|
+
|
|
3826
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3827
|
+
end
|
|
3828
|
+
|
|
3667
3829
|
class GoogleCloudDiscoveryengineV1betaBatchCreateTargetSiteMetadata
|
|
3668
3830
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3669
3831
|
|
|
@@ -3712,6 +3874,12 @@ module Google
|
|
|
3712
3874
|
include Google::Apis::Core::JsonObjectSupport
|
|
3713
3875
|
end
|
|
3714
3876
|
|
|
3877
|
+
class GoogleCloudDiscoveryengineV1betaContactDetails
|
|
3878
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3879
|
+
|
|
3880
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3881
|
+
end
|
|
3882
|
+
|
|
3715
3883
|
class GoogleCloudDiscoveryengineV1betaControl
|
|
3716
3884
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3717
3885
|
|
|
@@ -4120,6 +4288,12 @@ module Google
|
|
|
4120
4288
|
include Google::Apis::Core::JsonObjectSupport
|
|
4121
4289
|
end
|
|
4122
4290
|
|
|
4291
|
+
class GoogleCloudDiscoveryengineV1betaLicenseConfig
|
|
4292
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
4293
|
+
|
|
4294
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
4295
|
+
end
|
|
4296
|
+
|
|
4123
4297
|
class GoogleCloudDiscoveryengineV1betaNaturalLanguageQueryUnderstandingConfig
|
|
4124
4298
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
4125
4299
|
|
|
@@ -4920,6 +5094,7 @@ module Google
|
|
|
4920
5094
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4921
5095
|
hash :action_params, as: 'actionParams'
|
|
4922
5096
|
property :is_action_configured, as: 'isActionConfigured'
|
|
5097
|
+
property :json_action_params, as: 'jsonActionParams'
|
|
4923
5098
|
property :service_name, as: 'serviceName'
|
|
4924
5099
|
property :use_static_secrets, as: 'useStaticSecrets'
|
|
4925
5100
|
end
|
|
@@ -5054,6 +5229,27 @@ module Google
|
|
|
5054
5229
|
end
|
|
5055
5230
|
end
|
|
5056
5231
|
|
|
5232
|
+
class GoogleCloudDiscoveryengineV1AlertPolicyResourceConfig
|
|
5233
|
+
# @private
|
|
5234
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
5235
|
+
collection :alert_enrollments, as: 'alertEnrollments', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AlertPolicyResourceConfigAlertEnrollment, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AlertPolicyResourceConfigAlertEnrollment::Representation
|
|
5236
|
+
|
|
5237
|
+
property :alert_policy, as: 'alertPolicy'
|
|
5238
|
+
collection :contact_details, as: 'contactDetails', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1ContactDetails, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1ContactDetails::Representation
|
|
5239
|
+
|
|
5240
|
+
property :language_code, as: 'languageCode'
|
|
5241
|
+
end
|
|
5242
|
+
end
|
|
5243
|
+
|
|
5244
|
+
class GoogleCloudDiscoveryengineV1AlertPolicyResourceConfigAlertEnrollment
|
|
5245
|
+
# @private
|
|
5246
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
5247
|
+
property :alert_id, as: 'alertId'
|
|
5248
|
+
property :enroll_state, as: 'enrollState'
|
|
5249
|
+
hash :notification_params, as: 'notificationParams'
|
|
5250
|
+
end
|
|
5251
|
+
end
|
|
5252
|
+
|
|
5057
5253
|
class GoogleCloudDiscoveryengineV1AlloyDbSource
|
|
5058
5254
|
# @private
|
|
5059
5255
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -5797,6 +5993,7 @@ module Google
|
|
|
5797
5993
|
class GoogleCloudDiscoveryengineV1BapConfig
|
|
5798
5994
|
# @private
|
|
5799
5995
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
5996
|
+
collection :enabled_actions, as: 'enabledActions'
|
|
5800
5997
|
collection :supported_connector_modes, as: 'supportedConnectorModes'
|
|
5801
5998
|
end
|
|
5802
5999
|
end
|
|
@@ -6169,6 +6366,13 @@ module Google
|
|
|
6169
6366
|
end
|
|
6170
6367
|
end
|
|
6171
6368
|
|
|
6369
|
+
class GoogleCloudDiscoveryengineV1ContactDetails
|
|
6370
|
+
# @private
|
|
6371
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
6372
|
+
property :email_address, as: 'emailAddress'
|
|
6373
|
+
end
|
|
6374
|
+
end
|
|
6375
|
+
|
|
6172
6376
|
class GoogleCloudDiscoveryengineV1Control
|
|
6173
6377
|
# @private
|
|
6174
6378
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -6448,6 +6652,7 @@ module Google
|
|
|
6448
6652
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
6449
6653
|
hash :additional_params, as: 'additionalParams'
|
|
6450
6654
|
hash :auth_params, as: 'authParams'
|
|
6655
|
+
property :json_auth_params, as: 'jsonAuthParams'
|
|
6451
6656
|
property :tenant, as: 'tenant', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1Tenant, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1Tenant::Representation
|
|
6452
6657
|
|
|
6453
6658
|
end
|
|
@@ -6458,6 +6663,7 @@ module Google
|
|
|
6458
6663
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
6459
6664
|
hash :additional_params, as: 'additionalParams'
|
|
6460
6665
|
hash :auth_params, as: 'authParams'
|
|
6666
|
+
property :json_auth_params, as: 'jsonAuthParams'
|
|
6461
6667
|
end
|
|
6462
6668
|
end
|
|
6463
6669
|
|
|
@@ -6505,6 +6711,7 @@ module Google
|
|
|
6505
6711
|
|
|
6506
6712
|
property :cmek_config, as: 'cmekConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1CmekConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1CmekConfig::Representation
|
|
6507
6713
|
|
|
6714
|
+
property :configurable_billing_approach, as: 'configurableBillingApproach'
|
|
6508
6715
|
property :content_config, as: 'contentConfig'
|
|
6509
6716
|
property :create_time, as: 'createTime'
|
|
6510
6717
|
property :default_schema_id, as: 'defaultSchemaId'
|
|
@@ -7287,6 +7494,25 @@ module Google
|
|
|
7287
7494
|
end
|
|
7288
7495
|
end
|
|
7289
7496
|
|
|
7497
|
+
class GoogleCloudDiscoveryengineV1LicenseConfig
|
|
7498
|
+
# @private
|
|
7499
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7500
|
+
property :alert_policy_resource_config, as: 'alertPolicyResourceConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AlertPolicyResourceConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AlertPolicyResourceConfig::Representation
|
|
7501
|
+
|
|
7502
|
+
property :auto_renew, as: 'autoRenew'
|
|
7503
|
+
property :end_date, as: 'endDate', class: Google::Apis::DiscoveryengineV1::GoogleTypeDate, decorator: Google::Apis::DiscoveryengineV1::GoogleTypeDate::Representation
|
|
7504
|
+
|
|
7505
|
+
property :free_trial, as: 'freeTrial'
|
|
7506
|
+
property :license_count, :numeric_string => true, as: 'licenseCount'
|
|
7507
|
+
property :name, as: 'name'
|
|
7508
|
+
property :start_date, as: 'startDate', class: Google::Apis::DiscoveryengineV1::GoogleTypeDate, decorator: Google::Apis::DiscoveryengineV1::GoogleTypeDate::Representation
|
|
7509
|
+
|
|
7510
|
+
property :state, as: 'state'
|
|
7511
|
+
property :subscription_term, as: 'subscriptionTerm'
|
|
7512
|
+
property :subscription_tier, as: 'subscriptionTier'
|
|
7513
|
+
end
|
|
7514
|
+
end
|
|
7515
|
+
|
|
7290
7516
|
class GoogleCloudDiscoveryengineV1ListCmekConfigsResponse
|
|
7291
7517
|
# @private
|
|
7292
7518
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -7783,6 +8009,8 @@ module Google
|
|
|
7783
8009
|
property :image_query, as: 'imageQuery', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchRequestImageQuery, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchRequestImageQuery::Representation
|
|
7784
8010
|
|
|
7785
8011
|
property :language_code, as: 'languageCode'
|
|
8012
|
+
property :natural_language_query_understanding_spec, as: 'naturalLanguageQueryUnderstandingSpec', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchRequestNaturalLanguageQueryUnderstandingSpec, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchRequestNaturalLanguageQueryUnderstandingSpec::Representation
|
|
8013
|
+
|
|
7786
8014
|
property :offset, as: 'offset'
|
|
7787
8015
|
property :one_box_page_size, as: 'oneBoxPageSize'
|
|
7788
8016
|
property :order_by, as: 'orderBy'
|
|
@@ -7974,6 +8202,16 @@ module Google
|
|
|
7974
8202
|
end
|
|
7975
8203
|
end
|
|
7976
8204
|
|
|
8205
|
+
class GoogleCloudDiscoveryengineV1SearchRequestNaturalLanguageQueryUnderstandingSpec
|
|
8206
|
+
# @private
|
|
8207
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
8208
|
+
collection :allowed_field_names, as: 'allowedFieldNames'
|
|
8209
|
+
property :extracted_filter_behavior, as: 'extractedFilterBehavior'
|
|
8210
|
+
property :filter_extraction_condition, as: 'filterExtractionCondition'
|
|
8211
|
+
collection :geo_search_query_detection_field_names, as: 'geoSearchQueryDetectionFieldNames'
|
|
8212
|
+
end
|
|
8213
|
+
end
|
|
8214
|
+
|
|
7977
8215
|
class GoogleCloudDiscoveryengineV1SearchRequestQueryExpansionSpec
|
|
7978
8216
|
# @private
|
|
7979
8217
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -8253,6 +8491,8 @@ module Google
|
|
|
8253
8491
|
property :answer, as: 'answer'
|
|
8254
8492
|
property :detailed_answer, as: 'detailedAnswer', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1Answer, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1Answer::Representation
|
|
8255
8493
|
|
|
8494
|
+
property :detailed_assist_answer, as: 'detailedAssistAnswer', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AssistAnswer, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AssistAnswer::Representation
|
|
8495
|
+
|
|
8256
8496
|
property :query, as: 'query', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1Query, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1Query::Representation
|
|
8257
8497
|
|
|
8258
8498
|
hash :query_config, as: 'queryConfig'
|
|
@@ -8620,6 +8860,7 @@ module Google
|
|
|
8620
8860
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
8621
8861
|
hash :action_params, as: 'actionParams'
|
|
8622
8862
|
property :is_action_configured, as: 'isActionConfigured'
|
|
8863
|
+
property :json_action_params, as: 'jsonActionParams'
|
|
8623
8864
|
property :service_name, as: 'serviceName'
|
|
8624
8865
|
property :use_static_secrets, as: 'useStaticSecrets'
|
|
8625
8866
|
end
|
|
@@ -8650,6 +8891,27 @@ module Google
|
|
|
8650
8891
|
end
|
|
8651
8892
|
end
|
|
8652
8893
|
|
|
8894
|
+
class GoogleCloudDiscoveryengineV1alphaAlertPolicyResourceConfig
|
|
8895
|
+
# @private
|
|
8896
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
8897
|
+
collection :alert_enrollments, as: 'alertEnrollments', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAlertPolicyResourceConfigAlertEnrollment, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAlertPolicyResourceConfigAlertEnrollment::Representation
|
|
8898
|
+
|
|
8899
|
+
property :alert_policy, as: 'alertPolicy'
|
|
8900
|
+
collection :contact_details, as: 'contactDetails', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaContactDetails, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaContactDetails::Representation
|
|
8901
|
+
|
|
8902
|
+
property :language_code, as: 'languageCode'
|
|
8903
|
+
end
|
|
8904
|
+
end
|
|
8905
|
+
|
|
8906
|
+
class GoogleCloudDiscoveryengineV1alphaAlertPolicyResourceConfigAlertEnrollment
|
|
8907
|
+
# @private
|
|
8908
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
8909
|
+
property :alert_id, as: 'alertId'
|
|
8910
|
+
property :enroll_state, as: 'enrollState'
|
|
8911
|
+
hash :notification_params, as: 'notificationParams'
|
|
8912
|
+
end
|
|
8913
|
+
end
|
|
8914
|
+
|
|
8653
8915
|
class GoogleCloudDiscoveryengineV1alphaAnswer
|
|
8654
8916
|
# @private
|
|
8655
8917
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -8874,9 +9136,167 @@ module Google
|
|
|
8874
9136
|
end
|
|
8875
9137
|
end
|
|
8876
9138
|
|
|
9139
|
+
class GoogleCloudDiscoveryengineV1alphaAssistAnswer
|
|
9140
|
+
# @private
|
|
9141
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9142
|
+
collection :assist_skipped_reasons, as: 'assistSkippedReasons'
|
|
9143
|
+
property :customer_policy_enforcement_result, as: 'customerPolicyEnforcementResult', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAssistAnswerCustomerPolicyEnforcementResult, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAssistAnswerCustomerPolicyEnforcementResult::Representation
|
|
9144
|
+
|
|
9145
|
+
property :name, as: 'name'
|
|
9146
|
+
collection :replies, as: 'replies', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAssistAnswerReply, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAssistAnswerReply::Representation
|
|
9147
|
+
|
|
9148
|
+
property :state, as: 'state'
|
|
9149
|
+
end
|
|
9150
|
+
end
|
|
9151
|
+
|
|
9152
|
+
class GoogleCloudDiscoveryengineV1alphaAssistAnswerCustomerPolicyEnforcementResult
|
|
9153
|
+
# @private
|
|
9154
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9155
|
+
collection :policy_results, as: 'policyResults', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAssistAnswerCustomerPolicyEnforcementResultPolicyEnforcementResult, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAssistAnswerCustomerPolicyEnforcementResultPolicyEnforcementResult::Representation
|
|
9156
|
+
|
|
9157
|
+
property :verdict, as: 'verdict'
|
|
9158
|
+
end
|
|
9159
|
+
end
|
|
9160
|
+
|
|
9161
|
+
class GoogleCloudDiscoveryengineV1alphaAssistAnswerCustomerPolicyEnforcementResultBannedPhraseEnforcementResult
|
|
9162
|
+
# @private
|
|
9163
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9164
|
+
collection :banned_phrases, as: 'bannedPhrases'
|
|
9165
|
+
end
|
|
9166
|
+
end
|
|
9167
|
+
|
|
9168
|
+
class GoogleCloudDiscoveryengineV1alphaAssistAnswerCustomerPolicyEnforcementResultModelArmorEnforcementResult
|
|
9169
|
+
# @private
|
|
9170
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9171
|
+
property :error, as: 'error', class: Google::Apis::DiscoveryengineV1::GoogleRpcStatus, decorator: Google::Apis::DiscoveryengineV1::GoogleRpcStatus::Representation
|
|
9172
|
+
|
|
9173
|
+
property :model_armor_violation, as: 'modelArmorViolation'
|
|
9174
|
+
end
|
|
9175
|
+
end
|
|
9176
|
+
|
|
9177
|
+
class GoogleCloudDiscoveryengineV1alphaAssistAnswerCustomerPolicyEnforcementResultPolicyEnforcementResult
|
|
9178
|
+
# @private
|
|
9179
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9180
|
+
property :banned_phrase_enforcement_result, as: 'bannedPhraseEnforcementResult', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAssistAnswerCustomerPolicyEnforcementResultBannedPhraseEnforcementResult, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAssistAnswerCustomerPolicyEnforcementResultBannedPhraseEnforcementResult::Representation
|
|
9181
|
+
|
|
9182
|
+
property :model_armor_enforcement_result, as: 'modelArmorEnforcementResult', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAssistAnswerCustomerPolicyEnforcementResultModelArmorEnforcementResult, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAssistAnswerCustomerPolicyEnforcementResultModelArmorEnforcementResult::Representation
|
|
9183
|
+
|
|
9184
|
+
end
|
|
9185
|
+
end
|
|
9186
|
+
|
|
9187
|
+
class GoogleCloudDiscoveryengineV1alphaAssistAnswerReply
|
|
9188
|
+
# @private
|
|
9189
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9190
|
+
property :grounded_content, as: 'groundedContent', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAssistantGroundedContent, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAssistantGroundedContent::Representation
|
|
9191
|
+
|
|
9192
|
+
property :reply_id, as: 'replyId'
|
|
9193
|
+
end
|
|
9194
|
+
end
|
|
9195
|
+
|
|
9196
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantContent
|
|
9197
|
+
# @private
|
|
9198
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9199
|
+
property :code_execution_result, as: 'codeExecutionResult', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAssistantContentCodeExecutionResult, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAssistantContentCodeExecutionResult::Representation
|
|
9200
|
+
|
|
9201
|
+
property :executable_code, as: 'executableCode', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAssistantContentExecutableCode, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAssistantContentExecutableCode::Representation
|
|
9202
|
+
|
|
9203
|
+
property :file, as: 'file', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAssistantContentFile, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAssistantContentFile::Representation
|
|
9204
|
+
|
|
9205
|
+
property :inline_data, as: 'inlineData', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAssistantContentBlob, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAssistantContentBlob::Representation
|
|
9206
|
+
|
|
9207
|
+
property :role, as: 'role'
|
|
9208
|
+
property :text, as: 'text'
|
|
9209
|
+
property :thought, as: 'thought'
|
|
9210
|
+
end
|
|
9211
|
+
end
|
|
9212
|
+
|
|
9213
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantContentBlob
|
|
9214
|
+
# @private
|
|
9215
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9216
|
+
property :data, :base64 => true, as: 'data'
|
|
9217
|
+
property :mime_type, as: 'mimeType'
|
|
9218
|
+
end
|
|
9219
|
+
end
|
|
9220
|
+
|
|
9221
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantContentCodeExecutionResult
|
|
9222
|
+
# @private
|
|
9223
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9224
|
+
property :outcome, as: 'outcome'
|
|
9225
|
+
property :output, as: 'output'
|
|
9226
|
+
end
|
|
9227
|
+
end
|
|
9228
|
+
|
|
9229
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantContentExecutableCode
|
|
9230
|
+
# @private
|
|
9231
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9232
|
+
property :code, as: 'code'
|
|
9233
|
+
end
|
|
9234
|
+
end
|
|
9235
|
+
|
|
9236
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantContentFile
|
|
9237
|
+
# @private
|
|
9238
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9239
|
+
property :file_id, as: 'fileId'
|
|
9240
|
+
property :mime_type, as: 'mimeType'
|
|
9241
|
+
end
|
|
9242
|
+
end
|
|
9243
|
+
|
|
9244
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantGroundedContent
|
|
9245
|
+
# @private
|
|
9246
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9247
|
+
property :content, as: 'content', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAssistantContent, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAssistantContent::Representation
|
|
9248
|
+
|
|
9249
|
+
property :text_grounding_metadata, as: 'textGroundingMetadata', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadata, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadata::Representation
|
|
9250
|
+
|
|
9251
|
+
end
|
|
9252
|
+
end
|
|
9253
|
+
|
|
9254
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadata
|
|
9255
|
+
# @private
|
|
9256
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9257
|
+
collection :references, as: 'references', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadataReference, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadataReference::Representation
|
|
9258
|
+
|
|
9259
|
+
collection :segments, as: 'segments', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadataSegment, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadataSegment::Representation
|
|
9260
|
+
|
|
9261
|
+
end
|
|
9262
|
+
end
|
|
9263
|
+
|
|
9264
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadataReference
|
|
9265
|
+
# @private
|
|
9266
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9267
|
+
property :content, as: 'content'
|
|
9268
|
+
property :document_metadata, as: 'documentMetadata', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadataReferenceDocumentMetadata, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadataReferenceDocumentMetadata::Representation
|
|
9269
|
+
|
|
9270
|
+
end
|
|
9271
|
+
end
|
|
9272
|
+
|
|
9273
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadataReferenceDocumentMetadata
|
|
9274
|
+
# @private
|
|
9275
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9276
|
+
property :document, as: 'document'
|
|
9277
|
+
property :domain, as: 'domain'
|
|
9278
|
+
property :mime_type, as: 'mimeType'
|
|
9279
|
+
property :page_identifier, as: 'pageIdentifier'
|
|
9280
|
+
property :title, as: 'title'
|
|
9281
|
+
property :uri, as: 'uri'
|
|
9282
|
+
end
|
|
9283
|
+
end
|
|
9284
|
+
|
|
9285
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadataSegment
|
|
9286
|
+
# @private
|
|
9287
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9288
|
+
property :end_index, :numeric_string => true, as: 'endIndex'
|
|
9289
|
+
property :grounding_score, as: 'groundingScore'
|
|
9290
|
+
collection :reference_indices, as: 'referenceIndices'
|
|
9291
|
+
property :start_index, :numeric_string => true, as: 'startIndex'
|
|
9292
|
+
property :text, as: 'text'
|
|
9293
|
+
end
|
|
9294
|
+
end
|
|
9295
|
+
|
|
8877
9296
|
class GoogleCloudDiscoveryengineV1alphaBapConfig
|
|
8878
9297
|
# @private
|
|
8879
9298
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9299
|
+
collection :enabled_actions, as: 'enabledActions'
|
|
8880
9300
|
collection :supported_connector_modes, as: 'supportedConnectorModes'
|
|
8881
9301
|
end
|
|
8882
9302
|
end
|
|
@@ -9017,6 +9437,13 @@ module Google
|
|
|
9017
9437
|
end
|
|
9018
9438
|
end
|
|
9019
9439
|
|
|
9440
|
+
class GoogleCloudDiscoveryengineV1alphaContactDetails
|
|
9441
|
+
# @private
|
|
9442
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9443
|
+
property :email_address, as: 'emailAddress'
|
|
9444
|
+
end
|
|
9445
|
+
end
|
|
9446
|
+
|
|
9020
9447
|
class GoogleCloudDiscoveryengineV1alphaControl
|
|
9021
9448
|
# @private
|
|
9022
9449
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -9224,6 +9651,7 @@ module Google
|
|
|
9224
9651
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9225
9652
|
hash :additional_params, as: 'additionalParams'
|
|
9226
9653
|
hash :auth_params, as: 'authParams'
|
|
9654
|
+
property :json_auth_params, as: 'jsonAuthParams'
|
|
9227
9655
|
property :tenant, as: 'tenant', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaTenant, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaTenant::Representation
|
|
9228
9656
|
|
|
9229
9657
|
end
|
|
@@ -9234,6 +9662,7 @@ module Google
|
|
|
9234
9662
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9235
9663
|
hash :additional_params, as: 'additionalParams'
|
|
9236
9664
|
hash :auth_params, as: 'authParams'
|
|
9665
|
+
property :json_auth_params, as: 'jsonAuthParams'
|
|
9237
9666
|
end
|
|
9238
9667
|
end
|
|
9239
9668
|
|
|
@@ -9281,6 +9710,7 @@ module Google
|
|
|
9281
9710
|
|
|
9282
9711
|
property :cmek_config, as: 'cmekConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaCmekConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaCmekConfig::Representation
|
|
9283
9712
|
|
|
9713
|
+
property :configurable_billing_approach, as: 'configurableBillingApproach'
|
|
9284
9714
|
property :content_config, as: 'contentConfig'
|
|
9285
9715
|
property :create_time, as: 'createTime'
|
|
9286
9716
|
property :default_schema_id, as: 'defaultSchemaId'
|
|
@@ -9940,6 +10370,25 @@ module Google
|
|
|
9940
10370
|
end
|
|
9941
10371
|
end
|
|
9942
10372
|
|
|
10373
|
+
class GoogleCloudDiscoveryengineV1alphaLicenseConfig
|
|
10374
|
+
# @private
|
|
10375
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
10376
|
+
property :alert_policy_resource_config, as: 'alertPolicyResourceConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAlertPolicyResourceConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAlertPolicyResourceConfig::Representation
|
|
10377
|
+
|
|
10378
|
+
property :auto_renew, as: 'autoRenew'
|
|
10379
|
+
property :end_date, as: 'endDate', class: Google::Apis::DiscoveryengineV1::GoogleTypeDate, decorator: Google::Apis::DiscoveryengineV1::GoogleTypeDate::Representation
|
|
10380
|
+
|
|
10381
|
+
property :free_trial, as: 'freeTrial'
|
|
10382
|
+
property :license_count, :numeric_string => true, as: 'licenseCount'
|
|
10383
|
+
property :name, as: 'name'
|
|
10384
|
+
property :start_date, as: 'startDate', class: Google::Apis::DiscoveryengineV1::GoogleTypeDate, decorator: Google::Apis::DiscoveryengineV1::GoogleTypeDate::Representation
|
|
10385
|
+
|
|
10386
|
+
property :state, as: 'state'
|
|
10387
|
+
property :subscription_term, as: 'subscriptionTerm'
|
|
10388
|
+
property :subscription_tier, as: 'subscriptionTier'
|
|
10389
|
+
end
|
|
10390
|
+
end
|
|
10391
|
+
|
|
9943
10392
|
class GoogleCloudDiscoveryengineV1alphaListSessionsRequest
|
|
9944
10393
|
# @private
|
|
9945
10394
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -10576,6 +11025,8 @@ module Google
|
|
|
10576
11025
|
property :answer, as: 'answer'
|
|
10577
11026
|
property :detailed_answer, as: 'detailedAnswer', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAnswer, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAnswer::Representation
|
|
10578
11027
|
|
|
11028
|
+
property :detailed_assist_answer, as: 'detailedAssistAnswer', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAssistAnswer, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAssistAnswer::Representation
|
|
11029
|
+
|
|
10579
11030
|
property :query, as: 'query', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaQuery, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaQuery::Representation
|
|
10580
11031
|
|
|
10581
11032
|
hash :query_config, as: 'queryConfig'
|
|
@@ -10809,6 +11260,27 @@ module Google
|
|
|
10809
11260
|
end
|
|
10810
11261
|
end
|
|
10811
11262
|
|
|
11263
|
+
class GoogleCloudDiscoveryengineV1betaAlertPolicyResourceConfig
|
|
11264
|
+
# @private
|
|
11265
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
11266
|
+
collection :alert_enrollments, as: 'alertEnrollments', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaAlertPolicyResourceConfigAlertEnrollment, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaAlertPolicyResourceConfigAlertEnrollment::Representation
|
|
11267
|
+
|
|
11268
|
+
property :alert_policy, as: 'alertPolicy'
|
|
11269
|
+
collection :contact_details, as: 'contactDetails', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaContactDetails, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaContactDetails::Representation
|
|
11270
|
+
|
|
11271
|
+
property :language_code, as: 'languageCode'
|
|
11272
|
+
end
|
|
11273
|
+
end
|
|
11274
|
+
|
|
11275
|
+
class GoogleCloudDiscoveryengineV1betaAlertPolicyResourceConfigAlertEnrollment
|
|
11276
|
+
# @private
|
|
11277
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
11278
|
+
property :alert_id, as: 'alertId'
|
|
11279
|
+
property :enroll_state, as: 'enrollState'
|
|
11280
|
+
hash :notification_params, as: 'notificationParams'
|
|
11281
|
+
end
|
|
11282
|
+
end
|
|
11283
|
+
|
|
10812
11284
|
class GoogleCloudDiscoveryengineV1betaBatchCreateTargetSiteMetadata
|
|
10813
11285
|
# @private
|
|
10814
11286
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -10887,6 +11359,13 @@ module Google
|
|
|
10887
11359
|
end
|
|
10888
11360
|
end
|
|
10889
11361
|
|
|
11362
|
+
class GoogleCloudDiscoveryengineV1betaContactDetails
|
|
11363
|
+
# @private
|
|
11364
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
11365
|
+
property :email_address, as: 'emailAddress'
|
|
11366
|
+
end
|
|
11367
|
+
end
|
|
11368
|
+
|
|
10890
11369
|
class GoogleCloudDiscoveryengineV1betaControl
|
|
10891
11370
|
# @private
|
|
10892
11371
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -11036,6 +11515,7 @@ module Google
|
|
|
11036
11515
|
|
|
11037
11516
|
property :cmek_config, as: 'cmekConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaCmekConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaCmekConfig::Representation
|
|
11038
11517
|
|
|
11518
|
+
property :configurable_billing_approach, as: 'configurableBillingApproach'
|
|
11039
11519
|
property :content_config, as: 'contentConfig'
|
|
11040
11520
|
property :create_time, as: 'createTime'
|
|
11041
11521
|
property :default_schema_id, as: 'defaultSchemaId'
|
|
@@ -11559,6 +12039,25 @@ module Google
|
|
|
11559
12039
|
end
|
|
11560
12040
|
end
|
|
11561
12041
|
|
|
12042
|
+
class GoogleCloudDiscoveryengineV1betaLicenseConfig
|
|
12043
|
+
# @private
|
|
12044
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
12045
|
+
property :alert_policy_resource_config, as: 'alertPolicyResourceConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaAlertPolicyResourceConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaAlertPolicyResourceConfig::Representation
|
|
12046
|
+
|
|
12047
|
+
property :auto_renew, as: 'autoRenew'
|
|
12048
|
+
property :end_date, as: 'endDate', class: Google::Apis::DiscoveryengineV1::GoogleTypeDate, decorator: Google::Apis::DiscoveryengineV1::GoogleTypeDate::Representation
|
|
12049
|
+
|
|
12050
|
+
property :free_trial, as: 'freeTrial'
|
|
12051
|
+
property :license_count, :numeric_string => true, as: 'licenseCount'
|
|
12052
|
+
property :name, as: 'name'
|
|
12053
|
+
property :start_date, as: 'startDate', class: Google::Apis::DiscoveryengineV1::GoogleTypeDate, decorator: Google::Apis::DiscoveryengineV1::GoogleTypeDate::Representation
|
|
12054
|
+
|
|
12055
|
+
property :state, as: 'state'
|
|
12056
|
+
property :subscription_term, as: 'subscriptionTerm'
|
|
12057
|
+
property :subscription_tier, as: 'subscriptionTier'
|
|
12058
|
+
end
|
|
12059
|
+
end
|
|
12060
|
+
|
|
11562
12061
|
class GoogleCloudDiscoveryengineV1betaNaturalLanguageQueryUnderstandingConfig
|
|
11563
12062
|
# @private
|
|
11564
12063
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -12219,6 +12718,7 @@ module Google
|
|
|
12219
12718
|
property :next_page_token, as: 'nextPageToken'
|
|
12220
12719
|
collection :operations, as: 'operations', class: Google::Apis::DiscoveryengineV1::GoogleLongrunningOperation, decorator: Google::Apis::DiscoveryengineV1::GoogleLongrunningOperation::Representation
|
|
12221
12720
|
|
|
12721
|
+
collection :unreachable, as: 'unreachable'
|
|
12222
12722
|
end
|
|
12223
12723
|
end
|
|
12224
12724
|
|