google-apis-discoveryengine_v1 0.53.0 → 0.55.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 +1123 -52
- data/lib/google/apis/discoveryengine_v1/gem_version.rb +2 -2
- data/lib/google/apis/discoveryengine_v1/representations.rb +449 -0
- data/lib/google/apis/discoveryengine_v1/service.rb +114 -0
- data/lib/google/apis/discoveryengine_v1.rb +6 -0
- metadata +2 -2
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module DiscoveryengineV1
|
|
18
18
|
# Version of the google-apis-discoveryengine_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.55.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20251017"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -892,6 +892,18 @@ module Google
|
|
|
892
892
|
include Google::Apis::Core::JsonObjectSupport
|
|
893
893
|
end
|
|
894
894
|
|
|
895
|
+
class GoogleCloudDiscoveryengineV1Citation
|
|
896
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
897
|
+
|
|
898
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
899
|
+
end
|
|
900
|
+
|
|
901
|
+
class GoogleCloudDiscoveryengineV1CitationMetadata
|
|
902
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
903
|
+
|
|
904
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
905
|
+
end
|
|
906
|
+
|
|
895
907
|
class GoogleCloudDiscoveryengineV1CloudSqlSource
|
|
896
908
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
897
909
|
|
|
@@ -1594,6 +1606,12 @@ module Google
|
|
|
1594
1606
|
include Google::Apis::Core::JsonObjectSupport
|
|
1595
1607
|
end
|
|
1596
1608
|
|
|
1609
|
+
class GoogleCloudDiscoveryengineV1LicenseConfig
|
|
1610
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1611
|
+
|
|
1612
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1613
|
+
end
|
|
1614
|
+
|
|
1597
1615
|
class GoogleCloudDiscoveryengineV1ListCmekConfigsResponse
|
|
1598
1616
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1599
1617
|
|
|
@@ -2404,6 +2422,18 @@ module Google
|
|
|
2404
2422
|
include Google::Apis::Core::JsonObjectSupport
|
|
2405
2423
|
end
|
|
2406
2424
|
|
|
2425
|
+
class GoogleCloudDiscoveryengineV1alphaAlertPolicyResourceConfig
|
|
2426
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2427
|
+
|
|
2428
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2429
|
+
end
|
|
2430
|
+
|
|
2431
|
+
class GoogleCloudDiscoveryengineV1alphaAlertPolicyResourceConfigAlertEnrollment
|
|
2432
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2433
|
+
|
|
2434
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2435
|
+
end
|
|
2436
|
+
|
|
2407
2437
|
class GoogleCloudDiscoveryengineV1alphaAnswer
|
|
2408
2438
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2409
2439
|
|
|
@@ -2530,6 +2560,102 @@ module Google
|
|
|
2530
2560
|
include Google::Apis::Core::JsonObjectSupport
|
|
2531
2561
|
end
|
|
2532
2562
|
|
|
2563
|
+
class GoogleCloudDiscoveryengineV1alphaAssistAnswer
|
|
2564
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2565
|
+
|
|
2566
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2567
|
+
end
|
|
2568
|
+
|
|
2569
|
+
class GoogleCloudDiscoveryengineV1alphaAssistAnswerCustomerPolicyEnforcementResult
|
|
2570
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2571
|
+
|
|
2572
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2573
|
+
end
|
|
2574
|
+
|
|
2575
|
+
class GoogleCloudDiscoveryengineV1alphaAssistAnswerCustomerPolicyEnforcementResultBannedPhraseEnforcementResult
|
|
2576
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2577
|
+
|
|
2578
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2579
|
+
end
|
|
2580
|
+
|
|
2581
|
+
class GoogleCloudDiscoveryengineV1alphaAssistAnswerCustomerPolicyEnforcementResultModelArmorEnforcementResult
|
|
2582
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2583
|
+
|
|
2584
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2585
|
+
end
|
|
2586
|
+
|
|
2587
|
+
class GoogleCloudDiscoveryengineV1alphaAssistAnswerCustomerPolicyEnforcementResultPolicyEnforcementResult
|
|
2588
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2589
|
+
|
|
2590
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2591
|
+
end
|
|
2592
|
+
|
|
2593
|
+
class GoogleCloudDiscoveryengineV1alphaAssistAnswerReply
|
|
2594
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2595
|
+
|
|
2596
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2597
|
+
end
|
|
2598
|
+
|
|
2599
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantContent
|
|
2600
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2601
|
+
|
|
2602
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2603
|
+
end
|
|
2604
|
+
|
|
2605
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantContentBlob
|
|
2606
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2607
|
+
|
|
2608
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2609
|
+
end
|
|
2610
|
+
|
|
2611
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantContentCodeExecutionResult
|
|
2612
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2613
|
+
|
|
2614
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2615
|
+
end
|
|
2616
|
+
|
|
2617
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantContentExecutableCode
|
|
2618
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2619
|
+
|
|
2620
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2621
|
+
end
|
|
2622
|
+
|
|
2623
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantContentFile
|
|
2624
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2625
|
+
|
|
2626
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2627
|
+
end
|
|
2628
|
+
|
|
2629
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantGroundedContent
|
|
2630
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2631
|
+
|
|
2632
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2633
|
+
end
|
|
2634
|
+
|
|
2635
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadata
|
|
2636
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2637
|
+
|
|
2638
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2639
|
+
end
|
|
2640
|
+
|
|
2641
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadataReference
|
|
2642
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2643
|
+
|
|
2644
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2645
|
+
end
|
|
2646
|
+
|
|
2647
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadataReferenceDocumentMetadata
|
|
2648
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2649
|
+
|
|
2650
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2651
|
+
end
|
|
2652
|
+
|
|
2653
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadataSegment
|
|
2654
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2655
|
+
|
|
2656
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2657
|
+
end
|
|
2658
|
+
|
|
2533
2659
|
class GoogleCloudDiscoveryengineV1alphaBapConfig
|
|
2534
2660
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2535
2661
|
|
|
@@ -2560,6 +2686,18 @@ module Google
|
|
|
2560
2686
|
include Google::Apis::Core::JsonObjectSupport
|
|
2561
2687
|
end
|
|
2562
2688
|
|
|
2689
|
+
class GoogleCloudDiscoveryengineV1alphaCitation
|
|
2690
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2691
|
+
|
|
2692
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2693
|
+
end
|
|
2694
|
+
|
|
2695
|
+
class GoogleCloudDiscoveryengineV1alphaCitationMetadata
|
|
2696
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2697
|
+
|
|
2698
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2699
|
+
end
|
|
2700
|
+
|
|
2563
2701
|
class GoogleCloudDiscoveryengineV1alphaCmekConfig
|
|
2564
2702
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2565
2703
|
|
|
@@ -2608,6 +2746,12 @@ module Google
|
|
|
2608
2746
|
include Google::Apis::Core::JsonObjectSupport
|
|
2609
2747
|
end
|
|
2610
2748
|
|
|
2749
|
+
class GoogleCloudDiscoveryengineV1alphaContactDetails
|
|
2750
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2751
|
+
|
|
2752
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2753
|
+
end
|
|
2754
|
+
|
|
2611
2755
|
class GoogleCloudDiscoveryengineV1alphaControl
|
|
2612
2756
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2613
2757
|
|
|
@@ -3148,6 +3292,12 @@ module Google
|
|
|
3148
3292
|
include Google::Apis::Core::JsonObjectSupport
|
|
3149
3293
|
end
|
|
3150
3294
|
|
|
3295
|
+
class GoogleCloudDiscoveryengineV1alphaLicenseConfig
|
|
3296
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3297
|
+
|
|
3298
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3299
|
+
end
|
|
3300
|
+
|
|
3151
3301
|
class GoogleCloudDiscoveryengineV1alphaListSessionsRequest
|
|
3152
3302
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3153
3303
|
|
|
@@ -4126,6 +4276,12 @@ module Google
|
|
|
4126
4276
|
include Google::Apis::Core::JsonObjectSupport
|
|
4127
4277
|
end
|
|
4128
4278
|
|
|
4279
|
+
class GoogleCloudDiscoveryengineV1betaLicenseConfig
|
|
4280
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
4281
|
+
|
|
4282
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
4283
|
+
end
|
|
4284
|
+
|
|
4129
4285
|
class GoogleCloudDiscoveryengineV1betaNaturalLanguageQueryUnderstandingConfig
|
|
4130
4286
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
4131
4287
|
|
|
@@ -5736,6 +5892,8 @@ module Google
|
|
|
5736
5892
|
class GoogleCloudDiscoveryengineV1AssistantGroundedContent
|
|
5737
5893
|
# @private
|
|
5738
5894
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
5895
|
+
property :citation_metadata, as: 'citationMetadata', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1CitationMetadata, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1CitationMetadata::Representation
|
|
5896
|
+
|
|
5739
5897
|
property :content, as: 'content', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AssistantContent, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AssistantContent::Representation
|
|
5740
5898
|
|
|
5741
5899
|
property :text_grounding_metadata, as: 'textGroundingMetadata', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AssistantGroundedContentTextGroundingMetadata, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AssistantGroundedContentTextGroundingMetadata::Representation
|
|
@@ -6076,6 +6234,27 @@ module Google
|
|
|
6076
6234
|
end
|
|
6077
6235
|
end
|
|
6078
6236
|
|
|
6237
|
+
class GoogleCloudDiscoveryengineV1Citation
|
|
6238
|
+
# @private
|
|
6239
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
6240
|
+
property :end_index, as: 'endIndex'
|
|
6241
|
+
property :license, as: 'license'
|
|
6242
|
+
property :publication_date, as: 'publicationDate', class: Google::Apis::DiscoveryengineV1::GoogleTypeDate, decorator: Google::Apis::DiscoveryengineV1::GoogleTypeDate::Representation
|
|
6243
|
+
|
|
6244
|
+
property :start_index, as: 'startIndex'
|
|
6245
|
+
property :title, as: 'title'
|
|
6246
|
+
property :uri, as: 'uri'
|
|
6247
|
+
end
|
|
6248
|
+
end
|
|
6249
|
+
|
|
6250
|
+
class GoogleCloudDiscoveryengineV1CitationMetadata
|
|
6251
|
+
# @private
|
|
6252
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
6253
|
+
collection :citations, as: 'citations', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1Citation, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1Citation::Representation
|
|
6254
|
+
|
|
6255
|
+
end
|
|
6256
|
+
end
|
|
6257
|
+
|
|
6079
6258
|
class GoogleCloudDiscoveryengineV1CloudSqlSource
|
|
6080
6259
|
# @private
|
|
6081
6260
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -7298,6 +7477,24 @@ module Google
|
|
|
7298
7477
|
end
|
|
7299
7478
|
end
|
|
7300
7479
|
|
|
7480
|
+
class GoogleCloudDiscoveryengineV1LicenseConfig
|
|
7481
|
+
# @private
|
|
7482
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7483
|
+
property :auto_renew, as: 'autoRenew'
|
|
7484
|
+
property :end_date, as: 'endDate', class: Google::Apis::DiscoveryengineV1::GoogleTypeDate, decorator: Google::Apis::DiscoveryengineV1::GoogleTypeDate::Representation
|
|
7485
|
+
|
|
7486
|
+
property :free_trial, as: 'freeTrial'
|
|
7487
|
+
property :gemini_bundle, as: 'geminiBundle'
|
|
7488
|
+
property :license_count, :numeric_string => true, as: 'licenseCount'
|
|
7489
|
+
property :name, as: 'name'
|
|
7490
|
+
property :start_date, as: 'startDate', class: Google::Apis::DiscoveryengineV1::GoogleTypeDate, decorator: Google::Apis::DiscoveryengineV1::GoogleTypeDate::Representation
|
|
7491
|
+
|
|
7492
|
+
property :state, as: 'state'
|
|
7493
|
+
property :subscription_term, as: 'subscriptionTerm'
|
|
7494
|
+
property :subscription_tier, as: 'subscriptionTier'
|
|
7495
|
+
end
|
|
7496
|
+
end
|
|
7497
|
+
|
|
7301
7498
|
class GoogleCloudDiscoveryengineV1ListCmekConfigsResponse
|
|
7302
7499
|
# @private
|
|
7303
7500
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -8261,6 +8458,7 @@ module Google
|
|
|
8261
8458
|
property :display_name, as: 'displayName'
|
|
8262
8459
|
property :end_time, as: 'endTime'
|
|
8263
8460
|
property :is_pinned, as: 'isPinned'
|
|
8461
|
+
collection :labels, as: 'labels'
|
|
8264
8462
|
property :name, as: 'name'
|
|
8265
8463
|
property :start_time, as: 'startTime'
|
|
8266
8464
|
property :state, as: 'state'
|
|
@@ -8276,6 +8474,8 @@ module Google
|
|
|
8276
8474
|
property :answer, as: 'answer'
|
|
8277
8475
|
property :detailed_answer, as: 'detailedAnswer', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1Answer, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1Answer::Representation
|
|
8278
8476
|
|
|
8477
|
+
property :detailed_assist_answer, as: 'detailedAssistAnswer', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AssistAnswer, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AssistAnswer::Representation
|
|
8478
|
+
|
|
8279
8479
|
property :query, as: 'query', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1Query, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1Query::Representation
|
|
8280
8480
|
|
|
8281
8481
|
hash :query_config, as: 'queryConfig'
|
|
@@ -8674,6 +8874,27 @@ module Google
|
|
|
8674
8874
|
end
|
|
8675
8875
|
end
|
|
8676
8876
|
|
|
8877
|
+
class GoogleCloudDiscoveryengineV1alphaAlertPolicyResourceConfig
|
|
8878
|
+
# @private
|
|
8879
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
8880
|
+
collection :alert_enrollments, as: 'alertEnrollments', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAlertPolicyResourceConfigAlertEnrollment, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAlertPolicyResourceConfigAlertEnrollment::Representation
|
|
8881
|
+
|
|
8882
|
+
property :alert_policy, as: 'alertPolicy'
|
|
8883
|
+
collection :contact_details, as: 'contactDetails', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaContactDetails, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaContactDetails::Representation
|
|
8884
|
+
|
|
8885
|
+
property :language_code, as: 'languageCode'
|
|
8886
|
+
end
|
|
8887
|
+
end
|
|
8888
|
+
|
|
8889
|
+
class GoogleCloudDiscoveryengineV1alphaAlertPolicyResourceConfigAlertEnrollment
|
|
8890
|
+
# @private
|
|
8891
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
8892
|
+
property :alert_id, as: 'alertId'
|
|
8893
|
+
property :enroll_state, as: 'enrollState'
|
|
8894
|
+
hash :notification_params, as: 'notificationParams'
|
|
8895
|
+
end
|
|
8896
|
+
end
|
|
8897
|
+
|
|
8677
8898
|
class GoogleCloudDiscoveryengineV1alphaAnswer
|
|
8678
8899
|
# @private
|
|
8679
8900
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -8898,6 +9119,165 @@ module Google
|
|
|
8898
9119
|
end
|
|
8899
9120
|
end
|
|
8900
9121
|
|
|
9122
|
+
class GoogleCloudDiscoveryengineV1alphaAssistAnswer
|
|
9123
|
+
# @private
|
|
9124
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9125
|
+
collection :assist_skipped_reasons, as: 'assistSkippedReasons'
|
|
9126
|
+
property :customer_policy_enforcement_result, as: 'customerPolicyEnforcementResult', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAssistAnswerCustomerPolicyEnforcementResult, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAssistAnswerCustomerPolicyEnforcementResult::Representation
|
|
9127
|
+
|
|
9128
|
+
property :name, as: 'name'
|
|
9129
|
+
collection :replies, as: 'replies', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAssistAnswerReply, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAssistAnswerReply::Representation
|
|
9130
|
+
|
|
9131
|
+
property :state, as: 'state'
|
|
9132
|
+
end
|
|
9133
|
+
end
|
|
9134
|
+
|
|
9135
|
+
class GoogleCloudDiscoveryengineV1alphaAssistAnswerCustomerPolicyEnforcementResult
|
|
9136
|
+
# @private
|
|
9137
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9138
|
+
collection :policy_results, as: 'policyResults', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAssistAnswerCustomerPolicyEnforcementResultPolicyEnforcementResult, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAssistAnswerCustomerPolicyEnforcementResultPolicyEnforcementResult::Representation
|
|
9139
|
+
|
|
9140
|
+
property :verdict, as: 'verdict'
|
|
9141
|
+
end
|
|
9142
|
+
end
|
|
9143
|
+
|
|
9144
|
+
class GoogleCloudDiscoveryengineV1alphaAssistAnswerCustomerPolicyEnforcementResultBannedPhraseEnforcementResult
|
|
9145
|
+
# @private
|
|
9146
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9147
|
+
collection :banned_phrases, as: 'bannedPhrases'
|
|
9148
|
+
end
|
|
9149
|
+
end
|
|
9150
|
+
|
|
9151
|
+
class GoogleCloudDiscoveryengineV1alphaAssistAnswerCustomerPolicyEnforcementResultModelArmorEnforcementResult
|
|
9152
|
+
# @private
|
|
9153
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9154
|
+
property :error, as: 'error', class: Google::Apis::DiscoveryengineV1::GoogleRpcStatus, decorator: Google::Apis::DiscoveryengineV1::GoogleRpcStatus::Representation
|
|
9155
|
+
|
|
9156
|
+
property :model_armor_violation, as: 'modelArmorViolation'
|
|
9157
|
+
end
|
|
9158
|
+
end
|
|
9159
|
+
|
|
9160
|
+
class GoogleCloudDiscoveryengineV1alphaAssistAnswerCustomerPolicyEnforcementResultPolicyEnforcementResult
|
|
9161
|
+
# @private
|
|
9162
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9163
|
+
property :banned_phrase_enforcement_result, as: 'bannedPhraseEnforcementResult', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAssistAnswerCustomerPolicyEnforcementResultBannedPhraseEnforcementResult, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAssistAnswerCustomerPolicyEnforcementResultBannedPhraseEnforcementResult::Representation
|
|
9164
|
+
|
|
9165
|
+
property :model_armor_enforcement_result, as: 'modelArmorEnforcementResult', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAssistAnswerCustomerPolicyEnforcementResultModelArmorEnforcementResult, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAssistAnswerCustomerPolicyEnforcementResultModelArmorEnforcementResult::Representation
|
|
9166
|
+
|
|
9167
|
+
end
|
|
9168
|
+
end
|
|
9169
|
+
|
|
9170
|
+
class GoogleCloudDiscoveryengineV1alphaAssistAnswerReply
|
|
9171
|
+
# @private
|
|
9172
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9173
|
+
property :grounded_content, as: 'groundedContent', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAssistantGroundedContent, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAssistantGroundedContent::Representation
|
|
9174
|
+
|
|
9175
|
+
property :reply_id, as: 'replyId'
|
|
9176
|
+
end
|
|
9177
|
+
end
|
|
9178
|
+
|
|
9179
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantContent
|
|
9180
|
+
# @private
|
|
9181
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9182
|
+
property :code_execution_result, as: 'codeExecutionResult', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAssistantContentCodeExecutionResult, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAssistantContentCodeExecutionResult::Representation
|
|
9183
|
+
|
|
9184
|
+
property :executable_code, as: 'executableCode', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAssistantContentExecutableCode, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAssistantContentExecutableCode::Representation
|
|
9185
|
+
|
|
9186
|
+
property :file, as: 'file', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAssistantContentFile, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAssistantContentFile::Representation
|
|
9187
|
+
|
|
9188
|
+
property :inline_data, as: 'inlineData', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAssistantContentBlob, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAssistantContentBlob::Representation
|
|
9189
|
+
|
|
9190
|
+
property :role, as: 'role'
|
|
9191
|
+
property :text, as: 'text'
|
|
9192
|
+
property :thought, as: 'thought'
|
|
9193
|
+
end
|
|
9194
|
+
end
|
|
9195
|
+
|
|
9196
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantContentBlob
|
|
9197
|
+
# @private
|
|
9198
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9199
|
+
property :data, :base64 => true, as: 'data'
|
|
9200
|
+
property :mime_type, as: 'mimeType'
|
|
9201
|
+
end
|
|
9202
|
+
end
|
|
9203
|
+
|
|
9204
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantContentCodeExecutionResult
|
|
9205
|
+
# @private
|
|
9206
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9207
|
+
property :outcome, as: 'outcome'
|
|
9208
|
+
property :output, as: 'output'
|
|
9209
|
+
end
|
|
9210
|
+
end
|
|
9211
|
+
|
|
9212
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantContentExecutableCode
|
|
9213
|
+
# @private
|
|
9214
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9215
|
+
property :code, as: 'code'
|
|
9216
|
+
end
|
|
9217
|
+
end
|
|
9218
|
+
|
|
9219
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantContentFile
|
|
9220
|
+
# @private
|
|
9221
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9222
|
+
property :file_id, as: 'fileId'
|
|
9223
|
+
property :mime_type, as: 'mimeType'
|
|
9224
|
+
end
|
|
9225
|
+
end
|
|
9226
|
+
|
|
9227
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantGroundedContent
|
|
9228
|
+
# @private
|
|
9229
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9230
|
+
property :citation_metadata, as: 'citationMetadata', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaCitationMetadata, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaCitationMetadata::Representation
|
|
9231
|
+
|
|
9232
|
+
property :content, as: 'content', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAssistantContent, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAssistantContent::Representation
|
|
9233
|
+
|
|
9234
|
+
property :text_grounding_metadata, as: 'textGroundingMetadata', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadata, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadata::Representation
|
|
9235
|
+
|
|
9236
|
+
end
|
|
9237
|
+
end
|
|
9238
|
+
|
|
9239
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadata
|
|
9240
|
+
# @private
|
|
9241
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9242
|
+
collection :references, as: 'references', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadataReference, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadataReference::Representation
|
|
9243
|
+
|
|
9244
|
+
collection :segments, as: 'segments', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadataSegment, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadataSegment::Representation
|
|
9245
|
+
|
|
9246
|
+
end
|
|
9247
|
+
end
|
|
9248
|
+
|
|
9249
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadataReference
|
|
9250
|
+
# @private
|
|
9251
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9252
|
+
property :content, as: 'content'
|
|
9253
|
+
property :document_metadata, as: 'documentMetadata', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadataReferenceDocumentMetadata, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadataReferenceDocumentMetadata::Representation
|
|
9254
|
+
|
|
9255
|
+
end
|
|
9256
|
+
end
|
|
9257
|
+
|
|
9258
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadataReferenceDocumentMetadata
|
|
9259
|
+
# @private
|
|
9260
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9261
|
+
property :document, as: 'document'
|
|
9262
|
+
property :domain, as: 'domain'
|
|
9263
|
+
property :mime_type, as: 'mimeType'
|
|
9264
|
+
property :page_identifier, as: 'pageIdentifier'
|
|
9265
|
+
property :title, as: 'title'
|
|
9266
|
+
property :uri, as: 'uri'
|
|
9267
|
+
end
|
|
9268
|
+
end
|
|
9269
|
+
|
|
9270
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadataSegment
|
|
9271
|
+
# @private
|
|
9272
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9273
|
+
property :end_index, :numeric_string => true, as: 'endIndex'
|
|
9274
|
+
property :grounding_score, as: 'groundingScore'
|
|
9275
|
+
collection :reference_indices, as: 'referenceIndices'
|
|
9276
|
+
property :start_index, :numeric_string => true, as: 'startIndex'
|
|
9277
|
+
property :text, as: 'text'
|
|
9278
|
+
end
|
|
9279
|
+
end
|
|
9280
|
+
|
|
8901
9281
|
class GoogleCloudDiscoveryengineV1alphaBapConfig
|
|
8902
9282
|
# @private
|
|
8903
9283
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -8942,6 +9322,27 @@ module Google
|
|
|
8942
9322
|
end
|
|
8943
9323
|
end
|
|
8944
9324
|
|
|
9325
|
+
class GoogleCloudDiscoveryengineV1alphaCitation
|
|
9326
|
+
# @private
|
|
9327
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9328
|
+
property :end_index, as: 'endIndex'
|
|
9329
|
+
property :license, as: 'license'
|
|
9330
|
+
property :publication_date, as: 'publicationDate', class: Google::Apis::DiscoveryengineV1::GoogleTypeDate, decorator: Google::Apis::DiscoveryengineV1::GoogleTypeDate::Representation
|
|
9331
|
+
|
|
9332
|
+
property :start_index, as: 'startIndex'
|
|
9333
|
+
property :title, as: 'title'
|
|
9334
|
+
property :uri, as: 'uri'
|
|
9335
|
+
end
|
|
9336
|
+
end
|
|
9337
|
+
|
|
9338
|
+
class GoogleCloudDiscoveryengineV1alphaCitationMetadata
|
|
9339
|
+
# @private
|
|
9340
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9341
|
+
collection :citations, as: 'citations', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaCitation, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaCitation::Representation
|
|
9342
|
+
|
|
9343
|
+
end
|
|
9344
|
+
end
|
|
9345
|
+
|
|
8945
9346
|
class GoogleCloudDiscoveryengineV1alphaCmekConfig
|
|
8946
9347
|
# @private
|
|
8947
9348
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -9042,6 +9443,13 @@ module Google
|
|
|
9042
9443
|
end
|
|
9043
9444
|
end
|
|
9044
9445
|
|
|
9446
|
+
class GoogleCloudDiscoveryengineV1alphaContactDetails
|
|
9447
|
+
# @private
|
|
9448
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9449
|
+
property :email_address, as: 'emailAddress'
|
|
9450
|
+
end
|
|
9451
|
+
end
|
|
9452
|
+
|
|
9045
9453
|
class GoogleCloudDiscoveryengineV1alphaControl
|
|
9046
9454
|
# @private
|
|
9047
9455
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -9968,6 +10376,26 @@ module Google
|
|
|
9968
10376
|
end
|
|
9969
10377
|
end
|
|
9970
10378
|
|
|
10379
|
+
class GoogleCloudDiscoveryengineV1alphaLicenseConfig
|
|
10380
|
+
# @private
|
|
10381
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
10382
|
+
property :alert_policy_resource_config, as: 'alertPolicyResourceConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAlertPolicyResourceConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAlertPolicyResourceConfig::Representation
|
|
10383
|
+
|
|
10384
|
+
property :auto_renew, as: 'autoRenew'
|
|
10385
|
+
property :end_date, as: 'endDate', class: Google::Apis::DiscoveryengineV1::GoogleTypeDate, decorator: Google::Apis::DiscoveryengineV1::GoogleTypeDate::Representation
|
|
10386
|
+
|
|
10387
|
+
property :free_trial, as: 'freeTrial'
|
|
10388
|
+
property :gemini_bundle, as: 'geminiBundle'
|
|
10389
|
+
property :license_count, :numeric_string => true, as: 'licenseCount'
|
|
10390
|
+
property :name, as: 'name'
|
|
10391
|
+
property :start_date, as: 'startDate', class: Google::Apis::DiscoveryengineV1::GoogleTypeDate, decorator: Google::Apis::DiscoveryengineV1::GoogleTypeDate::Representation
|
|
10392
|
+
|
|
10393
|
+
property :state, as: 'state'
|
|
10394
|
+
property :subscription_term, as: 'subscriptionTerm'
|
|
10395
|
+
property :subscription_tier, as: 'subscriptionTier'
|
|
10396
|
+
end
|
|
10397
|
+
end
|
|
10398
|
+
|
|
9971
10399
|
class GoogleCloudDiscoveryengineV1alphaListSessionsRequest
|
|
9972
10400
|
# @private
|
|
9973
10401
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -10589,6 +11017,7 @@ module Google
|
|
|
10589
11017
|
property :display_name, as: 'displayName'
|
|
10590
11018
|
property :end_time, as: 'endTime'
|
|
10591
11019
|
property :is_pinned, as: 'isPinned'
|
|
11020
|
+
collection :labels, as: 'labels'
|
|
10592
11021
|
property :name, as: 'name'
|
|
10593
11022
|
property :start_time, as: 'startTime'
|
|
10594
11023
|
property :state, as: 'state'
|
|
@@ -10604,6 +11033,8 @@ module Google
|
|
|
10604
11033
|
property :answer, as: 'answer'
|
|
10605
11034
|
property :detailed_answer, as: 'detailedAnswer', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAnswer, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAnswer::Representation
|
|
10606
11035
|
|
|
11036
|
+
property :detailed_assist_answer, as: 'detailedAssistAnswer', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAssistAnswer, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAssistAnswer::Representation
|
|
11037
|
+
|
|
10607
11038
|
property :query, as: 'query', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaQuery, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaQuery::Representation
|
|
10608
11039
|
|
|
10609
11040
|
hash :query_config, as: 'queryConfig'
|
|
@@ -11588,6 +12019,24 @@ module Google
|
|
|
11588
12019
|
end
|
|
11589
12020
|
end
|
|
11590
12021
|
|
|
12022
|
+
class GoogleCloudDiscoveryengineV1betaLicenseConfig
|
|
12023
|
+
# @private
|
|
12024
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
12025
|
+
property :auto_renew, as: 'autoRenew'
|
|
12026
|
+
property :end_date, as: 'endDate', class: Google::Apis::DiscoveryengineV1::GoogleTypeDate, decorator: Google::Apis::DiscoveryengineV1::GoogleTypeDate::Representation
|
|
12027
|
+
|
|
12028
|
+
property :free_trial, as: 'freeTrial'
|
|
12029
|
+
property :gemini_bundle, as: 'geminiBundle'
|
|
12030
|
+
property :license_count, :numeric_string => true, as: 'licenseCount'
|
|
12031
|
+
property :name, as: 'name'
|
|
12032
|
+
property :start_date, as: 'startDate', class: Google::Apis::DiscoveryengineV1::GoogleTypeDate, decorator: Google::Apis::DiscoveryengineV1::GoogleTypeDate::Representation
|
|
12033
|
+
|
|
12034
|
+
property :state, as: 'state'
|
|
12035
|
+
property :subscription_term, as: 'subscriptionTerm'
|
|
12036
|
+
property :subscription_tier, as: 'subscriptionTier'
|
|
12037
|
+
end
|
|
12038
|
+
end
|
|
12039
|
+
|
|
11591
12040
|
class GoogleCloudDiscoveryengineV1betaNaturalLanguageQueryUnderstandingConfig
|
|
11592
12041
|
# @private
|
|
11593
12042
|
class Representation < Google::Apis::Core::JsonRepresentation
|