google-apis-discoveryengine_v1 0.45.0 → 0.47.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/discoveryengine_v1/classes.rb +1001 -40
- data/lib/google/apis/discoveryengine_v1/gem_version.rb +2 -2
- data/lib/google/apis/discoveryengine_v1/representations.rb +369 -3
- data/lib/google/apis/discoveryengine_v1/service.rb +133 -9
- metadata +2 -2
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DiscoveryengineV1
|
18
18
|
# Version of the google-apis-discoveryengine_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.47.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 = "20250803"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -22,6 +22,72 @@ module Google
|
|
22
22
|
module Apis
|
23
23
|
module DiscoveryengineV1
|
24
24
|
|
25
|
+
class GdataBlobstore2Info
|
26
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
27
|
+
|
28
|
+
include Google::Apis::Core::JsonObjectSupport
|
29
|
+
end
|
30
|
+
|
31
|
+
class GdataCompositeMedia
|
32
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
33
|
+
|
34
|
+
include Google::Apis::Core::JsonObjectSupport
|
35
|
+
end
|
36
|
+
|
37
|
+
class GdataContentTypeInfo
|
38
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
39
|
+
|
40
|
+
include Google::Apis::Core::JsonObjectSupport
|
41
|
+
end
|
42
|
+
|
43
|
+
class GdataDiffChecksumsResponse
|
44
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
45
|
+
|
46
|
+
include Google::Apis::Core::JsonObjectSupport
|
47
|
+
end
|
48
|
+
|
49
|
+
class GdataDiffDownloadResponse
|
50
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
51
|
+
|
52
|
+
include Google::Apis::Core::JsonObjectSupport
|
53
|
+
end
|
54
|
+
|
55
|
+
class GdataDiffUploadRequest
|
56
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
57
|
+
|
58
|
+
include Google::Apis::Core::JsonObjectSupport
|
59
|
+
end
|
60
|
+
|
61
|
+
class GdataDiffUploadResponse
|
62
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
63
|
+
|
64
|
+
include Google::Apis::Core::JsonObjectSupport
|
65
|
+
end
|
66
|
+
|
67
|
+
class GdataDiffVersionResponse
|
68
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
69
|
+
|
70
|
+
include Google::Apis::Core::JsonObjectSupport
|
71
|
+
end
|
72
|
+
|
73
|
+
class GdataDownloadParameters
|
74
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
75
|
+
|
76
|
+
include Google::Apis::Core::JsonObjectSupport
|
77
|
+
end
|
78
|
+
|
79
|
+
class GdataMedia
|
80
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
81
|
+
|
82
|
+
include Google::Apis::Core::JsonObjectSupport
|
83
|
+
end
|
84
|
+
|
85
|
+
class GdataObjectId
|
86
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
87
|
+
|
88
|
+
include Google::Apis::Core::JsonObjectSupport
|
89
|
+
end
|
90
|
+
|
25
91
|
class GoogleApiDistribution
|
26
92
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
27
93
|
|
@@ -502,6 +568,12 @@ module Google
|
|
502
568
|
include Google::Apis::Core::JsonObjectSupport
|
503
569
|
end
|
504
570
|
|
571
|
+
class GoogleCloudDiscoveryengineV1Assistant
|
572
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
573
|
+
|
574
|
+
include Google::Apis::Core::JsonObjectSupport
|
575
|
+
end
|
576
|
+
|
505
577
|
class GoogleCloudDiscoveryengineV1AssistantContent
|
506
578
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
507
579
|
|
@@ -532,6 +604,30 @@ module Google
|
|
532
604
|
include Google::Apis::Core::JsonObjectSupport
|
533
605
|
end
|
534
606
|
|
607
|
+
class GoogleCloudDiscoveryengineV1AssistantCustomerPolicy
|
608
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
609
|
+
|
610
|
+
include Google::Apis::Core::JsonObjectSupport
|
611
|
+
end
|
612
|
+
|
613
|
+
class GoogleCloudDiscoveryengineV1AssistantCustomerPolicyBannedPhrase
|
614
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
615
|
+
|
616
|
+
include Google::Apis::Core::JsonObjectSupport
|
617
|
+
end
|
618
|
+
|
619
|
+
class GoogleCloudDiscoveryengineV1AssistantGenerationConfig
|
620
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
621
|
+
|
622
|
+
include Google::Apis::Core::JsonObjectSupport
|
623
|
+
end
|
624
|
+
|
625
|
+
class GoogleCloudDiscoveryengineV1AssistantGenerationConfigSystemInstruction
|
626
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
627
|
+
|
628
|
+
include Google::Apis::Core::JsonObjectSupport
|
629
|
+
end
|
630
|
+
|
535
631
|
class GoogleCloudDiscoveryengineV1AssistantGroundedContent
|
536
632
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
537
633
|
|
@@ -562,6 +658,18 @@ module Google
|
|
562
658
|
include Google::Apis::Core::JsonObjectSupport
|
563
659
|
end
|
564
660
|
|
661
|
+
class GoogleCloudDiscoveryengineV1AssistantToolInfo
|
662
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
663
|
+
|
664
|
+
include Google::Apis::Core::JsonObjectSupport
|
665
|
+
end
|
666
|
+
|
667
|
+
class GoogleCloudDiscoveryengineV1AssistantToolList
|
668
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
669
|
+
|
670
|
+
include Google::Apis::Core::JsonObjectSupport
|
671
|
+
end
|
672
|
+
|
565
673
|
class GoogleCloudDiscoveryengineV1BatchCreateTargetSiteMetadata
|
566
674
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
567
675
|
|
@@ -1474,6 +1582,12 @@ module Google
|
|
1474
1582
|
include Google::Apis::Core::JsonObjectSupport
|
1475
1583
|
end
|
1476
1584
|
|
1585
|
+
class GoogleCloudDiscoveryengineV1ProvisionProjectRequestSaasParams
|
1586
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1587
|
+
|
1588
|
+
include Google::Apis::Core::JsonObjectSupport
|
1589
|
+
end
|
1590
|
+
|
1477
1591
|
class GoogleCloudDiscoveryengineV1PurgeCompletionSuggestionsMetadata
|
1478
1592
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1479
1593
|
|
@@ -2692,6 +2806,18 @@ module Google
|
|
2692
2806
|
include Google::Apis::Core::JsonObjectSupport
|
2693
2807
|
end
|
2694
2808
|
|
2809
|
+
class GoogleCloudDiscoveryengineV1alphaExportMetricsMetadata
|
2810
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2811
|
+
|
2812
|
+
include Google::Apis::Core::JsonObjectSupport
|
2813
|
+
end
|
2814
|
+
|
2815
|
+
class GoogleCloudDiscoveryengineV1alphaExportMetricsResponse
|
2816
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2817
|
+
|
2818
|
+
include Google::Apis::Core::JsonObjectSupport
|
2819
|
+
end
|
2820
|
+
|
2695
2821
|
class GoogleCloudDiscoveryengineV1alphaFieldConfig
|
2696
2822
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2697
2823
|
|
@@ -4192,6 +4318,159 @@ module Google
|
|
4192
4318
|
include Google::Apis::Core::JsonObjectSupport
|
4193
4319
|
end
|
4194
4320
|
|
4321
|
+
class GdataBlobstore2Info
|
4322
|
+
# @private
|
4323
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4324
|
+
property :blob_generation, :numeric_string => true, as: 'blobGeneration'
|
4325
|
+
property :blob_id, as: 'blobId'
|
4326
|
+
property :download_read_handle, :base64 => true, as: 'downloadReadHandle'
|
4327
|
+
property :read_token, as: 'readToken'
|
4328
|
+
property :upload_metadata_container, :base64 => true, as: 'uploadMetadataContainer'
|
4329
|
+
end
|
4330
|
+
end
|
4331
|
+
|
4332
|
+
class GdataCompositeMedia
|
4333
|
+
# @private
|
4334
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4335
|
+
property :blob_ref, :base64 => true, as: 'blobRef'
|
4336
|
+
property :blobstore2_info, as: 'blobstore2Info', class: Google::Apis::DiscoveryengineV1::GdataBlobstore2Info, decorator: Google::Apis::DiscoveryengineV1::GdataBlobstore2Info::Representation
|
4337
|
+
|
4338
|
+
property :cosmo_binary_reference, :base64 => true, as: 'cosmoBinaryReference'
|
4339
|
+
property :crc32c_hash, as: 'crc32cHash'
|
4340
|
+
property :inline, :base64 => true, as: 'inline'
|
4341
|
+
property :length, :numeric_string => true, as: 'length'
|
4342
|
+
property :md5_hash, :base64 => true, as: 'md5Hash'
|
4343
|
+
property :object_id_prop, as: 'objectId', class: Google::Apis::DiscoveryengineV1::GdataObjectId, decorator: Google::Apis::DiscoveryengineV1::GdataObjectId::Representation
|
4344
|
+
|
4345
|
+
property :path, as: 'path'
|
4346
|
+
property :reference_type, as: 'referenceType'
|
4347
|
+
property :sha1_hash, :base64 => true, as: 'sha1Hash'
|
4348
|
+
end
|
4349
|
+
end
|
4350
|
+
|
4351
|
+
class GdataContentTypeInfo
|
4352
|
+
# @private
|
4353
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4354
|
+
property :best_guess, as: 'bestGuess'
|
4355
|
+
property :from_bytes, as: 'fromBytes'
|
4356
|
+
property :from_file_name, as: 'fromFileName'
|
4357
|
+
property :from_header, as: 'fromHeader'
|
4358
|
+
property :from_url_path, as: 'fromUrlPath'
|
4359
|
+
end
|
4360
|
+
end
|
4361
|
+
|
4362
|
+
class GdataDiffChecksumsResponse
|
4363
|
+
# @private
|
4364
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4365
|
+
property :checksums_location, as: 'checksumsLocation', class: Google::Apis::DiscoveryengineV1::GdataCompositeMedia, decorator: Google::Apis::DiscoveryengineV1::GdataCompositeMedia::Representation
|
4366
|
+
|
4367
|
+
property :chunk_size_bytes, :numeric_string => true, as: 'chunkSizeBytes'
|
4368
|
+
property :object_location, as: 'objectLocation', class: Google::Apis::DiscoveryengineV1::GdataCompositeMedia, decorator: Google::Apis::DiscoveryengineV1::GdataCompositeMedia::Representation
|
4369
|
+
|
4370
|
+
property :object_size_bytes, :numeric_string => true, as: 'objectSizeBytes'
|
4371
|
+
property :object_version, as: 'objectVersion'
|
4372
|
+
end
|
4373
|
+
end
|
4374
|
+
|
4375
|
+
class GdataDiffDownloadResponse
|
4376
|
+
# @private
|
4377
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4378
|
+
property :object_location, as: 'objectLocation', class: Google::Apis::DiscoveryengineV1::GdataCompositeMedia, decorator: Google::Apis::DiscoveryengineV1::GdataCompositeMedia::Representation
|
4379
|
+
|
4380
|
+
end
|
4381
|
+
end
|
4382
|
+
|
4383
|
+
class GdataDiffUploadRequest
|
4384
|
+
# @private
|
4385
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4386
|
+
property :checksums_info, as: 'checksumsInfo', class: Google::Apis::DiscoveryengineV1::GdataCompositeMedia, decorator: Google::Apis::DiscoveryengineV1::GdataCompositeMedia::Representation
|
4387
|
+
|
4388
|
+
property :object_info, as: 'objectInfo', class: Google::Apis::DiscoveryengineV1::GdataCompositeMedia, decorator: Google::Apis::DiscoveryengineV1::GdataCompositeMedia::Representation
|
4389
|
+
|
4390
|
+
property :object_version, as: 'objectVersion'
|
4391
|
+
end
|
4392
|
+
end
|
4393
|
+
|
4394
|
+
class GdataDiffUploadResponse
|
4395
|
+
# @private
|
4396
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4397
|
+
property :object_version, as: 'objectVersion'
|
4398
|
+
property :original_object, as: 'originalObject', class: Google::Apis::DiscoveryengineV1::GdataCompositeMedia, decorator: Google::Apis::DiscoveryengineV1::GdataCompositeMedia::Representation
|
4399
|
+
|
4400
|
+
end
|
4401
|
+
end
|
4402
|
+
|
4403
|
+
class GdataDiffVersionResponse
|
4404
|
+
# @private
|
4405
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4406
|
+
property :object_size_bytes, :numeric_string => true, as: 'objectSizeBytes'
|
4407
|
+
property :object_version, as: 'objectVersion'
|
4408
|
+
end
|
4409
|
+
end
|
4410
|
+
|
4411
|
+
class GdataDownloadParameters
|
4412
|
+
# @private
|
4413
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4414
|
+
property :allow_gzip_compression, as: 'allowGzipCompression'
|
4415
|
+
property :ignore_range, as: 'ignoreRange'
|
4416
|
+
end
|
4417
|
+
end
|
4418
|
+
|
4419
|
+
class GdataMedia
|
4420
|
+
# @private
|
4421
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4422
|
+
property :algorithm, as: 'algorithm'
|
4423
|
+
property :bigstore_object_ref, :base64 => true, as: 'bigstoreObjectRef'
|
4424
|
+
property :blob_ref, :base64 => true, as: 'blobRef'
|
4425
|
+
property :blobstore2_info, as: 'blobstore2Info', class: Google::Apis::DiscoveryengineV1::GdataBlobstore2Info, decorator: Google::Apis::DiscoveryengineV1::GdataBlobstore2Info::Representation
|
4426
|
+
|
4427
|
+
collection :composite_media, as: 'compositeMedia', class: Google::Apis::DiscoveryengineV1::GdataCompositeMedia, decorator: Google::Apis::DiscoveryengineV1::GdataCompositeMedia::Representation
|
4428
|
+
|
4429
|
+
property :content_type, as: 'contentType'
|
4430
|
+
property :content_type_info, as: 'contentTypeInfo', class: Google::Apis::DiscoveryengineV1::GdataContentTypeInfo, decorator: Google::Apis::DiscoveryengineV1::GdataContentTypeInfo::Representation
|
4431
|
+
|
4432
|
+
property :cosmo_binary_reference, :base64 => true, as: 'cosmoBinaryReference'
|
4433
|
+
property :crc32c_hash, as: 'crc32cHash'
|
4434
|
+
property :diff_checksums_response, as: 'diffChecksumsResponse', class: Google::Apis::DiscoveryengineV1::GdataDiffChecksumsResponse, decorator: Google::Apis::DiscoveryengineV1::GdataDiffChecksumsResponse::Representation
|
4435
|
+
|
4436
|
+
property :diff_download_response, as: 'diffDownloadResponse', class: Google::Apis::DiscoveryengineV1::GdataDiffDownloadResponse, decorator: Google::Apis::DiscoveryengineV1::GdataDiffDownloadResponse::Representation
|
4437
|
+
|
4438
|
+
property :diff_upload_request, as: 'diffUploadRequest', class: Google::Apis::DiscoveryengineV1::GdataDiffUploadRequest, decorator: Google::Apis::DiscoveryengineV1::GdataDiffUploadRequest::Representation
|
4439
|
+
|
4440
|
+
property :diff_upload_response, as: 'diffUploadResponse', class: Google::Apis::DiscoveryengineV1::GdataDiffUploadResponse, decorator: Google::Apis::DiscoveryengineV1::GdataDiffUploadResponse::Representation
|
4441
|
+
|
4442
|
+
property :diff_version_response, as: 'diffVersionResponse', class: Google::Apis::DiscoveryengineV1::GdataDiffVersionResponse, decorator: Google::Apis::DiscoveryengineV1::GdataDiffVersionResponse::Representation
|
4443
|
+
|
4444
|
+
property :download_parameters, as: 'downloadParameters', class: Google::Apis::DiscoveryengineV1::GdataDownloadParameters, decorator: Google::Apis::DiscoveryengineV1::GdataDownloadParameters::Representation
|
4445
|
+
|
4446
|
+
property :filename, as: 'filename'
|
4447
|
+
property :hash_prop, as: 'hash'
|
4448
|
+
property :hash_verified, as: 'hashVerified'
|
4449
|
+
property :inline, :base64 => true, as: 'inline'
|
4450
|
+
property :is_potential_retry, as: 'isPotentialRetry'
|
4451
|
+
property :length, :numeric_string => true, as: 'length'
|
4452
|
+
property :md5_hash, :base64 => true, as: 'md5Hash'
|
4453
|
+
property :media_id, :base64 => true, as: 'mediaId'
|
4454
|
+
property :object_id_prop, as: 'objectId', class: Google::Apis::DiscoveryengineV1::GdataObjectId, decorator: Google::Apis::DiscoveryengineV1::GdataObjectId::Representation
|
4455
|
+
|
4456
|
+
property :path, as: 'path'
|
4457
|
+
property :reference_type, as: 'referenceType'
|
4458
|
+
property :sha1_hash, :base64 => true, as: 'sha1Hash'
|
4459
|
+
property :sha256_hash, :base64 => true, as: 'sha256Hash'
|
4460
|
+
property :timestamp, :numeric_string => true, as: 'timestamp'
|
4461
|
+
property :token, as: 'token'
|
4462
|
+
end
|
4463
|
+
end
|
4464
|
+
|
4465
|
+
class GdataObjectId
|
4466
|
+
# @private
|
4467
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4468
|
+
property :bucket_name, as: 'bucketName'
|
4469
|
+
property :generation, :numeric_string => true, as: 'generation'
|
4470
|
+
property :object_name, as: 'objectName'
|
4471
|
+
end
|
4472
|
+
end
|
4473
|
+
|
4195
4474
|
class GoogleApiDistribution
|
4196
4475
|
# @private
|
4197
4476
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4987,6 +5266,7 @@ module Google
|
|
4987
5266
|
# @private
|
4988
5267
|
class Representation < Google::Apis::Core::JsonRepresentation
|
4989
5268
|
collection :assist_skipped_reasons, as: 'assistSkippedReasons'
|
5269
|
+
property :name, as: 'name'
|
4990
5270
|
collection :replies, as: 'replies', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AssistAnswerReply, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AssistAnswerReply::Representation
|
4991
5271
|
|
4992
5272
|
property :state, as: 'state'
|
@@ -5009,6 +5289,20 @@ module Google
|
|
5009
5289
|
end
|
5010
5290
|
end
|
5011
5291
|
|
5292
|
+
class GoogleCloudDiscoveryengineV1Assistant
|
5293
|
+
# @private
|
5294
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5295
|
+
property :customer_policy, as: 'customerPolicy', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AssistantCustomerPolicy, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AssistantCustomerPolicy::Representation
|
5296
|
+
|
5297
|
+
hash :enabled_tools, as: 'enabledTools', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AssistantToolList, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AssistantToolList::Representation
|
5298
|
+
|
5299
|
+
property :generation_config, as: 'generationConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AssistantGenerationConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AssistantGenerationConfig::Representation
|
5300
|
+
|
5301
|
+
property :name, as: 'name'
|
5302
|
+
property :web_grounding_type, as: 'webGroundingType'
|
5303
|
+
end
|
5304
|
+
end
|
5305
|
+
|
5012
5306
|
class GoogleCloudDiscoveryengineV1AssistantContent
|
5013
5307
|
# @private
|
5014
5308
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5057,6 +5351,39 @@ module Google
|
|
5057
5351
|
end
|
5058
5352
|
end
|
5059
5353
|
|
5354
|
+
class GoogleCloudDiscoveryengineV1AssistantCustomerPolicy
|
5355
|
+
# @private
|
5356
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5357
|
+
collection :banned_phrases, as: 'bannedPhrases', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AssistantCustomerPolicyBannedPhrase, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AssistantCustomerPolicyBannedPhrase::Representation
|
5358
|
+
|
5359
|
+
end
|
5360
|
+
end
|
5361
|
+
|
5362
|
+
class GoogleCloudDiscoveryengineV1AssistantCustomerPolicyBannedPhrase
|
5363
|
+
# @private
|
5364
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5365
|
+
property :ignore_diacritics, as: 'ignoreDiacritics'
|
5366
|
+
property :match_type, as: 'matchType'
|
5367
|
+
property :phrase, as: 'phrase'
|
5368
|
+
end
|
5369
|
+
end
|
5370
|
+
|
5371
|
+
class GoogleCloudDiscoveryengineV1AssistantGenerationConfig
|
5372
|
+
# @private
|
5373
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5374
|
+
property :default_language, as: 'defaultLanguage'
|
5375
|
+
property :system_instruction, as: 'systemInstruction', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AssistantGenerationConfigSystemInstruction, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AssistantGenerationConfigSystemInstruction::Representation
|
5376
|
+
|
5377
|
+
end
|
5378
|
+
end
|
5379
|
+
|
5380
|
+
class GoogleCloudDiscoveryengineV1AssistantGenerationConfigSystemInstruction
|
5381
|
+
# @private
|
5382
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5383
|
+
property :additional_system_instruction, as: 'additionalSystemInstruction'
|
5384
|
+
end
|
5385
|
+
end
|
5386
|
+
|
5060
5387
|
class GoogleCloudDiscoveryengineV1AssistantGroundedContent
|
5061
5388
|
# @private
|
5062
5389
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5108,6 +5435,22 @@ module Google
|
|
5108
5435
|
end
|
5109
5436
|
end
|
5110
5437
|
|
5438
|
+
class GoogleCloudDiscoveryengineV1AssistantToolInfo
|
5439
|
+
# @private
|
5440
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5441
|
+
property :tool_display_name, as: 'toolDisplayName'
|
5442
|
+
property :tool_name, as: 'toolName'
|
5443
|
+
end
|
5444
|
+
end
|
5445
|
+
|
5446
|
+
class GoogleCloudDiscoveryengineV1AssistantToolList
|
5447
|
+
# @private
|
5448
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5449
|
+
collection :tool_info, as: 'toolInfo', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AssistantToolInfo, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AssistantToolInfo::Representation
|
5450
|
+
|
5451
|
+
end
|
5452
|
+
end
|
5453
|
+
|
5111
5454
|
class GoogleCloudDiscoveryengineV1BatchCreateTargetSiteMetadata
|
5112
5455
|
# @private
|
5113
5456
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5352,6 +5695,7 @@ module Google
|
|
5352
5695
|
class GoogleCloudDiscoveryengineV1ChunkDocumentMetadata
|
5353
5696
|
# @private
|
5354
5697
|
class Representation < Google::Apis::Core::JsonRepresentation
|
5698
|
+
property :mime_type, as: 'mimeType'
|
5355
5699
|
hash :struct_data, as: 'structData'
|
5356
5700
|
property :title, as: 'title'
|
5357
5701
|
property :uri, as: 'uri'
|
@@ -6610,6 +6954,15 @@ module Google
|
|
6610
6954
|
class Representation < Google::Apis::Core::JsonRepresentation
|
6611
6955
|
property :accept_data_use_terms, as: 'acceptDataUseTerms'
|
6612
6956
|
property :data_use_terms_version, as: 'dataUseTermsVersion'
|
6957
|
+
property :saas_params, as: 'saasParams', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1ProvisionProjectRequestSaasParams, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1ProvisionProjectRequestSaasParams::Representation
|
6958
|
+
|
6959
|
+
end
|
6960
|
+
end
|
6961
|
+
|
6962
|
+
class GoogleCloudDiscoveryengineV1ProvisionProjectRequestSaasParams
|
6963
|
+
# @private
|
6964
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6965
|
+
property :accept_biz_qos, as: 'acceptBizQos'
|
6613
6966
|
end
|
6614
6967
|
end
|
6615
6968
|
|
@@ -7399,7 +7752,6 @@ module Google
|
|
7399
7752
|
class Representation < Google::Apis::Core::JsonRepresentation
|
7400
7753
|
property :image_generation_spec, as: 'imageGenerationSpec', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1StreamAssistRequestToolsSpecImageGenerationSpec, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1StreamAssistRequestToolsSpecImageGenerationSpec::Representation
|
7401
7754
|
|
7402
|
-
property :tool_registry, as: 'toolRegistry'
|
7403
7755
|
property :vertex_ai_search_spec, as: 'vertexAiSearchSpec', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1StreamAssistRequestToolsSpecVertexAiSearchSpec, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1StreamAssistRequestToolsSpecVertexAiSearchSpec::Representation
|
7404
7756
|
|
7405
7757
|
property :video_generation_spec, as: 'videoGenerationSpec', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1StreamAssistRequestToolsSpecVideoGenerationSpec, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1StreamAssistRequestToolsSpecVideoGenerationSpec::Representation
|
@@ -7420,7 +7772,6 @@ module Google
|
|
7420
7772
|
class Representation < Google::Apis::Core::JsonRepresentation
|
7421
7773
|
collection :data_store_specs, as: 'dataStoreSpecs', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchRequestDataStoreSpec, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchRequestDataStoreSpec::Representation
|
7422
7774
|
|
7423
|
-
property :disabled, as: 'disabled'
|
7424
7775
|
property :filter, as: 'filter'
|
7425
7776
|
end
|
7426
7777
|
end
|
@@ -7434,7 +7785,6 @@ module Google
|
|
7434
7785
|
class GoogleCloudDiscoveryengineV1StreamAssistRequestToolsSpecWebGroundingSpec
|
7435
7786
|
# @private
|
7436
7787
|
class Representation < Google::Apis::Core::JsonRepresentation
|
7437
|
-
property :enabled, as: 'enabled'
|
7438
7788
|
end
|
7439
7789
|
end
|
7440
7790
|
|
@@ -8745,6 +9095,20 @@ module Google
|
|
8745
9095
|
end
|
8746
9096
|
end
|
8747
9097
|
|
9098
|
+
class GoogleCloudDiscoveryengineV1alphaExportMetricsMetadata
|
9099
|
+
# @private
|
9100
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9101
|
+
property :create_time, as: 'createTime'
|
9102
|
+
property :update_time, as: 'updateTime'
|
9103
|
+
end
|
9104
|
+
end
|
9105
|
+
|
9106
|
+
class GoogleCloudDiscoveryengineV1alphaExportMetricsResponse
|
9107
|
+
# @private
|
9108
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9109
|
+
end
|
9110
|
+
end
|
9111
|
+
|
8748
9112
|
class GoogleCloudDiscoveryengineV1alphaFieldConfig
|
8749
9113
|
# @private
|
8750
9114
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -9484,6 +9848,7 @@ module Google
|
|
9484
9848
|
class GoogleCloudDiscoveryengineV1alphaSearchRequestNaturalLanguageQueryUnderstandingSpec
|
9485
9849
|
# @private
|
9486
9850
|
class Representation < Google::Apis::Core::JsonRepresentation
|
9851
|
+
property :extracted_filter_behavior, as: 'extractedFilterBehavior'
|
9487
9852
|
property :filter_extraction_condition, as: 'filterExtractionCondition'
|
9488
9853
|
collection :geo_search_query_detection_field_names, as: 'geoSearchQueryDetectionFieldNames'
|
9489
9854
|
end
|
@@ -10914,6 +11279,7 @@ module Google
|
|
10914
11279
|
class GoogleCloudDiscoveryengineV1betaSearchRequestNaturalLanguageQueryUnderstandingSpec
|
10915
11280
|
# @private
|
10916
11281
|
class Representation < Google::Apis::Core::JsonRepresentation
|
11282
|
+
property :extracted_filter_behavior, as: 'extractedFilterBehavior'
|
10917
11283
|
property :filter_extraction_condition, as: 'filterExtractionCondition'
|
10918
11284
|
collection :geo_search_query_detection_field_names, as: 'geoSearchQueryDetectionFieldNames'
|
10919
11285
|
end
|