google-apis-discoveryengine_v1beta 0.58.0 → 0.60.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 +471 -57
- data/lib/google/apis/discoveryengine_v1beta/gem_version.rb +2 -2
- data/lib/google/apis/discoveryengine_v1beta/representations.rb +171 -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.60.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 = "20250322"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -718,6 +718,18 @@ module Google
|
|
718
718
|
include Google::Apis::Core::JsonObjectSupport
|
719
719
|
end
|
720
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
|
+
|
721
733
|
class GoogleCloudDiscoveryengineV1alphaAnswerCitation
|
722
734
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
723
735
|
|
@@ -1618,6 +1630,12 @@ module Google
|
|
1618
1630
|
include Google::Apis::Core::JsonObjectSupport
|
1619
1631
|
end
|
1620
1632
|
|
1633
|
+
class GoogleCloudDiscoveryengineV1alphaSearchRequestContentSearchSpecSummarySpecMultiModalSpec
|
1634
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1635
|
+
|
1636
|
+
include Google::Apis::Core::JsonObjectSupport
|
1637
|
+
end
|
1638
|
+
|
1621
1639
|
class GoogleCloudDiscoveryengineV1alphaSearchRequestDataStoreSpec
|
1622
1640
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1623
1641
|
|
@@ -1918,6 +1936,18 @@ module Google
|
|
1918
1936
|
include Google::Apis::Core::JsonObjectSupport
|
1919
1937
|
end
|
1920
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
|
+
|
1921
1951
|
class GoogleCloudDiscoveryengineV1betaAnswerCitation
|
1922
1952
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1923
1953
|
|
@@ -1954,6 +1984,12 @@ module Google
|
|
1954
1984
|
include Google::Apis::Core::JsonObjectSupport
|
1955
1985
|
end
|
1956
1986
|
|
1987
|
+
class GoogleCloudDiscoveryengineV1betaAnswerQueryRequestAnswerGenerationSpecMultimodalSpec
|
1988
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1989
|
+
|
1990
|
+
include Google::Apis::Core::JsonObjectSupport
|
1991
|
+
end
|
1992
|
+
|
1957
1993
|
class GoogleCloudDiscoveryengineV1betaAnswerQueryRequestAnswerGenerationSpecPromptSpec
|
1958
1994
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1959
1995
|
|
@@ -2962,6 +2998,12 @@ module Google
|
|
2962
2998
|
include Google::Apis::Core::JsonObjectSupport
|
2963
2999
|
end
|
2964
3000
|
|
3001
|
+
class GoogleCloudDiscoveryengineV1betaListCmekConfigsResponse
|
3002
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3003
|
+
|
3004
|
+
include Google::Apis::Core::JsonObjectSupport
|
3005
|
+
end
|
3006
|
+
|
2965
3007
|
class GoogleCloudDiscoveryengineV1betaListControlsResponse
|
2966
3008
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2967
3009
|
|
@@ -3436,6 +3478,12 @@ module Google
|
|
3436
3478
|
include Google::Apis::Core::JsonObjectSupport
|
3437
3479
|
end
|
3438
3480
|
|
3481
|
+
class GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpecSummarySpecMultiModalSpec
|
3482
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3483
|
+
|
3484
|
+
include Google::Apis::Core::JsonObjectSupport
|
3485
|
+
end
|
3486
|
+
|
3439
3487
|
class GoogleCloudDiscoveryengineV1betaSearchRequestDataStoreSpec
|
3440
3488
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3441
3489
|
|
@@ -3640,6 +3688,18 @@ module Google
|
|
3640
3688
|
include Google::Apis::Core::JsonObjectSupport
|
3641
3689
|
end
|
3642
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
|
+
|
3643
3703
|
class GoogleCloudDiscoveryengineV1betaSearchResponseSummaryCitation
|
3644
3704
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3645
3705
|
|
@@ -4149,6 +4209,7 @@ module Google
|
|
4149
4209
|
property :kms_key_version, as: 'kmsKeyVersion'
|
4150
4210
|
property :last_rotation_timestamp_micros, :numeric_string => true, as: 'lastRotationTimestampMicros'
|
4151
4211
|
property :name, as: 'name'
|
4212
|
+
property :notebooklm_state, as: 'notebooklmState'
|
4152
4213
|
collection :single_region_keys, as: 'singleRegionKeys', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1SingleRegionKey, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1SingleRegionKey::Representation
|
4153
4214
|
|
4154
4215
|
property :state, as: 'state'
|
@@ -4310,6 +4371,7 @@ module Google
|
|
4310
4371
|
class GoogleCloudDiscoveryengineV1DataStore
|
4311
4372
|
# @private
|
4312
4373
|
class Representation < Google::Apis::Core::JsonRepresentation
|
4374
|
+
property :acl_enabled, as: 'aclEnabled'
|
4313
4375
|
property :advanced_site_search_config, as: 'advancedSiteSearchConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1AdvancedSiteSearchConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1AdvancedSiteSearchConfig::Representation
|
4314
4376
|
|
4315
4377
|
property :billing_estimation, as: 'billingEstimation', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1DataStoreBillingEstimation, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1DataStoreBillingEstimation::Representation
|
@@ -4478,6 +4540,8 @@ module Google
|
|
4478
4540
|
class GoogleCloudDiscoveryengineV1DocumentProcessingConfigParsingConfigLayoutParsingConfig
|
4479
4541
|
# @private
|
4480
4542
|
class Representation < Google::Apis::Core::JsonRepresentation
|
4543
|
+
property :enable_image_annotation, as: 'enableImageAnnotation'
|
4544
|
+
property :enable_table_annotation, as: 'enableTableAnnotation'
|
4481
4545
|
end
|
4482
4546
|
end
|
4483
4547
|
|
@@ -5028,6 +5092,7 @@ module Google
|
|
5028
5092
|
class Representation < Google::Apis::Core::JsonRepresentation
|
5029
5093
|
hash :action_params, as: 'actionParams'
|
5030
5094
|
property :is_action_configured, as: 'isActionConfigured'
|
5095
|
+
property :service_name, as: 'serviceName'
|
5031
5096
|
end
|
5032
5097
|
end
|
5033
5098
|
|
@@ -5061,6 +5126,8 @@ module Google
|
|
5061
5126
|
class Representation < Google::Apis::Core::JsonRepresentation
|
5062
5127
|
collection :answer_skipped_reasons, as: 'answerSkippedReasons'
|
5063
5128
|
property :answer_text, as: 'answerText'
|
5129
|
+
collection :blob_attachments, as: 'blobAttachments', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAnswerBlobAttachment, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAnswerBlobAttachment::Representation
|
5130
|
+
|
5064
5131
|
collection :citations, as: 'citations', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAnswerCitation, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAnswerCitation::Representation
|
5065
5132
|
|
5066
5133
|
property :complete_time, as: 'completeTime'
|
@@ -5082,6 +5149,23 @@ module Google
|
|
5082
5149
|
end
|
5083
5150
|
end
|
5084
5151
|
|
5152
|
+
class GoogleCloudDiscoveryengineV1alphaAnswerBlobAttachment
|
5153
|
+
# @private
|
5154
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5155
|
+
property :attribution_type, as: 'attributionType'
|
5156
|
+
property :data, as: 'data', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAnswerBlobAttachmentBlob, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAnswerBlobAttachmentBlob::Representation
|
5157
|
+
|
5158
|
+
end
|
5159
|
+
end
|
5160
|
+
|
5161
|
+
class GoogleCloudDiscoveryengineV1alphaAnswerBlobAttachmentBlob
|
5162
|
+
# @private
|
5163
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5164
|
+
property :data, :base64 => true, as: 'data'
|
5165
|
+
property :mime_type, as: 'mimeType'
|
5166
|
+
end
|
5167
|
+
end
|
5168
|
+
|
5085
5169
|
class GoogleCloudDiscoveryengineV1alphaAnswerCitation
|
5086
5170
|
# @private
|
5087
5171
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5142,6 +5226,7 @@ module Google
|
|
5142
5226
|
class GoogleCloudDiscoveryengineV1alphaAnswerReferenceChunkInfo
|
5143
5227
|
# @private
|
5144
5228
|
class Representation < Google::Apis::Core::JsonRepresentation
|
5229
|
+
collection :blob_attachment_indexes, as: 'blobAttachmentIndexes'
|
5145
5230
|
property :chunk, as: 'chunk'
|
5146
5231
|
property :content, as: 'content'
|
5147
5232
|
property :document_metadata, as: 'documentMetadata', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAnswerReferenceChunkInfoDocumentMetadata, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAnswerReferenceChunkInfoDocumentMetadata::Representation
|
@@ -5186,6 +5271,7 @@ module Google
|
|
5186
5271
|
class GoogleCloudDiscoveryengineV1alphaAnswerReferenceUnstructuredDocumentInfoChunkContent
|
5187
5272
|
# @private
|
5188
5273
|
class Representation < Google::Apis::Core::JsonRepresentation
|
5274
|
+
collection :blob_attachment_indexes, as: 'blobAttachmentIndexes'
|
5189
5275
|
property :content, as: 'content'
|
5190
5276
|
property :page_identifier, as: 'pageIdentifier'
|
5191
5277
|
property :relevance_score, as: 'relevanceScore'
|
@@ -5290,6 +5376,7 @@ module Google
|
|
5290
5376
|
property :kms_key_version, as: 'kmsKeyVersion'
|
5291
5377
|
property :last_rotation_timestamp_micros, :numeric_string => true, as: 'lastRotationTimestampMicros'
|
5292
5378
|
property :name, as: 'name'
|
5379
|
+
property :notebooklm_state, as: 'notebooklmState'
|
5293
5380
|
collection :single_region_keys, as: 'singleRegionKeys', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaSingleRegionKey, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaSingleRegionKey::Representation
|
5294
5381
|
|
5295
5382
|
property :state, as: 'state'
|
@@ -5806,6 +5893,8 @@ module Google
|
|
5806
5893
|
class GoogleCloudDiscoveryengineV1alphaDocumentProcessingConfigParsingConfigLayoutParsingConfig
|
5807
5894
|
# @private
|
5808
5895
|
class Representation < Google::Apis::Core::JsonRepresentation
|
5896
|
+
property :enable_image_annotation, as: 'enableImageAnnotation'
|
5897
|
+
property :enable_table_annotation, as: 'enableTableAnnotation'
|
5809
5898
|
end
|
5810
5899
|
end
|
5811
5900
|
|
@@ -6626,6 +6715,8 @@ module Google
|
|
6626
6715
|
|
6627
6716
|
property :model_spec, as: 'modelSpec', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaSearchRequestContentSearchSpecSummarySpecModelSpec, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaSearchRequestContentSearchSpecSummarySpecModelSpec::Representation
|
6628
6717
|
|
6718
|
+
property :multimodal_spec, as: 'multimodalSpec', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaSearchRequestContentSearchSpecSummarySpecMultiModalSpec, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaSearchRequestContentSearchSpecSummarySpecMultiModalSpec::Representation
|
6719
|
+
|
6629
6720
|
property :summary_result_count, as: 'summaryResultCount'
|
6630
6721
|
property :use_semantic_chunks, as: 'useSemanticChunks'
|
6631
6722
|
end
|
@@ -6645,6 +6736,13 @@ module Google
|
|
6645
6736
|
end
|
6646
6737
|
end
|
6647
6738
|
|
6739
|
+
class GoogleCloudDiscoveryengineV1alphaSearchRequestContentSearchSpecSummarySpecMultiModalSpec
|
6740
|
+
# @private
|
6741
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6742
|
+
property :image_source, as: 'imageSource'
|
6743
|
+
end
|
6744
|
+
end
|
6745
|
+
|
6648
6746
|
class GoogleCloudDiscoveryengineV1alphaSearchRequestDataStoreSpec
|
6649
6747
|
# @private
|
6650
6748
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6960,6 +7058,7 @@ module Google
|
|
6960
7058
|
class GoogleCloudDiscoveryengineV1alphaUserInfo
|
6961
7059
|
# @private
|
6962
7060
|
class Representation < Google::Apis::Core::JsonRepresentation
|
7061
|
+
property :time_zone, as: 'timeZone'
|
6963
7062
|
property :user_agent, as: 'userAgent'
|
6964
7063
|
property :user_id, as: 'userId'
|
6965
7064
|
end
|
@@ -7103,6 +7202,8 @@ module Google
|
|
7103
7202
|
class Representation < Google::Apis::Core::JsonRepresentation
|
7104
7203
|
collection :answer_skipped_reasons, as: 'answerSkippedReasons'
|
7105
7204
|
property :answer_text, as: 'answerText'
|
7205
|
+
collection :blob_attachments, as: 'blobAttachments', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerBlobAttachment, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerBlobAttachment::Representation
|
7206
|
+
|
7106
7207
|
collection :citations, as: 'citations', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerCitation, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerCitation::Representation
|
7107
7208
|
|
7108
7209
|
property :complete_time, as: 'completeTime'
|
@@ -7124,6 +7225,23 @@ module Google
|
|
7124
7225
|
end
|
7125
7226
|
end
|
7126
7227
|
|
7228
|
+
class GoogleCloudDiscoveryengineV1betaAnswerBlobAttachment
|
7229
|
+
# @private
|
7230
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7231
|
+
property :attribution_type, as: 'attributionType'
|
7232
|
+
property :data, as: 'data', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerBlobAttachmentBlob, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerBlobAttachmentBlob::Representation
|
7233
|
+
|
7234
|
+
end
|
7235
|
+
end
|
7236
|
+
|
7237
|
+
class GoogleCloudDiscoveryengineV1betaAnswerBlobAttachmentBlob
|
7238
|
+
# @private
|
7239
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7240
|
+
property :data, :base64 => true, as: 'data'
|
7241
|
+
property :mime_type, as: 'mimeType'
|
7242
|
+
end
|
7243
|
+
end
|
7244
|
+
|
7127
7245
|
class GoogleCloudDiscoveryengineV1betaAnswerCitation
|
7128
7246
|
# @private
|
7129
7247
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -7190,6 +7308,8 @@ module Google
|
|
7190
7308
|
property :include_citations, as: 'includeCitations'
|
7191
7309
|
property :model_spec, as: 'modelSpec', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerQueryRequestAnswerGenerationSpecModelSpec, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerQueryRequestAnswerGenerationSpecModelSpec::Representation
|
7192
7310
|
|
7311
|
+
property :multimodal_spec, as: 'multimodalSpec', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerQueryRequestAnswerGenerationSpecMultimodalSpec, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerQueryRequestAnswerGenerationSpecMultimodalSpec::Representation
|
7312
|
+
|
7193
7313
|
property :prompt_spec, as: 'promptSpec', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerQueryRequestAnswerGenerationSpecPromptSpec, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerQueryRequestAnswerGenerationSpecPromptSpec::Representation
|
7194
7314
|
|
7195
7315
|
end
|
@@ -7202,6 +7322,13 @@ module Google
|
|
7202
7322
|
end
|
7203
7323
|
end
|
7204
7324
|
|
7325
|
+
class GoogleCloudDiscoveryengineV1betaAnswerQueryRequestAnswerGenerationSpecMultimodalSpec
|
7326
|
+
# @private
|
7327
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7328
|
+
property :image_source, as: 'imageSource'
|
7329
|
+
end
|
7330
|
+
end
|
7331
|
+
|
7205
7332
|
class GoogleCloudDiscoveryengineV1betaAnswerQueryRequestAnswerGenerationSpecPromptSpec
|
7206
7333
|
# @private
|
7207
7334
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -7451,6 +7578,7 @@ module Google
|
|
7451
7578
|
class GoogleCloudDiscoveryengineV1betaAnswerReferenceChunkInfo
|
7452
7579
|
# @private
|
7453
7580
|
class Representation < Google::Apis::Core::JsonRepresentation
|
7581
|
+
collection :blob_attachment_indexes, as: 'blobAttachmentIndexes'
|
7454
7582
|
property :chunk, as: 'chunk'
|
7455
7583
|
property :content, as: 'content'
|
7456
7584
|
property :document_metadata, as: 'documentMetadata', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerReferenceChunkInfoDocumentMetadata, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerReferenceChunkInfoDocumentMetadata::Representation
|
@@ -7495,6 +7623,7 @@ module Google
|
|
7495
7623
|
class GoogleCloudDiscoveryengineV1betaAnswerReferenceUnstructuredDocumentInfoChunkContent
|
7496
7624
|
# @private
|
7497
7625
|
class Representation < Google::Apis::Core::JsonRepresentation
|
7626
|
+
collection :blob_attachment_indexes, as: 'blobAttachmentIndexes'
|
7498
7627
|
property :content, as: 'content'
|
7499
7628
|
property :page_identifier, as: 'pageIdentifier'
|
7500
7629
|
property :relevance_score, as: 'relevanceScore'
|
@@ -7793,6 +7922,7 @@ module Google
|
|
7793
7922
|
property :kms_key_version, as: 'kmsKeyVersion'
|
7794
7923
|
property :last_rotation_timestamp_micros, :numeric_string => true, as: 'lastRotationTimestampMicros'
|
7795
7924
|
property :name, as: 'name'
|
7925
|
+
property :notebooklm_state, as: 'notebooklmState'
|
7796
7926
|
collection :single_region_keys, as: 'singleRegionKeys', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSingleRegionKey, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSingleRegionKey::Representation
|
7797
7927
|
|
7798
7928
|
property :state, as: 'state'
|
@@ -8100,6 +8230,7 @@ module Google
|
|
8100
8230
|
class GoogleCloudDiscoveryengineV1betaDataStore
|
8101
8231
|
# @private
|
8102
8232
|
class Representation < Google::Apis::Core::JsonRepresentation
|
8233
|
+
property :acl_enabled, as: 'aclEnabled'
|
8103
8234
|
property :advanced_site_search_config, as: 'advancedSiteSearchConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAdvancedSiteSearchConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAdvancedSiteSearchConfig::Representation
|
8104
8235
|
|
8105
8236
|
property :billing_estimation, as: 'billingEstimation', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaDataStoreBillingEstimation, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaDataStoreBillingEstimation::Representation
|
@@ -8334,6 +8465,8 @@ module Google
|
|
8334
8465
|
class GoogleCloudDiscoveryengineV1betaDocumentProcessingConfigParsingConfigLayoutParsingConfig
|
8335
8466
|
# @private
|
8336
8467
|
class Representation < Google::Apis::Core::JsonRepresentation
|
8468
|
+
property :enable_image_annotation, as: 'enableImageAnnotation'
|
8469
|
+
property :enable_table_annotation, as: 'enableTableAnnotation'
|
8337
8470
|
end
|
8338
8471
|
end
|
8339
8472
|
|
@@ -8862,6 +8995,14 @@ module Google
|
|
8862
8995
|
end
|
8863
8996
|
end
|
8864
8997
|
|
8998
|
+
class GoogleCloudDiscoveryengineV1betaListCmekConfigsResponse
|
8999
|
+
# @private
|
9000
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9001
|
+
collection :cmek_configs, as: 'cmekConfigs', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaCmekConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaCmekConfig::Representation
|
9002
|
+
|
9003
|
+
end
|
9004
|
+
end
|
9005
|
+
|
8865
9006
|
class GoogleCloudDiscoveryengineV1betaListControlsResponse
|
8866
9007
|
# @private
|
8867
9008
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -9631,6 +9772,8 @@ module Google
|
|
9631
9772
|
|
9632
9773
|
property :model_spec, as: 'modelSpec', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpecSummarySpecModelSpec, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpecSummarySpecModelSpec::Representation
|
9633
9774
|
|
9775
|
+
property :multimodal_spec, as: 'multimodalSpec', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpecSummarySpecMultiModalSpec, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpecSummarySpecMultiModalSpec::Representation
|
9776
|
+
|
9634
9777
|
property :summary_result_count, as: 'summaryResultCount'
|
9635
9778
|
property :use_semantic_chunks, as: 'useSemanticChunks'
|
9636
9779
|
end
|
@@ -9650,6 +9793,13 @@ module Google
|
|
9650
9793
|
end
|
9651
9794
|
end
|
9652
9795
|
|
9796
|
+
class GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpecSummarySpecMultiModalSpec
|
9797
|
+
# @private
|
9798
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9799
|
+
property :image_source, as: 'imageSource'
|
9800
|
+
end
|
9801
|
+
end
|
9802
|
+
|
9653
9803
|
class GoogleCloudDiscoveryengineV1betaSearchRequestDataStoreSpec
|
9654
9804
|
# @private
|
9655
9805
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -9985,6 +10135,23 @@ module Google
|
|
9985
10135
|
end
|
9986
10136
|
end
|
9987
10137
|
|
10138
|
+
class GoogleCloudDiscoveryengineV1betaSearchResponseSummaryBlobAttachment
|
10139
|
+
# @private
|
10140
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10141
|
+
property :attribution_type, as: 'attributionType'
|
10142
|
+
property :data, as: 'data', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchResponseSummaryBlobAttachmentBlob, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchResponseSummaryBlobAttachmentBlob::Representation
|
10143
|
+
|
10144
|
+
end
|
10145
|
+
end
|
10146
|
+
|
10147
|
+
class GoogleCloudDiscoveryengineV1betaSearchResponseSummaryBlobAttachmentBlob
|
10148
|
+
# @private
|
10149
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10150
|
+
property :data, :base64 => true, as: 'data'
|
10151
|
+
property :mime_type, as: 'mimeType'
|
10152
|
+
end
|
10153
|
+
end
|
10154
|
+
|
9988
10155
|
class GoogleCloudDiscoveryengineV1betaSearchResponseSummaryCitation
|
9989
10156
|
# @private
|
9990
10157
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -10024,6 +10191,7 @@ module Google
|
|
10024
10191
|
class GoogleCloudDiscoveryengineV1betaSearchResponseSummaryReferenceChunkContent
|
10025
10192
|
# @private
|
10026
10193
|
class Representation < Google::Apis::Core::JsonRepresentation
|
10194
|
+
collection :blob_attachment_indexes, as: 'blobAttachmentIndexes'
|
10027
10195
|
property :content, as: 'content'
|
10028
10196
|
property :page_identifier, as: 'pageIdentifier'
|
10029
10197
|
end
|
@@ -10040,6 +10208,8 @@ module Google
|
|
10040
10208
|
class GoogleCloudDiscoveryengineV1betaSearchResponseSummarySummaryWithMetadata
|
10041
10209
|
# @private
|
10042
10210
|
class Representation < Google::Apis::Core::JsonRepresentation
|
10211
|
+
collection :blob_attachments, as: 'blobAttachments', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchResponseSummaryBlobAttachment, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchResponseSummaryBlobAttachment::Representation
|
10212
|
+
|
10043
10213
|
property :citation_metadata, as: 'citationMetadata', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchResponseSummaryCitationMetadata, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchResponseSummaryCitationMetadata::Representation
|
10044
10214
|
|
10045
10215
|
collection :references, as: 'references', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchResponseSummaryReference, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchResponseSummaryReference::Representation
|
@@ -10374,6 +10544,7 @@ module Google
|
|
10374
10544
|
class GoogleCloudDiscoveryengineV1betaUserInfo
|
10375
10545
|
# @private
|
10376
10546
|
class Representation < Google::Apis::Core::JsonRepresentation
|
10547
|
+
property :time_zone, as: 'timeZone'
|
10377
10548
|
property :user_agent, as: 'userAgent'
|
10378
10549
|
property :user_id, as: 'userId'
|
10379
10550
|
end
|