google-apis-discoveryengine_v1beta 0.57.0 → 0.59.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_v1beta/classes.rb +505 -60
- data/lib/google/apis/discoveryengine_v1beta/gem_version.rb +2 -2
- data/lib/google/apis/discoveryengine_v1beta/representations.rb +210 -0
- data/lib/google/apis/discoveryengine_v1beta/service.rb +243 -0
- metadata +3 -3
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DiscoveryengineV1beta
|
18
18
|
# Version of the google-apis-discoveryengine_v1beta gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.59.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250320"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -700,12 +700,36 @@ module Google
|
|
700
700
|
include Google::Apis::Core::JsonObjectSupport
|
701
701
|
end
|
702
702
|
|
703
|
+
class GoogleCloudDiscoveryengineV1alphaAlertPolicyConfig
|
704
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
705
|
+
|
706
|
+
include Google::Apis::Core::JsonObjectSupport
|
707
|
+
end
|
708
|
+
|
709
|
+
class GoogleCloudDiscoveryengineV1alphaAlertPolicyConfigAlertEnrollment
|
710
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
711
|
+
|
712
|
+
include Google::Apis::Core::JsonObjectSupport
|
713
|
+
end
|
714
|
+
|
703
715
|
class GoogleCloudDiscoveryengineV1alphaAnswer
|
704
716
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
705
717
|
|
706
718
|
include Google::Apis::Core::JsonObjectSupport
|
707
719
|
end
|
708
720
|
|
721
|
+
class GoogleCloudDiscoveryengineV1alphaAnswerBlobAttachment
|
722
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
723
|
+
|
724
|
+
include Google::Apis::Core::JsonObjectSupport
|
725
|
+
end
|
726
|
+
|
727
|
+
class GoogleCloudDiscoveryengineV1alphaAnswerBlobAttachmentBlob
|
728
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
729
|
+
|
730
|
+
include Google::Apis::Core::JsonObjectSupport
|
731
|
+
end
|
732
|
+
|
709
733
|
class GoogleCloudDiscoveryengineV1alphaAnswerCitation
|
710
734
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
711
735
|
|
@@ -1606,6 +1630,12 @@ module Google
|
|
1606
1630
|
include Google::Apis::Core::JsonObjectSupport
|
1607
1631
|
end
|
1608
1632
|
|
1633
|
+
class GoogleCloudDiscoveryengineV1alphaSearchRequestContentSearchSpecSummarySpecMultiModalSpec
|
1634
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1635
|
+
|
1636
|
+
include Google::Apis::Core::JsonObjectSupport
|
1637
|
+
end
|
1638
|
+
|
1609
1639
|
class GoogleCloudDiscoveryengineV1alphaSearchRequestDataStoreSpec
|
1610
1640
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1611
1641
|
|
@@ -1906,6 +1936,18 @@ module Google
|
|
1906
1936
|
include Google::Apis::Core::JsonObjectSupport
|
1907
1937
|
end
|
1908
1938
|
|
1939
|
+
class GoogleCloudDiscoveryengineV1betaAnswerBlobAttachment
|
1940
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1941
|
+
|
1942
|
+
include Google::Apis::Core::JsonObjectSupport
|
1943
|
+
end
|
1944
|
+
|
1945
|
+
class GoogleCloudDiscoveryengineV1betaAnswerBlobAttachmentBlob
|
1946
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1947
|
+
|
1948
|
+
include Google::Apis::Core::JsonObjectSupport
|
1949
|
+
end
|
1950
|
+
|
1909
1951
|
class GoogleCloudDiscoveryengineV1betaAnswerCitation
|
1910
1952
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1911
1953
|
|
@@ -1942,6 +1984,12 @@ module Google
|
|
1942
1984
|
include Google::Apis::Core::JsonObjectSupport
|
1943
1985
|
end
|
1944
1986
|
|
1987
|
+
class GoogleCloudDiscoveryengineV1betaAnswerQueryRequestAnswerGenerationSpecMultimodalSpec
|
1988
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1989
|
+
|
1990
|
+
include Google::Apis::Core::JsonObjectSupport
|
1991
|
+
end
|
1992
|
+
|
1945
1993
|
class GoogleCloudDiscoveryengineV1betaAnswerQueryRequestAnswerGenerationSpecPromptSpec
|
1946
1994
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1947
1995
|
|
@@ -2950,6 +2998,12 @@ module Google
|
|
2950
2998
|
include Google::Apis::Core::JsonObjectSupport
|
2951
2999
|
end
|
2952
3000
|
|
3001
|
+
class GoogleCloudDiscoveryengineV1betaListCmekConfigsResponse
|
3002
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3003
|
+
|
3004
|
+
include Google::Apis::Core::JsonObjectSupport
|
3005
|
+
end
|
3006
|
+
|
2953
3007
|
class GoogleCloudDiscoveryengineV1betaListControlsResponse
|
2954
3008
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2955
3009
|
|
@@ -3424,12 +3478,24 @@ module Google
|
|
3424
3478
|
include Google::Apis::Core::JsonObjectSupport
|
3425
3479
|
end
|
3426
3480
|
|
3481
|
+
class GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpecSummarySpecMultiModalSpec
|
3482
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3483
|
+
|
3484
|
+
include Google::Apis::Core::JsonObjectSupport
|
3485
|
+
end
|
3486
|
+
|
3427
3487
|
class GoogleCloudDiscoveryengineV1betaSearchRequestDataStoreSpec
|
3428
3488
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3429
3489
|
|
3430
3490
|
include Google::Apis::Core::JsonObjectSupport
|
3431
3491
|
end
|
3432
3492
|
|
3493
|
+
class GoogleCloudDiscoveryengineV1betaSearchRequestDisplaySpec
|
3494
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3495
|
+
|
3496
|
+
include Google::Apis::Core::JsonObjectSupport
|
3497
|
+
end
|
3498
|
+
|
3433
3499
|
class GoogleCloudDiscoveryengineV1betaSearchRequestEmbeddingSpec
|
3434
3500
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3435
3501
|
|
@@ -3622,6 +3688,18 @@ module Google
|
|
3622
3688
|
include Google::Apis::Core::JsonObjectSupport
|
3623
3689
|
end
|
3624
3690
|
|
3691
|
+
class GoogleCloudDiscoveryengineV1betaSearchResponseSummaryBlobAttachment
|
3692
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3693
|
+
|
3694
|
+
include Google::Apis::Core::JsonObjectSupport
|
3695
|
+
end
|
3696
|
+
|
3697
|
+
class GoogleCloudDiscoveryengineV1betaSearchResponseSummaryBlobAttachmentBlob
|
3698
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3699
|
+
|
3700
|
+
include Google::Apis::Core::JsonObjectSupport
|
3701
|
+
end
|
3702
|
+
|
3625
3703
|
class GoogleCloudDiscoveryengineV1betaSearchResponseSummaryCitation
|
3626
3704
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3627
3705
|
|
@@ -4131,6 +4209,7 @@ module Google
|
|
4131
4209
|
property :kms_key_version, as: 'kmsKeyVersion'
|
4132
4210
|
property :last_rotation_timestamp_micros, :numeric_string => true, as: 'lastRotationTimestampMicros'
|
4133
4211
|
property :name, as: 'name'
|
4212
|
+
property :notebooklm_state, as: 'notebooklmState'
|
4134
4213
|
collection :single_region_keys, as: 'singleRegionKeys', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1SingleRegionKey, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1SingleRegionKey::Representation
|
4135
4214
|
|
4136
4215
|
property :state, as: 'state'
|
@@ -4292,6 +4371,7 @@ module Google
|
|
4292
4371
|
class GoogleCloudDiscoveryengineV1DataStore
|
4293
4372
|
# @private
|
4294
4373
|
class Representation < Google::Apis::Core::JsonRepresentation
|
4374
|
+
property :acl_enabled, as: 'aclEnabled'
|
4295
4375
|
property :advanced_site_search_config, as: 'advancedSiteSearchConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1AdvancedSiteSearchConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1AdvancedSiteSearchConfig::Representation
|
4296
4376
|
|
4297
4377
|
property :billing_estimation, as: 'billingEstimation', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1DataStoreBillingEstimation, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1DataStoreBillingEstimation::Representation
|
@@ -5010,6 +5090,7 @@ module Google
|
|
5010
5090
|
class Representation < Google::Apis::Core::JsonRepresentation
|
5011
5091
|
hash :action_params, as: 'actionParams'
|
5012
5092
|
property :is_action_configured, as: 'isActionConfigured'
|
5093
|
+
property :service_name, as: 'serviceName'
|
5013
5094
|
end
|
5014
5095
|
end
|
5015
5096
|
|
@@ -5021,11 +5102,30 @@ module Google
|
|
5021
5102
|
end
|
5022
5103
|
end
|
5023
5104
|
|
5105
|
+
class GoogleCloudDiscoveryengineV1alphaAlertPolicyConfig
|
5106
|
+
# @private
|
5107
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5108
|
+
collection :alert_enrollments, as: 'alertEnrollments', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAlertPolicyConfigAlertEnrollment, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAlertPolicyConfigAlertEnrollment::Representation
|
5109
|
+
|
5110
|
+
property :alert_policy_name, as: 'alertPolicyName'
|
5111
|
+
end
|
5112
|
+
end
|
5113
|
+
|
5114
|
+
class GoogleCloudDiscoveryengineV1alphaAlertPolicyConfigAlertEnrollment
|
5115
|
+
# @private
|
5116
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5117
|
+
property :alert_id, as: 'alertId'
|
5118
|
+
property :enroll_state, as: 'enrollState'
|
5119
|
+
end
|
5120
|
+
end
|
5121
|
+
|
5024
5122
|
class GoogleCloudDiscoveryengineV1alphaAnswer
|
5025
5123
|
# @private
|
5026
5124
|
class Representation < Google::Apis::Core::JsonRepresentation
|
5027
5125
|
collection :answer_skipped_reasons, as: 'answerSkippedReasons'
|
5028
5126
|
property :answer_text, as: 'answerText'
|
5127
|
+
collection :blob_attachments, as: 'blobAttachments', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAnswerBlobAttachment, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAnswerBlobAttachment::Representation
|
5128
|
+
|
5029
5129
|
collection :citations, as: 'citations', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAnswerCitation, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAnswerCitation::Representation
|
5030
5130
|
|
5031
5131
|
property :complete_time, as: 'completeTime'
|
@@ -5047,6 +5147,23 @@ module Google
|
|
5047
5147
|
end
|
5048
5148
|
end
|
5049
5149
|
|
5150
|
+
class GoogleCloudDiscoveryengineV1alphaAnswerBlobAttachment
|
5151
|
+
# @private
|
5152
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5153
|
+
property :attribution_type, as: 'attributionType'
|
5154
|
+
property :data, as: 'data', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAnswerBlobAttachmentBlob, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAnswerBlobAttachmentBlob::Representation
|
5155
|
+
|
5156
|
+
end
|
5157
|
+
end
|
5158
|
+
|
5159
|
+
class GoogleCloudDiscoveryengineV1alphaAnswerBlobAttachmentBlob
|
5160
|
+
# @private
|
5161
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5162
|
+
property :data, :base64 => true, as: 'data'
|
5163
|
+
property :mime_type, as: 'mimeType'
|
5164
|
+
end
|
5165
|
+
end
|
5166
|
+
|
5050
5167
|
class GoogleCloudDiscoveryengineV1alphaAnswerCitation
|
5051
5168
|
# @private
|
5052
5169
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5107,6 +5224,7 @@ module Google
|
|
5107
5224
|
class GoogleCloudDiscoveryengineV1alphaAnswerReferenceChunkInfo
|
5108
5225
|
# @private
|
5109
5226
|
class Representation < Google::Apis::Core::JsonRepresentation
|
5227
|
+
collection :blob_attachment_indexes, as: 'blobAttachmentIndexes'
|
5110
5228
|
property :chunk, as: 'chunk'
|
5111
5229
|
property :content, as: 'content'
|
5112
5230
|
property :document_metadata, as: 'documentMetadata', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAnswerReferenceChunkInfoDocumentMetadata, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAnswerReferenceChunkInfoDocumentMetadata::Representation
|
@@ -5151,6 +5269,7 @@ module Google
|
|
5151
5269
|
class GoogleCloudDiscoveryengineV1alphaAnswerReferenceUnstructuredDocumentInfoChunkContent
|
5152
5270
|
# @private
|
5153
5271
|
class Representation < Google::Apis::Core::JsonRepresentation
|
5272
|
+
collection :blob_attachment_indexes, as: 'blobAttachmentIndexes'
|
5154
5273
|
property :content, as: 'content'
|
5155
5274
|
property :page_identifier, as: 'pageIdentifier'
|
5156
5275
|
property :relevance_score, as: 'relevanceScore'
|
@@ -5255,6 +5374,7 @@ module Google
|
|
5255
5374
|
property :kms_key_version, as: 'kmsKeyVersion'
|
5256
5375
|
property :last_rotation_timestamp_micros, :numeric_string => true, as: 'lastRotationTimestampMicros'
|
5257
5376
|
property :name, as: 'name'
|
5377
|
+
property :notebooklm_state, as: 'notebooklmState'
|
5258
5378
|
collection :single_region_keys, as: 'singleRegionKeys', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaSingleRegionKey, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaSingleRegionKey::Representation
|
5259
5379
|
|
5260
5380
|
property :state, as: 'state'
|
@@ -5496,6 +5616,8 @@ module Google
|
|
5496
5616
|
class Representation < Google::Apis::Core::JsonRepresentation
|
5497
5617
|
property :action_config, as: 'actionConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaActionConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaActionConfig::Representation
|
5498
5618
|
|
5619
|
+
collection :alert_policy_configs, as: 'alertPolicyConfigs', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAlertPolicyConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAlertPolicyConfig::Representation
|
5620
|
+
|
5499
5621
|
property :auto_run_disabled, as: 'autoRunDisabled'
|
5500
5622
|
property :bap_config, as: 'bapConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaBapConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaBapConfig::Representation
|
5501
5623
|
|
@@ -6589,6 +6711,8 @@ module Google
|
|
6589
6711
|
|
6590
6712
|
property :model_spec, as: 'modelSpec', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaSearchRequestContentSearchSpecSummarySpecModelSpec, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaSearchRequestContentSearchSpecSummarySpecModelSpec::Representation
|
6591
6713
|
|
6714
|
+
property :multimodal_spec, as: 'multimodalSpec', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaSearchRequestContentSearchSpecSummarySpecMultiModalSpec, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaSearchRequestContentSearchSpecSummarySpecMultiModalSpec::Representation
|
6715
|
+
|
6592
6716
|
property :summary_result_count, as: 'summaryResultCount'
|
6593
6717
|
property :use_semantic_chunks, as: 'useSemanticChunks'
|
6594
6718
|
end
|
@@ -6608,6 +6732,13 @@ module Google
|
|
6608
6732
|
end
|
6609
6733
|
end
|
6610
6734
|
|
6735
|
+
class GoogleCloudDiscoveryengineV1alphaSearchRequestContentSearchSpecSummarySpecMultiModalSpec
|
6736
|
+
# @private
|
6737
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6738
|
+
property :image_source, as: 'imageSource'
|
6739
|
+
end
|
6740
|
+
end
|
6741
|
+
|
6611
6742
|
class GoogleCloudDiscoveryengineV1alphaSearchRequestDataStoreSpec
|
6612
6743
|
# @private
|
6613
6744
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -7066,6 +7197,8 @@ module Google
|
|
7066
7197
|
class Representation < Google::Apis::Core::JsonRepresentation
|
7067
7198
|
collection :answer_skipped_reasons, as: 'answerSkippedReasons'
|
7068
7199
|
property :answer_text, as: 'answerText'
|
7200
|
+
collection :blob_attachments, as: 'blobAttachments', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerBlobAttachment, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerBlobAttachment::Representation
|
7201
|
+
|
7069
7202
|
collection :citations, as: 'citations', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerCitation, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerCitation::Representation
|
7070
7203
|
|
7071
7204
|
property :complete_time, as: 'completeTime'
|
@@ -7087,6 +7220,23 @@ module Google
|
|
7087
7220
|
end
|
7088
7221
|
end
|
7089
7222
|
|
7223
|
+
class GoogleCloudDiscoveryengineV1betaAnswerBlobAttachment
|
7224
|
+
# @private
|
7225
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7226
|
+
property :attribution_type, as: 'attributionType'
|
7227
|
+
property :data, as: 'data', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerBlobAttachmentBlob, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerBlobAttachmentBlob::Representation
|
7228
|
+
|
7229
|
+
end
|
7230
|
+
end
|
7231
|
+
|
7232
|
+
class GoogleCloudDiscoveryengineV1betaAnswerBlobAttachmentBlob
|
7233
|
+
# @private
|
7234
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7235
|
+
property :data, :base64 => true, as: 'data'
|
7236
|
+
property :mime_type, as: 'mimeType'
|
7237
|
+
end
|
7238
|
+
end
|
7239
|
+
|
7090
7240
|
class GoogleCloudDiscoveryengineV1betaAnswerCitation
|
7091
7241
|
# @private
|
7092
7242
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -7153,6 +7303,8 @@ module Google
|
|
7153
7303
|
property :include_citations, as: 'includeCitations'
|
7154
7304
|
property :model_spec, as: 'modelSpec', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerQueryRequestAnswerGenerationSpecModelSpec, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerQueryRequestAnswerGenerationSpecModelSpec::Representation
|
7155
7305
|
|
7306
|
+
property :multimodal_spec, as: 'multimodalSpec', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerQueryRequestAnswerGenerationSpecMultimodalSpec, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerQueryRequestAnswerGenerationSpecMultimodalSpec::Representation
|
7307
|
+
|
7156
7308
|
property :prompt_spec, as: 'promptSpec', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerQueryRequestAnswerGenerationSpecPromptSpec, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerQueryRequestAnswerGenerationSpecPromptSpec::Representation
|
7157
7309
|
|
7158
7310
|
end
|
@@ -7165,6 +7317,13 @@ module Google
|
|
7165
7317
|
end
|
7166
7318
|
end
|
7167
7319
|
|
7320
|
+
class GoogleCloudDiscoveryengineV1betaAnswerQueryRequestAnswerGenerationSpecMultimodalSpec
|
7321
|
+
# @private
|
7322
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7323
|
+
property :image_source, as: 'imageSource'
|
7324
|
+
end
|
7325
|
+
end
|
7326
|
+
|
7168
7327
|
class GoogleCloudDiscoveryengineV1betaAnswerQueryRequestAnswerGenerationSpecPromptSpec
|
7169
7328
|
# @private
|
7170
7329
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -7215,6 +7374,7 @@ module Google
|
|
7215
7374
|
class GoogleCloudDiscoveryengineV1betaAnswerQueryRequestQueryUnderstandingSpec
|
7216
7375
|
# @private
|
7217
7376
|
class Representation < Google::Apis::Core::JsonRepresentation
|
7377
|
+
property :disable_spell_correction, as: 'disableSpellCorrection'
|
7218
7378
|
property :query_classification_spec, as: 'queryClassificationSpec', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerQueryRequestQueryUnderstandingSpecQueryClassificationSpec, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerQueryRequestQueryUnderstandingSpecQueryClassificationSpec::Representation
|
7219
7379
|
|
7220
7380
|
property :query_rephraser_spec, as: 'queryRephraserSpec', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerQueryRequestQueryUnderstandingSpecQueryRephraserSpec, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerQueryRequestQueryUnderstandingSpecQueryRephraserSpec::Representation
|
@@ -7413,6 +7573,7 @@ module Google
|
|
7413
7573
|
class GoogleCloudDiscoveryengineV1betaAnswerReferenceChunkInfo
|
7414
7574
|
# @private
|
7415
7575
|
class Representation < Google::Apis::Core::JsonRepresentation
|
7576
|
+
collection :blob_attachment_indexes, as: 'blobAttachmentIndexes'
|
7416
7577
|
property :chunk, as: 'chunk'
|
7417
7578
|
property :content, as: 'content'
|
7418
7579
|
property :document_metadata, as: 'documentMetadata', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerReferenceChunkInfoDocumentMetadata, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerReferenceChunkInfoDocumentMetadata::Representation
|
@@ -7457,6 +7618,7 @@ module Google
|
|
7457
7618
|
class GoogleCloudDiscoveryengineV1betaAnswerReferenceUnstructuredDocumentInfoChunkContent
|
7458
7619
|
# @private
|
7459
7620
|
class Representation < Google::Apis::Core::JsonRepresentation
|
7621
|
+
collection :blob_attachment_indexes, as: 'blobAttachmentIndexes'
|
7460
7622
|
property :content, as: 'content'
|
7461
7623
|
property :page_identifier, as: 'pageIdentifier'
|
7462
7624
|
property :relevance_score, as: 'relevanceScore'
|
@@ -7755,6 +7917,7 @@ module Google
|
|
7755
7917
|
property :kms_key_version, as: 'kmsKeyVersion'
|
7756
7918
|
property :last_rotation_timestamp_micros, :numeric_string => true, as: 'lastRotationTimestampMicros'
|
7757
7919
|
property :name, as: 'name'
|
7920
|
+
property :notebooklm_state, as: 'notebooklmState'
|
7758
7921
|
collection :single_region_keys, as: 'singleRegionKeys', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSingleRegionKey, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSingleRegionKey::Representation
|
7759
7922
|
|
7760
7923
|
property :state, as: 'state'
|
@@ -8062,6 +8225,7 @@ module Google
|
|
8062
8225
|
class GoogleCloudDiscoveryengineV1betaDataStore
|
8063
8226
|
# @private
|
8064
8227
|
class Representation < Google::Apis::Core::JsonRepresentation
|
8228
|
+
property :acl_enabled, as: 'aclEnabled'
|
8065
8229
|
property :advanced_site_search_config, as: 'advancedSiteSearchConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAdvancedSiteSearchConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAdvancedSiteSearchConfig::Representation
|
8066
8230
|
|
8067
8231
|
property :billing_estimation, as: 'billingEstimation', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaDataStoreBillingEstimation, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaDataStoreBillingEstimation::Representation
|
@@ -8824,6 +8988,14 @@ module Google
|
|
8824
8988
|
end
|
8825
8989
|
end
|
8826
8990
|
|
8991
|
+
class GoogleCloudDiscoveryengineV1betaListCmekConfigsResponse
|
8992
|
+
# @private
|
8993
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8994
|
+
collection :cmek_configs, as: 'cmekConfigs', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaCmekConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaCmekConfig::Representation
|
8995
|
+
|
8996
|
+
end
|
8997
|
+
end
|
8998
|
+
|
8827
8999
|
class GoogleCloudDiscoveryengineV1betaListControlsResponse
|
8828
9000
|
# @private
|
8829
9001
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -9455,6 +9627,8 @@ module Google
|
|
9455
9627
|
|
9456
9628
|
collection :data_store_specs, as: 'dataStoreSpecs', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestDataStoreSpec, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestDataStoreSpec::Representation
|
9457
9629
|
|
9630
|
+
property :display_spec, as: 'displaySpec', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestDisplaySpec, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestDisplaySpec::Representation
|
9631
|
+
|
9458
9632
|
property :embedding_spec, as: 'embeddingSpec', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestEmbeddingSpec, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestEmbeddingSpec::Representation
|
9459
9633
|
|
9460
9634
|
collection :facet_specs, as: 'facetSpecs', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestFacetSpec, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestFacetSpec::Representation
|
@@ -9591,6 +9765,8 @@ module Google
|
|
9591
9765
|
|
9592
9766
|
property :model_spec, as: 'modelSpec', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpecSummarySpecModelSpec, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpecSummarySpecModelSpec::Representation
|
9593
9767
|
|
9768
|
+
property :multimodal_spec, as: 'multimodalSpec', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpecSummarySpecMultiModalSpec, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpecSummarySpecMultiModalSpec::Representation
|
9769
|
+
|
9594
9770
|
property :summary_result_count, as: 'summaryResultCount'
|
9595
9771
|
property :use_semantic_chunks, as: 'useSemanticChunks'
|
9596
9772
|
end
|
@@ -9610,6 +9786,13 @@ module Google
|
|
9610
9786
|
end
|
9611
9787
|
end
|
9612
9788
|
|
9789
|
+
class GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpecSummarySpecMultiModalSpec
|
9790
|
+
# @private
|
9791
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9792
|
+
property :image_source, as: 'imageSource'
|
9793
|
+
end
|
9794
|
+
end
|
9795
|
+
|
9613
9796
|
class GoogleCloudDiscoveryengineV1betaSearchRequestDataStoreSpec
|
9614
9797
|
# @private
|
9615
9798
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -9620,6 +9803,13 @@ module Google
|
|
9620
9803
|
end
|
9621
9804
|
end
|
9622
9805
|
|
9806
|
+
class GoogleCloudDiscoveryengineV1betaSearchRequestDisplaySpec
|
9807
|
+
# @private
|
9808
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9809
|
+
property :match_highlighting_condition, as: 'matchHighlightingCondition'
|
9810
|
+
end
|
9811
|
+
end
|
9812
|
+
|
9623
9813
|
class GoogleCloudDiscoveryengineV1betaSearchRequestEmbeddingSpec
|
9624
9814
|
# @private
|
9625
9815
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -9938,6 +10128,23 @@ module Google
|
|
9938
10128
|
end
|
9939
10129
|
end
|
9940
10130
|
|
10131
|
+
class GoogleCloudDiscoveryengineV1betaSearchResponseSummaryBlobAttachment
|
10132
|
+
# @private
|
10133
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10134
|
+
property :attribution_type, as: 'attributionType'
|
10135
|
+
property :data, as: 'data', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchResponseSummaryBlobAttachmentBlob, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchResponseSummaryBlobAttachmentBlob::Representation
|
10136
|
+
|
10137
|
+
end
|
10138
|
+
end
|
10139
|
+
|
10140
|
+
class GoogleCloudDiscoveryengineV1betaSearchResponseSummaryBlobAttachmentBlob
|
10141
|
+
# @private
|
10142
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10143
|
+
property :data, :base64 => true, as: 'data'
|
10144
|
+
property :mime_type, as: 'mimeType'
|
10145
|
+
end
|
10146
|
+
end
|
10147
|
+
|
9941
10148
|
class GoogleCloudDiscoveryengineV1betaSearchResponseSummaryCitation
|
9942
10149
|
# @private
|
9943
10150
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -9977,6 +10184,7 @@ module Google
|
|
9977
10184
|
class GoogleCloudDiscoveryengineV1betaSearchResponseSummaryReferenceChunkContent
|
9978
10185
|
# @private
|
9979
10186
|
class Representation < Google::Apis::Core::JsonRepresentation
|
10187
|
+
collection :blob_attachment_indexes, as: 'blobAttachmentIndexes'
|
9980
10188
|
property :content, as: 'content'
|
9981
10189
|
property :page_identifier, as: 'pageIdentifier'
|
9982
10190
|
end
|
@@ -9993,6 +10201,8 @@ module Google
|
|
9993
10201
|
class GoogleCloudDiscoveryengineV1betaSearchResponseSummarySummaryWithMetadata
|
9994
10202
|
# @private
|
9995
10203
|
class Representation < Google::Apis::Core::JsonRepresentation
|
10204
|
+
collection :blob_attachments, as: 'blobAttachments', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchResponseSummaryBlobAttachment, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchResponseSummaryBlobAttachment::Representation
|
10205
|
+
|
9996
10206
|
property :citation_metadata, as: 'citationMetadata', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchResponseSummaryCitationMetadata, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchResponseSummaryCitationMetadata::Representation
|
9997
10207
|
|
9998
10208
|
collection :references, as: 'references', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchResponseSummaryReference, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchResponseSummaryReference::Representation
|