google-apis-discoveryengine_v1beta 0.75.0 → 0.77.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 +1106 -4
- data/lib/google/apis/discoveryengine_v1beta/gem_version.rb +2 -2
- data/lib/google/apis/discoveryengine_v1beta/representations.rb +432 -0
- data/lib/google/apis/discoveryengine_v1beta/service.rb +69 -24
- metadata +2 -2
@@ -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.77.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 DiscoveryengineV1beta
|
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
|
|
@@ -154,6 +220,42 @@ module Google
|
|
154
220
|
include Google::Apis::Core::JsonObjectSupport
|
155
221
|
end
|
156
222
|
|
223
|
+
class GoogleCloudDiscoveryengineV1AssistantCustomerPolicy
|
224
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
225
|
+
|
226
|
+
include Google::Apis::Core::JsonObjectSupport
|
227
|
+
end
|
228
|
+
|
229
|
+
class GoogleCloudDiscoveryengineV1AssistantCustomerPolicyBannedPhrase
|
230
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
231
|
+
|
232
|
+
include Google::Apis::Core::JsonObjectSupport
|
233
|
+
end
|
234
|
+
|
235
|
+
class GoogleCloudDiscoveryengineV1AssistantGenerationConfig
|
236
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
237
|
+
|
238
|
+
include Google::Apis::Core::JsonObjectSupport
|
239
|
+
end
|
240
|
+
|
241
|
+
class GoogleCloudDiscoveryengineV1AssistantGenerationConfigSystemInstruction
|
242
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
243
|
+
|
244
|
+
include Google::Apis::Core::JsonObjectSupport
|
245
|
+
end
|
246
|
+
|
247
|
+
class GoogleCloudDiscoveryengineV1AssistantToolInfo
|
248
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
249
|
+
|
250
|
+
include Google::Apis::Core::JsonObjectSupport
|
251
|
+
end
|
252
|
+
|
253
|
+
class GoogleCloudDiscoveryengineV1AssistantToolList
|
254
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
255
|
+
|
256
|
+
include Google::Apis::Core::JsonObjectSupport
|
257
|
+
end
|
258
|
+
|
157
259
|
class GoogleCloudDiscoveryengineV1BatchCreateTargetSiteMetadata
|
158
260
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
261
|
|
@@ -1372,6 +1474,18 @@ module Google
|
|
1372
1474
|
include Google::Apis::Core::JsonObjectSupport
|
1373
1475
|
end
|
1374
1476
|
|
1477
|
+
class GoogleCloudDiscoveryengineV1alphaExportMetricsMetadata
|
1478
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1479
|
+
|
1480
|
+
include Google::Apis::Core::JsonObjectSupport
|
1481
|
+
end
|
1482
|
+
|
1483
|
+
class GoogleCloudDiscoveryengineV1alphaExportMetricsResponse
|
1484
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1485
|
+
|
1486
|
+
include Google::Apis::Core::JsonObjectSupport
|
1487
|
+
end
|
1488
|
+
|
1375
1489
|
class GoogleCloudDiscoveryengineV1alphaFieldConfig
|
1376
1490
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1377
1491
|
|
@@ -2416,6 +2530,30 @@ module Google
|
|
2416
2530
|
include Google::Apis::Core::JsonObjectSupport
|
2417
2531
|
end
|
2418
2532
|
|
2533
|
+
class GoogleCloudDiscoveryengineV1betaAssistantCustomerPolicy
|
2534
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2535
|
+
|
2536
|
+
include Google::Apis::Core::JsonObjectSupport
|
2537
|
+
end
|
2538
|
+
|
2539
|
+
class GoogleCloudDiscoveryengineV1betaAssistantCustomerPolicyBannedPhrase
|
2540
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2541
|
+
|
2542
|
+
include Google::Apis::Core::JsonObjectSupport
|
2543
|
+
end
|
2544
|
+
|
2545
|
+
class GoogleCloudDiscoveryengineV1betaAssistantGenerationConfig
|
2546
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2547
|
+
|
2548
|
+
include Google::Apis::Core::JsonObjectSupport
|
2549
|
+
end
|
2550
|
+
|
2551
|
+
class GoogleCloudDiscoveryengineV1betaAssistantGenerationConfigSystemInstruction
|
2552
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2553
|
+
|
2554
|
+
include Google::Apis::Core::JsonObjectSupport
|
2555
|
+
end
|
2556
|
+
|
2419
2557
|
class GoogleCloudDiscoveryengineV1betaAssistantGroundedContent
|
2420
2558
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2421
2559
|
|
@@ -2446,6 +2584,18 @@ module Google
|
|
2446
2584
|
include Google::Apis::Core::JsonObjectSupport
|
2447
2585
|
end
|
2448
2586
|
|
2587
|
+
class GoogleCloudDiscoveryengineV1betaAssistantToolInfo
|
2588
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2589
|
+
|
2590
|
+
include Google::Apis::Core::JsonObjectSupport
|
2591
|
+
end
|
2592
|
+
|
2593
|
+
class GoogleCloudDiscoveryengineV1betaAssistantToolList
|
2594
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2595
|
+
|
2596
|
+
include Google::Apis::Core::JsonObjectSupport
|
2597
|
+
end
|
2598
|
+
|
2449
2599
|
class GoogleCloudDiscoveryengineV1betaBatchCreateTargetSiteMetadata
|
2450
2600
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2451
2601
|
|
@@ -4372,6 +4522,159 @@ module Google
|
|
4372
4522
|
include Google::Apis::Core::JsonObjectSupport
|
4373
4523
|
end
|
4374
4524
|
|
4525
|
+
class GdataBlobstore2Info
|
4526
|
+
# @private
|
4527
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4528
|
+
property :blob_generation, :numeric_string => true, as: 'blobGeneration'
|
4529
|
+
property :blob_id, as: 'blobId'
|
4530
|
+
property :download_read_handle, :base64 => true, as: 'downloadReadHandle'
|
4531
|
+
property :read_token, as: 'readToken'
|
4532
|
+
property :upload_metadata_container, :base64 => true, as: 'uploadMetadataContainer'
|
4533
|
+
end
|
4534
|
+
end
|
4535
|
+
|
4536
|
+
class GdataCompositeMedia
|
4537
|
+
# @private
|
4538
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4539
|
+
property :blob_ref, :base64 => true, as: 'blobRef'
|
4540
|
+
property :blobstore2_info, as: 'blobstore2Info', class: Google::Apis::DiscoveryengineV1beta::GdataBlobstore2Info, decorator: Google::Apis::DiscoveryengineV1beta::GdataBlobstore2Info::Representation
|
4541
|
+
|
4542
|
+
property :cosmo_binary_reference, :base64 => true, as: 'cosmoBinaryReference'
|
4543
|
+
property :crc32c_hash, as: 'crc32cHash'
|
4544
|
+
property :inline, :base64 => true, as: 'inline'
|
4545
|
+
property :length, :numeric_string => true, as: 'length'
|
4546
|
+
property :md5_hash, :base64 => true, as: 'md5Hash'
|
4547
|
+
property :object_id_prop, as: 'objectId', class: Google::Apis::DiscoveryengineV1beta::GdataObjectId, decorator: Google::Apis::DiscoveryengineV1beta::GdataObjectId::Representation
|
4548
|
+
|
4549
|
+
property :path, as: 'path'
|
4550
|
+
property :reference_type, as: 'referenceType'
|
4551
|
+
property :sha1_hash, :base64 => true, as: 'sha1Hash'
|
4552
|
+
end
|
4553
|
+
end
|
4554
|
+
|
4555
|
+
class GdataContentTypeInfo
|
4556
|
+
# @private
|
4557
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4558
|
+
property :best_guess, as: 'bestGuess'
|
4559
|
+
property :from_bytes, as: 'fromBytes'
|
4560
|
+
property :from_file_name, as: 'fromFileName'
|
4561
|
+
property :from_header, as: 'fromHeader'
|
4562
|
+
property :from_url_path, as: 'fromUrlPath'
|
4563
|
+
end
|
4564
|
+
end
|
4565
|
+
|
4566
|
+
class GdataDiffChecksumsResponse
|
4567
|
+
# @private
|
4568
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4569
|
+
property :checksums_location, as: 'checksumsLocation', class: Google::Apis::DiscoveryengineV1beta::GdataCompositeMedia, decorator: Google::Apis::DiscoveryengineV1beta::GdataCompositeMedia::Representation
|
4570
|
+
|
4571
|
+
property :chunk_size_bytes, :numeric_string => true, as: 'chunkSizeBytes'
|
4572
|
+
property :object_location, as: 'objectLocation', class: Google::Apis::DiscoveryengineV1beta::GdataCompositeMedia, decorator: Google::Apis::DiscoveryengineV1beta::GdataCompositeMedia::Representation
|
4573
|
+
|
4574
|
+
property :object_size_bytes, :numeric_string => true, as: 'objectSizeBytes'
|
4575
|
+
property :object_version, as: 'objectVersion'
|
4576
|
+
end
|
4577
|
+
end
|
4578
|
+
|
4579
|
+
class GdataDiffDownloadResponse
|
4580
|
+
# @private
|
4581
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4582
|
+
property :object_location, as: 'objectLocation', class: Google::Apis::DiscoveryengineV1beta::GdataCompositeMedia, decorator: Google::Apis::DiscoveryengineV1beta::GdataCompositeMedia::Representation
|
4583
|
+
|
4584
|
+
end
|
4585
|
+
end
|
4586
|
+
|
4587
|
+
class GdataDiffUploadRequest
|
4588
|
+
# @private
|
4589
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4590
|
+
property :checksums_info, as: 'checksumsInfo', class: Google::Apis::DiscoveryengineV1beta::GdataCompositeMedia, decorator: Google::Apis::DiscoveryengineV1beta::GdataCompositeMedia::Representation
|
4591
|
+
|
4592
|
+
property :object_info, as: 'objectInfo', class: Google::Apis::DiscoveryengineV1beta::GdataCompositeMedia, decorator: Google::Apis::DiscoveryengineV1beta::GdataCompositeMedia::Representation
|
4593
|
+
|
4594
|
+
property :object_version, as: 'objectVersion'
|
4595
|
+
end
|
4596
|
+
end
|
4597
|
+
|
4598
|
+
class GdataDiffUploadResponse
|
4599
|
+
# @private
|
4600
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4601
|
+
property :object_version, as: 'objectVersion'
|
4602
|
+
property :original_object, as: 'originalObject', class: Google::Apis::DiscoveryengineV1beta::GdataCompositeMedia, decorator: Google::Apis::DiscoveryengineV1beta::GdataCompositeMedia::Representation
|
4603
|
+
|
4604
|
+
end
|
4605
|
+
end
|
4606
|
+
|
4607
|
+
class GdataDiffVersionResponse
|
4608
|
+
# @private
|
4609
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4610
|
+
property :object_size_bytes, :numeric_string => true, as: 'objectSizeBytes'
|
4611
|
+
property :object_version, as: 'objectVersion'
|
4612
|
+
end
|
4613
|
+
end
|
4614
|
+
|
4615
|
+
class GdataDownloadParameters
|
4616
|
+
# @private
|
4617
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4618
|
+
property :allow_gzip_compression, as: 'allowGzipCompression'
|
4619
|
+
property :ignore_range, as: 'ignoreRange'
|
4620
|
+
end
|
4621
|
+
end
|
4622
|
+
|
4623
|
+
class GdataMedia
|
4624
|
+
# @private
|
4625
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4626
|
+
property :algorithm, as: 'algorithm'
|
4627
|
+
property :bigstore_object_ref, :base64 => true, as: 'bigstoreObjectRef'
|
4628
|
+
property :blob_ref, :base64 => true, as: 'blobRef'
|
4629
|
+
property :blobstore2_info, as: 'blobstore2Info', class: Google::Apis::DiscoveryengineV1beta::GdataBlobstore2Info, decorator: Google::Apis::DiscoveryengineV1beta::GdataBlobstore2Info::Representation
|
4630
|
+
|
4631
|
+
collection :composite_media, as: 'compositeMedia', class: Google::Apis::DiscoveryengineV1beta::GdataCompositeMedia, decorator: Google::Apis::DiscoveryengineV1beta::GdataCompositeMedia::Representation
|
4632
|
+
|
4633
|
+
property :content_type, as: 'contentType'
|
4634
|
+
property :content_type_info, as: 'contentTypeInfo', class: Google::Apis::DiscoveryengineV1beta::GdataContentTypeInfo, decorator: Google::Apis::DiscoveryengineV1beta::GdataContentTypeInfo::Representation
|
4635
|
+
|
4636
|
+
property :cosmo_binary_reference, :base64 => true, as: 'cosmoBinaryReference'
|
4637
|
+
property :crc32c_hash, as: 'crc32cHash'
|
4638
|
+
property :diff_checksums_response, as: 'diffChecksumsResponse', class: Google::Apis::DiscoveryengineV1beta::GdataDiffChecksumsResponse, decorator: Google::Apis::DiscoveryengineV1beta::GdataDiffChecksumsResponse::Representation
|
4639
|
+
|
4640
|
+
property :diff_download_response, as: 'diffDownloadResponse', class: Google::Apis::DiscoveryengineV1beta::GdataDiffDownloadResponse, decorator: Google::Apis::DiscoveryengineV1beta::GdataDiffDownloadResponse::Representation
|
4641
|
+
|
4642
|
+
property :diff_upload_request, as: 'diffUploadRequest', class: Google::Apis::DiscoveryengineV1beta::GdataDiffUploadRequest, decorator: Google::Apis::DiscoveryengineV1beta::GdataDiffUploadRequest::Representation
|
4643
|
+
|
4644
|
+
property :diff_upload_response, as: 'diffUploadResponse', class: Google::Apis::DiscoveryengineV1beta::GdataDiffUploadResponse, decorator: Google::Apis::DiscoveryengineV1beta::GdataDiffUploadResponse::Representation
|
4645
|
+
|
4646
|
+
property :diff_version_response, as: 'diffVersionResponse', class: Google::Apis::DiscoveryengineV1beta::GdataDiffVersionResponse, decorator: Google::Apis::DiscoveryengineV1beta::GdataDiffVersionResponse::Representation
|
4647
|
+
|
4648
|
+
property :download_parameters, as: 'downloadParameters', class: Google::Apis::DiscoveryengineV1beta::GdataDownloadParameters, decorator: Google::Apis::DiscoveryengineV1beta::GdataDownloadParameters::Representation
|
4649
|
+
|
4650
|
+
property :filename, as: 'filename'
|
4651
|
+
property :hash_prop, as: 'hash'
|
4652
|
+
property :hash_verified, as: 'hashVerified'
|
4653
|
+
property :inline, :base64 => true, as: 'inline'
|
4654
|
+
property :is_potential_retry, as: 'isPotentialRetry'
|
4655
|
+
property :length, :numeric_string => true, as: 'length'
|
4656
|
+
property :md5_hash, :base64 => true, as: 'md5Hash'
|
4657
|
+
property :media_id, :base64 => true, as: 'mediaId'
|
4658
|
+
property :object_id_prop, as: 'objectId', class: Google::Apis::DiscoveryengineV1beta::GdataObjectId, decorator: Google::Apis::DiscoveryengineV1beta::GdataObjectId::Representation
|
4659
|
+
|
4660
|
+
property :path, as: 'path'
|
4661
|
+
property :reference_type, as: 'referenceType'
|
4662
|
+
property :sha1_hash, :base64 => true, as: 'sha1Hash'
|
4663
|
+
property :sha256_hash, :base64 => true, as: 'sha256Hash'
|
4664
|
+
property :timestamp, :numeric_string => true, as: 'timestamp'
|
4665
|
+
property :token, as: 'token'
|
4666
|
+
end
|
4667
|
+
end
|
4668
|
+
|
4669
|
+
class GdataObjectId
|
4670
|
+
# @private
|
4671
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4672
|
+
property :bucket_name, as: 'bucketName'
|
4673
|
+
property :generation, :numeric_string => true, as: 'generation'
|
4674
|
+
property :object_name, as: 'objectName'
|
4675
|
+
end
|
4676
|
+
end
|
4677
|
+
|
4375
4678
|
class GoogleApiDistribution
|
4376
4679
|
# @private
|
4377
4680
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4582,7 +4885,63 @@ module Google
|
|
4582
4885
|
class GoogleCloudDiscoveryengineV1Assistant
|
4583
4886
|
# @private
|
4584
4887
|
class Representation < Google::Apis::Core::JsonRepresentation
|
4888
|
+
property :customer_policy, as: 'customerPolicy', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1AssistantCustomerPolicy, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1AssistantCustomerPolicy::Representation
|
4889
|
+
|
4890
|
+
hash :enabled_tools, as: 'enabledTools', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1AssistantToolList, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1AssistantToolList::Representation
|
4891
|
+
|
4892
|
+
property :generation_config, as: 'generationConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1AssistantGenerationConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1AssistantGenerationConfig::Representation
|
4893
|
+
|
4585
4894
|
property :name, as: 'name'
|
4895
|
+
property :web_grounding_type, as: 'webGroundingType'
|
4896
|
+
end
|
4897
|
+
end
|
4898
|
+
|
4899
|
+
class GoogleCloudDiscoveryengineV1AssistantCustomerPolicy
|
4900
|
+
# @private
|
4901
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4902
|
+
collection :banned_phrases, as: 'bannedPhrases', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1AssistantCustomerPolicyBannedPhrase, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1AssistantCustomerPolicyBannedPhrase::Representation
|
4903
|
+
|
4904
|
+
end
|
4905
|
+
end
|
4906
|
+
|
4907
|
+
class GoogleCloudDiscoveryengineV1AssistantCustomerPolicyBannedPhrase
|
4908
|
+
# @private
|
4909
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4910
|
+
property :ignore_diacritics, as: 'ignoreDiacritics'
|
4911
|
+
property :match_type, as: 'matchType'
|
4912
|
+
property :phrase, as: 'phrase'
|
4913
|
+
end
|
4914
|
+
end
|
4915
|
+
|
4916
|
+
class GoogleCloudDiscoveryengineV1AssistantGenerationConfig
|
4917
|
+
# @private
|
4918
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4919
|
+
property :default_language, as: 'defaultLanguage'
|
4920
|
+
property :system_instruction, as: 'systemInstruction', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1AssistantGenerationConfigSystemInstruction, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1AssistantGenerationConfigSystemInstruction::Representation
|
4921
|
+
|
4922
|
+
end
|
4923
|
+
end
|
4924
|
+
|
4925
|
+
class GoogleCloudDiscoveryengineV1AssistantGenerationConfigSystemInstruction
|
4926
|
+
# @private
|
4927
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4928
|
+
property :additional_system_instruction, as: 'additionalSystemInstruction'
|
4929
|
+
end
|
4930
|
+
end
|
4931
|
+
|
4932
|
+
class GoogleCloudDiscoveryengineV1AssistantToolInfo
|
4933
|
+
# @private
|
4934
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4935
|
+
property :tool_display_name, as: 'toolDisplayName'
|
4936
|
+
property :tool_name, as: 'toolName'
|
4937
|
+
end
|
4938
|
+
end
|
4939
|
+
|
4940
|
+
class GoogleCloudDiscoveryengineV1AssistantToolList
|
4941
|
+
# @private
|
4942
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4943
|
+
collection :tool_info, as: 'toolInfo', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1AssistantToolInfo, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1AssistantToolInfo::Representation
|
4944
|
+
|
4586
4945
|
end
|
4587
4946
|
end
|
4588
4947
|
|
@@ -6658,6 +7017,20 @@ module Google
|
|
6658
7017
|
end
|
6659
7018
|
end
|
6660
7019
|
|
7020
|
+
class GoogleCloudDiscoveryengineV1alphaExportMetricsMetadata
|
7021
|
+
# @private
|
7022
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7023
|
+
property :create_time, as: 'createTime'
|
7024
|
+
property :update_time, as: 'updateTime'
|
7025
|
+
end
|
7026
|
+
end
|
7027
|
+
|
7028
|
+
class GoogleCloudDiscoveryengineV1alphaExportMetricsResponse
|
7029
|
+
# @private
|
7030
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7031
|
+
end
|
7032
|
+
end
|
7033
|
+
|
6661
7034
|
class GoogleCloudDiscoveryengineV1alphaFieldConfig
|
6662
7035
|
# @private
|
6663
7036
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -7397,6 +7770,7 @@ module Google
|
|
7397
7770
|
class GoogleCloudDiscoveryengineV1alphaSearchRequestNaturalLanguageQueryUnderstandingSpec
|
7398
7771
|
# @private
|
7399
7772
|
class Representation < Google::Apis::Core::JsonRepresentation
|
7773
|
+
property :extracted_filter_behavior, as: 'extractedFilterBehavior'
|
7400
7774
|
property :filter_extraction_condition, as: 'filterExtractionCondition'
|
7401
7775
|
collection :geo_search_query_detection_field_names, as: 'geoSearchQueryDetectionFieldNames'
|
7402
7776
|
end
|
@@ -8359,7 +8733,14 @@ module Google
|
|
8359
8733
|
class GoogleCloudDiscoveryengineV1betaAssistant
|
8360
8734
|
# @private
|
8361
8735
|
class Representation < Google::Apis::Core::JsonRepresentation
|
8736
|
+
property :customer_policy, as: 'customerPolicy', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAssistantCustomerPolicy, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAssistantCustomerPolicy::Representation
|
8737
|
+
|
8738
|
+
hash :enabled_tools, as: 'enabledTools', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAssistantToolList, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAssistantToolList::Representation
|
8739
|
+
|
8740
|
+
property :generation_config, as: 'generationConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAssistantGenerationConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAssistantGenerationConfig::Representation
|
8741
|
+
|
8362
8742
|
property :name, as: 'name'
|
8743
|
+
property :web_grounding_type, as: 'webGroundingType'
|
8363
8744
|
end
|
8364
8745
|
end
|
8365
8746
|
|
@@ -8411,6 +8792,39 @@ module Google
|
|
8411
8792
|
end
|
8412
8793
|
end
|
8413
8794
|
|
8795
|
+
class GoogleCloudDiscoveryengineV1betaAssistantCustomerPolicy
|
8796
|
+
# @private
|
8797
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8798
|
+
collection :banned_phrases, as: 'bannedPhrases', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAssistantCustomerPolicyBannedPhrase, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAssistantCustomerPolicyBannedPhrase::Representation
|
8799
|
+
|
8800
|
+
end
|
8801
|
+
end
|
8802
|
+
|
8803
|
+
class GoogleCloudDiscoveryengineV1betaAssistantCustomerPolicyBannedPhrase
|
8804
|
+
# @private
|
8805
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8806
|
+
property :ignore_diacritics, as: 'ignoreDiacritics'
|
8807
|
+
property :match_type, as: 'matchType'
|
8808
|
+
property :phrase, as: 'phrase'
|
8809
|
+
end
|
8810
|
+
end
|
8811
|
+
|
8812
|
+
class GoogleCloudDiscoveryengineV1betaAssistantGenerationConfig
|
8813
|
+
# @private
|
8814
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8815
|
+
property :default_language, as: 'defaultLanguage'
|
8816
|
+
property :system_instruction, as: 'systemInstruction', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAssistantGenerationConfigSystemInstruction, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAssistantGenerationConfigSystemInstruction::Representation
|
8817
|
+
|
8818
|
+
end
|
8819
|
+
end
|
8820
|
+
|
8821
|
+
class GoogleCloudDiscoveryengineV1betaAssistantGenerationConfigSystemInstruction
|
8822
|
+
# @private
|
8823
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8824
|
+
property :additional_system_instruction, as: 'additionalSystemInstruction'
|
8825
|
+
end
|
8826
|
+
end
|
8827
|
+
|
8414
8828
|
class GoogleCloudDiscoveryengineV1betaAssistantGroundedContent
|
8415
8829
|
# @private
|
8416
8830
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -8462,6 +8876,22 @@ module Google
|
|
8462
8876
|
end
|
8463
8877
|
end
|
8464
8878
|
|
8879
|
+
class GoogleCloudDiscoveryengineV1betaAssistantToolInfo
|
8880
|
+
# @private
|
8881
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8882
|
+
property :tool_display_name, as: 'toolDisplayName'
|
8883
|
+
property :tool_name, as: 'toolName'
|
8884
|
+
end
|
8885
|
+
end
|
8886
|
+
|
8887
|
+
class GoogleCloudDiscoveryengineV1betaAssistantToolList
|
8888
|
+
# @private
|
8889
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8890
|
+
collection :tool_info, as: 'toolInfo', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAssistantToolInfo, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAssistantToolInfo::Representation
|
8891
|
+
|
8892
|
+
end
|
8893
|
+
end
|
8894
|
+
|
8465
8895
|
class GoogleCloudDiscoveryengineV1betaBatchCreateTargetSiteMetadata
|
8466
8896
|
# @private
|
8467
8897
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -8706,6 +9136,7 @@ module Google
|
|
8706
9136
|
class GoogleCloudDiscoveryengineV1betaChunkDocumentMetadata
|
8707
9137
|
# @private
|
8708
9138
|
class Representation < Google::Apis::Core::JsonRepresentation
|
9139
|
+
property :mime_type, as: 'mimeType'
|
8709
9140
|
hash :struct_data, as: 'structData'
|
8710
9141
|
property :title, as: 'title'
|
8711
9142
|
property :uri, as: 'uri'
|
@@ -10798,6 +11229,7 @@ module Google
|
|
10798
11229
|
class GoogleCloudDiscoveryengineV1betaSearchRequestNaturalLanguageQueryUnderstandingSpec
|
10799
11230
|
# @private
|
10800
11231
|
class Representation < Google::Apis::Core::JsonRepresentation
|
11232
|
+
property :extracted_filter_behavior, as: 'extractedFilterBehavior'
|
10801
11233
|
property :filter_extraction_condition, as: 'filterExtractionCondition'
|
10802
11234
|
collection :geo_search_query_detection_field_names, as: 'geoSearchQueryDetectionFieldNames'
|
10803
11235
|
end
|