google-apis-discoveryengine_v1alpha 0.68.0 → 0.70.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_v1alpha/classes.rb +836 -55
- data/lib/google/apis/discoveryengine_v1alpha/gem_version.rb +2 -2
- data/lib/google/apis/discoveryengine_v1alpha/representations.rb +402 -0
- data/lib/google/apis/discoveryengine_v1alpha/service.rb +94 -6
- 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.70.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 = "20250716"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -826,6 +826,18 @@ module Google
|
|
826
826
|
include Google::Apis::Core::JsonObjectSupport
|
827
827
|
end
|
828
828
|
|
829
|
+
class GoogleCloudDiscoveryengineV1alphaAcquireAccessTokenRequest
|
830
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
831
|
+
|
832
|
+
include Google::Apis::Core::JsonObjectSupport
|
833
|
+
end
|
834
|
+
|
835
|
+
class GoogleCloudDiscoveryengineV1alphaAcquireAccessTokenResponse
|
836
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
837
|
+
|
838
|
+
include Google::Apis::Core::JsonObjectSupport
|
839
|
+
end
|
840
|
+
|
829
841
|
class GoogleCloudDiscoveryengineV1alphaActionConfig
|
830
842
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
831
843
|
|
@@ -1216,6 +1228,84 @@ module Google
|
|
1216
1228
|
include Google::Apis::Core::JsonObjectSupport
|
1217
1229
|
end
|
1218
1230
|
|
1231
|
+
class GoogleCloudDiscoveryengineV1alphaAssistAnswer
|
1232
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1233
|
+
|
1234
|
+
include Google::Apis::Core::JsonObjectSupport
|
1235
|
+
end
|
1236
|
+
|
1237
|
+
class GoogleCloudDiscoveryengineV1alphaAssistAnswerReply
|
1238
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1239
|
+
|
1240
|
+
include Google::Apis::Core::JsonObjectSupport
|
1241
|
+
end
|
1242
|
+
|
1243
|
+
class GoogleCloudDiscoveryengineV1alphaAssistUserMetadata
|
1244
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1245
|
+
|
1246
|
+
include Google::Apis::Core::JsonObjectSupport
|
1247
|
+
end
|
1248
|
+
|
1249
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantContent
|
1250
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1251
|
+
|
1252
|
+
include Google::Apis::Core::JsonObjectSupport
|
1253
|
+
end
|
1254
|
+
|
1255
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantContentBlob
|
1256
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1257
|
+
|
1258
|
+
include Google::Apis::Core::JsonObjectSupport
|
1259
|
+
end
|
1260
|
+
|
1261
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantContentCodeExecutionResult
|
1262
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1263
|
+
|
1264
|
+
include Google::Apis::Core::JsonObjectSupport
|
1265
|
+
end
|
1266
|
+
|
1267
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantContentExecutableCode
|
1268
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1269
|
+
|
1270
|
+
include Google::Apis::Core::JsonObjectSupport
|
1271
|
+
end
|
1272
|
+
|
1273
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantContentFile
|
1274
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1275
|
+
|
1276
|
+
include Google::Apis::Core::JsonObjectSupport
|
1277
|
+
end
|
1278
|
+
|
1279
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantGroundedContent
|
1280
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1281
|
+
|
1282
|
+
include Google::Apis::Core::JsonObjectSupport
|
1283
|
+
end
|
1284
|
+
|
1285
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadata
|
1286
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1287
|
+
|
1288
|
+
include Google::Apis::Core::JsonObjectSupport
|
1289
|
+
end
|
1290
|
+
|
1291
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadataReference
|
1292
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1293
|
+
|
1294
|
+
include Google::Apis::Core::JsonObjectSupport
|
1295
|
+
end
|
1296
|
+
|
1297
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadataReferenceDocumentMetadata
|
1298
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1299
|
+
|
1300
|
+
include Google::Apis::Core::JsonObjectSupport
|
1301
|
+
end
|
1302
|
+
|
1303
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadataSegment
|
1304
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1305
|
+
|
1306
|
+
include Google::Apis::Core::JsonObjectSupport
|
1307
|
+
end
|
1308
|
+
|
1219
1309
|
class GoogleCloudDiscoveryengineV1alphaBapConfig
|
1220
1310
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1221
1311
|
|
@@ -1642,6 +1732,12 @@ module Google
|
|
1642
1732
|
include Google::Apis::Core::JsonObjectSupport
|
1643
1733
|
end
|
1644
1734
|
|
1735
|
+
class GoogleCloudDiscoveryengineV1alphaDataConnectorRealtimeSyncConfigStreamingError
|
1736
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1737
|
+
|
1738
|
+
include Google::Apis::Core::JsonObjectSupport
|
1739
|
+
end
|
1740
|
+
|
1645
1741
|
class GoogleCloudDiscoveryengineV1alphaDataConnectorSourceEntity
|
1646
1742
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1647
1743
|
|
@@ -2674,6 +2770,12 @@ module Google
|
|
2674
2770
|
include Google::Apis::Core::JsonObjectSupport
|
2675
2771
|
end
|
2676
2772
|
|
2773
|
+
class GoogleCloudDiscoveryengineV1alphaRefreshTokenInfo
|
2774
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2775
|
+
|
2776
|
+
include Google::Apis::Core::JsonObjectSupport
|
2777
|
+
end
|
2778
|
+
|
2677
2779
|
class GoogleCloudDiscoveryengineV1alphaRemoveDedicatedCrawlRateMetadata
|
2678
2780
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2679
2781
|
|
@@ -3250,6 +3352,60 @@ module Google
|
|
3250
3352
|
include Google::Apis::Core::JsonObjectSupport
|
3251
3353
|
end
|
3252
3354
|
|
3355
|
+
class GoogleCloudDiscoveryengineV1alphaStreamAssistRequest
|
3356
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3357
|
+
|
3358
|
+
include Google::Apis::Core::JsonObjectSupport
|
3359
|
+
end
|
3360
|
+
|
3361
|
+
class GoogleCloudDiscoveryengineV1alphaStreamAssistRequestGenerationSpec
|
3362
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3363
|
+
|
3364
|
+
include Google::Apis::Core::JsonObjectSupport
|
3365
|
+
end
|
3366
|
+
|
3367
|
+
class GoogleCloudDiscoveryengineV1alphaStreamAssistRequestToolsSpec
|
3368
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3369
|
+
|
3370
|
+
include Google::Apis::Core::JsonObjectSupport
|
3371
|
+
end
|
3372
|
+
|
3373
|
+
class GoogleCloudDiscoveryengineV1alphaStreamAssistRequestToolsSpecImageGenerationSpec
|
3374
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3375
|
+
|
3376
|
+
include Google::Apis::Core::JsonObjectSupport
|
3377
|
+
end
|
3378
|
+
|
3379
|
+
class GoogleCloudDiscoveryengineV1alphaStreamAssistRequestToolsSpecVertexAiSearchSpec
|
3380
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3381
|
+
|
3382
|
+
include Google::Apis::Core::JsonObjectSupport
|
3383
|
+
end
|
3384
|
+
|
3385
|
+
class GoogleCloudDiscoveryengineV1alphaStreamAssistRequestToolsSpecVideoGenerationSpec
|
3386
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3387
|
+
|
3388
|
+
include Google::Apis::Core::JsonObjectSupport
|
3389
|
+
end
|
3390
|
+
|
3391
|
+
class GoogleCloudDiscoveryengineV1alphaStreamAssistRequestToolsSpecWebGroundingSpec
|
3392
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3393
|
+
|
3394
|
+
include Google::Apis::Core::JsonObjectSupport
|
3395
|
+
end
|
3396
|
+
|
3397
|
+
class GoogleCloudDiscoveryengineV1alphaStreamAssistResponse
|
3398
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3399
|
+
|
3400
|
+
include Google::Apis::Core::JsonObjectSupport
|
3401
|
+
end
|
3402
|
+
|
3403
|
+
class GoogleCloudDiscoveryengineV1alphaStreamAssistResponseSessionInfo
|
3404
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3405
|
+
|
3406
|
+
include Google::Apis::Core::JsonObjectSupport
|
3407
|
+
end
|
3408
|
+
|
3253
3409
|
class GoogleCloudDiscoveryengineV1alphaSuggestionDenyListEntry
|
3254
3410
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3255
3411
|
|
@@ -5153,6 +5309,7 @@ module Google
|
|
5153
5309
|
class GoogleCloudDiscoveryengineV1DocumentProcessingConfigParsingConfigLayoutParsingConfig
|
5154
5310
|
# @private
|
5155
5311
|
class Representation < Google::Apis::Core::JsonRepresentation
|
5312
|
+
property :enable_get_processed_document, as: 'enableGetProcessedDocument'
|
5156
5313
|
property :enable_image_annotation, as: 'enableImageAnnotation'
|
5157
5314
|
property :enable_table_annotation, as: 'enableTableAnnotation'
|
5158
5315
|
collection :exclude_html_classes, as: 'excludeHtmlClasses'
|
@@ -5768,6 +5925,21 @@ module Google
|
|
5768
5925
|
end
|
5769
5926
|
end
|
5770
5927
|
|
5928
|
+
class GoogleCloudDiscoveryengineV1alphaAcquireAccessTokenRequest
|
5929
|
+
# @private
|
5930
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5931
|
+
end
|
5932
|
+
end
|
5933
|
+
|
5934
|
+
class GoogleCloudDiscoveryengineV1alphaAcquireAccessTokenResponse
|
5935
|
+
# @private
|
5936
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5937
|
+
property :access_token, as: 'accessToken'
|
5938
|
+
property :refresh_token_info, as: 'refreshTokenInfo', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaRefreshTokenInfo, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaRefreshTokenInfo::Representation
|
5939
|
+
|
5940
|
+
end
|
5941
|
+
end
|
5942
|
+
|
5771
5943
|
class GoogleCloudDiscoveryengineV1alphaActionConfig
|
5772
5944
|
# @private
|
5773
5945
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6442,6 +6614,131 @@ module Google
|
|
6442
6614
|
end
|
6443
6615
|
end
|
6444
6616
|
|
6617
|
+
class GoogleCloudDiscoveryengineV1alphaAssistAnswer
|
6618
|
+
# @private
|
6619
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6620
|
+
collection :assist_skipped_reasons, as: 'assistSkippedReasons'
|
6621
|
+
collection :replies, as: 'replies', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistAnswerReply, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistAnswerReply::Representation
|
6622
|
+
|
6623
|
+
property :state, as: 'state'
|
6624
|
+
end
|
6625
|
+
end
|
6626
|
+
|
6627
|
+
class GoogleCloudDiscoveryengineV1alphaAssistAnswerReply
|
6628
|
+
# @private
|
6629
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6630
|
+
property :grounded_content, as: 'groundedContent', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistantGroundedContent, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistantGroundedContent::Representation
|
6631
|
+
|
6632
|
+
end
|
6633
|
+
end
|
6634
|
+
|
6635
|
+
class GoogleCloudDiscoveryengineV1alphaAssistUserMetadata
|
6636
|
+
# @private
|
6637
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6638
|
+
property :preferred_language_code, as: 'preferredLanguageCode'
|
6639
|
+
property :time_zone, as: 'timeZone'
|
6640
|
+
end
|
6641
|
+
end
|
6642
|
+
|
6643
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantContent
|
6644
|
+
# @private
|
6645
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6646
|
+
property :code_execution_result, as: 'codeExecutionResult', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistantContentCodeExecutionResult, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistantContentCodeExecutionResult::Representation
|
6647
|
+
|
6648
|
+
property :executable_code, as: 'executableCode', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistantContentExecutableCode, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistantContentExecutableCode::Representation
|
6649
|
+
|
6650
|
+
property :file, as: 'file', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistantContentFile, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistantContentFile::Representation
|
6651
|
+
|
6652
|
+
property :inline_data, as: 'inlineData', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistantContentBlob, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistantContentBlob::Representation
|
6653
|
+
|
6654
|
+
property :role, as: 'role'
|
6655
|
+
property :text, as: 'text'
|
6656
|
+
property :thought, as: 'thought'
|
6657
|
+
end
|
6658
|
+
end
|
6659
|
+
|
6660
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantContentBlob
|
6661
|
+
# @private
|
6662
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6663
|
+
property :data, :base64 => true, as: 'data'
|
6664
|
+
property :mime_type, as: 'mimeType'
|
6665
|
+
end
|
6666
|
+
end
|
6667
|
+
|
6668
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantContentCodeExecutionResult
|
6669
|
+
# @private
|
6670
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6671
|
+
property :outcome, as: 'outcome'
|
6672
|
+
property :output, as: 'output'
|
6673
|
+
end
|
6674
|
+
end
|
6675
|
+
|
6676
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantContentExecutableCode
|
6677
|
+
# @private
|
6678
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6679
|
+
property :code, as: 'code'
|
6680
|
+
end
|
6681
|
+
end
|
6682
|
+
|
6683
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantContentFile
|
6684
|
+
# @private
|
6685
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6686
|
+
property :file_id, as: 'fileId'
|
6687
|
+
property :mime_type, as: 'mimeType'
|
6688
|
+
end
|
6689
|
+
end
|
6690
|
+
|
6691
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantGroundedContent
|
6692
|
+
# @private
|
6693
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6694
|
+
property :content, as: 'content', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistantContent, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistantContent::Representation
|
6695
|
+
|
6696
|
+
property :text_grounding_metadata, as: 'textGroundingMetadata', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadata, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadata::Representation
|
6697
|
+
|
6698
|
+
end
|
6699
|
+
end
|
6700
|
+
|
6701
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadata
|
6702
|
+
# @private
|
6703
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6704
|
+
collection :references, as: 'references', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadataReference, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadataReference::Representation
|
6705
|
+
|
6706
|
+
collection :segments, as: 'segments', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadataSegment, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadataSegment::Representation
|
6707
|
+
|
6708
|
+
end
|
6709
|
+
end
|
6710
|
+
|
6711
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadataReference
|
6712
|
+
# @private
|
6713
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6714
|
+
property :content, as: 'content'
|
6715
|
+
property :document_metadata, as: 'documentMetadata', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadataReferenceDocumentMetadata, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadataReferenceDocumentMetadata::Representation
|
6716
|
+
|
6717
|
+
end
|
6718
|
+
end
|
6719
|
+
|
6720
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadataReferenceDocumentMetadata
|
6721
|
+
# @private
|
6722
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6723
|
+
property :document, as: 'document'
|
6724
|
+
property :domain, as: 'domain'
|
6725
|
+
property :page_identifier, as: 'pageIdentifier'
|
6726
|
+
property :title, as: 'title'
|
6727
|
+
property :uri, as: 'uri'
|
6728
|
+
end
|
6729
|
+
end
|
6730
|
+
|
6731
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadataSegment
|
6732
|
+
# @private
|
6733
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6734
|
+
property :end_index, :numeric_string => true, as: 'endIndex'
|
6735
|
+
property :grounding_score, as: 'groundingScore'
|
6736
|
+
collection :reference_indices, as: 'referenceIndices'
|
6737
|
+
property :start_index, :numeric_string => true, as: 'startIndex'
|
6738
|
+
property :text, as: 'text'
|
6739
|
+
end
|
6740
|
+
end
|
6741
|
+
|
6445
6742
|
class GoogleCloudDiscoveryengineV1alphaBapConfig
|
6446
6743
|
# @private
|
6447
6744
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -7205,10 +7502,21 @@ module Google
|
|
7205
7502
|
# @private
|
7206
7503
|
class Representation < Google::Apis::Core::JsonRepresentation
|
7207
7504
|
property :realtime_sync_secret, as: 'realtimeSyncSecret'
|
7505
|
+
property :streaming_error, as: 'streamingError', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaDataConnectorRealtimeSyncConfigStreamingError, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaDataConnectorRealtimeSyncConfigStreamingError::Representation
|
7506
|
+
|
7208
7507
|
property :webhook_uri, as: 'webhookUri'
|
7209
7508
|
end
|
7210
7509
|
end
|
7211
7510
|
|
7511
|
+
class GoogleCloudDiscoveryengineV1alphaDataConnectorRealtimeSyncConfigStreamingError
|
7512
|
+
# @private
|
7513
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7514
|
+
property :error, as: 'error', class: Google::Apis::DiscoveryengineV1alpha::GoogleRpcStatus, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleRpcStatus::Representation
|
7515
|
+
|
7516
|
+
property :streaming_error_reason, as: 'streamingErrorReason'
|
7517
|
+
end
|
7518
|
+
end
|
7519
|
+
|
7212
7520
|
class GoogleCloudDiscoveryengineV1alphaDataConnectorSourceEntity
|
7213
7521
|
# @private
|
7214
7522
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -7523,6 +7831,7 @@ module Google
|
|
7523
7831
|
class GoogleCloudDiscoveryengineV1alphaDocumentProcessingConfigParsingConfigLayoutParsingConfig
|
7524
7832
|
# @private
|
7525
7833
|
class Representation < Google::Apis::Core::JsonRepresentation
|
7834
|
+
property :enable_get_processed_document, as: 'enableGetProcessedDocument'
|
7526
7835
|
property :enable_image_annotation, as: 'enableImageAnnotation'
|
7527
7836
|
property :enable_table_annotation, as: 'enableTableAnnotation'
|
7528
7837
|
collection :exclude_html_classes, as: 'excludeHtmlClasses'
|
@@ -8884,6 +9193,14 @@ module Google
|
|
8884
9193
|
end
|
8885
9194
|
end
|
8886
9195
|
|
9196
|
+
class GoogleCloudDiscoveryengineV1alphaRefreshTokenInfo
|
9197
|
+
# @private
|
9198
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9199
|
+
property :name, as: 'name'
|
9200
|
+
collection :scopes, as: 'scopes'
|
9201
|
+
end
|
9202
|
+
end
|
9203
|
+
|
8887
9204
|
class GoogleCloudDiscoveryengineV1alphaRemoveDedicatedCrawlRateMetadata
|
8888
9205
|
# @private
|
8889
9206
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -9892,6 +10209,90 @@ module Google
|
|
9892
10209
|
end
|
9893
10210
|
end
|
9894
10211
|
|
10212
|
+
class GoogleCloudDiscoveryengineV1alphaStreamAssistRequest
|
10213
|
+
# @private
|
10214
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10215
|
+
property :generation_spec, as: 'generationSpec', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaStreamAssistRequestGenerationSpec, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaStreamAssistRequestGenerationSpec::Representation
|
10216
|
+
|
10217
|
+
property :query, as: 'query', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaQuery, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaQuery::Representation
|
10218
|
+
|
10219
|
+
property :session, as: 'session'
|
10220
|
+
property :tools_spec, as: 'toolsSpec', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaStreamAssistRequestToolsSpec, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaStreamAssistRequestToolsSpec::Representation
|
10221
|
+
|
10222
|
+
property :user_metadata, as: 'userMetadata', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistUserMetadata, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistUserMetadata::Representation
|
10223
|
+
|
10224
|
+
end
|
10225
|
+
end
|
10226
|
+
|
10227
|
+
class GoogleCloudDiscoveryengineV1alphaStreamAssistRequestGenerationSpec
|
10228
|
+
# @private
|
10229
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10230
|
+
property :model_id, as: 'modelId'
|
10231
|
+
end
|
10232
|
+
end
|
10233
|
+
|
10234
|
+
class GoogleCloudDiscoveryengineV1alphaStreamAssistRequestToolsSpec
|
10235
|
+
# @private
|
10236
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10237
|
+
property :image_generation_spec, as: 'imageGenerationSpec', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaStreamAssistRequestToolsSpecImageGenerationSpec, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaStreamAssistRequestToolsSpecImageGenerationSpec::Representation
|
10238
|
+
|
10239
|
+
property :tool_registry, as: 'toolRegistry'
|
10240
|
+
property :vertex_ai_search_spec, as: 'vertexAiSearchSpec', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaStreamAssistRequestToolsSpecVertexAiSearchSpec, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaStreamAssistRequestToolsSpecVertexAiSearchSpec::Representation
|
10241
|
+
|
10242
|
+
property :video_generation_spec, as: 'videoGenerationSpec', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaStreamAssistRequestToolsSpecVideoGenerationSpec, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaStreamAssistRequestToolsSpecVideoGenerationSpec::Representation
|
10243
|
+
|
10244
|
+
property :web_grounding_spec, as: 'webGroundingSpec', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaStreamAssistRequestToolsSpecWebGroundingSpec, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaStreamAssistRequestToolsSpecWebGroundingSpec::Representation
|
10245
|
+
|
10246
|
+
end
|
10247
|
+
end
|
10248
|
+
|
10249
|
+
class GoogleCloudDiscoveryengineV1alphaStreamAssistRequestToolsSpecImageGenerationSpec
|
10250
|
+
# @private
|
10251
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10252
|
+
end
|
10253
|
+
end
|
10254
|
+
|
10255
|
+
class GoogleCloudDiscoveryengineV1alphaStreamAssistRequestToolsSpecVertexAiSearchSpec
|
10256
|
+
# @private
|
10257
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10258
|
+
collection :data_store_specs, as: 'dataStoreSpecs', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaSearchRequestDataStoreSpec, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaSearchRequestDataStoreSpec::Representation
|
10259
|
+
|
10260
|
+
property :disabled, as: 'disabled'
|
10261
|
+
property :filter, as: 'filter'
|
10262
|
+
end
|
10263
|
+
end
|
10264
|
+
|
10265
|
+
class GoogleCloudDiscoveryengineV1alphaStreamAssistRequestToolsSpecVideoGenerationSpec
|
10266
|
+
# @private
|
10267
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10268
|
+
end
|
10269
|
+
end
|
10270
|
+
|
10271
|
+
class GoogleCloudDiscoveryengineV1alphaStreamAssistRequestToolsSpecWebGroundingSpec
|
10272
|
+
# @private
|
10273
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10274
|
+
property :enabled, as: 'enabled'
|
10275
|
+
end
|
10276
|
+
end
|
10277
|
+
|
10278
|
+
class GoogleCloudDiscoveryengineV1alphaStreamAssistResponse
|
10279
|
+
# @private
|
10280
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10281
|
+
property :answer, as: 'answer', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistAnswer, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistAnswer::Representation
|
10282
|
+
|
10283
|
+
property :assist_token, as: 'assistToken'
|
10284
|
+
property :session_info, as: 'sessionInfo', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaStreamAssistResponseSessionInfo, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaStreamAssistResponseSessionInfo::Representation
|
10285
|
+
|
10286
|
+
end
|
10287
|
+
end
|
10288
|
+
|
10289
|
+
class GoogleCloudDiscoveryengineV1alphaStreamAssistResponseSessionInfo
|
10290
|
+
# @private
|
10291
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10292
|
+
property :session, as: 'session'
|
10293
|
+
end
|
10294
|
+
end
|
10295
|
+
|
9895
10296
|
class GoogleCloudDiscoveryengineV1alphaSuggestionDenyListEntry
|
9896
10297
|
# @private
|
9897
10298
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -10747,6 +11148,7 @@ module Google
|
|
10747
11148
|
class GoogleCloudDiscoveryengineV1betaDocumentProcessingConfigParsingConfigLayoutParsingConfig
|
10748
11149
|
# @private
|
10749
11150
|
class Representation < Google::Apis::Core::JsonRepresentation
|
11151
|
+
property :enable_get_processed_document, as: 'enableGetProcessedDocument'
|
10750
11152
|
property :enable_image_annotation, as: 'enableImageAnnotation'
|
10751
11153
|
property :enable_table_annotation, as: 'enableTableAnnotation'
|
10752
11154
|
collection :exclude_html_classes, as: 'excludeHtmlClasses'
|