google-apis-discoveryengine_v1alpha 0.82.0 → 0.83.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/discoveryengine_v1alpha/classes.rb +663 -0
- data/lib/google/apis/discoveryengine_v1alpha/gem_version.rb +2 -2
- data/lib/google/apis/discoveryengine_v1alpha/representations.rb +208 -0
- data/lib/google/apis/discoveryengine_v1alpha/service.rb +337 -7
- metadata +2 -2
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module DiscoveryengineV1alpha
|
|
18
18
|
# Version of the google-apis-discoveryengine_v1alpha gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.83.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 = "20251109"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1144,12 +1144,36 @@ module Google
|
|
|
1144
1144
|
include Google::Apis::Core::JsonObjectSupport
|
|
1145
1145
|
end
|
|
1146
1146
|
|
|
1147
|
+
class GoogleCloudDiscoveryengineV1alphaAgentSharingConfig
|
|
1148
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1149
|
+
|
|
1150
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1151
|
+
end
|
|
1152
|
+
|
|
1147
1153
|
class GoogleCloudDiscoveryengineV1alphaAgentStarterPrompt
|
|
1148
1154
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1149
1155
|
|
|
1150
1156
|
include Google::Apis::Core::JsonObjectSupport
|
|
1151
1157
|
end
|
|
1152
1158
|
|
|
1159
|
+
class GoogleCloudDiscoveryengineV1alphaAgentView
|
|
1160
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1161
|
+
|
|
1162
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1163
|
+
end
|
|
1164
|
+
|
|
1165
|
+
class GoogleCloudDiscoveryengineV1alphaAgentViewSuggestedPrompt
|
|
1166
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1167
|
+
|
|
1168
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1169
|
+
end
|
|
1170
|
+
|
|
1171
|
+
class GoogleCloudDiscoveryengineV1alphaAgentViewUserPermissions
|
|
1172
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1173
|
+
|
|
1174
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1175
|
+
end
|
|
1176
|
+
|
|
1153
1177
|
class GoogleCloudDiscoveryengineV1alphaAlertPolicyConfig
|
|
1154
1178
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1155
1179
|
|
|
@@ -2650,6 +2674,12 @@ module Google
|
|
|
2650
2674
|
include Google::Apis::Core::JsonObjectSupport
|
|
2651
2675
|
end
|
|
2652
2676
|
|
|
2677
|
+
class GoogleCloudDiscoveryengineV1alphaGetAgentViewResponse
|
|
2678
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2679
|
+
|
|
2680
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2681
|
+
end
|
|
2682
|
+
|
|
2653
2683
|
class GoogleCloudDiscoveryengineV1alphaGetConnectorSecretResponse
|
|
2654
2684
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2655
2685
|
|
|
@@ -2902,6 +2932,12 @@ module Google
|
|
|
2902
2932
|
include Google::Apis::Core::JsonObjectSupport
|
|
2903
2933
|
end
|
|
2904
2934
|
|
|
2935
|
+
class GoogleCloudDiscoveryengineV1alphaLicenseConfigUsageStats
|
|
2936
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2937
|
+
|
|
2938
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2939
|
+
end
|
|
2940
|
+
|
|
2905
2941
|
class GoogleCloudDiscoveryengineV1alphaListAgentsResponse
|
|
2906
2942
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2907
2943
|
|
|
@@ -2914,6 +2950,12 @@ module Google
|
|
|
2914
2950
|
include Google::Apis::Core::JsonObjectSupport
|
|
2915
2951
|
end
|
|
2916
2952
|
|
|
2953
|
+
class GoogleCloudDiscoveryengineV1alphaListAvailableAgentViewsResponse
|
|
2954
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2955
|
+
|
|
2956
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2957
|
+
end
|
|
2958
|
+
|
|
2917
2959
|
class GoogleCloudDiscoveryengineV1alphaListBillingAccountLicenseConfigsResponse
|
|
2918
2960
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2919
2961
|
|
|
@@ -3028,6 +3070,12 @@ module Google
|
|
|
3028
3070
|
include Google::Apis::Core::JsonObjectSupport
|
|
3029
3071
|
end
|
|
3030
3072
|
|
|
3073
|
+
class GoogleCloudDiscoveryengineV1alphaListLicenseConfigsUsageStatsResponse
|
|
3074
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3075
|
+
|
|
3076
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3077
|
+
end
|
|
3078
|
+
|
|
3031
3079
|
class GoogleCloudDiscoveryengineV1alphaListSampleQueriesResponse
|
|
3032
3080
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3033
3081
|
|
|
@@ -4180,6 +4228,12 @@ module Google
|
|
|
4180
4228
|
include Google::Apis::Core::JsonObjectSupport
|
|
4181
4229
|
end
|
|
4182
4230
|
|
|
4231
|
+
class GoogleCloudDiscoveryengineV1alphaUserAnnotations
|
|
4232
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
4233
|
+
|
|
4234
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
4235
|
+
end
|
|
4236
|
+
|
|
4183
4237
|
class GoogleCloudDiscoveryengineV1alphaUserEvent
|
|
4184
4238
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
4185
4239
|
|
|
@@ -5470,6 +5524,24 @@ module Google
|
|
|
5470
5524
|
include Google::Apis::Core::JsonObjectSupport
|
|
5471
5525
|
end
|
|
5472
5526
|
|
|
5527
|
+
class GoogleIamV1Binding
|
|
5528
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
5529
|
+
|
|
5530
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
5531
|
+
end
|
|
5532
|
+
|
|
5533
|
+
class GoogleIamV1Policy
|
|
5534
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
5535
|
+
|
|
5536
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
5537
|
+
end
|
|
5538
|
+
|
|
5539
|
+
class GoogleIamV1SetIamPolicyRequest
|
|
5540
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
5541
|
+
|
|
5542
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
5543
|
+
end
|
|
5544
|
+
|
|
5473
5545
|
class GoogleLongrunningCancelOperationRequest
|
|
5474
5546
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
5475
5547
|
|
|
@@ -6587,6 +6659,7 @@ module Google
|
|
|
6587
6659
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
6588
6660
|
property :enable_get_processed_document, as: 'enableGetProcessedDocument'
|
|
6589
6661
|
property :enable_image_annotation, as: 'enableImageAnnotation'
|
|
6662
|
+
property :enable_llm_layout_parsing, as: 'enableLlmLayoutParsing'
|
|
6590
6663
|
property :enable_table_annotation, as: 'enableTableAnnotation'
|
|
6591
6664
|
collection :exclude_html_classes, as: 'excludeHtmlClasses'
|
|
6592
6665
|
collection :exclude_html_elements, as: 'excludeHtmlElements'
|
|
@@ -6625,6 +6698,8 @@ module Google
|
|
|
6625
6698
|
|
|
6626
6699
|
property :chat_engine_metadata, as: 'chatEngineMetadata', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1EngineChatEngineMetadata, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1EngineChatEngineMetadata::Representation
|
|
6627
6700
|
|
|
6701
|
+
property :cmek_config, as: 'cmekConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1CmekConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1CmekConfig::Representation
|
|
6702
|
+
|
|
6628
6703
|
property :common_config, as: 'commonConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1EngineCommonConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1EngineCommonConfig::Representation
|
|
6629
6704
|
|
|
6630
6705
|
property :configurable_billing_approach, as: 'configurableBillingApproach'
|
|
@@ -6636,6 +6711,7 @@ module Google
|
|
|
6636
6711
|
property :industry_vertical, as: 'industryVertical'
|
|
6637
6712
|
property :media_recommendation_engine_config, as: 'mediaRecommendationEngineConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1EngineMediaRecommendationEngineConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1EngineMediaRecommendationEngineConfig::Representation
|
|
6638
6713
|
|
|
6714
|
+
hash :model_configs, as: 'modelConfigs'
|
|
6639
6715
|
property :name, as: 'name'
|
|
6640
6716
|
property :search_engine_config, as: 'searchEngineConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1EngineSearchEngineConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1EngineSearchEngineConfig::Representation
|
|
6641
6717
|
|
|
@@ -7491,6 +7567,8 @@ module Google
|
|
|
7491
7567
|
property :language_code, as: 'languageCode'
|
|
7492
7568
|
property :name, as: 'name'
|
|
7493
7569
|
property :rejection_reason, as: 'rejectionReason'
|
|
7570
|
+
property :sharing_config, as: 'sharingConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAgentSharingConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAgentSharingConfig::Representation
|
|
7571
|
+
|
|
7494
7572
|
collection :starter_prompts, as: 'starterPrompts', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAgentStarterPrompt, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAgentStarterPrompt::Representation
|
|
7495
7573
|
|
|
7496
7574
|
property :state, as: 'state'
|
|
@@ -7516,6 +7594,13 @@ module Google
|
|
|
7516
7594
|
end
|
|
7517
7595
|
end
|
|
7518
7596
|
|
|
7597
|
+
class GoogleCloudDiscoveryengineV1alphaAgentSharingConfig
|
|
7598
|
+
# @private
|
|
7599
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7600
|
+
property :scope, as: 'scope'
|
|
7601
|
+
end
|
|
7602
|
+
end
|
|
7603
|
+
|
|
7519
7604
|
class GoogleCloudDiscoveryengineV1alphaAgentStarterPrompt
|
|
7520
7605
|
# @private
|
|
7521
7606
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -7523,6 +7608,51 @@ module Google
|
|
|
7523
7608
|
end
|
|
7524
7609
|
end
|
|
7525
7610
|
|
|
7611
|
+
class GoogleCloudDiscoveryengineV1alphaAgentView
|
|
7612
|
+
# @private
|
|
7613
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7614
|
+
property :agent_origin, as: 'agentOrigin'
|
|
7615
|
+
property :agent_sharing_state, as: 'agentSharingState'
|
|
7616
|
+
property :agent_type, as: 'agentType'
|
|
7617
|
+
property :custom_placeholder_text, as: 'customPlaceholderText'
|
|
7618
|
+
property :deployment_failure_reason, as: 'deploymentFailureReason'
|
|
7619
|
+
property :description, as: 'description'
|
|
7620
|
+
property :display_name, as: 'displayName'
|
|
7621
|
+
property :icon, as: 'icon', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAgentImage, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAgentImage::Representation
|
|
7622
|
+
|
|
7623
|
+
property :name, as: 'name'
|
|
7624
|
+
property :rejection_reason, as: 'rejectionReason'
|
|
7625
|
+
property :state, as: 'state'
|
|
7626
|
+
collection :suggested_prompts, as: 'suggestedPrompts', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAgentViewSuggestedPrompt, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAgentViewSuggestedPrompt::Representation
|
|
7627
|
+
|
|
7628
|
+
property :suspension_reason, as: 'suspensionReason'
|
|
7629
|
+
property :user_annotations, as: 'userAnnotations', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaUserAnnotations, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaUserAnnotations::Representation
|
|
7630
|
+
|
|
7631
|
+
property :user_permissions, as: 'userPermissions', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAgentViewUserPermissions, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAgentViewUserPermissions::Representation
|
|
7632
|
+
|
|
7633
|
+
end
|
|
7634
|
+
end
|
|
7635
|
+
|
|
7636
|
+
class GoogleCloudDiscoveryengineV1alphaAgentViewSuggestedPrompt
|
|
7637
|
+
# @private
|
|
7638
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7639
|
+
property :text, as: 'text'
|
|
7640
|
+
end
|
|
7641
|
+
end
|
|
7642
|
+
|
|
7643
|
+
class GoogleCloudDiscoveryengineV1alphaAgentViewUserPermissions
|
|
7644
|
+
# @private
|
|
7645
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7646
|
+
property :can_delete, as: 'canDelete'
|
|
7647
|
+
property :can_edit, as: 'canEdit'
|
|
7648
|
+
property :can_propose_users, as: 'canProposeUsers'
|
|
7649
|
+
property :can_request_review, as: 'canRequestReview'
|
|
7650
|
+
property :can_run, as: 'canRun'
|
|
7651
|
+
property :can_view, as: 'canView'
|
|
7652
|
+
property :can_withdraw, as: 'canWithdraw'
|
|
7653
|
+
end
|
|
7654
|
+
end
|
|
7655
|
+
|
|
7526
7656
|
class GoogleCloudDiscoveryengineV1alphaAlertPolicyConfig
|
|
7527
7657
|
# @private
|
|
7528
7658
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -9675,6 +9805,7 @@ module Google
|
|
|
9675
9805
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9676
9806
|
property :enable_get_processed_document, as: 'enableGetProcessedDocument'
|
|
9677
9807
|
property :enable_image_annotation, as: 'enableImageAnnotation'
|
|
9808
|
+
property :enable_llm_layout_parsing, as: 'enableLlmLayoutParsing'
|
|
9678
9809
|
property :enable_table_annotation, as: 'enableTableAnnotation'
|
|
9679
9810
|
collection :exclude_html_classes, as: 'excludeHtmlClasses'
|
|
9680
9811
|
collection :exclude_html_elements, as: 'excludeHtmlElements'
|
|
@@ -9733,6 +9864,8 @@ module Google
|
|
|
9733
9864
|
|
|
9734
9865
|
property :chat_engine_metadata, as: 'chatEngineMetadata', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaEngineChatEngineMetadata, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaEngineChatEngineMetadata::Representation
|
|
9735
9866
|
|
|
9867
|
+
property :cmek_config, as: 'cmekConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaCmekConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaCmekConfig::Representation
|
|
9868
|
+
|
|
9736
9869
|
property :common_config, as: 'commonConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaEngineCommonConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaEngineCommonConfig::Representation
|
|
9737
9870
|
|
|
9738
9871
|
property :configurable_billing_approach, as: 'configurableBillingApproach'
|
|
@@ -9744,6 +9877,7 @@ module Google
|
|
|
9744
9877
|
property :industry_vertical, as: 'industryVertical'
|
|
9745
9878
|
property :media_recommendation_engine_config, as: 'mediaRecommendationEngineConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaEngineMediaRecommendationEngineConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaEngineMediaRecommendationEngineConfig::Representation
|
|
9746
9879
|
|
|
9880
|
+
hash :model_configs, as: 'modelConfigs'
|
|
9747
9881
|
property :name, as: 'name'
|
|
9748
9882
|
property :recommendation_metadata, as: 'recommendationMetadata', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaEngineRecommendationMetadata, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaEngineRecommendationMetadata::Representation
|
|
9749
9883
|
|
|
@@ -10097,6 +10231,14 @@ module Google
|
|
|
10097
10231
|
end
|
|
10098
10232
|
end
|
|
10099
10233
|
|
|
10234
|
+
class GoogleCloudDiscoveryengineV1alphaGetAgentViewResponse
|
|
10235
|
+
# @private
|
|
10236
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
10237
|
+
property :agent_view, as: 'agentView', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAgentView, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAgentView::Representation
|
|
10238
|
+
|
|
10239
|
+
end
|
|
10240
|
+
end
|
|
10241
|
+
|
|
10100
10242
|
class GoogleCloudDiscoveryengineV1alphaGetConnectorSecretResponse
|
|
10101
10243
|
# @private
|
|
10102
10244
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -10526,6 +10668,14 @@ module Google
|
|
|
10526
10668
|
end
|
|
10527
10669
|
end
|
|
10528
10670
|
|
|
10671
|
+
class GoogleCloudDiscoveryengineV1alphaLicenseConfigUsageStats
|
|
10672
|
+
# @private
|
|
10673
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
10674
|
+
property :license_config, as: 'licenseConfig'
|
|
10675
|
+
property :used_license_count, :numeric_string => true, as: 'usedLicenseCount'
|
|
10676
|
+
end
|
|
10677
|
+
end
|
|
10678
|
+
|
|
10529
10679
|
class GoogleCloudDiscoveryengineV1alphaListAgentsResponse
|
|
10530
10680
|
# @private
|
|
10531
10681
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -10544,6 +10694,15 @@ module Google
|
|
|
10544
10694
|
end
|
|
10545
10695
|
end
|
|
10546
10696
|
|
|
10697
|
+
class GoogleCloudDiscoveryengineV1alphaListAvailableAgentViewsResponse
|
|
10698
|
+
# @private
|
|
10699
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
10700
|
+
collection :agent_views, as: 'agentViews', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAgentView, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAgentView::Representation
|
|
10701
|
+
|
|
10702
|
+
property :next_page_token, as: 'nextPageToken'
|
|
10703
|
+
end
|
|
10704
|
+
end
|
|
10705
|
+
|
|
10547
10706
|
class GoogleCloudDiscoveryengineV1alphaListBillingAccountLicenseConfigsResponse
|
|
10548
10707
|
# @private
|
|
10549
10708
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -10713,6 +10872,14 @@ module Google
|
|
|
10713
10872
|
end
|
|
10714
10873
|
end
|
|
10715
10874
|
|
|
10875
|
+
class GoogleCloudDiscoveryengineV1alphaListLicenseConfigsUsageStatsResponse
|
|
10876
|
+
# @private
|
|
10877
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
10878
|
+
collection :license_config_usage_stats, as: 'licenseConfigUsageStats', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaLicenseConfigUsageStats, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaLicenseConfigUsageStats::Representation
|
|
10879
|
+
|
|
10880
|
+
end
|
|
10881
|
+
end
|
|
10882
|
+
|
|
10716
10883
|
class GoogleCloudDiscoveryengineV1alphaListSampleQueriesResponse
|
|
10717
10884
|
# @private
|
|
10718
10885
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -12626,6 +12793,14 @@ module Google
|
|
|
12626
12793
|
end
|
|
12627
12794
|
end
|
|
12628
12795
|
|
|
12796
|
+
class GoogleCloudDiscoveryengineV1alphaUserAnnotations
|
|
12797
|
+
# @private
|
|
12798
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
12799
|
+
property :pinned, as: 'pinned'
|
|
12800
|
+
property :viewed, as: 'viewed'
|
|
12801
|
+
end
|
|
12802
|
+
end
|
|
12803
|
+
|
|
12629
12804
|
class GoogleCloudDiscoveryengineV1alphaUserEvent
|
|
12630
12805
|
# @private
|
|
12631
12806
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -12899,6 +13074,7 @@ module Google
|
|
|
12899
13074
|
property :generative_answer_config, as: 'generativeAnswerConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaWidgetConfigUiSettingsGenerativeAnswerConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaWidgetConfigUiSettingsGenerativeAnswerConfig::Representation
|
|
12900
13075
|
|
|
12901
13076
|
property :interaction_type, as: 'interactionType'
|
|
13077
|
+
hash :model_configs, as: 'modelConfigs'
|
|
12902
13078
|
property :result_description_type, as: 'resultDescriptionType'
|
|
12903
13079
|
property :search_addon_spec, as: 'searchAddonSpec', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaWidgetConfigUiSettingsSearchAddonSpec, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaWidgetConfigUiSettingsSearchAddonSpec::Representation
|
|
12904
13080
|
|
|
@@ -13367,6 +13543,7 @@ module Google
|
|
|
13367
13543
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
13368
13544
|
property :enable_get_processed_document, as: 'enableGetProcessedDocument'
|
|
13369
13545
|
property :enable_image_annotation, as: 'enableImageAnnotation'
|
|
13546
|
+
property :enable_llm_layout_parsing, as: 'enableLlmLayoutParsing'
|
|
13370
13547
|
property :enable_table_annotation, as: 'enableTableAnnotation'
|
|
13371
13548
|
collection :exclude_html_classes, as: 'excludeHtmlClasses'
|
|
13372
13549
|
collection :exclude_html_elements, as: 'excludeHtmlElements'
|
|
@@ -13405,6 +13582,8 @@ module Google
|
|
|
13405
13582
|
|
|
13406
13583
|
property :chat_engine_metadata, as: 'chatEngineMetadata', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaEngineChatEngineMetadata, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaEngineChatEngineMetadata::Representation
|
|
13407
13584
|
|
|
13585
|
+
property :cmek_config, as: 'cmekConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaCmekConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaCmekConfig::Representation
|
|
13586
|
+
|
|
13408
13587
|
property :common_config, as: 'commonConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaEngineCommonConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaEngineCommonConfig::Representation
|
|
13409
13588
|
|
|
13410
13589
|
property :configurable_billing_approach, as: 'configurableBillingApproach'
|
|
@@ -13416,6 +13595,7 @@ module Google
|
|
|
13416
13595
|
property :industry_vertical, as: 'industryVertical'
|
|
13417
13596
|
property :media_recommendation_engine_config, as: 'mediaRecommendationEngineConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaEngineMediaRecommendationEngineConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaEngineMediaRecommendationEngineConfig::Representation
|
|
13418
13597
|
|
|
13598
|
+
hash :model_configs, as: 'modelConfigs'
|
|
13419
13599
|
property :name, as: 'name'
|
|
13420
13600
|
property :search_engine_config, as: 'searchEngineConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaEngineSearchEngineConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaEngineSearchEngineConfig::Representation
|
|
13421
13601
|
|
|
@@ -14823,6 +15003,34 @@ module Google
|
|
|
14823
15003
|
end
|
|
14824
15004
|
end
|
|
14825
15005
|
|
|
15006
|
+
class GoogleIamV1Binding
|
|
15007
|
+
# @private
|
|
15008
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
15009
|
+
property :condition, as: 'condition', class: Google::Apis::DiscoveryengineV1alpha::GoogleTypeExpr, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleTypeExpr::Representation
|
|
15010
|
+
|
|
15011
|
+
collection :members, as: 'members'
|
|
15012
|
+
property :role, as: 'role'
|
|
15013
|
+
end
|
|
15014
|
+
end
|
|
15015
|
+
|
|
15016
|
+
class GoogleIamV1Policy
|
|
15017
|
+
# @private
|
|
15018
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
15019
|
+
collection :bindings, as: 'bindings', class: Google::Apis::DiscoveryengineV1alpha::GoogleIamV1Binding, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleIamV1Binding::Representation
|
|
15020
|
+
|
|
15021
|
+
property :etag, :base64 => true, as: 'etag'
|
|
15022
|
+
property :version, as: 'version'
|
|
15023
|
+
end
|
|
15024
|
+
end
|
|
15025
|
+
|
|
15026
|
+
class GoogleIamV1SetIamPolicyRequest
|
|
15027
|
+
# @private
|
|
15028
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
15029
|
+
property :policy, as: 'policy', class: Google::Apis::DiscoveryengineV1alpha::GoogleIamV1Policy, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleIamV1Policy::Representation
|
|
15030
|
+
|
|
15031
|
+
end
|
|
15032
|
+
end
|
|
15033
|
+
|
|
14826
15034
|
class GoogleLongrunningCancelOperationRequest
|
|
14827
15035
|
# @private
|
|
14828
15036
|
class Representation < Google::Apis::Core::JsonRepresentation
|