google-apis-discoveryengine_v1beta 0.50.0 → 0.51.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 +5 -0
- data/OVERVIEW.md +1 -1
- data/lib/google/apis/discoveryengine_v1beta/classes.rb +3378 -239
- data/lib/google/apis/discoveryengine_v1beta/gem_version.rb +3 -3
- data/lib/google/apis/discoveryengine_v1beta/representations.rb +1284 -34
- data/lib/google/apis/discoveryengine_v1beta/service.rb +857 -156
- data/lib/google/apis/discoveryengine_v1beta.rb +1 -1
- metadata +4 -4
@@ -22,12 +22,72 @@ module Google
|
|
22
22
|
module Apis
|
23
23
|
module DiscoveryengineV1beta
|
24
24
|
|
25
|
+
class GoogleApiDistribution
|
26
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
27
|
+
|
28
|
+
include Google::Apis::Core::JsonObjectSupport
|
29
|
+
end
|
30
|
+
|
31
|
+
class GoogleApiDistributionBucketOptions
|
32
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
33
|
+
|
34
|
+
include Google::Apis::Core::JsonObjectSupport
|
35
|
+
end
|
36
|
+
|
37
|
+
class GoogleApiDistributionBucketOptionsExplicit
|
38
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
39
|
+
|
40
|
+
include Google::Apis::Core::JsonObjectSupport
|
41
|
+
end
|
42
|
+
|
43
|
+
class GoogleApiDistributionBucketOptionsExponential
|
44
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
45
|
+
|
46
|
+
include Google::Apis::Core::JsonObjectSupport
|
47
|
+
end
|
48
|
+
|
49
|
+
class GoogleApiDistributionBucketOptionsLinear
|
50
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
51
|
+
|
52
|
+
include Google::Apis::Core::JsonObjectSupport
|
53
|
+
end
|
54
|
+
|
55
|
+
class GoogleApiDistributionExemplar
|
56
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
57
|
+
|
58
|
+
include Google::Apis::Core::JsonObjectSupport
|
59
|
+
end
|
60
|
+
|
61
|
+
class GoogleApiDistributionRange
|
62
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
63
|
+
|
64
|
+
include Google::Apis::Core::JsonObjectSupport
|
65
|
+
end
|
66
|
+
|
25
67
|
class GoogleApiHttpBody
|
26
68
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
27
69
|
|
28
70
|
include Google::Apis::Core::JsonObjectSupport
|
29
71
|
end
|
30
72
|
|
73
|
+
class GoogleApiMetric
|
74
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
75
|
+
|
76
|
+
include Google::Apis::Core::JsonObjectSupport
|
77
|
+
end
|
78
|
+
|
79
|
+
class GoogleApiMonitoredResource
|
80
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
81
|
+
|
82
|
+
include Google::Apis::Core::JsonObjectSupport
|
83
|
+
end
|
84
|
+
|
85
|
+
class GoogleApiMonitoredResourceMetadata
|
86
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
87
|
+
|
88
|
+
include Google::Apis::Core::JsonObjectSupport
|
89
|
+
end
|
90
|
+
|
31
91
|
class GoogleCloudDiscoveryengineLoggingErrorContext
|
32
92
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
33
93
|
|
@@ -64,6 +124,12 @@ module Google
|
|
64
124
|
include Google::Apis::Core::JsonObjectSupport
|
65
125
|
end
|
66
126
|
|
127
|
+
class GoogleCloudDiscoveryengineV1AdvancedSiteSearchConfig
|
128
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
129
|
+
|
130
|
+
include Google::Apis::Core::JsonObjectSupport
|
131
|
+
end
|
132
|
+
|
67
133
|
class GoogleCloudDiscoveryengineV1BatchCreateTargetSiteMetadata
|
68
134
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
69
135
|
|
@@ -76,6 +142,12 @@ module Google
|
|
76
142
|
include Google::Apis::Core::JsonObjectSupport
|
77
143
|
end
|
78
144
|
|
145
|
+
class GoogleCloudDiscoveryengineV1CmekConfig
|
146
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
147
|
+
|
148
|
+
include Google::Apis::Core::JsonObjectSupport
|
149
|
+
end
|
150
|
+
|
79
151
|
class GoogleCloudDiscoveryengineV1Condition
|
80
152
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
81
153
|
|
@@ -112,6 +184,12 @@ module Google
|
|
112
184
|
include Google::Apis::Core::JsonObjectSupport
|
113
185
|
end
|
114
186
|
|
187
|
+
class GoogleCloudDiscoveryengineV1ControlPromoteAction
|
188
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
189
|
+
|
190
|
+
include Google::Apis::Core::JsonObjectSupport
|
191
|
+
end
|
192
|
+
|
115
193
|
class GoogleCloudDiscoveryengineV1ControlRedirectAction
|
116
194
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
117
195
|
|
@@ -154,6 +232,18 @@ module Google
|
|
154
232
|
include Google::Apis::Core::JsonObjectSupport
|
155
233
|
end
|
156
234
|
|
235
|
+
class GoogleCloudDiscoveryengineV1DataStoreBillingEstimation
|
236
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
237
|
+
|
238
|
+
include Google::Apis::Core::JsonObjectSupport
|
239
|
+
end
|
240
|
+
|
241
|
+
class GoogleCloudDiscoveryengineV1DataStoreServingConfigDataStore
|
242
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
243
|
+
|
244
|
+
include Google::Apis::Core::JsonObjectSupport
|
245
|
+
end
|
246
|
+
|
157
247
|
class GoogleCloudDiscoveryengineV1DeleteDataStoreMetadata
|
158
248
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
249
|
|
@@ -394,6 +484,12 @@ module Google
|
|
394
484
|
include Google::Apis::Core::JsonObjectSupport
|
395
485
|
end
|
396
486
|
|
487
|
+
class GoogleCloudDiscoveryengineV1SearchLinkPromotion
|
488
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
489
|
+
|
490
|
+
include Google::Apis::Core::JsonObjectSupport
|
491
|
+
end
|
492
|
+
|
397
493
|
class GoogleCloudDiscoveryengineV1SiteVerificationInfo
|
398
494
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
399
495
|
|
@@ -418,6 +514,24 @@ module Google
|
|
418
514
|
include Google::Apis::Core::JsonObjectSupport
|
419
515
|
end
|
420
516
|
|
517
|
+
class GoogleCloudDiscoveryengineV1TrainCustomModelMetadata
|
518
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
519
|
+
|
520
|
+
include Google::Apis::Core::JsonObjectSupport
|
521
|
+
end
|
522
|
+
|
523
|
+
class GoogleCloudDiscoveryengineV1TrainCustomModelResponse
|
524
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
525
|
+
|
526
|
+
include Google::Apis::Core::JsonObjectSupport
|
527
|
+
end
|
528
|
+
|
529
|
+
class GoogleCloudDiscoveryengineV1UpdateCmekConfigMetadata
|
530
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
531
|
+
|
532
|
+
include Google::Apis::Core::JsonObjectSupport
|
533
|
+
end
|
534
|
+
|
421
535
|
class GoogleCloudDiscoveryengineV1UpdateSchemaMetadata
|
422
536
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
423
537
|
|
@@ -430,12 +544,24 @@ module Google
|
|
430
544
|
include Google::Apis::Core::JsonObjectSupport
|
431
545
|
end
|
432
546
|
|
547
|
+
class GoogleCloudDiscoveryengineV1WorkspaceConfig
|
548
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
549
|
+
|
550
|
+
include Google::Apis::Core::JsonObjectSupport
|
551
|
+
end
|
552
|
+
|
433
553
|
class GoogleCloudDiscoveryengineV1alphaAclConfig
|
434
554
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
435
555
|
|
436
556
|
include Google::Apis::Core::JsonObjectSupport
|
437
557
|
end
|
438
558
|
|
559
|
+
class GoogleCloudDiscoveryengineV1alphaAdvancedSiteSearchConfig
|
560
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
561
|
+
|
562
|
+
include Google::Apis::Core::JsonObjectSupport
|
563
|
+
end
|
564
|
+
|
439
565
|
class GoogleCloudDiscoveryengineV1alphaAnswer
|
440
566
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
441
567
|
|
@@ -484,6 +610,12 @@ module Google
|
|
484
610
|
include Google::Apis::Core::JsonObjectSupport
|
485
611
|
end
|
486
612
|
|
613
|
+
class GoogleCloudDiscoveryengineV1alphaAnswerReferenceStructuredDocumentInfo
|
614
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
615
|
+
|
616
|
+
include Google::Apis::Core::JsonObjectSupport
|
617
|
+
end
|
618
|
+
|
487
619
|
class GoogleCloudDiscoveryengineV1alphaAnswerReferenceUnstructuredDocumentInfo
|
488
620
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
489
621
|
|
@@ -550,6 +682,12 @@ module Google
|
|
550
682
|
include Google::Apis::Core::JsonObjectSupport
|
551
683
|
end
|
552
684
|
|
685
|
+
class GoogleCloudDiscoveryengineV1alphaCmekConfig
|
686
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
687
|
+
|
688
|
+
include Google::Apis::Core::JsonObjectSupport
|
689
|
+
end
|
690
|
+
|
553
691
|
class GoogleCloudDiscoveryengineV1alphaCondition
|
554
692
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
555
693
|
|
@@ -586,6 +724,12 @@ module Google
|
|
586
724
|
include Google::Apis::Core::JsonObjectSupport
|
587
725
|
end
|
588
726
|
|
727
|
+
class GoogleCloudDiscoveryengineV1alphaControlPromoteAction
|
728
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
729
|
+
|
730
|
+
include Google::Apis::Core::JsonObjectSupport
|
731
|
+
end
|
732
|
+
|
589
733
|
class GoogleCloudDiscoveryengineV1alphaControlRedirectAction
|
590
734
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
591
735
|
|
@@ -598,6 +742,12 @@ module Google
|
|
598
742
|
include Google::Apis::Core::JsonObjectSupport
|
599
743
|
end
|
600
744
|
|
745
|
+
class GoogleCloudDiscoveryengineV1alphaCrawlRateTimeSeries
|
746
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
747
|
+
|
748
|
+
include Google::Apis::Core::JsonObjectSupport
|
749
|
+
end
|
750
|
+
|
601
751
|
class GoogleCloudDiscoveryengineV1alphaCreateDataStoreMetadata
|
602
752
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
603
753
|
|
@@ -622,6 +772,12 @@ module Google
|
|
622
772
|
include Google::Apis::Core::JsonObjectSupport
|
623
773
|
end
|
624
774
|
|
775
|
+
class GoogleCloudDiscoveryengineV1alphaCreateSitemapMetadata
|
776
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
777
|
+
|
778
|
+
include Google::Apis::Core::JsonObjectSupport
|
779
|
+
end
|
780
|
+
|
625
781
|
class GoogleCloudDiscoveryengineV1alphaCreateTargetSiteMetadata
|
626
782
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
627
783
|
|
@@ -646,6 +802,24 @@ module Google
|
|
646
802
|
include Google::Apis::Core::JsonObjectSupport
|
647
803
|
end
|
648
804
|
|
805
|
+
class GoogleCloudDiscoveryengineV1alphaDataStoreBillingEstimation
|
806
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
807
|
+
|
808
|
+
include Google::Apis::Core::JsonObjectSupport
|
809
|
+
end
|
810
|
+
|
811
|
+
class GoogleCloudDiscoveryengineV1alphaDataStoreServingConfigDataStore
|
812
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
813
|
+
|
814
|
+
include Google::Apis::Core::JsonObjectSupport
|
815
|
+
end
|
816
|
+
|
817
|
+
class GoogleCloudDiscoveryengineV1alphaDedicatedCrawlRateTimeSeries
|
818
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
819
|
+
|
820
|
+
include Google::Apis::Core::JsonObjectSupport
|
821
|
+
end
|
822
|
+
|
649
823
|
class GoogleCloudDiscoveryengineV1alphaDeleteDataStoreMetadata
|
650
824
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
651
825
|
|
@@ -664,6 +838,12 @@ module Google
|
|
664
838
|
include Google::Apis::Core::JsonObjectSupport
|
665
839
|
end
|
666
840
|
|
841
|
+
class GoogleCloudDiscoveryengineV1alphaDeleteSitemapMetadata
|
842
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
843
|
+
|
844
|
+
include Google::Apis::Core::JsonObjectSupport
|
845
|
+
end
|
846
|
+
|
667
847
|
class GoogleCloudDiscoveryengineV1alphaDeleteTargetSiteMetadata
|
668
848
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
669
849
|
|
@@ -826,13 +1006,13 @@ module Google
|
|
826
1006
|
include Google::Apis::Core::JsonObjectSupport
|
827
1007
|
end
|
828
1008
|
|
829
|
-
class
|
1009
|
+
class GoogleCloudDiscoveryengineV1alphaFetchSitemapsResponse
|
830
1010
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
831
1011
|
|
832
1012
|
include Google::Apis::Core::JsonObjectSupport
|
833
1013
|
end
|
834
1014
|
|
835
|
-
class
|
1015
|
+
class GoogleCloudDiscoveryengineV1alphaFetchSitemapsResponseSitemapMetadata
|
836
1016
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
837
1017
|
|
838
1018
|
include Google::Apis::Core::JsonObjectSupport
|
@@ -946,13 +1126,19 @@ module Google
|
|
946
1126
|
include Google::Apis::Core::JsonObjectSupport
|
947
1127
|
end
|
948
1128
|
|
949
|
-
class
|
1129
|
+
class GoogleCloudDiscoveryengineV1alphaNaturalLanguageQueryUnderstandingConfig
|
950
1130
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
951
1131
|
|
952
1132
|
include Google::Apis::Core::JsonObjectSupport
|
953
1133
|
end
|
954
1134
|
|
955
|
-
class
|
1135
|
+
class GoogleCloudDiscoveryengineV1alphaObtainCrawlRateResponse
|
1136
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1137
|
+
|
1138
|
+
include Google::Apis::Core::JsonObjectSupport
|
1139
|
+
end
|
1140
|
+
|
1141
|
+
class GoogleCloudDiscoveryengineV1alphaOrganicCrawlRateTimeSeries
|
956
1142
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
957
1143
|
|
958
1144
|
include Google::Apis::Core::JsonObjectSupport
|
@@ -1072,6 +1258,12 @@ module Google
|
|
1072
1258
|
include Google::Apis::Core::JsonObjectSupport
|
1073
1259
|
end
|
1074
1260
|
|
1261
|
+
class GoogleCloudDiscoveryengineV1alphaSearchLinkPromotion
|
1262
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1263
|
+
|
1264
|
+
include Google::Apis::Core::JsonObjectSupport
|
1265
|
+
end
|
1266
|
+
|
1075
1267
|
class GoogleCloudDiscoveryengineV1alphaSearchRequest
|
1076
1268
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1077
1269
|
|
@@ -1186,6 +1378,12 @@ module Google
|
|
1186
1378
|
include Google::Apis::Core::JsonObjectSupport
|
1187
1379
|
end
|
1188
1380
|
|
1381
|
+
class GoogleCloudDiscoveryengineV1alphaSearchRequestPersonalizationSpec
|
1382
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1383
|
+
|
1384
|
+
include Google::Apis::Core::JsonObjectSupport
|
1385
|
+
end
|
1386
|
+
|
1189
1387
|
class GoogleCloudDiscoveryengineV1alphaSearchRequestQueryExpansionSpec
|
1190
1388
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1191
1389
|
|
@@ -1240,6 +1438,12 @@ module Google
|
|
1240
1438
|
include Google::Apis::Core::JsonObjectSupport
|
1241
1439
|
end
|
1242
1440
|
|
1441
|
+
class GoogleCloudDiscoveryengineV1alphaSitemap
|
1442
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1443
|
+
|
1444
|
+
include Google::Apis::Core::JsonObjectSupport
|
1445
|
+
end
|
1446
|
+
|
1243
1447
|
class GoogleCloudDiscoveryengineV1alphaTargetSite
|
1244
1448
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1245
1449
|
|
@@ -1282,6 +1486,12 @@ module Google
|
|
1282
1486
|
include Google::Apis::Core::JsonObjectSupport
|
1283
1487
|
end
|
1284
1488
|
|
1489
|
+
class GoogleCloudDiscoveryengineV1alphaUpdateCmekConfigMetadata
|
1490
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1491
|
+
|
1492
|
+
include Google::Apis::Core::JsonObjectSupport
|
1493
|
+
end
|
1494
|
+
|
1285
1495
|
class GoogleCloudDiscoveryengineV1alphaUpdateSchemaMetadata
|
1286
1496
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1287
1497
|
|
@@ -1300,6 +1510,66 @@ module Google
|
|
1300
1510
|
include Google::Apis::Core::JsonObjectSupport
|
1301
1511
|
end
|
1302
1512
|
|
1513
|
+
class GoogleCloudDiscoveryengineV1alphaWorkspaceConfig
|
1514
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1515
|
+
|
1516
|
+
include Google::Apis::Core::JsonObjectSupport
|
1517
|
+
end
|
1518
|
+
|
1519
|
+
class GoogleCloudDiscoveryengineV1betaAdvancedCompleteQueryRequest
|
1520
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1521
|
+
|
1522
|
+
include Google::Apis::Core::JsonObjectSupport
|
1523
|
+
end
|
1524
|
+
|
1525
|
+
class GoogleCloudDiscoveryengineV1betaAdvancedCompleteQueryRequestBoostSpec
|
1526
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1527
|
+
|
1528
|
+
include Google::Apis::Core::JsonObjectSupport
|
1529
|
+
end
|
1530
|
+
|
1531
|
+
class GoogleCloudDiscoveryengineV1betaAdvancedCompleteQueryRequestBoostSpecConditionBoostSpec
|
1532
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1533
|
+
|
1534
|
+
include Google::Apis::Core::JsonObjectSupport
|
1535
|
+
end
|
1536
|
+
|
1537
|
+
class GoogleCloudDiscoveryengineV1betaAdvancedCompleteQueryResponse
|
1538
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1539
|
+
|
1540
|
+
include Google::Apis::Core::JsonObjectSupport
|
1541
|
+
end
|
1542
|
+
|
1543
|
+
class GoogleCloudDiscoveryengineV1betaAdvancedCompleteQueryResponseContentSuggestion
|
1544
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1545
|
+
|
1546
|
+
include Google::Apis::Core::JsonObjectSupport
|
1547
|
+
end
|
1548
|
+
|
1549
|
+
class GoogleCloudDiscoveryengineV1betaAdvancedCompleteQueryResponsePersonSuggestion
|
1550
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1551
|
+
|
1552
|
+
include Google::Apis::Core::JsonObjectSupport
|
1553
|
+
end
|
1554
|
+
|
1555
|
+
class GoogleCloudDiscoveryengineV1betaAdvancedCompleteQueryResponseQuerySuggestion
|
1556
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1557
|
+
|
1558
|
+
include Google::Apis::Core::JsonObjectSupport
|
1559
|
+
end
|
1560
|
+
|
1561
|
+
class GoogleCloudDiscoveryengineV1betaAdvancedCompleteQueryResponseRecentSearchSuggestion
|
1562
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1563
|
+
|
1564
|
+
include Google::Apis::Core::JsonObjectSupport
|
1565
|
+
end
|
1566
|
+
|
1567
|
+
class GoogleCloudDiscoveryengineV1betaAdvancedSiteSearchConfig
|
1568
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1569
|
+
|
1570
|
+
include Google::Apis::Core::JsonObjectSupport
|
1571
|
+
end
|
1572
|
+
|
1303
1573
|
class GoogleCloudDiscoveryengineV1betaAlloyDbSource
|
1304
1574
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1305
1575
|
|
@@ -1348,6 +1618,12 @@ module Google
|
|
1348
1618
|
include Google::Apis::Core::JsonObjectSupport
|
1349
1619
|
end
|
1350
1620
|
|
1621
|
+
class GoogleCloudDiscoveryengineV1betaAnswerQueryRequestGroundingSpec
|
1622
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1623
|
+
|
1624
|
+
include Google::Apis::Core::JsonObjectSupport
|
1625
|
+
end
|
1626
|
+
|
1351
1627
|
class GoogleCloudDiscoveryengineV1betaAnswerQueryRequestQueryUnderstandingSpec
|
1352
1628
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1353
1629
|
|
@@ -1408,6 +1684,12 @@ module Google
|
|
1408
1684
|
include Google::Apis::Core::JsonObjectSupport
|
1409
1685
|
end
|
1410
1686
|
|
1687
|
+
class GoogleCloudDiscoveryengineV1betaAnswerQueryRequestSearchSpecSearchResultListSearchResultChunkInfoDocumentMetadata
|
1688
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1689
|
+
|
1690
|
+
include Google::Apis::Core::JsonObjectSupport
|
1691
|
+
end
|
1692
|
+
|
1411
1693
|
class GoogleCloudDiscoveryengineV1betaAnswerQueryRequestSearchSpecSearchResultListSearchResultUnstructuredDocumentInfo
|
1412
1694
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1413
1695
|
|
@@ -1468,6 +1750,12 @@ module Google
|
|
1468
1750
|
include Google::Apis::Core::JsonObjectSupport
|
1469
1751
|
end
|
1470
1752
|
|
1753
|
+
class GoogleCloudDiscoveryengineV1betaAnswerReferenceStructuredDocumentInfo
|
1754
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1755
|
+
|
1756
|
+
include Google::Apis::Core::JsonObjectSupport
|
1757
|
+
end
|
1758
|
+
|
1471
1759
|
class GoogleCloudDiscoveryengineV1betaAnswerReferenceUnstructuredDocumentInfo
|
1472
1760
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1473
1761
|
|
@@ -1540,6 +1828,24 @@ module Google
|
|
1540
1828
|
include Google::Apis::Core::JsonObjectSupport
|
1541
1829
|
end
|
1542
1830
|
|
1831
|
+
class GoogleCloudDiscoveryengineV1betaBatchGetDocumentsMetadataResponse
|
1832
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1833
|
+
|
1834
|
+
include Google::Apis::Core::JsonObjectSupport
|
1835
|
+
end
|
1836
|
+
|
1837
|
+
class GoogleCloudDiscoveryengineV1betaBatchGetDocumentsMetadataResponseDocumentMetadata
|
1838
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1839
|
+
|
1840
|
+
include Google::Apis::Core::JsonObjectSupport
|
1841
|
+
end
|
1842
|
+
|
1843
|
+
class GoogleCloudDiscoveryengineV1betaBatchGetDocumentsMetadataResponseDocumentMetadataMatcherValue
|
1844
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1845
|
+
|
1846
|
+
include Google::Apis::Core::JsonObjectSupport
|
1847
|
+
end
|
1848
|
+
|
1543
1849
|
class GoogleCloudDiscoveryengineV1betaBatchVerifyTargetSitesRequest
|
1544
1850
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1545
1851
|
|
@@ -1588,6 +1894,12 @@ module Google
|
|
1588
1894
|
include Google::Apis::Core::JsonObjectSupport
|
1589
1895
|
end
|
1590
1896
|
|
1897
|
+
class GoogleCloudDiscoveryengineV1betaCheckGroundingResponseCheckGroundingFactChunk
|
1898
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1899
|
+
|
1900
|
+
include Google::Apis::Core::JsonObjectSupport
|
1901
|
+
end
|
1902
|
+
|
1591
1903
|
class GoogleCloudDiscoveryengineV1betaCheckGroundingResponseClaim
|
1592
1904
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1593
1905
|
|
@@ -1630,6 +1942,12 @@ module Google
|
|
1630
1942
|
include Google::Apis::Core::JsonObjectSupport
|
1631
1943
|
end
|
1632
1944
|
|
1945
|
+
class GoogleCloudDiscoveryengineV1betaCmekConfig
|
1946
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1947
|
+
|
1948
|
+
include Google::Apis::Core::JsonObjectSupport
|
1949
|
+
end
|
1950
|
+
|
1633
1951
|
class GoogleCloudDiscoveryengineV1betaCompleteQueryResponse
|
1634
1952
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1635
1953
|
|
@@ -1690,6 +2008,12 @@ module Google
|
|
1690
2008
|
include Google::Apis::Core::JsonObjectSupport
|
1691
2009
|
end
|
1692
2010
|
|
2011
|
+
class GoogleCloudDiscoveryengineV1betaControlPromoteAction
|
2012
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2013
|
+
|
2014
|
+
include Google::Apis::Core::JsonObjectSupport
|
2015
|
+
end
|
2016
|
+
|
1693
2017
|
class GoogleCloudDiscoveryengineV1betaControlRedirectAction
|
1694
2018
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1695
2019
|
|
@@ -1756,6 +2080,12 @@ module Google
|
|
1756
2080
|
include Google::Apis::Core::JsonObjectSupport
|
1757
2081
|
end
|
1758
2082
|
|
2083
|
+
class GoogleCloudDiscoveryengineV1betaCreateSitemapMetadata
|
2084
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2085
|
+
|
2086
|
+
include Google::Apis::Core::JsonObjectSupport
|
2087
|
+
end
|
2088
|
+
|
1759
2089
|
class GoogleCloudDiscoveryengineV1betaCreateTargetSiteMetadata
|
1760
2090
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1761
2091
|
|
@@ -1786,6 +2116,18 @@ module Google
|
|
1786
2116
|
include Google::Apis::Core::JsonObjectSupport
|
1787
2117
|
end
|
1788
2118
|
|
2119
|
+
class GoogleCloudDiscoveryengineV1betaDataStoreBillingEstimation
|
2120
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2121
|
+
|
2122
|
+
include Google::Apis::Core::JsonObjectSupport
|
2123
|
+
end
|
2124
|
+
|
2125
|
+
class GoogleCloudDiscoveryengineV1betaDataStoreServingConfigDataStore
|
2126
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2127
|
+
|
2128
|
+
include Google::Apis::Core::JsonObjectSupport
|
2129
|
+
end
|
2130
|
+
|
1789
2131
|
class GoogleCloudDiscoveryengineV1betaDeleteDataStoreMetadata
|
1790
2132
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1791
2133
|
|
@@ -1804,6 +2146,12 @@ module Google
|
|
1804
2146
|
include Google::Apis::Core::JsonObjectSupport
|
1805
2147
|
end
|
1806
2148
|
|
2149
|
+
class GoogleCloudDiscoveryengineV1betaDeleteSitemapMetadata
|
2150
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2151
|
+
|
2152
|
+
include Google::Apis::Core::JsonObjectSupport
|
2153
|
+
end
|
2154
|
+
|
1807
2155
|
class GoogleCloudDiscoveryengineV1betaDeleteTargetSiteMetadata
|
1808
2156
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1809
2157
|
|
@@ -1840,6 +2188,12 @@ module Google
|
|
1840
2188
|
include Google::Apis::Core::JsonObjectSupport
|
1841
2189
|
end
|
1842
2190
|
|
2191
|
+
class GoogleCloudDiscoveryengineV1betaDocumentIndexStatus
|
2192
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2193
|
+
|
2194
|
+
include Google::Apis::Core::JsonObjectSupport
|
2195
|
+
end
|
2196
|
+
|
1843
2197
|
class GoogleCloudDiscoveryengineV1betaDocumentInfo
|
1844
2198
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1845
2199
|
|
@@ -1984,6 +2338,18 @@ module Google
|
|
1984
2338
|
include Google::Apis::Core::JsonObjectSupport
|
1985
2339
|
end
|
1986
2340
|
|
2341
|
+
class GoogleCloudDiscoveryengineV1betaFetchSitemapsResponse
|
2342
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2343
|
+
|
2344
|
+
include Google::Apis::Core::JsonObjectSupport
|
2345
|
+
end
|
2346
|
+
|
2347
|
+
class GoogleCloudDiscoveryengineV1betaFetchSitemapsResponseSitemapMetadata
|
2348
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2349
|
+
|
2350
|
+
include Google::Apis::Core::JsonObjectSupport
|
2351
|
+
end
|
2352
|
+
|
1987
2353
|
class GoogleCloudDiscoveryengineV1betaFhirStoreSource
|
1988
2354
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1989
2355
|
|
@@ -2242,6 +2608,12 @@ module Google
|
|
2242
2608
|
include Google::Apis::Core::JsonObjectSupport
|
2243
2609
|
end
|
2244
2610
|
|
2611
|
+
class GoogleCloudDiscoveryengineV1betaNaturalLanguageQueryUnderstandingConfig
|
2612
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2613
|
+
|
2614
|
+
include Google::Apis::Core::JsonObjectSupport
|
2615
|
+
end
|
2616
|
+
|
2245
2617
|
class GoogleCloudDiscoveryengineV1betaPageInfo
|
2246
2618
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2247
2619
|
|
@@ -2302,12 +2674,24 @@ module Google
|
|
2302
2674
|
include Google::Apis::Core::JsonObjectSupport
|
2303
2675
|
end
|
2304
2676
|
|
2677
|
+
class GoogleCloudDiscoveryengineV1betaPurgeDocumentsRequestInlineSource
|
2678
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2679
|
+
|
2680
|
+
include Google::Apis::Core::JsonObjectSupport
|
2681
|
+
end
|
2682
|
+
|
2305
2683
|
class GoogleCloudDiscoveryengineV1betaPurgeDocumentsResponse
|
2306
2684
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2307
2685
|
|
2308
2686
|
include Google::Apis::Core::JsonObjectSupport
|
2309
2687
|
end
|
2310
2688
|
|
2689
|
+
class GoogleCloudDiscoveryengineV1betaPurgeErrorConfig
|
2690
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2691
|
+
|
2692
|
+
include Google::Apis::Core::JsonObjectSupport
|
2693
|
+
end
|
2694
|
+
|
2311
2695
|
class GoogleCloudDiscoveryengineV1betaPurgeSuggestionDenyListEntriesMetadata
|
2312
2696
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2313
2697
|
|
@@ -2326,6 +2710,12 @@ module Google
|
|
2326
2710
|
include Google::Apis::Core::JsonObjectSupport
|
2327
2711
|
end
|
2328
2712
|
|
2713
|
+
class GoogleCloudDiscoveryengineV1betaPurgeUserEventsRequest
|
2714
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2715
|
+
|
2716
|
+
include Google::Apis::Core::JsonObjectSupport
|
2717
|
+
end
|
2718
|
+
|
2329
2719
|
class GoogleCloudDiscoveryengineV1betaQualityMetrics
|
2330
2720
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2331
2721
|
|
@@ -2440,6 +2830,12 @@ module Google
|
|
2440
2830
|
include Google::Apis::Core::JsonObjectSupport
|
2441
2831
|
end
|
2442
2832
|
|
2833
|
+
class GoogleCloudDiscoveryengineV1betaSearchLinkPromotion
|
2834
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2835
|
+
|
2836
|
+
include Google::Apis::Core::JsonObjectSupport
|
2837
|
+
end
|
2838
|
+
|
2443
2839
|
class GoogleCloudDiscoveryengineV1betaSearchRequest
|
2444
2840
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2445
2841
|
|
@@ -2554,6 +2950,12 @@ module Google
|
|
2554
2950
|
include Google::Apis::Core::JsonObjectSupport
|
2555
2951
|
end
|
2556
2952
|
|
2953
|
+
class GoogleCloudDiscoveryengineV1betaSearchRequestPersonalizationSpec
|
2954
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2955
|
+
|
2956
|
+
include Google::Apis::Core::JsonObjectSupport
|
2957
|
+
end
|
2958
|
+
|
2557
2959
|
class GoogleCloudDiscoveryengineV1betaSearchRequestQueryExpansionSpec
|
2558
2960
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2559
2961
|
|
@@ -2662,6 +3064,12 @@ module Google
|
|
2662
3064
|
include Google::Apis::Core::JsonObjectSupport
|
2663
3065
|
end
|
2664
3066
|
|
3067
|
+
class GoogleCloudDiscoveryengineV1betaSearchResponseOneBoxResult
|
3068
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3069
|
+
|
3070
|
+
include Google::Apis::Core::JsonObjectSupport
|
3071
|
+
end
|
3072
|
+
|
2665
3073
|
class GoogleCloudDiscoveryengineV1betaSearchResponseQueryExpansionInfo
|
2666
3074
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2667
3075
|
|
@@ -2770,6 +3178,12 @@ module Google
|
|
2770
3178
|
include Google::Apis::Core::JsonObjectSupport
|
2771
3179
|
end
|
2772
3180
|
|
3181
|
+
class GoogleCloudDiscoveryengineV1betaSitemap
|
3182
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3183
|
+
|
3184
|
+
include Google::Apis::Core::JsonObjectSupport
|
3185
|
+
end
|
3186
|
+
|
2773
3187
|
class GoogleCloudDiscoveryengineV1betaSpannerSource
|
2774
3188
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2775
3189
|
|
@@ -2878,6 +3292,12 @@ module Google
|
|
2878
3292
|
include Google::Apis::Core::JsonObjectSupport
|
2879
3293
|
end
|
2880
3294
|
|
3295
|
+
class GoogleCloudDiscoveryengineV1betaWorkspaceConfig
|
3296
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3297
|
+
|
3298
|
+
include Google::Apis::Core::JsonObjectSupport
|
3299
|
+
end
|
3300
|
+
|
2881
3301
|
class GoogleLongrunningCancelOperationRequest
|
2882
3302
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2883
3303
|
|
@@ -2896,6 +3316,30 @@ module Google
|
|
2896
3316
|
include Google::Apis::Core::JsonObjectSupport
|
2897
3317
|
end
|
2898
3318
|
|
3319
|
+
class GoogleMonitoringV3Point
|
3320
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3321
|
+
|
3322
|
+
include Google::Apis::Core::JsonObjectSupport
|
3323
|
+
end
|
3324
|
+
|
3325
|
+
class GoogleMonitoringV3TimeInterval
|
3326
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3327
|
+
|
3328
|
+
include Google::Apis::Core::JsonObjectSupport
|
3329
|
+
end
|
3330
|
+
|
3331
|
+
class GoogleMonitoringV3TimeSeries
|
3332
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3333
|
+
|
3334
|
+
include Google::Apis::Core::JsonObjectSupport
|
3335
|
+
end
|
3336
|
+
|
3337
|
+
class GoogleMonitoringV3TypedValue
|
3338
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3339
|
+
|
3340
|
+
include Google::Apis::Core::JsonObjectSupport
|
3341
|
+
end
|
3342
|
+
|
2899
3343
|
class GoogleProtobufEmpty
|
2900
3344
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2901
3345
|
|
@@ -2914,6 +3358,76 @@ module Google
|
|
2914
3358
|
include Google::Apis::Core::JsonObjectSupport
|
2915
3359
|
end
|
2916
3360
|
|
3361
|
+
class GoogleApiDistribution
|
3362
|
+
# @private
|
3363
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3364
|
+
collection :bucket_counts, as: 'bucketCounts'
|
3365
|
+
property :bucket_options, as: 'bucketOptions', class: Google::Apis::DiscoveryengineV1beta::GoogleApiDistributionBucketOptions, decorator: Google::Apis::DiscoveryengineV1beta::GoogleApiDistributionBucketOptions::Representation
|
3366
|
+
|
3367
|
+
property :count, :numeric_string => true, as: 'count'
|
3368
|
+
collection :exemplars, as: 'exemplars', class: Google::Apis::DiscoveryengineV1beta::GoogleApiDistributionExemplar, decorator: Google::Apis::DiscoveryengineV1beta::GoogleApiDistributionExemplar::Representation
|
3369
|
+
|
3370
|
+
property :mean, as: 'mean'
|
3371
|
+
property :range, as: 'range', class: Google::Apis::DiscoveryengineV1beta::GoogleApiDistributionRange, decorator: Google::Apis::DiscoveryengineV1beta::GoogleApiDistributionRange::Representation
|
3372
|
+
|
3373
|
+
property :sum_of_squared_deviation, as: 'sumOfSquaredDeviation'
|
3374
|
+
end
|
3375
|
+
end
|
3376
|
+
|
3377
|
+
class GoogleApiDistributionBucketOptions
|
3378
|
+
# @private
|
3379
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3380
|
+
property :explicit_buckets, as: 'explicitBuckets', class: Google::Apis::DiscoveryengineV1beta::GoogleApiDistributionBucketOptionsExplicit, decorator: Google::Apis::DiscoveryengineV1beta::GoogleApiDistributionBucketOptionsExplicit::Representation
|
3381
|
+
|
3382
|
+
property :exponential_buckets, as: 'exponentialBuckets', class: Google::Apis::DiscoveryengineV1beta::GoogleApiDistributionBucketOptionsExponential, decorator: Google::Apis::DiscoveryengineV1beta::GoogleApiDistributionBucketOptionsExponential::Representation
|
3383
|
+
|
3384
|
+
property :linear_buckets, as: 'linearBuckets', class: Google::Apis::DiscoveryengineV1beta::GoogleApiDistributionBucketOptionsLinear, decorator: Google::Apis::DiscoveryengineV1beta::GoogleApiDistributionBucketOptionsLinear::Representation
|
3385
|
+
|
3386
|
+
end
|
3387
|
+
end
|
3388
|
+
|
3389
|
+
class GoogleApiDistributionBucketOptionsExplicit
|
3390
|
+
# @private
|
3391
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3392
|
+
collection :bounds, as: 'bounds'
|
3393
|
+
end
|
3394
|
+
end
|
3395
|
+
|
3396
|
+
class GoogleApiDistributionBucketOptionsExponential
|
3397
|
+
# @private
|
3398
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3399
|
+
property :growth_factor, as: 'growthFactor'
|
3400
|
+
property :num_finite_buckets, as: 'numFiniteBuckets'
|
3401
|
+
property :scale, as: 'scale'
|
3402
|
+
end
|
3403
|
+
end
|
3404
|
+
|
3405
|
+
class GoogleApiDistributionBucketOptionsLinear
|
3406
|
+
# @private
|
3407
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3408
|
+
property :num_finite_buckets, as: 'numFiniteBuckets'
|
3409
|
+
property :offset, as: 'offset'
|
3410
|
+
property :width, as: 'width'
|
3411
|
+
end
|
3412
|
+
end
|
3413
|
+
|
3414
|
+
class GoogleApiDistributionExemplar
|
3415
|
+
# @private
|
3416
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3417
|
+
collection :attachments, as: 'attachments'
|
3418
|
+
property :timestamp, as: 'timestamp'
|
3419
|
+
property :value, as: 'value'
|
3420
|
+
end
|
3421
|
+
end
|
3422
|
+
|
3423
|
+
class GoogleApiDistributionRange
|
3424
|
+
# @private
|
3425
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3426
|
+
property :max, as: 'max'
|
3427
|
+
property :min, as: 'min'
|
3428
|
+
end
|
3429
|
+
end
|
3430
|
+
|
2917
3431
|
class GoogleApiHttpBody
|
2918
3432
|
# @private
|
2919
3433
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2923,6 +3437,30 @@ module Google
|
|
2923
3437
|
end
|
2924
3438
|
end
|
2925
3439
|
|
3440
|
+
class GoogleApiMetric
|
3441
|
+
# @private
|
3442
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3443
|
+
hash :labels, as: 'labels'
|
3444
|
+
property :type, as: 'type'
|
3445
|
+
end
|
3446
|
+
end
|
3447
|
+
|
3448
|
+
class GoogleApiMonitoredResource
|
3449
|
+
# @private
|
3450
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3451
|
+
hash :labels, as: 'labels'
|
3452
|
+
property :type, as: 'type'
|
3453
|
+
end
|
3454
|
+
end
|
3455
|
+
|
3456
|
+
class GoogleApiMonitoredResourceMetadata
|
3457
|
+
# @private
|
3458
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3459
|
+
hash :system_labels, as: 'systemLabels'
|
3460
|
+
hash :user_labels, as: 'userLabels'
|
3461
|
+
end
|
3462
|
+
end
|
3463
|
+
|
2926
3464
|
class GoogleCloudDiscoveryengineLoggingErrorContext
|
2927
3465
|
# @private
|
2928
3466
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2982,6 +3520,12 @@ module Google
|
|
2982
3520
|
end
|
2983
3521
|
end
|
2984
3522
|
|
3523
|
+
class GoogleCloudDiscoveryengineV1AdvancedSiteSearchConfig
|
3524
|
+
# @private
|
3525
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3526
|
+
end
|
3527
|
+
end
|
3528
|
+
|
2985
3529
|
class GoogleCloudDiscoveryengineV1BatchCreateTargetSiteMetadata
|
2986
3530
|
# @private
|
2987
3531
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2998,11 +3542,24 @@ module Google
|
|
2998
3542
|
end
|
2999
3543
|
end
|
3000
3544
|
|
3545
|
+
class GoogleCloudDiscoveryengineV1CmekConfig
|
3546
|
+
# @private
|
3547
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3548
|
+
property :is_default, as: 'isDefault'
|
3549
|
+
property :kms_key, as: 'kmsKey'
|
3550
|
+
property :kms_key_version, as: 'kmsKeyVersion'
|
3551
|
+
property :last_rotation_timestamp_micros, :numeric_string => true, as: 'lastRotationTimestampMicros'
|
3552
|
+
property :name, as: 'name'
|
3553
|
+
property :state, as: 'state'
|
3554
|
+
end
|
3555
|
+
end
|
3556
|
+
|
3001
3557
|
class GoogleCloudDiscoveryengineV1Condition
|
3002
3558
|
# @private
|
3003
3559
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3004
3560
|
collection :active_time_range, as: 'activeTimeRange', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1ConditionTimeRange, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1ConditionTimeRange::Representation
|
3005
3561
|
|
3562
|
+
property :query_regex, as: 'queryRegex'
|
3006
3563
|
collection :query_terms, as: 'queryTerms', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1ConditionQueryTerm, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1ConditionQueryTerm::Representation
|
3007
3564
|
|
3008
3565
|
end
|
@@ -3036,6 +3593,8 @@ module Google
|
|
3036
3593
|
property :filter_action, as: 'filterAction', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1ControlFilterAction, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1ControlFilterAction::Representation
|
3037
3594
|
|
3038
3595
|
property :name, as: 'name'
|
3596
|
+
property :promote_action, as: 'promoteAction', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1ControlPromoteAction, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1ControlPromoteAction::Representation
|
3597
|
+
|
3039
3598
|
property :redirect_action, as: 'redirectAction', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1ControlRedirectAction, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1ControlRedirectAction::Representation
|
3040
3599
|
|
3041
3600
|
property :solution_type, as: 'solutionType'
|
@@ -3062,6 +3621,15 @@ module Google
|
|
3062
3621
|
end
|
3063
3622
|
end
|
3064
3623
|
|
3624
|
+
class GoogleCloudDiscoveryengineV1ControlPromoteAction
|
3625
|
+
# @private
|
3626
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3627
|
+
property :data_store, as: 'dataStore'
|
3628
|
+
property :search_link_promotion, as: 'searchLinkPromotion', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1SearchLinkPromotion, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1SearchLinkPromotion::Representation
|
3629
|
+
|
3630
|
+
end
|
3631
|
+
end
|
3632
|
+
|
3065
3633
|
class GoogleCloudDiscoveryengineV1ControlRedirectAction
|
3066
3634
|
# @private
|
3067
3635
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3111,6 +3679,12 @@ module Google
|
|
3111
3679
|
class GoogleCloudDiscoveryengineV1DataStore
|
3112
3680
|
# @private
|
3113
3681
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3682
|
+
property :advanced_site_search_config, as: 'advancedSiteSearchConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1AdvancedSiteSearchConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1AdvancedSiteSearchConfig::Representation
|
3683
|
+
|
3684
|
+
property :billing_estimation, as: 'billingEstimation', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1DataStoreBillingEstimation, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1DataStoreBillingEstimation::Representation
|
3685
|
+
|
3686
|
+
property :cmek_config, as: 'cmekConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1CmekConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1CmekConfig::Representation
|
3687
|
+
|
3114
3688
|
property :content_config, as: 'contentConfig'
|
3115
3689
|
property :create_time, as: 'createTime'
|
3116
3690
|
property :default_schema_id, as: 'defaultSchemaId'
|
@@ -3118,10 +3692,34 @@ module Google
|
|
3118
3692
|
property :document_processing_config, as: 'documentProcessingConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1DocumentProcessingConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1DocumentProcessingConfig::Representation
|
3119
3693
|
|
3120
3694
|
property :industry_vertical, as: 'industryVertical'
|
3695
|
+
property :kms_key_name, as: 'kmsKeyName'
|
3121
3696
|
property :name, as: 'name'
|
3697
|
+
property :serving_config_data_store, as: 'servingConfigDataStore', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1DataStoreServingConfigDataStore, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1DataStoreServingConfigDataStore::Representation
|
3698
|
+
|
3122
3699
|
collection :solution_types, as: 'solutionTypes'
|
3123
3700
|
property :starting_schema, as: 'startingSchema', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1Schema, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1Schema::Representation
|
3124
3701
|
|
3702
|
+
property :workspace_config, as: 'workspaceConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1WorkspaceConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1WorkspaceConfig::Representation
|
3703
|
+
|
3704
|
+
end
|
3705
|
+
end
|
3706
|
+
|
3707
|
+
class GoogleCloudDiscoveryengineV1DataStoreBillingEstimation
|
3708
|
+
# @private
|
3709
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3710
|
+
property :structured_data_size, :numeric_string => true, as: 'structuredDataSize'
|
3711
|
+
property :structured_data_update_time, as: 'structuredDataUpdateTime'
|
3712
|
+
property :unstructured_data_size, :numeric_string => true, as: 'unstructuredDataSize'
|
3713
|
+
property :unstructured_data_update_time, as: 'unstructuredDataUpdateTime'
|
3714
|
+
property :website_data_size, :numeric_string => true, as: 'websiteDataSize'
|
3715
|
+
property :website_data_update_time, as: 'websiteDataUpdateTime'
|
3716
|
+
end
|
3717
|
+
end
|
3718
|
+
|
3719
|
+
class GoogleCloudDiscoveryengineV1DataStoreServingConfigDataStore
|
3720
|
+
# @private
|
3721
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3722
|
+
property :disabled_for_serving, as: 'disabledForServing'
|
3125
3723
|
end
|
3126
3724
|
end
|
3127
3725
|
|
@@ -3257,6 +3855,7 @@ module Google
|
|
3257
3855
|
|
3258
3856
|
property :create_time, as: 'createTime'
|
3259
3857
|
collection :data_store_ids, as: 'dataStoreIds'
|
3858
|
+
property :disable_analytics, as: 'disableAnalytics'
|
3260
3859
|
property :display_name, as: 'displayName'
|
3261
3860
|
property :industry_vertical, as: 'industryVertical'
|
3262
3861
|
property :name, as: 'name'
|
@@ -3486,6 +4085,17 @@ module Google
|
|
3486
4085
|
end
|
3487
4086
|
end
|
3488
4087
|
|
4088
|
+
class GoogleCloudDiscoveryengineV1SearchLinkPromotion
|
4089
|
+
# @private
|
4090
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4091
|
+
property :description, as: 'description'
|
4092
|
+
property :enabled, as: 'enabled'
|
4093
|
+
property :image_uri, as: 'imageUri'
|
4094
|
+
property :title, as: 'title'
|
4095
|
+
property :uri, as: 'uri'
|
4096
|
+
end
|
4097
|
+
end
|
4098
|
+
|
3489
4099
|
class GoogleCloudDiscoveryengineV1SiteVerificationInfo
|
3490
4100
|
# @private
|
3491
4101
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3527,6 +4137,35 @@ module Google
|
|
3527
4137
|
end
|
3528
4138
|
end
|
3529
4139
|
|
4140
|
+
class GoogleCloudDiscoveryengineV1TrainCustomModelMetadata
|
4141
|
+
# @private
|
4142
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4143
|
+
property :create_time, as: 'createTime'
|
4144
|
+
property :update_time, as: 'updateTime'
|
4145
|
+
end
|
4146
|
+
end
|
4147
|
+
|
4148
|
+
class GoogleCloudDiscoveryengineV1TrainCustomModelResponse
|
4149
|
+
# @private
|
4150
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4151
|
+
property :error_config, as: 'errorConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1ImportErrorConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1ImportErrorConfig::Representation
|
4152
|
+
|
4153
|
+
collection :error_samples, as: 'errorSamples', class: Google::Apis::DiscoveryengineV1beta::GoogleRpcStatus, decorator: Google::Apis::DiscoveryengineV1beta::GoogleRpcStatus::Representation
|
4154
|
+
|
4155
|
+
hash :metrics, as: 'metrics'
|
4156
|
+
property :model_name, as: 'modelName'
|
4157
|
+
property :model_status, as: 'modelStatus'
|
4158
|
+
end
|
4159
|
+
end
|
4160
|
+
|
4161
|
+
class GoogleCloudDiscoveryengineV1UpdateCmekConfigMetadata
|
4162
|
+
# @private
|
4163
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4164
|
+
property :create_time, as: 'createTime'
|
4165
|
+
property :update_time, as: 'updateTime'
|
4166
|
+
end
|
4167
|
+
end
|
4168
|
+
|
3530
4169
|
class GoogleCloudDiscoveryengineV1UpdateSchemaMetadata
|
3531
4170
|
# @private
|
3532
4171
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3543,6 +4182,16 @@ module Google
|
|
3543
4182
|
end
|
3544
4183
|
end
|
3545
4184
|
|
4185
|
+
class GoogleCloudDiscoveryengineV1WorkspaceConfig
|
4186
|
+
# @private
|
4187
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4188
|
+
property :dasher_customer_id, as: 'dasherCustomerId'
|
4189
|
+
property :super_admin_email_address, as: 'superAdminEmailAddress'
|
4190
|
+
property :super_admin_service_account, as: 'superAdminServiceAccount'
|
4191
|
+
property :type, as: 'type'
|
4192
|
+
end
|
4193
|
+
end
|
4194
|
+
|
3546
4195
|
class GoogleCloudDiscoveryengineV1alphaAclConfig
|
3547
4196
|
# @private
|
3548
4197
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3552,6 +4201,14 @@ module Google
|
|
3552
4201
|
end
|
3553
4202
|
end
|
3554
4203
|
|
4204
|
+
class GoogleCloudDiscoveryengineV1alphaAdvancedSiteSearchConfig
|
4205
|
+
# @private
|
4206
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4207
|
+
property :disable_automatic_refresh, as: 'disableAutomaticRefresh'
|
4208
|
+
property :disable_initial_index, as: 'disableInitialIndex'
|
4209
|
+
end
|
4210
|
+
end
|
4211
|
+
|
3555
4212
|
class GoogleCloudDiscoveryengineV1alphaAnswer
|
3556
4213
|
# @private
|
3557
4214
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3611,6 +4268,8 @@ module Google
|
|
3611
4268
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3612
4269
|
property :chunk_info, as: 'chunkInfo', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAnswerReferenceChunkInfo, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAnswerReferenceChunkInfo::Representation
|
3613
4270
|
|
4271
|
+
property :structured_document_info, as: 'structuredDocumentInfo', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAnswerReferenceStructuredDocumentInfo, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAnswerReferenceStructuredDocumentInfo::Representation
|
4272
|
+
|
3614
4273
|
property :unstructured_document_info, as: 'unstructuredDocumentInfo', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAnswerReferenceUnstructuredDocumentInfo, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAnswerReferenceUnstructuredDocumentInfo::Representation
|
3615
4274
|
|
3616
4275
|
end
|
@@ -3638,6 +4297,14 @@ module Google
|
|
3638
4297
|
end
|
3639
4298
|
end
|
3640
4299
|
|
4300
|
+
class GoogleCloudDiscoveryengineV1alphaAnswerReferenceStructuredDocumentInfo
|
4301
|
+
# @private
|
4302
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4303
|
+
property :document, as: 'document'
|
4304
|
+
hash :struct_data, as: 'structData'
|
4305
|
+
end
|
4306
|
+
end
|
4307
|
+
|
3641
4308
|
class GoogleCloudDiscoveryengineV1alphaAnswerReferenceUnstructuredDocumentInfo
|
3642
4309
|
# @private
|
3643
4310
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3655,6 +4322,7 @@ module Google
|
|
3655
4322
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3656
4323
|
property :content, as: 'content'
|
3657
4324
|
property :page_identifier, as: 'pageIdentifier'
|
4325
|
+
property :relevance_score, as: 'relevanceScore'
|
3658
4326
|
end
|
3659
4327
|
end
|
3660
4328
|
|
@@ -3741,11 +4409,24 @@ module Google
|
|
3741
4409
|
end
|
3742
4410
|
end
|
3743
4411
|
|
4412
|
+
class GoogleCloudDiscoveryengineV1alphaCmekConfig
|
4413
|
+
# @private
|
4414
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4415
|
+
property :is_default, as: 'isDefault'
|
4416
|
+
property :kms_key, as: 'kmsKey'
|
4417
|
+
property :kms_key_version, as: 'kmsKeyVersion'
|
4418
|
+
property :last_rotation_timestamp_micros, :numeric_string => true, as: 'lastRotationTimestampMicros'
|
4419
|
+
property :name, as: 'name'
|
4420
|
+
property :state, as: 'state'
|
4421
|
+
end
|
4422
|
+
end
|
4423
|
+
|
3744
4424
|
class GoogleCloudDiscoveryengineV1alphaCondition
|
3745
4425
|
# @private
|
3746
4426
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3747
4427
|
collection :active_time_range, as: 'activeTimeRange', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaConditionTimeRange, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaConditionTimeRange::Representation
|
3748
4428
|
|
4429
|
+
property :query_regex, as: 'queryRegex'
|
3749
4430
|
collection :query_terms, as: 'queryTerms', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaConditionQueryTerm, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaConditionQueryTerm::Representation
|
3750
4431
|
|
3751
4432
|
end
|
@@ -3779,6 +4460,8 @@ module Google
|
|
3779
4460
|
property :filter_action, as: 'filterAction', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaControlFilterAction, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaControlFilterAction::Representation
|
3780
4461
|
|
3781
4462
|
property :name, as: 'name'
|
4463
|
+
property :promote_action, as: 'promoteAction', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaControlPromoteAction, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaControlPromoteAction::Representation
|
4464
|
+
|
3782
4465
|
property :redirect_action, as: 'redirectAction', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaControlRedirectAction, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaControlRedirectAction::Representation
|
3783
4466
|
|
3784
4467
|
property :solution_type, as: 'solutionType'
|
@@ -3805,6 +4488,15 @@ module Google
|
|
3805
4488
|
end
|
3806
4489
|
end
|
3807
4490
|
|
4491
|
+
class GoogleCloudDiscoveryengineV1alphaControlPromoteAction
|
4492
|
+
# @private
|
4493
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4494
|
+
property :data_store, as: 'dataStore'
|
4495
|
+
property :search_link_promotion, as: 'searchLinkPromotion', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaSearchLinkPromotion, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaSearchLinkPromotion::Representation
|
4496
|
+
|
4497
|
+
end
|
4498
|
+
end
|
4499
|
+
|
3808
4500
|
class GoogleCloudDiscoveryengineV1alphaControlRedirectAction
|
3809
4501
|
# @private
|
3810
4502
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3819,6 +4511,14 @@ module Google
|
|
3819
4511
|
end
|
3820
4512
|
end
|
3821
4513
|
|
4514
|
+
class GoogleCloudDiscoveryengineV1alphaCrawlRateTimeSeries
|
4515
|
+
# @private
|
4516
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4517
|
+
property :qps_time_series, as: 'qpsTimeSeries', class: Google::Apis::DiscoveryengineV1beta::GoogleMonitoringV3TimeSeries, decorator: Google::Apis::DiscoveryengineV1beta::GoogleMonitoringV3TimeSeries::Representation
|
4518
|
+
|
4519
|
+
end
|
4520
|
+
end
|
4521
|
+
|
3822
4522
|
class GoogleCloudDiscoveryengineV1alphaCreateDataStoreMetadata
|
3823
4523
|
# @private
|
3824
4524
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3849,6 +4549,14 @@ module Google
|
|
3849
4549
|
end
|
3850
4550
|
end
|
3851
4551
|
|
4552
|
+
class GoogleCloudDiscoveryengineV1alphaCreateSitemapMetadata
|
4553
|
+
# @private
|
4554
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4555
|
+
property :create_time, as: 'createTime'
|
4556
|
+
property :update_time, as: 'updateTime'
|
4557
|
+
end
|
4558
|
+
end
|
4559
|
+
|
3852
4560
|
class GoogleCloudDiscoveryengineV1alphaCreateTargetSiteMetadata
|
3853
4561
|
# @private
|
3854
4562
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3869,6 +4577,7 @@ module Google
|
|
3869
4577
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3870
4578
|
property :create_time, as: 'createTime'
|
3871
4579
|
property :display_name, as: 'displayName'
|
4580
|
+
property :error_message, as: 'errorMessage'
|
3872
4581
|
hash :metrics, as: 'metrics'
|
3873
4582
|
property :model_state, as: 'modelState'
|
3874
4583
|
property :model_version, :numeric_string => true, as: 'modelVersion'
|
@@ -3881,6 +4590,12 @@ module Google
|
|
3881
4590
|
# @private
|
3882
4591
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3883
4592
|
property :acl_enabled, as: 'aclEnabled'
|
4593
|
+
property :advanced_site_search_config, as: 'advancedSiteSearchConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAdvancedSiteSearchConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAdvancedSiteSearchConfig::Representation
|
4594
|
+
|
4595
|
+
property :billing_estimation, as: 'billingEstimation', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaDataStoreBillingEstimation, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaDataStoreBillingEstimation::Representation
|
4596
|
+
|
4597
|
+
property :cmek_config, as: 'cmekConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaCmekConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaCmekConfig::Representation
|
4598
|
+
|
3884
4599
|
property :content_config, as: 'contentConfig'
|
3885
4600
|
property :create_time, as: 'createTime'
|
3886
4601
|
property :default_schema_id, as: 'defaultSchemaId'
|
@@ -3890,12 +4605,48 @@ module Google
|
|
3890
4605
|
property :idp_config, as: 'idpConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaIdpConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaIdpConfig::Representation
|
3891
4606
|
|
3892
4607
|
property :industry_vertical, as: 'industryVertical'
|
4608
|
+
property :kms_key_name, as: 'kmsKeyName'
|
3893
4609
|
property :language_info, as: 'languageInfo', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaLanguageInfo, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaLanguageInfo::Representation
|
3894
4610
|
|
3895
4611
|
property :name, as: 'name'
|
4612
|
+
property :natural_language_query_understanding_config, as: 'naturalLanguageQueryUnderstandingConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaNaturalLanguageQueryUnderstandingConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaNaturalLanguageQueryUnderstandingConfig::Representation
|
4613
|
+
|
4614
|
+
property :serving_config_data_store, as: 'servingConfigDataStore', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaDataStoreServingConfigDataStore, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaDataStoreServingConfigDataStore::Representation
|
4615
|
+
|
3896
4616
|
collection :solution_types, as: 'solutionTypes'
|
3897
4617
|
property :starting_schema, as: 'startingSchema', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaSchema, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaSchema::Representation
|
3898
4618
|
|
4619
|
+
property :workspace_config, as: 'workspaceConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaWorkspaceConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaWorkspaceConfig::Representation
|
4620
|
+
|
4621
|
+
end
|
4622
|
+
end
|
4623
|
+
|
4624
|
+
class GoogleCloudDiscoveryengineV1alphaDataStoreBillingEstimation
|
4625
|
+
# @private
|
4626
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4627
|
+
property :structured_data_size, :numeric_string => true, as: 'structuredDataSize'
|
4628
|
+
property :structured_data_update_time, as: 'structuredDataUpdateTime'
|
4629
|
+
property :unstructured_data_size, :numeric_string => true, as: 'unstructuredDataSize'
|
4630
|
+
property :unstructured_data_update_time, as: 'unstructuredDataUpdateTime'
|
4631
|
+
property :website_data_size, :numeric_string => true, as: 'websiteDataSize'
|
4632
|
+
property :website_data_update_time, as: 'websiteDataUpdateTime'
|
4633
|
+
end
|
4634
|
+
end
|
4635
|
+
|
4636
|
+
class GoogleCloudDiscoveryengineV1alphaDataStoreServingConfigDataStore
|
4637
|
+
# @private
|
4638
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4639
|
+
property :disabled_for_serving, as: 'disabledForServing'
|
4640
|
+
end
|
4641
|
+
end
|
4642
|
+
|
4643
|
+
class GoogleCloudDiscoveryengineV1alphaDedicatedCrawlRateTimeSeries
|
4644
|
+
# @private
|
4645
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4646
|
+
property :auto_refresh_crawl_rate, as: 'autoRefreshCrawlRate', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaCrawlRateTimeSeries, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaCrawlRateTimeSeries::Representation
|
4647
|
+
|
4648
|
+
property :user_triggered_crawl_rate, as: 'userTriggeredCrawlRate', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaCrawlRateTimeSeries, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaCrawlRateTimeSeries::Representation
|
4649
|
+
|
3899
4650
|
end
|
3900
4651
|
end
|
3901
4652
|
|
@@ -3923,6 +4674,14 @@ module Google
|
|
3923
4674
|
end
|
3924
4675
|
end
|
3925
4676
|
|
4677
|
+
class GoogleCloudDiscoveryengineV1alphaDeleteSitemapMetadata
|
4678
|
+
# @private
|
4679
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4680
|
+
property :create_time, as: 'createTime'
|
4681
|
+
property :update_time, as: 'updateTime'
|
4682
|
+
end
|
4683
|
+
end
|
4684
|
+
|
3926
4685
|
class GoogleCloudDiscoveryengineV1alphaDeleteTargetSiteMetadata
|
3927
4686
|
# @private
|
3928
4687
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4031,6 +4790,7 @@ module Google
|
|
4031
4790
|
|
4032
4791
|
property :create_time, as: 'createTime'
|
4033
4792
|
collection :data_store_ids, as: 'dataStoreIds'
|
4793
|
+
property :disable_analytics, as: 'disableAnalytics'
|
4034
4794
|
property :display_name, as: 'displayName'
|
4035
4795
|
property :industry_vertical, as: 'industryVertical'
|
4036
4796
|
property :media_recommendation_engine_config, as: 'mediaRecommendationEngineConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaEngineMediaRecommendationEngineConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaEngineMediaRecommendationEngineConfig::Representation
|
@@ -4173,20 +4933,18 @@ module Google
|
|
4173
4933
|
end
|
4174
4934
|
end
|
4175
4935
|
|
4176
|
-
class
|
4936
|
+
class GoogleCloudDiscoveryengineV1alphaFetchSitemapsResponse
|
4177
4937
|
# @private
|
4178
4938
|
class Representation < Google::Apis::Core::JsonRepresentation
|
4179
|
-
|
4180
|
-
|
4939
|
+
collection :sitemaps_metadata, as: 'sitemapsMetadata', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaFetchSitemapsResponseSitemapMetadata, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaFetchSitemapsResponseSitemapMetadata::Representation
|
4940
|
+
|
4181
4941
|
end
|
4182
4942
|
end
|
4183
4943
|
|
4184
|
-
class
|
4944
|
+
class GoogleCloudDiscoveryengineV1alphaFetchSitemapsResponseSitemapMetadata
|
4185
4945
|
# @private
|
4186
4946
|
class Representation < Google::Apis::Core::JsonRepresentation
|
4187
|
-
property :
|
4188
|
-
|
4189
|
-
property :status, as: 'status', class: Google::Apis::DiscoveryengineV1beta::GoogleRpcStatus, decorator: Google::Apis::DiscoveryengineV1beta::GoogleRpcStatus::Representation
|
4947
|
+
property :sitemap, as: 'sitemap', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaSitemap, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaSitemap::Representation
|
4190
4948
|
|
4191
4949
|
end
|
4192
4950
|
end
|
@@ -4201,6 +4959,7 @@ module Google
|
|
4201
4959
|
property :field_type, as: 'fieldType'
|
4202
4960
|
property :indexable_option, as: 'indexableOption'
|
4203
4961
|
property :key_property_type, as: 'keyPropertyType'
|
4962
|
+
property :metatag_name, as: 'metatagName'
|
4204
4963
|
property :recs_filterable_option, as: 'recsFilterableOption'
|
4205
4964
|
property :retrievable_option, as: 'retrievableOption'
|
4206
4965
|
collection :schema_org_paths, as: 'schemaOrgPaths'
|
@@ -4368,19 +5127,33 @@ module Google
|
|
4368
5127
|
end
|
4369
5128
|
end
|
4370
5129
|
|
4371
|
-
class
|
5130
|
+
class GoogleCloudDiscoveryengineV1alphaNaturalLanguageQueryUnderstandingConfig
|
5131
|
+
# @private
|
5132
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5133
|
+
property :mode, as: 'mode'
|
5134
|
+
end
|
5135
|
+
end
|
5136
|
+
|
5137
|
+
class GoogleCloudDiscoveryengineV1alphaObtainCrawlRateResponse
|
4372
5138
|
# @private
|
4373
5139
|
class Representation < Google::Apis::Core::JsonRepresentation
|
4374
|
-
property :
|
5140
|
+
property :dedicated_crawl_rate_time_series, as: 'dedicatedCrawlRateTimeSeries', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaDedicatedCrawlRateTimeSeries, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaDedicatedCrawlRateTimeSeries::Representation
|
5141
|
+
|
5142
|
+
property :error, as: 'error', class: Google::Apis::DiscoveryengineV1beta::GoogleRpcStatus, decorator: Google::Apis::DiscoveryengineV1beta::GoogleRpcStatus::Representation
|
5143
|
+
|
5144
|
+
property :organic_crawl_rate_time_series, as: 'organicCrawlRateTimeSeries', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaOrganicCrawlRateTimeSeries, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaOrganicCrawlRateTimeSeries::Representation
|
4375
5145
|
|
5146
|
+
property :state, as: 'state'
|
4376
5147
|
end
|
4377
5148
|
end
|
4378
5149
|
|
4379
|
-
class
|
5150
|
+
class GoogleCloudDiscoveryengineV1alphaOrganicCrawlRateTimeSeries
|
4380
5151
|
# @private
|
4381
5152
|
class Representation < Google::Apis::Core::JsonRepresentation
|
4382
|
-
property :
|
4383
|
-
|
5153
|
+
property :google_organic_crawl_rate, as: 'googleOrganicCrawlRate', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaCrawlRateTimeSeries, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaCrawlRateTimeSeries::Representation
|
5154
|
+
|
5155
|
+
property :vertex_ai_organic_crawl_rate, as: 'vertexAiOrganicCrawlRate', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaCrawlRateTimeSeries, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaCrawlRateTimeSeries::Representation
|
5156
|
+
|
4384
5157
|
end
|
4385
5158
|
end
|
4386
5159
|
|
@@ -4521,10 +5294,13 @@ module Google
|
|
4521
5294
|
class Representation < Google::Apis::Core::JsonRepresentation
|
4522
5295
|
property :create_time, as: 'createTime'
|
4523
5296
|
collection :invalid_uris, as: 'invalidUris'
|
5297
|
+
property :invalid_uris_count, as: 'invalidUrisCount'
|
4524
5298
|
property :pending_count, as: 'pendingCount'
|
4525
5299
|
property :quota_exceeded_count, as: 'quotaExceededCount'
|
4526
5300
|
property :success_count, as: 'successCount'
|
4527
5301
|
property :update_time, as: 'updateTime'
|
5302
|
+
collection :uris_not_matching_target_sites, as: 'urisNotMatchingTargetSites'
|
5303
|
+
property :uris_not_matching_target_sites_count, as: 'urisNotMatchingTargetSitesCount'
|
4528
5304
|
property :valid_uris_count, as: 'validUrisCount'
|
4529
5305
|
end
|
4530
5306
|
end
|
@@ -4566,6 +5342,17 @@ module Google
|
|
4566
5342
|
end
|
4567
5343
|
end
|
4568
5344
|
|
5345
|
+
class GoogleCloudDiscoveryengineV1alphaSearchLinkPromotion
|
5346
|
+
# @private
|
5347
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5348
|
+
property :description, as: 'description'
|
5349
|
+
property :enabled, as: 'enabled'
|
5350
|
+
property :image_uri, as: 'imageUri'
|
5351
|
+
property :title, as: 'title'
|
5352
|
+
property :uri, as: 'uri'
|
5353
|
+
end
|
5354
|
+
end
|
5355
|
+
|
4569
5356
|
class GoogleCloudDiscoveryengineV1alphaSearchRequest
|
4570
5357
|
# @private
|
4571
5358
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4590,10 +5377,13 @@ module Google
|
|
4590
5377
|
property :natural_language_query_understanding_spec, as: 'naturalLanguageQueryUnderstandingSpec', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaSearchRequestNaturalLanguageQueryUnderstandingSpec, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaSearchRequestNaturalLanguageQueryUnderstandingSpec::Representation
|
4591
5378
|
|
4592
5379
|
property :offset, as: 'offset'
|
5380
|
+
property :one_box_page_size, as: 'oneBoxPageSize'
|
4593
5381
|
property :order_by, as: 'orderBy'
|
4594
5382
|
property :page_size, as: 'pageSize'
|
4595
5383
|
property :page_token, as: 'pageToken'
|
4596
5384
|
hash :params, as: 'params'
|
5385
|
+
property :personalization_spec, as: 'personalizationSpec', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaSearchRequestPersonalizationSpec, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaSearchRequestPersonalizationSpec::Representation
|
5386
|
+
|
4597
5387
|
property :query, as: 'query'
|
4598
5388
|
property :query_expansion_spec, as: 'queryExpansionSpec', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaSearchRequestQueryExpansionSpec, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaSearchRequestQueryExpansionSpec::Representation
|
4599
5389
|
|
@@ -4700,6 +5490,8 @@ module Google
|
|
4700
5490
|
# @private
|
4701
5491
|
class Representation < Google::Apis::Core::JsonRepresentation
|
4702
5492
|
property :ignore_adversarial_query, as: 'ignoreAdversarialQuery'
|
5493
|
+
property :ignore_jail_breaking_query, as: 'ignoreJailBreakingQuery'
|
5494
|
+
property :ignore_low_relevant_content, as: 'ignoreLowRelevantContent'
|
4703
5495
|
property :ignore_non_summary_seeking_query, as: 'ignoreNonSummarySeekingQuery'
|
4704
5496
|
property :include_citations, as: 'includeCitations'
|
4705
5497
|
property :language_code, as: 'languageCode'
|
@@ -4730,6 +5522,7 @@ module Google
|
|
4730
5522
|
# @private
|
4731
5523
|
class Representation < Google::Apis::Core::JsonRepresentation
|
4732
5524
|
property :data_store, as: 'dataStore'
|
5525
|
+
property :filter, as: 'filter'
|
4733
5526
|
end
|
4734
5527
|
end
|
4735
5528
|
|
@@ -4789,6 +5582,13 @@ module Google
|
|
4789
5582
|
end
|
4790
5583
|
end
|
4791
5584
|
|
5585
|
+
class GoogleCloudDiscoveryengineV1alphaSearchRequestPersonalizationSpec
|
5586
|
+
# @private
|
5587
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5588
|
+
property :mode, as: 'mode'
|
5589
|
+
end
|
5590
|
+
end
|
5591
|
+
|
4792
5592
|
class GoogleCloudDiscoveryengineV1alphaSearchRequestQueryExpansionSpec
|
4793
5593
|
# @private
|
4794
5594
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4836,6 +5636,8 @@ module Google
|
|
4836
5636
|
# @private
|
4837
5637
|
class Representation < Google::Apis::Core::JsonRepresentation
|
4838
5638
|
property :answer, as: 'answer'
|
5639
|
+
property :detailed_answer, as: 'detailedAnswer', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAnswer, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAnswer::Representation
|
5640
|
+
|
4839
5641
|
property :query, as: 'query', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaQuery, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaQuery::Representation
|
4840
5642
|
|
4841
5643
|
end
|
@@ -4863,6 +5665,15 @@ module Google
|
|
4863
5665
|
end
|
4864
5666
|
end
|
4865
5667
|
|
5668
|
+
class GoogleCloudDiscoveryengineV1alphaSitemap
|
5669
|
+
# @private
|
5670
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5671
|
+
property :create_time, as: 'createTime'
|
5672
|
+
property :name, as: 'name'
|
5673
|
+
property :uri, as: 'uri'
|
5674
|
+
end
|
5675
|
+
end
|
5676
|
+
|
4866
5677
|
class GoogleCloudDiscoveryengineV1alphaTargetSite
|
4867
5678
|
# @private
|
4868
5679
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4904,53 +5715,162 @@ module Google
|
|
4904
5715
|
end
|
4905
5716
|
end
|
4906
5717
|
|
4907
|
-
class GoogleCloudDiscoveryengineV1alphaTrainCustomModelResponse
|
5718
|
+
class GoogleCloudDiscoveryengineV1alphaTrainCustomModelResponse
|
5719
|
+
# @private
|
5720
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5721
|
+
property :error_config, as: 'errorConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaImportErrorConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaImportErrorConfig::Representation
|
5722
|
+
|
5723
|
+
collection :error_samples, as: 'errorSamples', class: Google::Apis::DiscoveryengineV1beta::GoogleRpcStatus, decorator: Google::Apis::DiscoveryengineV1beta::GoogleRpcStatus::Representation
|
5724
|
+
|
5725
|
+
hash :metrics, as: 'metrics'
|
5726
|
+
property :model_name, as: 'modelName'
|
5727
|
+
property :model_status, as: 'modelStatus'
|
5728
|
+
end
|
5729
|
+
end
|
5730
|
+
|
5731
|
+
class GoogleCloudDiscoveryengineV1alphaTuneEngineMetadata
|
5732
|
+
# @private
|
5733
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5734
|
+
property :engine, as: 'engine'
|
5735
|
+
end
|
5736
|
+
end
|
5737
|
+
|
5738
|
+
class GoogleCloudDiscoveryengineV1alphaTuneEngineResponse
|
5739
|
+
# @private
|
5740
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5741
|
+
end
|
5742
|
+
end
|
5743
|
+
|
5744
|
+
class GoogleCloudDiscoveryengineV1alphaUpdateCmekConfigMetadata
|
5745
|
+
# @private
|
5746
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5747
|
+
property :create_time, as: 'createTime'
|
5748
|
+
property :update_time, as: 'updateTime'
|
5749
|
+
end
|
5750
|
+
end
|
5751
|
+
|
5752
|
+
class GoogleCloudDiscoveryengineV1alphaUpdateSchemaMetadata
|
5753
|
+
# @private
|
5754
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5755
|
+
property :create_time, as: 'createTime'
|
5756
|
+
property :update_time, as: 'updateTime'
|
5757
|
+
end
|
5758
|
+
end
|
5759
|
+
|
5760
|
+
class GoogleCloudDiscoveryengineV1alphaUpdateTargetSiteMetadata
|
5761
|
+
# @private
|
5762
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5763
|
+
property :create_time, as: 'createTime'
|
5764
|
+
property :update_time, as: 'updateTime'
|
5765
|
+
end
|
5766
|
+
end
|
5767
|
+
|
5768
|
+
class GoogleCloudDiscoveryengineV1alphaUserInfo
|
5769
|
+
# @private
|
5770
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5771
|
+
property :user_agent, as: 'userAgent'
|
5772
|
+
property :user_id, as: 'userId'
|
5773
|
+
end
|
5774
|
+
end
|
5775
|
+
|
5776
|
+
class GoogleCloudDiscoveryengineV1alphaWorkspaceConfig
|
5777
|
+
# @private
|
5778
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5779
|
+
property :dasher_customer_id, as: 'dasherCustomerId'
|
5780
|
+
property :super_admin_email_address, as: 'superAdminEmailAddress'
|
5781
|
+
property :super_admin_service_account, as: 'superAdminServiceAccount'
|
5782
|
+
property :type, as: 'type'
|
5783
|
+
end
|
5784
|
+
end
|
5785
|
+
|
5786
|
+
class GoogleCloudDiscoveryengineV1betaAdvancedCompleteQueryRequest
|
5787
|
+
# @private
|
5788
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5789
|
+
property :boost_spec, as: 'boostSpec', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAdvancedCompleteQueryRequestBoostSpec, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAdvancedCompleteQueryRequestBoostSpec::Representation
|
5790
|
+
|
5791
|
+
property :include_tail_suggestions, as: 'includeTailSuggestions'
|
5792
|
+
property :query, as: 'query'
|
5793
|
+
property :query_model, as: 'queryModel'
|
5794
|
+
collection :suggestion_types, as: 'suggestionTypes'
|
5795
|
+
property :user_info, as: 'userInfo', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaUserInfo, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaUserInfo::Representation
|
5796
|
+
|
5797
|
+
property :user_pseudo_id, as: 'userPseudoId'
|
5798
|
+
end
|
5799
|
+
end
|
5800
|
+
|
5801
|
+
class GoogleCloudDiscoveryengineV1betaAdvancedCompleteQueryRequestBoostSpec
|
5802
|
+
# @private
|
5803
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5804
|
+
collection :condition_boost_specs, as: 'conditionBoostSpecs', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAdvancedCompleteQueryRequestBoostSpecConditionBoostSpec, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAdvancedCompleteQueryRequestBoostSpecConditionBoostSpec::Representation
|
5805
|
+
|
5806
|
+
end
|
5807
|
+
end
|
5808
|
+
|
5809
|
+
class GoogleCloudDiscoveryengineV1betaAdvancedCompleteQueryRequestBoostSpecConditionBoostSpec
|
5810
|
+
# @private
|
5811
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5812
|
+
property :boost, as: 'boost'
|
5813
|
+
property :condition, as: 'condition'
|
5814
|
+
end
|
5815
|
+
end
|
5816
|
+
|
5817
|
+
class GoogleCloudDiscoveryengineV1betaAdvancedCompleteQueryResponse
|
4908
5818
|
# @private
|
4909
5819
|
class Representation < Google::Apis::Core::JsonRepresentation
|
4910
|
-
|
5820
|
+
collection :content_suggestions, as: 'contentSuggestions', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAdvancedCompleteQueryResponseContentSuggestion, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAdvancedCompleteQueryResponseContentSuggestion::Representation
|
4911
5821
|
|
4912
|
-
collection :
|
5822
|
+
collection :people_suggestions, as: 'peopleSuggestions', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAdvancedCompleteQueryResponsePersonSuggestion, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAdvancedCompleteQueryResponsePersonSuggestion::Representation
|
4913
5823
|
|
4914
|
-
|
4915
|
-
|
4916
|
-
|
5824
|
+
collection :query_suggestions, as: 'querySuggestions', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAdvancedCompleteQueryResponseQuerySuggestion, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAdvancedCompleteQueryResponseQuerySuggestion::Representation
|
5825
|
+
|
5826
|
+
collection :recent_search_suggestions, as: 'recentSearchSuggestions', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAdvancedCompleteQueryResponseRecentSearchSuggestion, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAdvancedCompleteQueryResponseRecentSearchSuggestion::Representation
|
5827
|
+
|
5828
|
+
property :tail_match_triggered, as: 'tailMatchTriggered'
|
4917
5829
|
end
|
4918
5830
|
end
|
4919
5831
|
|
4920
|
-
class
|
5832
|
+
class GoogleCloudDiscoveryengineV1betaAdvancedCompleteQueryResponseContentSuggestion
|
4921
5833
|
# @private
|
4922
5834
|
class Representation < Google::Apis::Core::JsonRepresentation
|
4923
|
-
property :
|
5835
|
+
property :content_type, as: 'contentType'
|
5836
|
+
property :data_store, as: 'dataStore'
|
5837
|
+
property :document, as: 'document', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaDocument, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaDocument::Representation
|
5838
|
+
|
5839
|
+
property :suggestion, as: 'suggestion'
|
4924
5840
|
end
|
4925
5841
|
end
|
4926
5842
|
|
4927
|
-
class
|
5843
|
+
class GoogleCloudDiscoveryengineV1betaAdvancedCompleteQueryResponsePersonSuggestion
|
4928
5844
|
# @private
|
4929
5845
|
class Representation < Google::Apis::Core::JsonRepresentation
|
5846
|
+
property :data_store, as: 'dataStore'
|
5847
|
+
property :document, as: 'document', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaDocument, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaDocument::Representation
|
5848
|
+
|
5849
|
+
property :person_type, as: 'personType'
|
5850
|
+
property :suggestion, as: 'suggestion'
|
4930
5851
|
end
|
4931
5852
|
end
|
4932
5853
|
|
4933
|
-
class
|
5854
|
+
class GoogleCloudDiscoveryengineV1betaAdvancedCompleteQueryResponseQuerySuggestion
|
4934
5855
|
# @private
|
4935
5856
|
class Representation < Google::Apis::Core::JsonRepresentation
|
4936
|
-
|
4937
|
-
|
5857
|
+
collection :completable_field_paths, as: 'completableFieldPaths'
|
5858
|
+
collection :data_store, as: 'dataStore'
|
5859
|
+
property :suggestion, as: 'suggestion'
|
4938
5860
|
end
|
4939
5861
|
end
|
4940
5862
|
|
4941
|
-
class
|
5863
|
+
class GoogleCloudDiscoveryengineV1betaAdvancedCompleteQueryResponseRecentSearchSuggestion
|
4942
5864
|
# @private
|
4943
5865
|
class Representation < Google::Apis::Core::JsonRepresentation
|
4944
|
-
property :
|
4945
|
-
property :
|
5866
|
+
property :recent_search_time, as: 'recentSearchTime'
|
5867
|
+
property :suggestion, as: 'suggestion'
|
4946
5868
|
end
|
4947
5869
|
end
|
4948
5870
|
|
4949
|
-
class
|
5871
|
+
class GoogleCloudDiscoveryengineV1betaAdvancedSiteSearchConfig
|
4950
5872
|
# @private
|
4951
5873
|
class Representation < Google::Apis::Core::JsonRepresentation
|
4952
|
-
property :user_agent, as: 'userAgent'
|
4953
|
-
property :user_id, as: 'userId'
|
4954
5874
|
end
|
4955
5875
|
end
|
4956
5876
|
|
@@ -5010,6 +5930,8 @@ module Google
|
|
5010
5930
|
property :answer_generation_spec, as: 'answerGenerationSpec', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerQueryRequestAnswerGenerationSpec, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerQueryRequestAnswerGenerationSpec::Representation
|
5011
5931
|
|
5012
5932
|
property :asynchronous_mode, as: 'asynchronousMode'
|
5933
|
+
property :grounding_spec, as: 'groundingSpec', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerQueryRequestGroundingSpec, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerQueryRequestGroundingSpec::Representation
|
5934
|
+
|
5013
5935
|
property :query, as: 'query', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaQuery, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaQuery::Representation
|
5014
5936
|
|
5015
5937
|
property :query_understanding_spec, as: 'queryUnderstandingSpec', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerQueryRequestQueryUnderstandingSpec, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerQueryRequestQueryUnderstandingSpec::Representation
|
@@ -5031,6 +5953,7 @@ module Google
|
|
5031
5953
|
class Representation < Google::Apis::Core::JsonRepresentation
|
5032
5954
|
property :answer_language_code, as: 'answerLanguageCode'
|
5033
5955
|
property :ignore_adversarial_query, as: 'ignoreAdversarialQuery'
|
5956
|
+
property :ignore_jail_breaking_query, as: 'ignoreJailBreakingQuery'
|
5034
5957
|
property :ignore_low_relevant_content, as: 'ignoreLowRelevantContent'
|
5035
5958
|
property :ignore_non_answer_seeking_query, as: 'ignoreNonAnswerSeekingQuery'
|
5036
5959
|
property :include_citations, as: 'includeCitations'
|
@@ -5055,6 +5978,14 @@ module Google
|
|
5055
5978
|
end
|
5056
5979
|
end
|
5057
5980
|
|
5981
|
+
class GoogleCloudDiscoveryengineV1betaAnswerQueryRequestGroundingSpec
|
5982
|
+
# @private
|
5983
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5984
|
+
property :filtering_level, as: 'filteringLevel'
|
5985
|
+
property :include_grounding_supports, as: 'includeGroundingSupports'
|
5986
|
+
end
|
5987
|
+
end
|
5988
|
+
|
5058
5989
|
class GoogleCloudDiscoveryengineV1betaAnswerQueryRequestQueryUnderstandingSpec
|
5059
5990
|
# @private
|
5060
5991
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5113,6 +6044,8 @@ module Google
|
|
5113
6044
|
|
5114
6045
|
property :filter, as: 'filter'
|
5115
6046
|
property :max_return_results, as: 'maxReturnResults'
|
6047
|
+
property :natural_language_query_understanding_spec, as: 'naturalLanguageQueryUnderstandingSpec', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestNaturalLanguageQueryUnderstandingSpec, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestNaturalLanguageQueryUnderstandingSpec::Representation
|
6048
|
+
|
5116
6049
|
property :order_by, as: 'orderBy'
|
5117
6050
|
property :search_result_mode, as: 'searchResultMode'
|
5118
6051
|
end
|
@@ -5141,6 +6074,16 @@ module Google
|
|
5141
6074
|
class Representation < Google::Apis::Core::JsonRepresentation
|
5142
6075
|
property :chunk, as: 'chunk'
|
5143
6076
|
property :content, as: 'content'
|
6077
|
+
property :document_metadata, as: 'documentMetadata', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerQueryRequestSearchSpecSearchResultListSearchResultChunkInfoDocumentMetadata, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerQueryRequestSearchSpecSearchResultListSearchResultChunkInfoDocumentMetadata::Representation
|
6078
|
+
|
6079
|
+
end
|
6080
|
+
end
|
6081
|
+
|
6082
|
+
class GoogleCloudDiscoveryengineV1betaAnswerQueryRequestSearchSpecSearchResultListSearchResultChunkInfoDocumentMetadata
|
6083
|
+
# @private
|
6084
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6085
|
+
property :title, as: 'title'
|
6086
|
+
property :uri, as: 'uri'
|
5144
6087
|
end
|
5145
6088
|
end
|
5146
6089
|
|
@@ -5215,6 +6158,8 @@ module Google
|
|
5215
6158
|
class Representation < Google::Apis::Core::JsonRepresentation
|
5216
6159
|
property :chunk_info, as: 'chunkInfo', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerReferenceChunkInfo, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerReferenceChunkInfo::Representation
|
5217
6160
|
|
6161
|
+
property :structured_document_info, as: 'structuredDocumentInfo', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerReferenceStructuredDocumentInfo, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerReferenceStructuredDocumentInfo::Representation
|
6162
|
+
|
5218
6163
|
property :unstructured_document_info, as: 'unstructuredDocumentInfo', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerReferenceUnstructuredDocumentInfo, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerReferenceUnstructuredDocumentInfo::Representation
|
5219
6164
|
|
5220
6165
|
end
|
@@ -5242,6 +6187,14 @@ module Google
|
|
5242
6187
|
end
|
5243
6188
|
end
|
5244
6189
|
|
6190
|
+
class GoogleCloudDiscoveryengineV1betaAnswerReferenceStructuredDocumentInfo
|
6191
|
+
# @private
|
6192
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6193
|
+
property :document, as: 'document'
|
6194
|
+
hash :struct_data, as: 'structData'
|
6195
|
+
end
|
6196
|
+
end
|
6197
|
+
|
5245
6198
|
class GoogleCloudDiscoveryengineV1betaAnswerReferenceUnstructuredDocumentInfo
|
5246
6199
|
# @private
|
5247
6200
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5259,6 +6212,7 @@ module Google
|
|
5259
6212
|
class Representation < Google::Apis::Core::JsonRepresentation
|
5260
6213
|
property :content, as: 'content'
|
5261
6214
|
property :page_identifier, as: 'pageIdentifier'
|
6215
|
+
property :relevance_score, as: 'relevanceScore'
|
5262
6216
|
end
|
5263
6217
|
end
|
5264
6218
|
|
@@ -5353,6 +6307,33 @@ module Google
|
|
5353
6307
|
end
|
5354
6308
|
end
|
5355
6309
|
|
6310
|
+
class GoogleCloudDiscoveryengineV1betaBatchGetDocumentsMetadataResponse
|
6311
|
+
# @private
|
6312
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6313
|
+
collection :documents_metadata, as: 'documentsMetadata', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaBatchGetDocumentsMetadataResponseDocumentMetadata, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaBatchGetDocumentsMetadataResponseDocumentMetadata::Representation
|
6314
|
+
|
6315
|
+
end
|
6316
|
+
end
|
6317
|
+
|
6318
|
+
class GoogleCloudDiscoveryengineV1betaBatchGetDocumentsMetadataResponseDocumentMetadata
|
6319
|
+
# @private
|
6320
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6321
|
+
property :data_ingestion_source, as: 'dataIngestionSource'
|
6322
|
+
property :last_refreshed_time, as: 'lastRefreshedTime'
|
6323
|
+
property :matcher_value, as: 'matcherValue', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaBatchGetDocumentsMetadataResponseDocumentMetadataMatcherValue, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaBatchGetDocumentsMetadataResponseDocumentMetadataMatcherValue::Representation
|
6324
|
+
|
6325
|
+
property :state, as: 'state'
|
6326
|
+
end
|
6327
|
+
end
|
6328
|
+
|
6329
|
+
class GoogleCloudDiscoveryengineV1betaBatchGetDocumentsMetadataResponseDocumentMetadataMatcherValue
|
6330
|
+
# @private
|
6331
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6332
|
+
property :fhir_resource, as: 'fhirResource'
|
6333
|
+
property :uri, as: 'uri'
|
6334
|
+
end
|
6335
|
+
end
|
6336
|
+
|
5356
6337
|
class GoogleCloudDiscoveryengineV1betaBatchVerifyTargetSitesRequest
|
5357
6338
|
# @private
|
5358
6339
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5430,12 +6411,21 @@ module Google
|
|
5430
6411
|
class Representation < Google::Apis::Core::JsonRepresentation
|
5431
6412
|
collection :cited_chunks, as: 'citedChunks', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaFactChunk, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaFactChunk::Representation
|
5432
6413
|
|
6414
|
+
collection :cited_facts, as: 'citedFacts', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaCheckGroundingResponseCheckGroundingFactChunk, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaCheckGroundingResponseCheckGroundingFactChunk::Representation
|
6415
|
+
|
5433
6416
|
collection :claims, as: 'claims', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaCheckGroundingResponseClaim, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaCheckGroundingResponseClaim::Representation
|
5434
6417
|
|
5435
6418
|
property :support_score, as: 'supportScore'
|
5436
6419
|
end
|
5437
6420
|
end
|
5438
6421
|
|
6422
|
+
class GoogleCloudDiscoveryengineV1betaCheckGroundingResponseCheckGroundingFactChunk
|
6423
|
+
# @private
|
6424
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6425
|
+
property :chunk_text, as: 'chunkText'
|
6426
|
+
end
|
6427
|
+
end
|
6428
|
+
|
5439
6429
|
class GoogleCloudDiscoveryengineV1betaCheckGroundingResponseClaim
|
5440
6430
|
# @private
|
5441
6431
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5510,6 +6500,18 @@ module Google
|
|
5510
6500
|
end
|
5511
6501
|
end
|
5512
6502
|
|
6503
|
+
class GoogleCloudDiscoveryengineV1betaCmekConfig
|
6504
|
+
# @private
|
6505
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6506
|
+
property :is_default, as: 'isDefault'
|
6507
|
+
property :kms_key, as: 'kmsKey'
|
6508
|
+
property :kms_key_version, as: 'kmsKeyVersion'
|
6509
|
+
property :last_rotation_timestamp_micros, :numeric_string => true, as: 'lastRotationTimestampMicros'
|
6510
|
+
property :name, as: 'name'
|
6511
|
+
property :state, as: 'state'
|
6512
|
+
end
|
6513
|
+
end
|
6514
|
+
|
5513
6515
|
class GoogleCloudDiscoveryengineV1betaCompleteQueryResponse
|
5514
6516
|
# @private
|
5515
6517
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5553,6 +6555,7 @@ module Google
|
|
5553
6555
|
class Representation < Google::Apis::Core::JsonRepresentation
|
5554
6556
|
collection :active_time_range, as: 'activeTimeRange', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaConditionTimeRange, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaConditionTimeRange::Representation
|
5555
6557
|
|
6558
|
+
property :query_regex, as: 'queryRegex'
|
5556
6559
|
collection :query_terms, as: 'queryTerms', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaConditionQueryTerm, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaConditionQueryTerm::Representation
|
5557
6560
|
|
5558
6561
|
end
|
@@ -5586,6 +6589,8 @@ module Google
|
|
5586
6589
|
property :filter_action, as: 'filterAction', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaControlFilterAction, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaControlFilterAction::Representation
|
5587
6590
|
|
5588
6591
|
property :name, as: 'name'
|
6592
|
+
property :promote_action, as: 'promoteAction', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaControlPromoteAction, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaControlPromoteAction::Representation
|
6593
|
+
|
5589
6594
|
property :redirect_action, as: 'redirectAction', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaControlRedirectAction, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaControlRedirectAction::Representation
|
5590
6595
|
|
5591
6596
|
property :solution_type, as: 'solutionType'
|
@@ -5612,6 +6617,15 @@ module Google
|
|
5612
6617
|
end
|
5613
6618
|
end
|
5614
6619
|
|
6620
|
+
class GoogleCloudDiscoveryengineV1betaControlPromoteAction
|
6621
|
+
# @private
|
6622
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6623
|
+
property :data_store, as: 'dataStore'
|
6624
|
+
property :search_link_promotion, as: 'searchLinkPromotion', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchLinkPromotion, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchLinkPromotion::Representation
|
6625
|
+
|
6626
|
+
end
|
6627
|
+
end
|
6628
|
+
|
5615
6629
|
class GoogleCloudDiscoveryengineV1betaControlRedirectAction
|
5616
6630
|
# @private
|
5617
6631
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5719,6 +6733,14 @@ module Google
|
|
5719
6733
|
end
|
5720
6734
|
end
|
5721
6735
|
|
6736
|
+
class GoogleCloudDiscoveryengineV1betaCreateSitemapMetadata
|
6737
|
+
# @private
|
6738
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6739
|
+
property :create_time, as: 'createTime'
|
6740
|
+
property :update_time, as: 'updateTime'
|
6741
|
+
end
|
6742
|
+
end
|
6743
|
+
|
5722
6744
|
class GoogleCloudDiscoveryengineV1betaCreateTargetSiteMetadata
|
5723
6745
|
# @private
|
5724
6746
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5749,6 +6771,7 @@ module Google
|
|
5749
6771
|
class Representation < Google::Apis::Core::JsonRepresentation
|
5750
6772
|
property :create_time, as: 'createTime'
|
5751
6773
|
property :display_name, as: 'displayName'
|
6774
|
+
property :error_message, as: 'errorMessage'
|
5752
6775
|
hash :metrics, as: 'metrics'
|
5753
6776
|
property :model_state, as: 'modelState'
|
5754
6777
|
property :model_version, :numeric_string => true, as: 'modelVersion'
|
@@ -5760,6 +6783,12 @@ module Google
|
|
5760
6783
|
class GoogleCloudDiscoveryengineV1betaDataStore
|
5761
6784
|
# @private
|
5762
6785
|
class Representation < Google::Apis::Core::JsonRepresentation
|
6786
|
+
property :advanced_site_search_config, as: 'advancedSiteSearchConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAdvancedSiteSearchConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAdvancedSiteSearchConfig::Representation
|
6787
|
+
|
6788
|
+
property :billing_estimation, as: 'billingEstimation', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaDataStoreBillingEstimation, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaDataStoreBillingEstimation::Representation
|
6789
|
+
|
6790
|
+
property :cmek_config, as: 'cmekConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaCmekConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaCmekConfig::Representation
|
6791
|
+
|
5763
6792
|
property :content_config, as: 'contentConfig'
|
5764
6793
|
property :create_time, as: 'createTime'
|
5765
6794
|
property :default_schema_id, as: 'defaultSchemaId'
|
@@ -5767,12 +6796,38 @@ module Google
|
|
5767
6796
|
property :document_processing_config, as: 'documentProcessingConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaDocumentProcessingConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaDocumentProcessingConfig::Representation
|
5768
6797
|
|
5769
6798
|
property :industry_vertical, as: 'industryVertical'
|
6799
|
+
property :kms_key_name, as: 'kmsKeyName'
|
5770
6800
|
property :language_info, as: 'languageInfo', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaLanguageInfo, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaLanguageInfo::Representation
|
5771
6801
|
|
5772
6802
|
property :name, as: 'name'
|
6803
|
+
property :natural_language_query_understanding_config, as: 'naturalLanguageQueryUnderstandingConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaNaturalLanguageQueryUnderstandingConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaNaturalLanguageQueryUnderstandingConfig::Representation
|
6804
|
+
|
6805
|
+
property :serving_config_data_store, as: 'servingConfigDataStore', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaDataStoreServingConfigDataStore, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaDataStoreServingConfigDataStore::Representation
|
6806
|
+
|
5773
6807
|
collection :solution_types, as: 'solutionTypes'
|
5774
6808
|
property :starting_schema, as: 'startingSchema', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSchema, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSchema::Representation
|
5775
6809
|
|
6810
|
+
property :workspace_config, as: 'workspaceConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaWorkspaceConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaWorkspaceConfig::Representation
|
6811
|
+
|
6812
|
+
end
|
6813
|
+
end
|
6814
|
+
|
6815
|
+
class GoogleCloudDiscoveryengineV1betaDataStoreBillingEstimation
|
6816
|
+
# @private
|
6817
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6818
|
+
property :structured_data_size, :numeric_string => true, as: 'structuredDataSize'
|
6819
|
+
property :structured_data_update_time, as: 'structuredDataUpdateTime'
|
6820
|
+
property :unstructured_data_size, :numeric_string => true, as: 'unstructuredDataSize'
|
6821
|
+
property :unstructured_data_update_time, as: 'unstructuredDataUpdateTime'
|
6822
|
+
property :website_data_size, :numeric_string => true, as: 'websiteDataSize'
|
6823
|
+
property :website_data_update_time, as: 'websiteDataUpdateTime'
|
6824
|
+
end
|
6825
|
+
end
|
6826
|
+
|
6827
|
+
class GoogleCloudDiscoveryengineV1betaDataStoreServingConfigDataStore
|
6828
|
+
# @private
|
6829
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6830
|
+
property :disabled_for_serving, as: 'disabledForServing'
|
5776
6831
|
end
|
5777
6832
|
end
|
5778
6833
|
|
@@ -5800,6 +6855,14 @@ module Google
|
|
5800
6855
|
end
|
5801
6856
|
end
|
5802
6857
|
|
6858
|
+
class GoogleCloudDiscoveryengineV1betaDeleteSitemapMetadata
|
6859
|
+
# @private
|
6860
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6861
|
+
property :create_time, as: 'createTime'
|
6862
|
+
property :update_time, as: 'updateTime'
|
6863
|
+
end
|
6864
|
+
end
|
6865
|
+
|
5803
6866
|
class GoogleCloudDiscoveryengineV1betaDeleteTargetSiteMetadata
|
5804
6867
|
# @private
|
5805
6868
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5835,6 +6898,8 @@ module Google
|
|
5835
6898
|
|
5836
6899
|
hash :derived_struct_data, as: 'derivedStructData'
|
5837
6900
|
property :id, as: 'id'
|
6901
|
+
property :index_status, as: 'indexStatus', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaDocumentIndexStatus, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaDocumentIndexStatus::Representation
|
6902
|
+
|
5838
6903
|
property :index_time, as: 'indexTime'
|
5839
6904
|
property :json_data, as: 'jsonData'
|
5840
6905
|
property :name, as: 'name'
|
@@ -5853,10 +6918,21 @@ module Google
|
|
5853
6918
|
end
|
5854
6919
|
end
|
5855
6920
|
|
6921
|
+
class GoogleCloudDiscoveryengineV1betaDocumentIndexStatus
|
6922
|
+
# @private
|
6923
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6924
|
+
collection :error_samples, as: 'errorSamples', class: Google::Apis::DiscoveryengineV1beta::GoogleRpcStatus, decorator: Google::Apis::DiscoveryengineV1beta::GoogleRpcStatus::Representation
|
6925
|
+
|
6926
|
+
property :index_time, as: 'indexTime'
|
6927
|
+
end
|
6928
|
+
end
|
6929
|
+
|
5856
6930
|
class GoogleCloudDiscoveryengineV1betaDocumentInfo
|
5857
6931
|
# @private
|
5858
6932
|
class Representation < Google::Apis::Core::JsonRepresentation
|
6933
|
+
property :conversion_value, as: 'conversionValue'
|
5859
6934
|
property :id, as: 'id'
|
6935
|
+
property :joined, as: 'joined'
|
5860
6936
|
property :name, as: 'name'
|
5861
6937
|
collection :promotion_ids, as: 'promotionIds'
|
5862
6938
|
property :quantity, as: 'quantity'
|
@@ -5970,6 +7046,7 @@ module Google
|
|
5970
7046
|
|
5971
7047
|
property :create_time, as: 'createTime'
|
5972
7048
|
collection :data_store_ids, as: 'dataStoreIds'
|
7049
|
+
property :disable_analytics, as: 'disableAnalytics'
|
5973
7050
|
property :display_name, as: 'displayName'
|
5974
7051
|
property :industry_vertical, as: 'industryVertical'
|
5975
7052
|
property :name, as: 'name'
|
@@ -6076,11 +7153,28 @@ module Google
|
|
6076
7153
|
end
|
6077
7154
|
end
|
6078
7155
|
|
7156
|
+
class GoogleCloudDiscoveryengineV1betaFetchSitemapsResponse
|
7157
|
+
# @private
|
7158
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7159
|
+
collection :sitemaps_metadata, as: 'sitemapsMetadata', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaFetchSitemapsResponseSitemapMetadata, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaFetchSitemapsResponseSitemapMetadata::Representation
|
7160
|
+
|
7161
|
+
end
|
7162
|
+
end
|
7163
|
+
|
7164
|
+
class GoogleCloudDiscoveryengineV1betaFetchSitemapsResponseSitemapMetadata
|
7165
|
+
# @private
|
7166
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7167
|
+
property :sitemap, as: 'sitemap', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSitemap, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSitemap::Representation
|
7168
|
+
|
7169
|
+
end
|
7170
|
+
end
|
7171
|
+
|
6079
7172
|
class GoogleCloudDiscoveryengineV1betaFhirStoreSource
|
6080
7173
|
# @private
|
6081
7174
|
class Representation < Google::Apis::Core::JsonRepresentation
|
6082
7175
|
property :fhir_store, as: 'fhirStore'
|
6083
7176
|
property :gcs_staging_dir, as: 'gcsStagingDir'
|
7177
|
+
collection :resource_types, as: 'resourceTypes'
|
6084
7178
|
end
|
6085
7179
|
end
|
6086
7180
|
|
@@ -6505,6 +7599,13 @@ module Google
|
|
6505
7599
|
end
|
6506
7600
|
end
|
6507
7601
|
|
7602
|
+
class GoogleCloudDiscoveryengineV1betaNaturalLanguageQueryUnderstandingConfig
|
7603
|
+
# @private
|
7604
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7605
|
+
property :mode, as: 'mode'
|
7606
|
+
end
|
7607
|
+
end
|
7608
|
+
|
6508
7609
|
class GoogleCloudDiscoveryengineV1betaPageInfo
|
6509
7610
|
# @private
|
6510
7611
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6519,6 +7620,8 @@ module Google
|
|
6519
7620
|
# @private
|
6520
7621
|
class Representation < Google::Apis::Core::JsonRepresentation
|
6521
7622
|
property :display_name, as: 'displayName'
|
7623
|
+
collection :documents, as: 'documents', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaDocumentInfo, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaDocumentInfo::Representation
|
7624
|
+
|
6522
7625
|
property :panel_id, as: 'panelId'
|
6523
7626
|
property :panel_position, as: 'panelPosition'
|
6524
7627
|
property :total_panels, as: 'totalPanels'
|
@@ -6587,8 +7690,21 @@ module Google
|
|
6587
7690
|
class GoogleCloudDiscoveryengineV1betaPurgeDocumentsRequest
|
6588
7691
|
# @private
|
6589
7692
|
class Representation < Google::Apis::Core::JsonRepresentation
|
7693
|
+
property :error_config, as: 'errorConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaPurgeErrorConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaPurgeErrorConfig::Representation
|
7694
|
+
|
6590
7695
|
property :filter, as: 'filter'
|
6591
7696
|
property :force, as: 'force'
|
7697
|
+
property :gcs_source, as: 'gcsSource', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaGcsSource, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaGcsSource::Representation
|
7698
|
+
|
7699
|
+
property :inline_source, as: 'inlineSource', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaPurgeDocumentsRequestInlineSource, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaPurgeDocumentsRequestInlineSource::Representation
|
7700
|
+
|
7701
|
+
end
|
7702
|
+
end
|
7703
|
+
|
7704
|
+
class GoogleCloudDiscoveryengineV1betaPurgeDocumentsRequestInlineSource
|
7705
|
+
# @private
|
7706
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7707
|
+
collection :documents, as: 'documents'
|
6592
7708
|
end
|
6593
7709
|
end
|
6594
7710
|
|
@@ -6600,6 +7716,13 @@ module Google
|
|
6600
7716
|
end
|
6601
7717
|
end
|
6602
7718
|
|
7719
|
+
class GoogleCloudDiscoveryengineV1betaPurgeErrorConfig
|
7720
|
+
# @private
|
7721
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7722
|
+
property :gcs_prefix, as: 'gcsPrefix'
|
7723
|
+
end
|
7724
|
+
end
|
7725
|
+
|
6603
7726
|
class GoogleCloudDiscoveryengineV1betaPurgeSuggestionDenyListEntriesMetadata
|
6604
7727
|
# @private
|
6605
7728
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6623,6 +7746,14 @@ module Google
|
|
6623
7746
|
end
|
6624
7747
|
end
|
6625
7748
|
|
7749
|
+
class GoogleCloudDiscoveryengineV1betaPurgeUserEventsRequest
|
7750
|
+
# @private
|
7751
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7752
|
+
property :filter, as: 'filter'
|
7753
|
+
property :force, as: 'force'
|
7754
|
+
end
|
7755
|
+
end
|
7756
|
+
|
6626
7757
|
class GoogleCloudDiscoveryengineV1betaQualityMetrics
|
6627
7758
|
# @private
|
6628
7759
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6725,6 +7856,7 @@ module Google
|
|
6725
7856
|
class GoogleCloudDiscoveryengineV1betaRecrawlUrisRequest
|
6726
7857
|
# @private
|
6727
7858
|
class Representation < Google::Apis::Core::JsonRepresentation
|
7859
|
+
property :site_credential, as: 'siteCredential'
|
6728
7860
|
collection :uris, as: 'uris'
|
6729
7861
|
end
|
6730
7862
|
end
|
@@ -6812,6 +7944,17 @@ module Google
|
|
6812
7944
|
end
|
6813
7945
|
end
|
6814
7946
|
|
7947
|
+
class GoogleCloudDiscoveryengineV1betaSearchLinkPromotion
|
7948
|
+
# @private
|
7949
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7950
|
+
property :description, as: 'description'
|
7951
|
+
property :enabled, as: 'enabled'
|
7952
|
+
property :image_uri, as: 'imageUri'
|
7953
|
+
property :title, as: 'title'
|
7954
|
+
property :uri, as: 'uri'
|
7955
|
+
end
|
7956
|
+
end
|
7957
|
+
|
6815
7958
|
class GoogleCloudDiscoveryengineV1betaSearchRequest
|
6816
7959
|
# @private
|
6817
7960
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6834,15 +7977,19 @@ module Google
|
|
6834
7977
|
property :natural_language_query_understanding_spec, as: 'naturalLanguageQueryUnderstandingSpec', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestNaturalLanguageQueryUnderstandingSpec, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestNaturalLanguageQueryUnderstandingSpec::Representation
|
6835
7978
|
|
6836
7979
|
property :offset, as: 'offset'
|
7980
|
+
property :one_box_page_size, as: 'oneBoxPageSize'
|
6837
7981
|
property :order_by, as: 'orderBy'
|
6838
7982
|
property :page_size, as: 'pageSize'
|
6839
7983
|
property :page_token, as: 'pageToken'
|
6840
7984
|
hash :params, as: 'params'
|
7985
|
+
property :personalization_spec, as: 'personalizationSpec', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestPersonalizationSpec, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestPersonalizationSpec::Representation
|
7986
|
+
|
6841
7987
|
property :query, as: 'query'
|
6842
7988
|
property :query_expansion_spec, as: 'queryExpansionSpec', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestQueryExpansionSpec, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestQueryExpansionSpec::Representation
|
6843
7989
|
|
6844
7990
|
property :ranking_expression, as: 'rankingExpression'
|
6845
7991
|
property :region_code, as: 'regionCode'
|
7992
|
+
property :relevance_threshold, as: 'relevanceThreshold'
|
6846
7993
|
property :safe_search, as: 'safeSearch'
|
6847
7994
|
property :search_as_you_type_spec, as: 'searchAsYouTypeSpec', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestSearchAsYouTypeSpec, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestSearchAsYouTypeSpec::Representation
|
6848
7995
|
|
@@ -6943,6 +8090,8 @@ module Google
|
|
6943
8090
|
# @private
|
6944
8091
|
class Representation < Google::Apis::Core::JsonRepresentation
|
6945
8092
|
property :ignore_adversarial_query, as: 'ignoreAdversarialQuery'
|
8093
|
+
property :ignore_jail_breaking_query, as: 'ignoreJailBreakingQuery'
|
8094
|
+
property :ignore_low_relevant_content, as: 'ignoreLowRelevantContent'
|
6946
8095
|
property :ignore_non_summary_seeking_query, as: 'ignoreNonSummarySeekingQuery'
|
6947
8096
|
property :include_citations, as: 'includeCitations'
|
6948
8097
|
property :language_code, as: 'languageCode'
|
@@ -6973,6 +8122,7 @@ module Google
|
|
6973
8122
|
# @private
|
6974
8123
|
class Representation < Google::Apis::Core::JsonRepresentation
|
6975
8124
|
property :data_store, as: 'dataStore'
|
8125
|
+
property :filter, as: 'filter'
|
6976
8126
|
end
|
6977
8127
|
end
|
6978
8128
|
|
@@ -7032,6 +8182,13 @@ module Google
|
|
7032
8182
|
end
|
7033
8183
|
end
|
7034
8184
|
|
8185
|
+
class GoogleCloudDiscoveryengineV1betaSearchRequestPersonalizationSpec
|
8186
|
+
# @private
|
8187
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8188
|
+
property :mode, as: 'mode'
|
8189
|
+
end
|
8190
|
+
end
|
8191
|
+
|
7035
8192
|
class GoogleCloudDiscoveryengineV1betaSearchRequestQueryExpansionSpec
|
7036
8193
|
# @private
|
7037
8194
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -7077,11 +8234,15 @@ module Google
|
|
7077
8234
|
property :natural_language_query_understanding_info, as: 'naturalLanguageQueryUnderstandingInfo', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchResponseNaturalLanguageQueryUnderstandingInfo, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchResponseNaturalLanguageQueryUnderstandingInfo::Representation
|
7078
8235
|
|
7079
8236
|
property :next_page_token, as: 'nextPageToken'
|
8237
|
+
collection :one_box_results, as: 'oneBoxResults', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchResponseOneBoxResult, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchResponseOneBoxResult::Representation
|
8238
|
+
|
7080
8239
|
property :query_expansion_info, as: 'queryExpansionInfo', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchResponseQueryExpansionInfo, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchResponseQueryExpansionInfo::Representation
|
7081
8240
|
|
7082
8241
|
property :redirect_uri, as: 'redirectUri'
|
7083
8242
|
collection :results, as: 'results', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchResponseSearchResult, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchResponseSearchResult::Representation
|
7084
8243
|
|
8244
|
+
collection :search_link_promotions, as: 'searchLinkPromotions', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchLinkPromotion, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchLinkPromotion::Representation
|
8245
|
+
|
7085
8246
|
property :session_info, as: 'sessionInfo', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchResponseSessionInfo, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchResponseSessionInfo::Representation
|
7086
8247
|
|
7087
8248
|
property :summary, as: 'summary', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchResponseSummary, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchResponseSummary::Representation
|
@@ -7182,6 +8343,8 @@ module Google
|
|
7182
8343
|
class Representation < Google::Apis::Core::JsonRepresentation
|
7183
8344
|
property :address, as: 'address'
|
7184
8345
|
property :field_name, as: 'fieldName'
|
8346
|
+
property :latitude, as: 'latitude'
|
8347
|
+
property :longitude, as: 'longitude'
|
7185
8348
|
property :radius_in_meters, as: 'radiusInMeters'
|
7186
8349
|
end
|
7187
8350
|
end
|
@@ -7191,6 +8354,7 @@ module Google
|
|
7191
8354
|
class Representation < Google::Apis::Core::JsonRepresentation
|
7192
8355
|
property :comparison, as: 'comparison'
|
7193
8356
|
property :field_name, as: 'fieldName'
|
8357
|
+
property :query_segment, as: 'querySegment'
|
7194
8358
|
property :value, as: 'value'
|
7195
8359
|
end
|
7196
8360
|
end
|
@@ -7207,10 +8371,20 @@ module Google
|
|
7207
8371
|
# @private
|
7208
8372
|
class Representation < Google::Apis::Core::JsonRepresentation
|
7209
8373
|
property :field_name, as: 'fieldName'
|
8374
|
+
property :query_segment, as: 'querySegment'
|
7210
8375
|
collection :values, as: 'values'
|
7211
8376
|
end
|
7212
8377
|
end
|
7213
8378
|
|
8379
|
+
class GoogleCloudDiscoveryengineV1betaSearchResponseOneBoxResult
|
8380
|
+
# @private
|
8381
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8382
|
+
property :one_box_type, as: 'oneBoxType'
|
8383
|
+
collection :search_results, as: 'searchResults', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchResponseSearchResult, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchResponseSearchResult::Representation
|
8384
|
+
|
8385
|
+
end
|
8386
|
+
end
|
8387
|
+
|
7214
8388
|
class GoogleCloudDiscoveryengineV1betaSearchResponseQueryExpansionInfo
|
7215
8389
|
# @private
|
7216
8390
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -7334,6 +8508,9 @@ module Google
|
|
7334
8508
|
property :model_id, as: 'modelId'
|
7335
8509
|
property :name, as: 'name'
|
7336
8510
|
collection :oneway_synonyms_control_ids, as: 'onewaySynonymsControlIds'
|
8511
|
+
property :personalization_spec, as: 'personalizationSpec', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestPersonalizationSpec, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestPersonalizationSpec::Representation
|
8512
|
+
|
8513
|
+
collection :promote_control_ids, as: 'promoteControlIds'
|
7337
8514
|
property :ranking_expression, as: 'rankingExpression'
|
7338
8515
|
collection :redirect_control_ids, as: 'redirectControlIds'
|
7339
8516
|
collection :replacement_control_ids, as: 'replacementControlIds'
|
@@ -7357,6 +8534,7 @@ module Google
|
|
7357
8534
|
property :content_freshness_cutoff_days, as: 'contentFreshnessCutoffDays'
|
7358
8535
|
property :content_watched_percentage_threshold, as: 'contentWatchedPercentageThreshold'
|
7359
8536
|
property :content_watched_seconds_threshold, as: 'contentWatchedSecondsThreshold'
|
8537
|
+
property :demote_content_watched_past_days, as: 'demoteContentWatchedPastDays'
|
7360
8538
|
property :demotion_event_type, as: 'demotionEventType'
|
7361
8539
|
end
|
7362
8540
|
end
|
@@ -7378,6 +8556,8 @@ module Google
|
|
7378
8556
|
# @private
|
7379
8557
|
class Representation < Google::Apis::Core::JsonRepresentation
|
7380
8558
|
property :answer, as: 'answer'
|
8559
|
+
property :detailed_answer, as: 'detailedAnswer', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswer, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswer::Representation
|
8560
|
+
|
7381
8561
|
property :query, as: 'query', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaQuery, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaQuery::Representation
|
7382
8562
|
|
7383
8563
|
end
|
@@ -7398,6 +8578,15 @@ module Google
|
|
7398
8578
|
end
|
7399
8579
|
end
|
7400
8580
|
|
8581
|
+
class GoogleCloudDiscoveryengineV1betaSitemap
|
8582
|
+
# @private
|
8583
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8584
|
+
property :create_time, as: 'createTime'
|
8585
|
+
property :name, as: 'name'
|
8586
|
+
property :uri, as: 'uri'
|
8587
|
+
end
|
8588
|
+
end
|
8589
|
+
|
7401
8590
|
class GoogleCloudDiscoveryengineV1betaSpannerSource
|
7402
8591
|
# @private
|
7403
8592
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -7557,6 +8746,7 @@ module Google
|
|
7557
8746
|
property :attribution_token, as: 'attributionToken'
|
7558
8747
|
property :completion_info, as: 'completionInfo', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaCompletionInfo, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaCompletionInfo::Representation
|
7559
8748
|
|
8749
|
+
property :conversion_type, as: 'conversionType'
|
7560
8750
|
property :data_store, as: 'dataStore'
|
7561
8751
|
property :direct_user_request, as: 'directUserRequest'
|
7562
8752
|
collection :documents, as: 'documents', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaDocumentInfo, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaDocumentInfo::Representation
|
@@ -7571,6 +8761,8 @@ module Google
|
|
7571
8761
|
|
7572
8762
|
property :panel, as: 'panel', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaPanelInfo, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaPanelInfo::Representation
|
7573
8763
|
|
8764
|
+
collection :panels, as: 'panels', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaPanelInfo, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaPanelInfo::Representation
|
8765
|
+
|
7574
8766
|
collection :promotion_ids, as: 'promotionIds'
|
7575
8767
|
property :search_info, as: 'searchInfo', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchInfo, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchInfo::Representation
|
7576
8768
|
|
@@ -7592,6 +8784,16 @@ module Google
|
|
7592
8784
|
end
|
7593
8785
|
end
|
7594
8786
|
|
8787
|
+
class GoogleCloudDiscoveryengineV1betaWorkspaceConfig
|
8788
|
+
# @private
|
8789
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8790
|
+
property :dasher_customer_id, as: 'dasherCustomerId'
|
8791
|
+
property :super_admin_email_address, as: 'superAdminEmailAddress'
|
8792
|
+
property :super_admin_service_account, as: 'superAdminServiceAccount'
|
8793
|
+
property :type, as: 'type'
|
8794
|
+
end
|
8795
|
+
end
|
8796
|
+
|
7595
8797
|
class GoogleLongrunningCancelOperationRequest
|
7596
8798
|
# @private
|
7597
8799
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -7619,6 +8821,54 @@ module Google
|
|
7619
8821
|
end
|
7620
8822
|
end
|
7621
8823
|
|
8824
|
+
class GoogleMonitoringV3Point
|
8825
|
+
# @private
|
8826
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8827
|
+
property :interval, as: 'interval', class: Google::Apis::DiscoveryengineV1beta::GoogleMonitoringV3TimeInterval, decorator: Google::Apis::DiscoveryengineV1beta::GoogleMonitoringV3TimeInterval::Representation
|
8828
|
+
|
8829
|
+
property :value, as: 'value', class: Google::Apis::DiscoveryengineV1beta::GoogleMonitoringV3TypedValue, decorator: Google::Apis::DiscoveryengineV1beta::GoogleMonitoringV3TypedValue::Representation
|
8830
|
+
|
8831
|
+
end
|
8832
|
+
end
|
8833
|
+
|
8834
|
+
class GoogleMonitoringV3TimeInterval
|
8835
|
+
# @private
|
8836
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8837
|
+
property :end_time, as: 'endTime'
|
8838
|
+
property :start_time, as: 'startTime'
|
8839
|
+
end
|
8840
|
+
end
|
8841
|
+
|
8842
|
+
class GoogleMonitoringV3TimeSeries
|
8843
|
+
# @private
|
8844
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8845
|
+
property :description, as: 'description'
|
8846
|
+
property :metadata, as: 'metadata', class: Google::Apis::DiscoveryengineV1beta::GoogleApiMonitoredResourceMetadata, decorator: Google::Apis::DiscoveryengineV1beta::GoogleApiMonitoredResourceMetadata::Representation
|
8847
|
+
|
8848
|
+
property :metric, as: 'metric', class: Google::Apis::DiscoveryengineV1beta::GoogleApiMetric, decorator: Google::Apis::DiscoveryengineV1beta::GoogleApiMetric::Representation
|
8849
|
+
|
8850
|
+
property :metric_kind, as: 'metricKind'
|
8851
|
+
collection :points, as: 'points', class: Google::Apis::DiscoveryengineV1beta::GoogleMonitoringV3Point, decorator: Google::Apis::DiscoveryengineV1beta::GoogleMonitoringV3Point::Representation
|
8852
|
+
|
8853
|
+
property :resource, as: 'resource', class: Google::Apis::DiscoveryengineV1beta::GoogleApiMonitoredResource, decorator: Google::Apis::DiscoveryengineV1beta::GoogleApiMonitoredResource::Representation
|
8854
|
+
|
8855
|
+
property :unit, as: 'unit'
|
8856
|
+
property :value_type, as: 'valueType'
|
8857
|
+
end
|
8858
|
+
end
|
8859
|
+
|
8860
|
+
class GoogleMonitoringV3TypedValue
|
8861
|
+
# @private
|
8862
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8863
|
+
property :bool_value, as: 'boolValue'
|
8864
|
+
property :distribution_value, as: 'distributionValue', class: Google::Apis::DiscoveryengineV1beta::GoogleApiDistribution, decorator: Google::Apis::DiscoveryengineV1beta::GoogleApiDistribution::Representation
|
8865
|
+
|
8866
|
+
property :double_value, as: 'doubleValue'
|
8867
|
+
property :int64_value, :numeric_string => true, as: 'int64Value'
|
8868
|
+
property :string_value, as: 'stringValue'
|
8869
|
+
end
|
8870
|
+
end
|
8871
|
+
|
7622
8872
|
class GoogleProtobufEmpty
|
7623
8873
|
# @private
|
7624
8874
|
class Representation < Google::Apis::Core::JsonRepresentation
|