google-apis-discoveryengine_v1beta 0.19.0 → 0.20.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 +4 -0
- data/lib/google/apis/discoveryengine_v1beta/classes.rb +1989 -71
- data/lib/google/apis/discoveryengine_v1beta/gem_version.rb +2 -2
- data/lib/google/apis/discoveryengine_v1beta/representations.rb +804 -9
- data/lib/google/apis/discoveryengine_v1beta/service.rb +1378 -354
- metadata +4 -4
@@ -64,6 +64,18 @@ module Google
|
|
64
64
|
include Google::Apis::Core::JsonObjectSupport
|
65
65
|
end
|
66
66
|
|
67
|
+
class GoogleCloudDiscoveryengineV1CreateSchemaMetadata
|
68
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
69
|
+
|
70
|
+
include Google::Apis::Core::JsonObjectSupport
|
71
|
+
end
|
72
|
+
|
73
|
+
class GoogleCloudDiscoveryengineV1DeleteSchemaMetadata
|
74
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
75
|
+
|
76
|
+
include Google::Apis::Core::JsonObjectSupport
|
77
|
+
end
|
78
|
+
|
67
79
|
class GoogleCloudDiscoveryengineV1ImportDocumentsMetadata
|
68
80
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
69
81
|
|
@@ -112,12 +124,36 @@ module Google
|
|
112
124
|
include Google::Apis::Core::JsonObjectSupport
|
113
125
|
end
|
114
126
|
|
127
|
+
class GoogleCloudDiscoveryengineV1UpdateSchemaMetadata
|
128
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
129
|
+
|
130
|
+
include Google::Apis::Core::JsonObjectSupport
|
131
|
+
end
|
132
|
+
|
115
133
|
class GoogleCloudDiscoveryengineV1alphaBatchCreateTargetSitesResponse
|
116
134
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
117
135
|
|
118
136
|
include Google::Apis::Core::JsonObjectSupport
|
119
137
|
end
|
120
138
|
|
139
|
+
class GoogleCloudDiscoveryengineV1alphaCreateSchemaMetadata
|
140
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
141
|
+
|
142
|
+
include Google::Apis::Core::JsonObjectSupport
|
143
|
+
end
|
144
|
+
|
145
|
+
class GoogleCloudDiscoveryengineV1alphaDeleteSchemaMetadata
|
146
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
147
|
+
|
148
|
+
include Google::Apis::Core::JsonObjectSupport
|
149
|
+
end
|
150
|
+
|
151
|
+
class GoogleCloudDiscoveryengineV1alphaFieldConfig
|
152
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
153
|
+
|
154
|
+
include Google::Apis::Core::JsonObjectSupport
|
155
|
+
end
|
156
|
+
|
121
157
|
class GoogleCloudDiscoveryengineV1alphaImportDocumentsMetadata
|
122
158
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
123
159
|
|
@@ -190,36 +226,120 @@ module Google
|
|
190
226
|
include Google::Apis::Core::JsonObjectSupport
|
191
227
|
end
|
192
228
|
|
229
|
+
class GoogleCloudDiscoveryengineV1alphaTargetSiteFailureReason
|
230
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
231
|
+
|
232
|
+
include Google::Apis::Core::JsonObjectSupport
|
233
|
+
end
|
234
|
+
|
235
|
+
class GoogleCloudDiscoveryengineV1alphaTargetSiteFailureReasonQuotaFailure
|
236
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
237
|
+
|
238
|
+
include Google::Apis::Core::JsonObjectSupport
|
239
|
+
end
|
240
|
+
|
241
|
+
class GoogleCloudDiscoveryengineV1alphaUpdateSchemaMetadata
|
242
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
243
|
+
|
244
|
+
include Google::Apis::Core::JsonObjectSupport
|
245
|
+
end
|
246
|
+
|
193
247
|
class GoogleCloudDiscoveryengineV1betaBigQuerySource
|
194
248
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
195
249
|
|
196
250
|
include Google::Apis::Core::JsonObjectSupport
|
197
251
|
end
|
198
252
|
|
253
|
+
class GoogleCloudDiscoveryengineV1betaCompleteQueryResponse
|
254
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
255
|
+
|
256
|
+
include Google::Apis::Core::JsonObjectSupport
|
257
|
+
end
|
258
|
+
|
259
|
+
class GoogleCloudDiscoveryengineV1betaCompleteQueryResponseQuerySuggestion
|
260
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
261
|
+
|
262
|
+
include Google::Apis::Core::JsonObjectSupport
|
263
|
+
end
|
264
|
+
|
199
265
|
class GoogleCloudDiscoveryengineV1betaCompletionInfo
|
200
266
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
201
267
|
|
202
268
|
include Google::Apis::Core::JsonObjectSupport
|
203
269
|
end
|
204
270
|
|
271
|
+
class GoogleCloudDiscoveryengineV1betaConversation
|
272
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
273
|
+
|
274
|
+
include Google::Apis::Core::JsonObjectSupport
|
275
|
+
end
|
276
|
+
|
277
|
+
class GoogleCloudDiscoveryengineV1betaConversationContext
|
278
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
279
|
+
|
280
|
+
include Google::Apis::Core::JsonObjectSupport
|
281
|
+
end
|
282
|
+
|
283
|
+
class GoogleCloudDiscoveryengineV1betaConversationMessage
|
284
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
285
|
+
|
286
|
+
include Google::Apis::Core::JsonObjectSupport
|
287
|
+
end
|
288
|
+
|
289
|
+
class GoogleCloudDiscoveryengineV1betaConverseConversationRequest
|
290
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
291
|
+
|
292
|
+
include Google::Apis::Core::JsonObjectSupport
|
293
|
+
end
|
294
|
+
|
295
|
+
class GoogleCloudDiscoveryengineV1betaConverseConversationResponse
|
296
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
297
|
+
|
298
|
+
include Google::Apis::Core::JsonObjectSupport
|
299
|
+
end
|
300
|
+
|
301
|
+
class GoogleCloudDiscoveryengineV1betaCreateSchemaMetadata
|
302
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
303
|
+
|
304
|
+
include Google::Apis::Core::JsonObjectSupport
|
305
|
+
end
|
306
|
+
|
205
307
|
class GoogleCloudDiscoveryengineV1betaCustomAttribute
|
206
308
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
207
309
|
|
208
310
|
include Google::Apis::Core::JsonObjectSupport
|
209
311
|
end
|
210
312
|
|
313
|
+
class GoogleCloudDiscoveryengineV1betaDeleteSchemaMetadata
|
314
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
315
|
+
|
316
|
+
include Google::Apis::Core::JsonObjectSupport
|
317
|
+
end
|
318
|
+
|
211
319
|
class GoogleCloudDiscoveryengineV1betaDocument
|
212
320
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
213
321
|
|
214
322
|
include Google::Apis::Core::JsonObjectSupport
|
215
323
|
end
|
216
324
|
|
325
|
+
class GoogleCloudDiscoveryengineV1betaDocumentContent
|
326
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
327
|
+
|
328
|
+
include Google::Apis::Core::JsonObjectSupport
|
329
|
+
end
|
330
|
+
|
217
331
|
class GoogleCloudDiscoveryengineV1betaDocumentInfo
|
218
332
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
219
333
|
|
220
334
|
include Google::Apis::Core::JsonObjectSupport
|
221
335
|
end
|
222
336
|
|
337
|
+
class GoogleCloudDiscoveryengineV1betaDoubleList
|
338
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
339
|
+
|
340
|
+
include Google::Apis::Core::JsonObjectSupport
|
341
|
+
end
|
342
|
+
|
223
343
|
class GoogleCloudDiscoveryengineV1betaGcsSource
|
224
344
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
225
345
|
|
@@ -280,12 +400,30 @@ module Google
|
|
280
400
|
include Google::Apis::Core::JsonObjectSupport
|
281
401
|
end
|
282
402
|
|
403
|
+
class GoogleCloudDiscoveryengineV1betaInterval
|
404
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
405
|
+
|
406
|
+
include Google::Apis::Core::JsonObjectSupport
|
407
|
+
end
|
408
|
+
|
409
|
+
class GoogleCloudDiscoveryengineV1betaListConversationsResponse
|
410
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
411
|
+
|
412
|
+
include Google::Apis::Core::JsonObjectSupport
|
413
|
+
end
|
414
|
+
|
283
415
|
class GoogleCloudDiscoveryengineV1betaListDocumentsResponse
|
284
416
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
285
417
|
|
286
418
|
include Google::Apis::Core::JsonObjectSupport
|
287
419
|
end
|
288
420
|
|
421
|
+
class GoogleCloudDiscoveryengineV1betaListSchemasResponse
|
422
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
423
|
+
|
424
|
+
include Google::Apis::Core::JsonObjectSupport
|
425
|
+
end
|
426
|
+
|
289
427
|
class GoogleCloudDiscoveryengineV1betaMediaInfo
|
290
428
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
291
429
|
|
@@ -340,6 +478,18 @@ module Google
|
|
340
478
|
include Google::Apis::Core::JsonObjectSupport
|
341
479
|
end
|
342
480
|
|
481
|
+
class GoogleCloudDiscoveryengineV1betaReply
|
482
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
483
|
+
|
484
|
+
include Google::Apis::Core::JsonObjectSupport
|
485
|
+
end
|
486
|
+
|
487
|
+
class GoogleCloudDiscoveryengineV1betaReplyReference
|
488
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
489
|
+
|
490
|
+
include Google::Apis::Core::JsonObjectSupport
|
491
|
+
end
|
492
|
+
|
343
493
|
class GoogleCloudDiscoveryengineV1betaSchema
|
344
494
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
345
495
|
|
@@ -352,12 +502,156 @@ module Google
|
|
352
502
|
include Google::Apis::Core::JsonObjectSupport
|
353
503
|
end
|
354
504
|
|
505
|
+
class GoogleCloudDiscoveryengineV1betaSearchRequest
|
506
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
507
|
+
|
508
|
+
include Google::Apis::Core::JsonObjectSupport
|
509
|
+
end
|
510
|
+
|
511
|
+
class GoogleCloudDiscoveryengineV1betaSearchRequestBoostSpec
|
512
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
513
|
+
|
514
|
+
include Google::Apis::Core::JsonObjectSupport
|
515
|
+
end
|
516
|
+
|
517
|
+
class GoogleCloudDiscoveryengineV1betaSearchRequestBoostSpecConditionBoostSpec
|
518
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
519
|
+
|
520
|
+
include Google::Apis::Core::JsonObjectSupport
|
521
|
+
end
|
522
|
+
|
523
|
+
class GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpec
|
524
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
525
|
+
|
526
|
+
include Google::Apis::Core::JsonObjectSupport
|
527
|
+
end
|
528
|
+
|
529
|
+
class GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpecExtractiveContentSpec
|
530
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
531
|
+
|
532
|
+
include Google::Apis::Core::JsonObjectSupport
|
533
|
+
end
|
534
|
+
|
535
|
+
class GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpecSnippetSpec
|
536
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
537
|
+
|
538
|
+
include Google::Apis::Core::JsonObjectSupport
|
539
|
+
end
|
540
|
+
|
541
|
+
class GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpecSummarySpec
|
542
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
543
|
+
|
544
|
+
include Google::Apis::Core::JsonObjectSupport
|
545
|
+
end
|
546
|
+
|
547
|
+
class GoogleCloudDiscoveryengineV1betaSearchRequestEmbeddingSpec
|
548
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
549
|
+
|
550
|
+
include Google::Apis::Core::JsonObjectSupport
|
551
|
+
end
|
552
|
+
|
553
|
+
class GoogleCloudDiscoveryengineV1betaSearchRequestEmbeddingSpecEmbeddingVector
|
554
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
555
|
+
|
556
|
+
include Google::Apis::Core::JsonObjectSupport
|
557
|
+
end
|
558
|
+
|
559
|
+
class GoogleCloudDiscoveryengineV1betaSearchRequestFacetSpec
|
560
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
561
|
+
|
562
|
+
include Google::Apis::Core::JsonObjectSupport
|
563
|
+
end
|
564
|
+
|
565
|
+
class GoogleCloudDiscoveryengineV1betaSearchRequestFacetSpecFacetKey
|
566
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
567
|
+
|
568
|
+
include Google::Apis::Core::JsonObjectSupport
|
569
|
+
end
|
570
|
+
|
571
|
+
class GoogleCloudDiscoveryengineV1betaSearchRequestImageQuery
|
572
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
573
|
+
|
574
|
+
include Google::Apis::Core::JsonObjectSupport
|
575
|
+
end
|
576
|
+
|
577
|
+
class GoogleCloudDiscoveryengineV1betaSearchRequestQueryExpansionSpec
|
578
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
579
|
+
|
580
|
+
include Google::Apis::Core::JsonObjectSupport
|
581
|
+
end
|
582
|
+
|
583
|
+
class GoogleCloudDiscoveryengineV1betaSearchRequestSpellCorrectionSpec
|
584
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
585
|
+
|
586
|
+
include Google::Apis::Core::JsonObjectSupport
|
587
|
+
end
|
588
|
+
|
589
|
+
class GoogleCloudDiscoveryengineV1betaSearchResponse
|
590
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
591
|
+
|
592
|
+
include Google::Apis::Core::JsonObjectSupport
|
593
|
+
end
|
594
|
+
|
595
|
+
class GoogleCloudDiscoveryengineV1betaSearchResponseFacet
|
596
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
597
|
+
|
598
|
+
include Google::Apis::Core::JsonObjectSupport
|
599
|
+
end
|
600
|
+
|
601
|
+
class GoogleCloudDiscoveryengineV1betaSearchResponseFacetFacetValue
|
602
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
603
|
+
|
604
|
+
include Google::Apis::Core::JsonObjectSupport
|
605
|
+
end
|
606
|
+
|
607
|
+
class GoogleCloudDiscoveryengineV1betaSearchResponseGuidedSearchResult
|
608
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
609
|
+
|
610
|
+
include Google::Apis::Core::JsonObjectSupport
|
611
|
+
end
|
612
|
+
|
613
|
+
class GoogleCloudDiscoveryengineV1betaSearchResponseGuidedSearchResultRefinementAttribute
|
614
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
615
|
+
|
616
|
+
include Google::Apis::Core::JsonObjectSupport
|
617
|
+
end
|
618
|
+
|
619
|
+
class GoogleCloudDiscoveryengineV1betaSearchResponseQueryExpansionInfo
|
620
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
621
|
+
|
622
|
+
include Google::Apis::Core::JsonObjectSupport
|
623
|
+
end
|
624
|
+
|
625
|
+
class GoogleCloudDiscoveryengineV1betaSearchResponseSearchResult
|
626
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
627
|
+
|
628
|
+
include Google::Apis::Core::JsonObjectSupport
|
629
|
+
end
|
630
|
+
|
631
|
+
class GoogleCloudDiscoveryengineV1betaSearchResponseSummary
|
632
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
633
|
+
|
634
|
+
include Google::Apis::Core::JsonObjectSupport
|
635
|
+
end
|
636
|
+
|
637
|
+
class GoogleCloudDiscoveryengineV1betaTextInput
|
638
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
639
|
+
|
640
|
+
include Google::Apis::Core::JsonObjectSupport
|
641
|
+
end
|
642
|
+
|
355
643
|
class GoogleCloudDiscoveryengineV1betaTransactionInfo
|
356
644
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
357
645
|
|
358
646
|
include Google::Apis::Core::JsonObjectSupport
|
359
647
|
end
|
360
648
|
|
649
|
+
class GoogleCloudDiscoveryengineV1betaUpdateSchemaMetadata
|
650
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
651
|
+
|
652
|
+
include Google::Apis::Core::JsonObjectSupport
|
653
|
+
end
|
654
|
+
|
361
655
|
class GoogleCloudDiscoveryengineV1betaUserEvent
|
362
656
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
363
657
|
|
@@ -468,27 +762,43 @@ module Google
|
|
468
762
|
end
|
469
763
|
end
|
470
764
|
|
471
|
-
class
|
765
|
+
class GoogleCloudDiscoveryengineV1CreateSchemaMetadata
|
472
766
|
# @private
|
473
767
|
class Representation < Google::Apis::Core::JsonRepresentation
|
474
768
|
property :create_time, as: 'createTime'
|
475
|
-
property :failure_count, :numeric_string => true, as: 'failureCount'
|
476
|
-
property :success_count, :numeric_string => true, as: 'successCount'
|
477
769
|
property :update_time, as: 'updateTime'
|
478
770
|
end
|
479
771
|
end
|
480
772
|
|
481
|
-
class
|
773
|
+
class GoogleCloudDiscoveryengineV1DeleteSchemaMetadata
|
482
774
|
# @private
|
483
775
|
class Representation < Google::Apis::Core::JsonRepresentation
|
484
|
-
property :
|
485
|
-
|
486
|
-
collection :error_samples, as: 'errorSamples', class: Google::Apis::DiscoveryengineV1beta::GoogleRpcStatus, decorator: Google::Apis::DiscoveryengineV1beta::GoogleRpcStatus::Representation
|
487
|
-
|
776
|
+
property :create_time, as: 'createTime'
|
777
|
+
property :update_time, as: 'updateTime'
|
488
778
|
end
|
489
779
|
end
|
490
780
|
|
491
|
-
class
|
781
|
+
class GoogleCloudDiscoveryengineV1ImportDocumentsMetadata
|
782
|
+
# @private
|
783
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
784
|
+
property :create_time, as: 'createTime'
|
785
|
+
property :failure_count, :numeric_string => true, as: 'failureCount'
|
786
|
+
property :success_count, :numeric_string => true, as: 'successCount'
|
787
|
+
property :update_time, as: 'updateTime'
|
788
|
+
end
|
789
|
+
end
|
790
|
+
|
791
|
+
class GoogleCloudDiscoveryengineV1ImportDocumentsResponse
|
792
|
+
# @private
|
793
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
794
|
+
property :error_config, as: 'errorConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1ImportErrorConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1ImportErrorConfig::Representation
|
795
|
+
|
796
|
+
collection :error_samples, as: 'errorSamples', class: Google::Apis::DiscoveryengineV1beta::GoogleRpcStatus, decorator: Google::Apis::DiscoveryengineV1beta::GoogleRpcStatus::Representation
|
797
|
+
|
798
|
+
end
|
799
|
+
end
|
800
|
+
|
801
|
+
class GoogleCloudDiscoveryengineV1ImportErrorConfig
|
492
802
|
# @private
|
493
803
|
class Representation < Google::Apis::Core::JsonRepresentation
|
494
804
|
property :gcs_prefix, as: 'gcsPrefix'
|
@@ -544,6 +854,14 @@ module Google
|
|
544
854
|
end
|
545
855
|
end
|
546
856
|
|
857
|
+
class GoogleCloudDiscoveryengineV1UpdateSchemaMetadata
|
858
|
+
# @private
|
859
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
860
|
+
property :create_time, as: 'createTime'
|
861
|
+
property :update_time, as: 'updateTime'
|
862
|
+
end
|
863
|
+
end
|
864
|
+
|
547
865
|
class GoogleCloudDiscoveryengineV1alphaBatchCreateTargetSitesResponse
|
548
866
|
# @private
|
549
867
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -552,6 +870,37 @@ module Google
|
|
552
870
|
end
|
553
871
|
end
|
554
872
|
|
873
|
+
class GoogleCloudDiscoveryengineV1alphaCreateSchemaMetadata
|
874
|
+
# @private
|
875
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
876
|
+
property :create_time, as: 'createTime'
|
877
|
+
property :update_time, as: 'updateTime'
|
878
|
+
end
|
879
|
+
end
|
880
|
+
|
881
|
+
class GoogleCloudDiscoveryengineV1alphaDeleteSchemaMetadata
|
882
|
+
# @private
|
883
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
884
|
+
property :create_time, as: 'createTime'
|
885
|
+
property :update_time, as: 'updateTime'
|
886
|
+
end
|
887
|
+
end
|
888
|
+
|
889
|
+
class GoogleCloudDiscoveryengineV1alphaFieldConfig
|
890
|
+
# @private
|
891
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
892
|
+
property :completable_option, as: 'completableOption'
|
893
|
+
property :dynamic_facetable_option, as: 'dynamicFacetableOption'
|
894
|
+
property :field_path, as: 'fieldPath'
|
895
|
+
property :field_type, as: 'fieldType'
|
896
|
+
property :indexable_option, as: 'indexableOption'
|
897
|
+
property :key_property_type, as: 'keyPropertyType'
|
898
|
+
property :recs_filterable_option, as: 'recsFilterableOption'
|
899
|
+
property :retrievable_option, as: 'retrievableOption'
|
900
|
+
property :searchable_option, as: 'searchableOption'
|
901
|
+
end
|
902
|
+
end
|
903
|
+
|
555
904
|
class GoogleCloudDiscoveryengineV1alphaImportDocumentsMetadata
|
556
905
|
# @private
|
557
906
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -639,6 +988,8 @@ module Google
|
|
639
988
|
class GoogleCloudDiscoveryengineV1alphaSchema
|
640
989
|
# @private
|
641
990
|
class Representation < Google::Apis::Core::JsonRepresentation
|
991
|
+
collection :field_configs, as: 'fieldConfigs', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaFieldConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaFieldConfig::Representation
|
992
|
+
|
642
993
|
property :json_schema, as: 'jsonSchema'
|
643
994
|
property :name, as: 'name'
|
644
995
|
hash :struct_schema, as: 'structSchema'
|
@@ -657,7 +1008,10 @@ module Google
|
|
657
1008
|
# @private
|
658
1009
|
class Representation < Google::Apis::Core::JsonRepresentation
|
659
1010
|
property :exact_match, as: 'exactMatch'
|
1011
|
+
property :failure_reason, as: 'failureReason', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaTargetSiteFailureReason, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaTargetSiteFailureReason::Representation
|
1012
|
+
|
660
1013
|
property :generated_uri_pattern, as: 'generatedUriPattern'
|
1014
|
+
property :indexing_status, as: 'indexingStatus'
|
661
1015
|
property :name, as: 'name'
|
662
1016
|
property :provided_uri_pattern, as: 'providedUriPattern'
|
663
1017
|
property :site_verification_info, as: 'siteVerificationInfo', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaSiteVerificationInfo, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaSiteVerificationInfo::Representation
|
@@ -667,6 +1021,29 @@ module Google
|
|
667
1021
|
end
|
668
1022
|
end
|
669
1023
|
|
1024
|
+
class GoogleCloudDiscoveryengineV1alphaTargetSiteFailureReason
|
1025
|
+
# @private
|
1026
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1027
|
+
property :quota_failure, as: 'quotaFailure', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaTargetSiteFailureReasonQuotaFailure, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaTargetSiteFailureReasonQuotaFailure::Representation
|
1028
|
+
|
1029
|
+
end
|
1030
|
+
end
|
1031
|
+
|
1032
|
+
class GoogleCloudDiscoveryengineV1alphaTargetSiteFailureReasonQuotaFailure
|
1033
|
+
# @private
|
1034
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1035
|
+
property :total_required_quota, :numeric_string => true, as: 'totalRequiredQuota'
|
1036
|
+
end
|
1037
|
+
end
|
1038
|
+
|
1039
|
+
class GoogleCloudDiscoveryengineV1alphaUpdateSchemaMetadata
|
1040
|
+
# @private
|
1041
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1042
|
+
property :create_time, as: 'createTime'
|
1043
|
+
property :update_time, as: 'updateTime'
|
1044
|
+
end
|
1045
|
+
end
|
1046
|
+
|
670
1047
|
class GoogleCloudDiscoveryengineV1betaBigQuerySource
|
671
1048
|
# @private
|
672
1049
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -680,6 +1057,23 @@ module Google
|
|
680
1057
|
end
|
681
1058
|
end
|
682
1059
|
|
1060
|
+
class GoogleCloudDiscoveryengineV1betaCompleteQueryResponse
|
1061
|
+
# @private
|
1062
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1063
|
+
collection :query_suggestions, as: 'querySuggestions', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaCompleteQueryResponseQuerySuggestion, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaCompleteQueryResponseQuerySuggestion::Representation
|
1064
|
+
|
1065
|
+
property :tail_match_triggered, as: 'tailMatchTriggered'
|
1066
|
+
end
|
1067
|
+
end
|
1068
|
+
|
1069
|
+
class GoogleCloudDiscoveryengineV1betaCompleteQueryResponseQuerySuggestion
|
1070
|
+
# @private
|
1071
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1072
|
+
collection :completable_field_path, as: 'completableFieldPath'
|
1073
|
+
property :suggestion, as: 'suggestion'
|
1074
|
+
end
|
1075
|
+
end
|
1076
|
+
|
683
1077
|
class GoogleCloudDiscoveryengineV1betaCompletionInfo
|
684
1078
|
# @private
|
685
1079
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -688,6 +1082,72 @@ module Google
|
|
688
1082
|
end
|
689
1083
|
end
|
690
1084
|
|
1085
|
+
class GoogleCloudDiscoveryengineV1betaConversation
|
1086
|
+
# @private
|
1087
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1088
|
+
property :end_time, as: 'endTime'
|
1089
|
+
collection :messages, as: 'messages', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaConversationMessage, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaConversationMessage::Representation
|
1090
|
+
|
1091
|
+
property :name, as: 'name'
|
1092
|
+
property :start_time, as: 'startTime'
|
1093
|
+
property :state, as: 'state'
|
1094
|
+
property :user_pseudo_id, as: 'userPseudoId'
|
1095
|
+
end
|
1096
|
+
end
|
1097
|
+
|
1098
|
+
class GoogleCloudDiscoveryengineV1betaConversationContext
|
1099
|
+
# @private
|
1100
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1101
|
+
property :active_document, as: 'activeDocument'
|
1102
|
+
collection :context_documents, as: 'contextDocuments'
|
1103
|
+
end
|
1104
|
+
end
|
1105
|
+
|
1106
|
+
class GoogleCloudDiscoveryengineV1betaConversationMessage
|
1107
|
+
# @private
|
1108
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1109
|
+
property :create_time, as: 'createTime'
|
1110
|
+
property :reply, as: 'reply', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaReply, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaReply::Representation
|
1111
|
+
|
1112
|
+
property :user_input, as: 'userInput', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaTextInput, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaTextInput::Representation
|
1113
|
+
|
1114
|
+
end
|
1115
|
+
end
|
1116
|
+
|
1117
|
+
class GoogleCloudDiscoveryengineV1betaConverseConversationRequest
|
1118
|
+
# @private
|
1119
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1120
|
+
property :conversation, as: 'conversation', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaConversation, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaConversation::Representation
|
1121
|
+
|
1122
|
+
property :query, as: 'query', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaTextInput, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaTextInput::Representation
|
1123
|
+
|
1124
|
+
property :safe_search, as: 'safeSearch'
|
1125
|
+
property :serving_config, as: 'servingConfig'
|
1126
|
+
hash :user_labels, as: 'userLabels'
|
1127
|
+
end
|
1128
|
+
end
|
1129
|
+
|
1130
|
+
class GoogleCloudDiscoveryengineV1betaConverseConversationResponse
|
1131
|
+
# @private
|
1132
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1133
|
+
property :conversation, as: 'conversation', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaConversation, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaConversation::Representation
|
1134
|
+
|
1135
|
+
collection :related_questions, as: 'relatedQuestions'
|
1136
|
+
property :reply, as: 'reply', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaReply, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaReply::Representation
|
1137
|
+
|
1138
|
+
collection :search_results, as: 'searchResults', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchResponseSearchResult, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchResponseSearchResult::Representation
|
1139
|
+
|
1140
|
+
end
|
1141
|
+
end
|
1142
|
+
|
1143
|
+
class GoogleCloudDiscoveryengineV1betaCreateSchemaMetadata
|
1144
|
+
# @private
|
1145
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1146
|
+
property :create_time, as: 'createTime'
|
1147
|
+
property :update_time, as: 'updateTime'
|
1148
|
+
end
|
1149
|
+
end
|
1150
|
+
|
691
1151
|
class GoogleCloudDiscoveryengineV1betaCustomAttribute
|
692
1152
|
# @private
|
693
1153
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -696,9 +1156,20 @@ module Google
|
|
696
1156
|
end
|
697
1157
|
end
|
698
1158
|
|
1159
|
+
class GoogleCloudDiscoveryengineV1betaDeleteSchemaMetadata
|
1160
|
+
# @private
|
1161
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1162
|
+
property :create_time, as: 'createTime'
|
1163
|
+
property :update_time, as: 'updateTime'
|
1164
|
+
end
|
1165
|
+
end
|
1166
|
+
|
699
1167
|
class GoogleCloudDiscoveryengineV1betaDocument
|
700
1168
|
# @private
|
701
1169
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1170
|
+
property :content, as: 'content', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaDocumentContent, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaDocumentContent::Representation
|
1171
|
+
|
1172
|
+
hash :derived_struct_data, as: 'derivedStructData'
|
702
1173
|
property :id, as: 'id'
|
703
1174
|
property :json_data, as: 'jsonData'
|
704
1175
|
property :name, as: 'name'
|
@@ -708,6 +1179,15 @@ module Google
|
|
708
1179
|
end
|
709
1180
|
end
|
710
1181
|
|
1182
|
+
class GoogleCloudDiscoveryengineV1betaDocumentContent
|
1183
|
+
# @private
|
1184
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1185
|
+
property :mime_type, as: 'mimeType'
|
1186
|
+
property :raw_bytes, :base64 => true, as: 'rawBytes'
|
1187
|
+
property :uri, as: 'uri'
|
1188
|
+
end
|
1189
|
+
end
|
1190
|
+
|
711
1191
|
class GoogleCloudDiscoveryengineV1betaDocumentInfo
|
712
1192
|
# @private
|
713
1193
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -719,6 +1199,13 @@ module Google
|
|
719
1199
|
end
|
720
1200
|
end
|
721
1201
|
|
1202
|
+
class GoogleCloudDiscoveryengineV1betaDoubleList
|
1203
|
+
# @private
|
1204
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1205
|
+
collection :values, as: 'values'
|
1206
|
+
end
|
1207
|
+
end
|
1208
|
+
|
722
1209
|
class GoogleCloudDiscoveryengineV1betaGcsSource
|
723
1210
|
# @private
|
724
1211
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -823,6 +1310,25 @@ module Google
|
|
823
1310
|
end
|
824
1311
|
end
|
825
1312
|
|
1313
|
+
class GoogleCloudDiscoveryengineV1betaInterval
|
1314
|
+
# @private
|
1315
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1316
|
+
property :exclusive_maximum, as: 'exclusiveMaximum'
|
1317
|
+
property :exclusive_minimum, as: 'exclusiveMinimum'
|
1318
|
+
property :maximum, as: 'maximum'
|
1319
|
+
property :minimum, as: 'minimum'
|
1320
|
+
end
|
1321
|
+
end
|
1322
|
+
|
1323
|
+
class GoogleCloudDiscoveryengineV1betaListConversationsResponse
|
1324
|
+
# @private
|
1325
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1326
|
+
collection :conversations, as: 'conversations', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaConversation, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaConversation::Representation
|
1327
|
+
|
1328
|
+
property :next_page_token, as: 'nextPageToken'
|
1329
|
+
end
|
1330
|
+
end
|
1331
|
+
|
826
1332
|
class GoogleCloudDiscoveryengineV1betaListDocumentsResponse
|
827
1333
|
# @private
|
828
1334
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -832,6 +1338,15 @@ module Google
|
|
832
1338
|
end
|
833
1339
|
end
|
834
1340
|
|
1341
|
+
class GoogleCloudDiscoveryengineV1betaListSchemasResponse
|
1342
|
+
# @private
|
1343
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1344
|
+
property :next_page_token, as: 'nextPageToken'
|
1345
|
+
collection :schemas, as: 'schemas', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSchema, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSchema::Representation
|
1346
|
+
|
1347
|
+
end
|
1348
|
+
end
|
1349
|
+
|
835
1350
|
class GoogleCloudDiscoveryengineV1betaMediaInfo
|
836
1351
|
# @private
|
837
1352
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -920,6 +1435,27 @@ module Google
|
|
920
1435
|
end
|
921
1436
|
end
|
922
1437
|
|
1438
|
+
class GoogleCloudDiscoveryengineV1betaReply
|
1439
|
+
# @private
|
1440
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1441
|
+
collection :references, as: 'references', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaReplyReference, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaReplyReference::Representation
|
1442
|
+
|
1443
|
+
property :reply, as: 'reply'
|
1444
|
+
property :summary, as: 'summary', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchResponseSummary, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchResponseSummary::Representation
|
1445
|
+
|
1446
|
+
end
|
1447
|
+
end
|
1448
|
+
|
1449
|
+
class GoogleCloudDiscoveryengineV1betaReplyReference
|
1450
|
+
# @private
|
1451
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1452
|
+
property :anchor_text, as: 'anchorText'
|
1453
|
+
property :end, as: 'end'
|
1454
|
+
property :start, as: 'start'
|
1455
|
+
property :uri, as: 'uri'
|
1456
|
+
end
|
1457
|
+
end
|
1458
|
+
|
923
1459
|
class GoogleCloudDiscoveryengineV1betaSchema
|
924
1460
|
# @private
|
925
1461
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -938,6 +1474,257 @@ module Google
|
|
938
1474
|
end
|
939
1475
|
end
|
940
1476
|
|
1477
|
+
class GoogleCloudDiscoveryengineV1betaSearchRequest
|
1478
|
+
# @private
|
1479
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1480
|
+
property :boost_spec, as: 'boostSpec', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestBoostSpec, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestBoostSpec::Representation
|
1481
|
+
|
1482
|
+
property :branch, as: 'branch'
|
1483
|
+
property :content_search_spec, as: 'contentSearchSpec', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpec, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpec::Representation
|
1484
|
+
|
1485
|
+
property :embedding_spec, as: 'embeddingSpec', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestEmbeddingSpec, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestEmbeddingSpec::Representation
|
1486
|
+
|
1487
|
+
collection :facet_specs, as: 'facetSpecs', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestFacetSpec, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestFacetSpec::Representation
|
1488
|
+
|
1489
|
+
property :filter, as: 'filter'
|
1490
|
+
property :image_query, as: 'imageQuery', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestImageQuery, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestImageQuery::Representation
|
1491
|
+
|
1492
|
+
property :offset, as: 'offset'
|
1493
|
+
property :order_by, as: 'orderBy'
|
1494
|
+
property :page_size, as: 'pageSize'
|
1495
|
+
property :page_token, as: 'pageToken'
|
1496
|
+
hash :params, as: 'params'
|
1497
|
+
property :query, as: 'query'
|
1498
|
+
property :query_expansion_spec, as: 'queryExpansionSpec', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestQueryExpansionSpec, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestQueryExpansionSpec::Representation
|
1499
|
+
|
1500
|
+
property :ranking_expression, as: 'rankingExpression'
|
1501
|
+
property :safe_search, as: 'safeSearch'
|
1502
|
+
property :spell_correction_spec, as: 'spellCorrectionSpec', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestSpellCorrectionSpec, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestSpellCorrectionSpec::Representation
|
1503
|
+
|
1504
|
+
property :user_info, as: 'userInfo', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaUserInfo, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaUserInfo::Representation
|
1505
|
+
|
1506
|
+
hash :user_labels, as: 'userLabels'
|
1507
|
+
property :user_pseudo_id, as: 'userPseudoId'
|
1508
|
+
end
|
1509
|
+
end
|
1510
|
+
|
1511
|
+
class GoogleCloudDiscoveryengineV1betaSearchRequestBoostSpec
|
1512
|
+
# @private
|
1513
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1514
|
+
collection :condition_boost_specs, as: 'conditionBoostSpecs', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestBoostSpecConditionBoostSpec, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestBoostSpecConditionBoostSpec::Representation
|
1515
|
+
|
1516
|
+
end
|
1517
|
+
end
|
1518
|
+
|
1519
|
+
class GoogleCloudDiscoveryengineV1betaSearchRequestBoostSpecConditionBoostSpec
|
1520
|
+
# @private
|
1521
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1522
|
+
property :boost, as: 'boost'
|
1523
|
+
property :condition, as: 'condition'
|
1524
|
+
end
|
1525
|
+
end
|
1526
|
+
|
1527
|
+
class GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpec
|
1528
|
+
# @private
|
1529
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1530
|
+
property :extractive_content_spec, as: 'extractiveContentSpec', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpecExtractiveContentSpec, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpecExtractiveContentSpec::Representation
|
1531
|
+
|
1532
|
+
property :snippet_spec, as: 'snippetSpec', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpecSnippetSpec, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpecSnippetSpec::Representation
|
1533
|
+
|
1534
|
+
property :summary_spec, as: 'summarySpec', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpecSummarySpec, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpecSummarySpec::Representation
|
1535
|
+
|
1536
|
+
end
|
1537
|
+
end
|
1538
|
+
|
1539
|
+
class GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpecExtractiveContentSpec
|
1540
|
+
# @private
|
1541
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1542
|
+
property :max_extractive_answer_count, as: 'maxExtractiveAnswerCount'
|
1543
|
+
property :max_extractive_segment_count, as: 'maxExtractiveSegmentCount'
|
1544
|
+
property :num_next_segments, as: 'numNextSegments'
|
1545
|
+
property :num_previous_segments, as: 'numPreviousSegments'
|
1546
|
+
property :return_extractive_segment_score, as: 'returnExtractiveSegmentScore'
|
1547
|
+
end
|
1548
|
+
end
|
1549
|
+
|
1550
|
+
class GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpecSnippetSpec
|
1551
|
+
# @private
|
1552
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1553
|
+
property :max_snippet_count, as: 'maxSnippetCount'
|
1554
|
+
property :reference_only, as: 'referenceOnly'
|
1555
|
+
property :return_snippet, as: 'returnSnippet'
|
1556
|
+
end
|
1557
|
+
end
|
1558
|
+
|
1559
|
+
class GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpecSummarySpec
|
1560
|
+
# @private
|
1561
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1562
|
+
property :ignore_adversarial_query, as: 'ignoreAdversarialQuery'
|
1563
|
+
property :ignore_non_summary_seeking_query, as: 'ignoreNonSummarySeekingQuery'
|
1564
|
+
property :include_citations, as: 'includeCitations'
|
1565
|
+
property :language_code, as: 'languageCode'
|
1566
|
+
property :summary_result_count, as: 'summaryResultCount'
|
1567
|
+
end
|
1568
|
+
end
|
1569
|
+
|
1570
|
+
class GoogleCloudDiscoveryengineV1betaSearchRequestEmbeddingSpec
|
1571
|
+
# @private
|
1572
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1573
|
+
collection :embedding_vectors, as: 'embeddingVectors', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestEmbeddingSpecEmbeddingVector, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestEmbeddingSpecEmbeddingVector::Representation
|
1574
|
+
|
1575
|
+
end
|
1576
|
+
end
|
1577
|
+
|
1578
|
+
class GoogleCloudDiscoveryengineV1betaSearchRequestEmbeddingSpecEmbeddingVector
|
1579
|
+
# @private
|
1580
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1581
|
+
property :field_path, as: 'fieldPath'
|
1582
|
+
collection :vector, as: 'vector'
|
1583
|
+
end
|
1584
|
+
end
|
1585
|
+
|
1586
|
+
class GoogleCloudDiscoveryengineV1betaSearchRequestFacetSpec
|
1587
|
+
# @private
|
1588
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1589
|
+
property :enable_dynamic_position, as: 'enableDynamicPosition'
|
1590
|
+
collection :excluded_filter_keys, as: 'excludedFilterKeys'
|
1591
|
+
property :facet_key, as: 'facetKey', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestFacetSpecFacetKey, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestFacetSpecFacetKey::Representation
|
1592
|
+
|
1593
|
+
property :limit, as: 'limit'
|
1594
|
+
end
|
1595
|
+
end
|
1596
|
+
|
1597
|
+
class GoogleCloudDiscoveryengineV1betaSearchRequestFacetSpecFacetKey
|
1598
|
+
# @private
|
1599
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1600
|
+
property :case_insensitive, as: 'caseInsensitive'
|
1601
|
+
collection :contains, as: 'contains'
|
1602
|
+
collection :intervals, as: 'intervals', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaInterval, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaInterval::Representation
|
1603
|
+
|
1604
|
+
property :key, as: 'key'
|
1605
|
+
property :order_by, as: 'orderBy'
|
1606
|
+
collection :prefixes, as: 'prefixes'
|
1607
|
+
collection :restricted_values, as: 'restrictedValues'
|
1608
|
+
end
|
1609
|
+
end
|
1610
|
+
|
1611
|
+
class GoogleCloudDiscoveryengineV1betaSearchRequestImageQuery
|
1612
|
+
# @private
|
1613
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1614
|
+
property :image_bytes, as: 'imageBytes'
|
1615
|
+
end
|
1616
|
+
end
|
1617
|
+
|
1618
|
+
class GoogleCloudDiscoveryengineV1betaSearchRequestQueryExpansionSpec
|
1619
|
+
# @private
|
1620
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1621
|
+
property :condition, as: 'condition'
|
1622
|
+
property :pin_unexpanded_results, as: 'pinUnexpandedResults'
|
1623
|
+
end
|
1624
|
+
end
|
1625
|
+
|
1626
|
+
class GoogleCloudDiscoveryengineV1betaSearchRequestSpellCorrectionSpec
|
1627
|
+
# @private
|
1628
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1629
|
+
property :mode, as: 'mode'
|
1630
|
+
end
|
1631
|
+
end
|
1632
|
+
|
1633
|
+
class GoogleCloudDiscoveryengineV1betaSearchResponse
|
1634
|
+
# @private
|
1635
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1636
|
+
collection :applied_controls, as: 'appliedControls'
|
1637
|
+
property :attribution_token, as: 'attributionToken'
|
1638
|
+
property :corrected_query, as: 'correctedQuery'
|
1639
|
+
collection :facets, as: 'facets', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchResponseFacet, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchResponseFacet::Representation
|
1640
|
+
|
1641
|
+
property :guided_search_result, as: 'guidedSearchResult', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchResponseGuidedSearchResult, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchResponseGuidedSearchResult::Representation
|
1642
|
+
|
1643
|
+
property :next_page_token, as: 'nextPageToken'
|
1644
|
+
property :query_expansion_info, as: 'queryExpansionInfo', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchResponseQueryExpansionInfo, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchResponseQueryExpansionInfo::Representation
|
1645
|
+
|
1646
|
+
property :redirect_uri, as: 'redirectUri'
|
1647
|
+
collection :results, as: 'results', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchResponseSearchResult, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchResponseSearchResult::Representation
|
1648
|
+
|
1649
|
+
property :summary, as: 'summary', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchResponseSummary, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchResponseSummary::Representation
|
1650
|
+
|
1651
|
+
property :total_size, as: 'totalSize'
|
1652
|
+
end
|
1653
|
+
end
|
1654
|
+
|
1655
|
+
class GoogleCloudDiscoveryengineV1betaSearchResponseFacet
|
1656
|
+
# @private
|
1657
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1658
|
+
property :dynamic_facet, as: 'dynamicFacet'
|
1659
|
+
property :key, as: 'key'
|
1660
|
+
collection :values, as: 'values', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchResponseFacetFacetValue, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchResponseFacetFacetValue::Representation
|
1661
|
+
|
1662
|
+
end
|
1663
|
+
end
|
1664
|
+
|
1665
|
+
class GoogleCloudDiscoveryengineV1betaSearchResponseFacetFacetValue
|
1666
|
+
# @private
|
1667
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1668
|
+
property :count, :numeric_string => true, as: 'count'
|
1669
|
+
property :interval, as: 'interval', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaInterval, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaInterval::Representation
|
1670
|
+
|
1671
|
+
property :value, as: 'value'
|
1672
|
+
end
|
1673
|
+
end
|
1674
|
+
|
1675
|
+
class GoogleCloudDiscoveryengineV1betaSearchResponseGuidedSearchResult
|
1676
|
+
# @private
|
1677
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1678
|
+
collection :follow_up_questions, as: 'followUpQuestions'
|
1679
|
+
collection :refinement_attributes, as: 'refinementAttributes', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchResponseGuidedSearchResultRefinementAttribute, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchResponseGuidedSearchResultRefinementAttribute::Representation
|
1680
|
+
|
1681
|
+
end
|
1682
|
+
end
|
1683
|
+
|
1684
|
+
class GoogleCloudDiscoveryengineV1betaSearchResponseGuidedSearchResultRefinementAttribute
|
1685
|
+
# @private
|
1686
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1687
|
+
property :attribute_key, as: 'attributeKey'
|
1688
|
+
property :attribute_value, as: 'attributeValue'
|
1689
|
+
end
|
1690
|
+
end
|
1691
|
+
|
1692
|
+
class GoogleCloudDiscoveryengineV1betaSearchResponseQueryExpansionInfo
|
1693
|
+
# @private
|
1694
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1695
|
+
property :expanded_query, as: 'expandedQuery'
|
1696
|
+
property :pinned_result_count, :numeric_string => true, as: 'pinnedResultCount'
|
1697
|
+
end
|
1698
|
+
end
|
1699
|
+
|
1700
|
+
class GoogleCloudDiscoveryengineV1betaSearchResponseSearchResult
|
1701
|
+
# @private
|
1702
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1703
|
+
property :document, as: 'document', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaDocument, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaDocument::Representation
|
1704
|
+
|
1705
|
+
property :id, as: 'id'
|
1706
|
+
hash :model_scores, as: 'modelScores', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaDoubleList, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaDoubleList::Representation
|
1707
|
+
|
1708
|
+
end
|
1709
|
+
end
|
1710
|
+
|
1711
|
+
class GoogleCloudDiscoveryengineV1betaSearchResponseSummary
|
1712
|
+
# @private
|
1713
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1714
|
+
collection :summary_skipped_reasons, as: 'summarySkippedReasons'
|
1715
|
+
property :summary_text, as: 'summaryText'
|
1716
|
+
end
|
1717
|
+
end
|
1718
|
+
|
1719
|
+
class GoogleCloudDiscoveryengineV1betaTextInput
|
1720
|
+
# @private
|
1721
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1722
|
+
property :context, as: 'context', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaConversationContext, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaConversationContext::Representation
|
1723
|
+
|
1724
|
+
property :input, as: 'input'
|
1725
|
+
end
|
1726
|
+
end
|
1727
|
+
|
941
1728
|
class GoogleCloudDiscoveryengineV1betaTransactionInfo
|
942
1729
|
# @private
|
943
1730
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -950,6 +1737,14 @@ module Google
|
|
950
1737
|
end
|
951
1738
|
end
|
952
1739
|
|
1740
|
+
class GoogleCloudDiscoveryengineV1betaUpdateSchemaMetadata
|
1741
|
+
# @private
|
1742
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1743
|
+
property :create_time, as: 'createTime'
|
1744
|
+
property :update_time, as: 'updateTime'
|
1745
|
+
end
|
1746
|
+
end
|
1747
|
+
|
953
1748
|
class GoogleCloudDiscoveryengineV1betaUserEvent
|
954
1749
|
# @private
|
955
1750
|
class Representation < Google::Apis::Core::JsonRepresentation
|