google-apis-discoveryengine_v1 0.20.0 → 0.22.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/discoveryengine_v1/classes.rb +1213 -52
- data/lib/google/apis/discoveryengine_v1/gem_version.rb +2 -2
- data/lib/google/apis/discoveryengine_v1/representations.rb +514 -11
- data/lib/google/apis/discoveryengine_v1/service.rb +135 -0
- metadata +4 -4
@@ -22,12 +22,72 @@ module Google
|
|
22
22
|
module Apis
|
23
23
|
module DiscoveryengineV1
|
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
|
|
@@ -118,6 +178,12 @@ module Google
|
|
118
178
|
include Google::Apis::Core::JsonObjectSupport
|
119
179
|
end
|
120
180
|
|
181
|
+
class GoogleCloudDiscoveryengineV1AnswerQueryRequestGroundingSpec
|
182
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
183
|
+
|
184
|
+
include Google::Apis::Core::JsonObjectSupport
|
185
|
+
end
|
186
|
+
|
121
187
|
class GoogleCloudDiscoveryengineV1AnswerQueryRequestQueryUnderstandingSpec
|
122
188
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
123
189
|
|
@@ -388,13 +454,13 @@ module Google
|
|
388
454
|
include Google::Apis::Core::JsonObjectSupport
|
389
455
|
end
|
390
456
|
|
391
|
-
class
|
457
|
+
class GoogleCloudDiscoveryengineV1CheckGroundingResponseCheckGroundingFactChunk
|
392
458
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
393
459
|
|
394
460
|
include Google::Apis::Core::JsonObjectSupport
|
395
461
|
end
|
396
462
|
|
397
|
-
class
|
463
|
+
class GoogleCloudDiscoveryengineV1CheckGroundingResponseClaim
|
398
464
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
399
465
|
|
400
466
|
include Google::Apis::Core::JsonObjectSupport
|
@@ -766,6 +832,24 @@ module Google
|
|
766
832
|
include Google::Apis::Core::JsonObjectSupport
|
767
833
|
end
|
768
834
|
|
835
|
+
class GoogleCloudDiscoveryengineV1FactChunk
|
836
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
837
|
+
|
838
|
+
include Google::Apis::Core::JsonObjectSupport
|
839
|
+
end
|
840
|
+
|
841
|
+
class GoogleCloudDiscoveryengineV1Feedback
|
842
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
843
|
+
|
844
|
+
include Google::Apis::Core::JsonObjectSupport
|
845
|
+
end
|
846
|
+
|
847
|
+
class GoogleCloudDiscoveryengineV1FeedbackConversationInfo
|
848
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
849
|
+
|
850
|
+
include Google::Apis::Core::JsonObjectSupport
|
851
|
+
end
|
852
|
+
|
769
853
|
class GoogleCloudDiscoveryengineV1FetchDomainVerificationStatusResponse
|
770
854
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
771
855
|
|
@@ -1654,6 +1738,12 @@ module Google
|
|
1654
1738
|
include Google::Apis::Core::JsonObjectSupport
|
1655
1739
|
end
|
1656
1740
|
|
1741
|
+
class GoogleCloudDiscoveryengineV1alphaCrawlRateTimeSeries
|
1742
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1743
|
+
|
1744
|
+
include Google::Apis::Core::JsonObjectSupport
|
1745
|
+
end
|
1746
|
+
|
1657
1747
|
class GoogleCloudDiscoveryengineV1alphaCreateDataStoreMetadata
|
1658
1748
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1659
1749
|
|
@@ -1678,6 +1768,12 @@ module Google
|
|
1678
1768
|
include Google::Apis::Core::JsonObjectSupport
|
1679
1769
|
end
|
1680
1770
|
|
1771
|
+
class GoogleCloudDiscoveryengineV1alphaCreateSitemapMetadata
|
1772
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1773
|
+
|
1774
|
+
include Google::Apis::Core::JsonObjectSupport
|
1775
|
+
end
|
1776
|
+
|
1681
1777
|
class GoogleCloudDiscoveryengineV1alphaCreateTargetSiteMetadata
|
1682
1778
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1683
1779
|
|
@@ -1714,6 +1810,12 @@ module Google
|
|
1714
1810
|
include Google::Apis::Core::JsonObjectSupport
|
1715
1811
|
end
|
1716
1812
|
|
1813
|
+
class GoogleCloudDiscoveryengineV1alphaDedicatedCrawlRateTimeSeries
|
1814
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1815
|
+
|
1816
|
+
include Google::Apis::Core::JsonObjectSupport
|
1817
|
+
end
|
1818
|
+
|
1717
1819
|
class GoogleCloudDiscoveryengineV1alphaDeleteDataStoreMetadata
|
1718
1820
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1719
1821
|
|
@@ -1732,6 +1834,12 @@ module Google
|
|
1732
1834
|
include Google::Apis::Core::JsonObjectSupport
|
1733
1835
|
end
|
1734
1836
|
|
1837
|
+
class GoogleCloudDiscoveryengineV1alphaDeleteSitemapMetadata
|
1838
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1839
|
+
|
1840
|
+
include Google::Apis::Core::JsonObjectSupport
|
1841
|
+
end
|
1842
|
+
|
1735
1843
|
class GoogleCloudDiscoveryengineV1alphaDeleteTargetSiteMetadata
|
1736
1844
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1737
1845
|
|
@@ -1894,6 +2002,18 @@ module Google
|
|
1894
2002
|
include Google::Apis::Core::JsonObjectSupport
|
1895
2003
|
end
|
1896
2004
|
|
2005
|
+
class GoogleCloudDiscoveryengineV1alphaFetchSitemapsResponse
|
2006
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2007
|
+
|
2008
|
+
include Google::Apis::Core::JsonObjectSupport
|
2009
|
+
end
|
2010
|
+
|
2011
|
+
class GoogleCloudDiscoveryengineV1alphaFetchSitemapsResponseSitemapMetadata
|
2012
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2013
|
+
|
2014
|
+
include Google::Apis::Core::JsonObjectSupport
|
2015
|
+
end
|
2016
|
+
|
1897
2017
|
class GoogleCloudDiscoveryengineV1alphaFieldConfig
|
1898
2018
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1899
2019
|
|
@@ -2008,6 +2128,18 @@ module Google
|
|
2008
2128
|
include Google::Apis::Core::JsonObjectSupport
|
2009
2129
|
end
|
2010
2130
|
|
2131
|
+
class GoogleCloudDiscoveryengineV1alphaObtainCrawlRateResponse
|
2132
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2133
|
+
|
2134
|
+
include Google::Apis::Core::JsonObjectSupport
|
2135
|
+
end
|
2136
|
+
|
2137
|
+
class GoogleCloudDiscoveryengineV1alphaOrganicCrawlRateTimeSeries
|
2138
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2139
|
+
|
2140
|
+
include Google::Apis::Core::JsonObjectSupport
|
2141
|
+
end
|
2142
|
+
|
2011
2143
|
class GoogleCloudDiscoveryengineV1alphaProject
|
2012
2144
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2013
2145
|
|
@@ -2296,6 +2428,12 @@ module Google
|
|
2296
2428
|
include Google::Apis::Core::JsonObjectSupport
|
2297
2429
|
end
|
2298
2430
|
|
2431
|
+
class GoogleCloudDiscoveryengineV1alphaSitemap
|
2432
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2433
|
+
|
2434
|
+
include Google::Apis::Core::JsonObjectSupport
|
2435
|
+
end
|
2436
|
+
|
2299
2437
|
class GoogleCloudDiscoveryengineV1alphaTargetSite
|
2300
2438
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2301
2439
|
|
@@ -2464,6 +2602,12 @@ module Google
|
|
2464
2602
|
include Google::Apis::Core::JsonObjectSupport
|
2465
2603
|
end
|
2466
2604
|
|
2605
|
+
class GoogleCloudDiscoveryengineV1betaCreateSitemapMetadata
|
2606
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2607
|
+
|
2608
|
+
include Google::Apis::Core::JsonObjectSupport
|
2609
|
+
end
|
2610
|
+
|
2467
2611
|
class GoogleCloudDiscoveryengineV1betaCreateTargetSiteMetadata
|
2468
2612
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2469
2613
|
|
@@ -2512,6 +2656,12 @@ module Google
|
|
2512
2656
|
include Google::Apis::Core::JsonObjectSupport
|
2513
2657
|
end
|
2514
2658
|
|
2659
|
+
class GoogleCloudDiscoveryengineV1betaDeleteSitemapMetadata
|
2660
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2661
|
+
|
2662
|
+
include Google::Apis::Core::JsonObjectSupport
|
2663
|
+
end
|
2664
|
+
|
2515
2665
|
class GoogleCloudDiscoveryengineV1betaDeleteTargetSiteMetadata
|
2516
2666
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2517
2667
|
|
@@ -2638,6 +2788,18 @@ module Google
|
|
2638
2788
|
include Google::Apis::Core::JsonObjectSupport
|
2639
2789
|
end
|
2640
2790
|
|
2791
|
+
class GoogleCloudDiscoveryengineV1betaFetchSitemapsResponse
|
2792
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2793
|
+
|
2794
|
+
include Google::Apis::Core::JsonObjectSupport
|
2795
|
+
end
|
2796
|
+
|
2797
|
+
class GoogleCloudDiscoveryengineV1betaFetchSitemapsResponseSitemapMetadata
|
2798
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2799
|
+
|
2800
|
+
include Google::Apis::Core::JsonObjectSupport
|
2801
|
+
end
|
2802
|
+
|
2641
2803
|
class GoogleCloudDiscoveryengineV1betaImportCompletionSuggestionsMetadata
|
2642
2804
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2643
2805
|
|
@@ -2938,6 +3100,12 @@ module Google
|
|
2938
3100
|
include Google::Apis::Core::JsonObjectSupport
|
2939
3101
|
end
|
2940
3102
|
|
3103
|
+
class GoogleCloudDiscoveryengineV1betaSitemap
|
3104
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3105
|
+
|
3106
|
+
include Google::Apis::Core::JsonObjectSupport
|
3107
|
+
end
|
3108
|
+
|
2941
3109
|
class GoogleCloudDiscoveryengineV1betaTargetSite
|
2942
3110
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2943
3111
|
|
@@ -3022,6 +3190,30 @@ module Google
|
|
3022
3190
|
include Google::Apis::Core::JsonObjectSupport
|
3023
3191
|
end
|
3024
3192
|
|
3193
|
+
class GoogleMonitoringV3Point
|
3194
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3195
|
+
|
3196
|
+
include Google::Apis::Core::JsonObjectSupport
|
3197
|
+
end
|
3198
|
+
|
3199
|
+
class GoogleMonitoringV3TimeInterval
|
3200
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3201
|
+
|
3202
|
+
include Google::Apis::Core::JsonObjectSupport
|
3203
|
+
end
|
3204
|
+
|
3205
|
+
class GoogleMonitoringV3TimeSeries
|
3206
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3207
|
+
|
3208
|
+
include Google::Apis::Core::JsonObjectSupport
|
3209
|
+
end
|
3210
|
+
|
3211
|
+
class GoogleMonitoringV3TypedValue
|
3212
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3213
|
+
|
3214
|
+
include Google::Apis::Core::JsonObjectSupport
|
3215
|
+
end
|
3216
|
+
|
3025
3217
|
class GoogleProtobufEmpty
|
3026
3218
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3027
3219
|
|
@@ -3040,6 +3232,76 @@ module Google
|
|
3040
3232
|
include Google::Apis::Core::JsonObjectSupport
|
3041
3233
|
end
|
3042
3234
|
|
3235
|
+
class GoogleApiDistribution
|
3236
|
+
# @private
|
3237
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3238
|
+
collection :bucket_counts, as: 'bucketCounts'
|
3239
|
+
property :bucket_options, as: 'bucketOptions', class: Google::Apis::DiscoveryengineV1::GoogleApiDistributionBucketOptions, decorator: Google::Apis::DiscoveryengineV1::GoogleApiDistributionBucketOptions::Representation
|
3240
|
+
|
3241
|
+
property :count, :numeric_string => true, as: 'count'
|
3242
|
+
collection :exemplars, as: 'exemplars', class: Google::Apis::DiscoveryengineV1::GoogleApiDistributionExemplar, decorator: Google::Apis::DiscoveryengineV1::GoogleApiDistributionExemplar::Representation
|
3243
|
+
|
3244
|
+
property :mean, as: 'mean'
|
3245
|
+
property :range, as: 'range', class: Google::Apis::DiscoveryengineV1::GoogleApiDistributionRange, decorator: Google::Apis::DiscoveryengineV1::GoogleApiDistributionRange::Representation
|
3246
|
+
|
3247
|
+
property :sum_of_squared_deviation, as: 'sumOfSquaredDeviation'
|
3248
|
+
end
|
3249
|
+
end
|
3250
|
+
|
3251
|
+
class GoogleApiDistributionBucketOptions
|
3252
|
+
# @private
|
3253
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3254
|
+
property :explicit_buckets, as: 'explicitBuckets', class: Google::Apis::DiscoveryengineV1::GoogleApiDistributionBucketOptionsExplicit, decorator: Google::Apis::DiscoveryengineV1::GoogleApiDistributionBucketOptionsExplicit::Representation
|
3255
|
+
|
3256
|
+
property :exponential_buckets, as: 'exponentialBuckets', class: Google::Apis::DiscoveryengineV1::GoogleApiDistributionBucketOptionsExponential, decorator: Google::Apis::DiscoveryengineV1::GoogleApiDistributionBucketOptionsExponential::Representation
|
3257
|
+
|
3258
|
+
property :linear_buckets, as: 'linearBuckets', class: Google::Apis::DiscoveryengineV1::GoogleApiDistributionBucketOptionsLinear, decorator: Google::Apis::DiscoveryengineV1::GoogleApiDistributionBucketOptionsLinear::Representation
|
3259
|
+
|
3260
|
+
end
|
3261
|
+
end
|
3262
|
+
|
3263
|
+
class GoogleApiDistributionBucketOptionsExplicit
|
3264
|
+
# @private
|
3265
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3266
|
+
collection :bounds, as: 'bounds'
|
3267
|
+
end
|
3268
|
+
end
|
3269
|
+
|
3270
|
+
class GoogleApiDistributionBucketOptionsExponential
|
3271
|
+
# @private
|
3272
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3273
|
+
property :growth_factor, as: 'growthFactor'
|
3274
|
+
property :num_finite_buckets, as: 'numFiniteBuckets'
|
3275
|
+
property :scale, as: 'scale'
|
3276
|
+
end
|
3277
|
+
end
|
3278
|
+
|
3279
|
+
class GoogleApiDistributionBucketOptionsLinear
|
3280
|
+
# @private
|
3281
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3282
|
+
property :num_finite_buckets, as: 'numFiniteBuckets'
|
3283
|
+
property :offset, as: 'offset'
|
3284
|
+
property :width, as: 'width'
|
3285
|
+
end
|
3286
|
+
end
|
3287
|
+
|
3288
|
+
class GoogleApiDistributionExemplar
|
3289
|
+
# @private
|
3290
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3291
|
+
collection :attachments, as: 'attachments'
|
3292
|
+
property :timestamp, as: 'timestamp'
|
3293
|
+
property :value, as: 'value'
|
3294
|
+
end
|
3295
|
+
end
|
3296
|
+
|
3297
|
+
class GoogleApiDistributionRange
|
3298
|
+
# @private
|
3299
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3300
|
+
property :max, as: 'max'
|
3301
|
+
property :min, as: 'min'
|
3302
|
+
end
|
3303
|
+
end
|
3304
|
+
|
3043
3305
|
class GoogleApiHttpBody
|
3044
3306
|
# @private
|
3045
3307
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3049,6 +3311,30 @@ module Google
|
|
3049
3311
|
end
|
3050
3312
|
end
|
3051
3313
|
|
3314
|
+
class GoogleApiMetric
|
3315
|
+
# @private
|
3316
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3317
|
+
hash :labels, as: 'labels'
|
3318
|
+
property :type, as: 'type'
|
3319
|
+
end
|
3320
|
+
end
|
3321
|
+
|
3322
|
+
class GoogleApiMonitoredResource
|
3323
|
+
# @private
|
3324
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3325
|
+
hash :labels, as: 'labels'
|
3326
|
+
property :type, as: 'type'
|
3327
|
+
end
|
3328
|
+
end
|
3329
|
+
|
3330
|
+
class GoogleApiMonitoredResourceMetadata
|
3331
|
+
# @private
|
3332
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3333
|
+
hash :system_labels, as: 'systemLabels'
|
3334
|
+
hash :user_labels, as: 'userLabels'
|
3335
|
+
end
|
3336
|
+
end
|
3337
|
+
|
3052
3338
|
class GoogleCloudDiscoveryengineLoggingErrorContext
|
3053
3339
|
# @private
|
3054
3340
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3170,6 +3456,8 @@ module Google
|
|
3170
3456
|
property :answer_generation_spec, as: 'answerGenerationSpec', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AnswerQueryRequestAnswerGenerationSpec, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AnswerQueryRequestAnswerGenerationSpec::Representation
|
3171
3457
|
|
3172
3458
|
property :asynchronous_mode, as: 'asynchronousMode'
|
3459
|
+
property :grounding_spec, as: 'groundingSpec', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AnswerQueryRequestGroundingSpec, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AnswerQueryRequestGroundingSpec::Representation
|
3460
|
+
|
3173
3461
|
property :query, as: 'query', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1Query, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1Query::Representation
|
3174
3462
|
|
3175
3463
|
property :query_understanding_spec, as: 'queryUnderstandingSpec', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AnswerQueryRequestQueryUnderstandingSpec, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AnswerQueryRequestQueryUnderstandingSpec::Representation
|
@@ -3216,6 +3504,13 @@ module Google
|
|
3216
3504
|
end
|
3217
3505
|
end
|
3218
3506
|
|
3507
|
+
class GoogleCloudDiscoveryengineV1AnswerQueryRequestGroundingSpec
|
3508
|
+
# @private
|
3509
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3510
|
+
property :include_grounding_supports, as: 'includeGroundingSupports'
|
3511
|
+
end
|
3512
|
+
end
|
3513
|
+
|
3219
3514
|
class GoogleCloudDiscoveryengineV1AnswerQueryRequestQueryUnderstandingSpec
|
3220
3515
|
# @private
|
3221
3516
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3637,7 +3932,9 @@ module Google
|
|
3637
3932
|
class GoogleCloudDiscoveryengineV1CheckGroundingResponse
|
3638
3933
|
# @private
|
3639
3934
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3640
|
-
collection :cited_chunks, as: 'citedChunks', class: Google::Apis::DiscoveryengineV1::
|
3935
|
+
collection :cited_chunks, as: 'citedChunks', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1FactChunk, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1FactChunk::Representation
|
3936
|
+
|
3937
|
+
collection :cited_facts, as: 'citedFacts', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1CheckGroundingResponseCheckGroundingFactChunk, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1CheckGroundingResponseCheckGroundingFactChunk::Representation
|
3641
3938
|
|
3642
3939
|
collection :claims, as: 'claims', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1CheckGroundingResponseClaim, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1CheckGroundingResponseClaim::Representation
|
3643
3940
|
|
@@ -3645,6 +3942,13 @@ module Google
|
|
3645
3942
|
end
|
3646
3943
|
end
|
3647
3944
|
|
3945
|
+
class GoogleCloudDiscoveryengineV1CheckGroundingResponseCheckGroundingFactChunk
|
3946
|
+
# @private
|
3947
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3948
|
+
property :chunk_text, as: 'chunkText'
|
3949
|
+
end
|
3950
|
+
end
|
3951
|
+
|
3648
3952
|
class GoogleCloudDiscoveryengineV1CheckGroundingResponseClaim
|
3649
3953
|
# @private
|
3650
3954
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3656,14 +3960,6 @@ module Google
|
|
3656
3960
|
end
|
3657
3961
|
end
|
3658
3962
|
|
3659
|
-
class GoogleCloudDiscoveryengineV1CheckGroundingResponseFactChunk
|
3660
|
-
# @private
|
3661
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
3662
|
-
property :chunk_text, as: 'chunkText'
|
3663
|
-
property :source, as: 'source'
|
3664
|
-
end
|
3665
|
-
end
|
3666
|
-
|
3667
3963
|
class GoogleCloudDiscoveryengineV1CheckGroundingSpec
|
3668
3964
|
# @private
|
3669
3965
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4272,6 +4568,36 @@ module Google
|
|
4272
4568
|
end
|
4273
4569
|
end
|
4274
4570
|
|
4571
|
+
class GoogleCloudDiscoveryengineV1FactChunk
|
4572
|
+
# @private
|
4573
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4574
|
+
property :chunk_text, as: 'chunkText'
|
4575
|
+
property :index, as: 'index'
|
4576
|
+
property :source, as: 'source'
|
4577
|
+
hash :source_metadata, as: 'sourceMetadata'
|
4578
|
+
end
|
4579
|
+
end
|
4580
|
+
|
4581
|
+
class GoogleCloudDiscoveryengineV1Feedback
|
4582
|
+
# @private
|
4583
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4584
|
+
property :comment, as: 'comment'
|
4585
|
+
property :conversation_info, as: 'conversationInfo', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1FeedbackConversationInfo, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1FeedbackConversationInfo::Representation
|
4586
|
+
|
4587
|
+
property :feedback_type, as: 'feedbackType'
|
4588
|
+
property :llm_model_version, as: 'llmModelVersion'
|
4589
|
+
collection :reasons, as: 'reasons'
|
4590
|
+
end
|
4591
|
+
end
|
4592
|
+
|
4593
|
+
class GoogleCloudDiscoveryengineV1FeedbackConversationInfo
|
4594
|
+
# @private
|
4595
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4596
|
+
property :question_index, as: 'questionIndex'
|
4597
|
+
property :session, as: 'session'
|
4598
|
+
end
|
4599
|
+
end
|
4600
|
+
|
4275
4601
|
class GoogleCloudDiscoveryengineV1FetchDomainVerificationStatusResponse
|
4276
4602
|
# @private
|
4277
4603
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4618,6 +4944,8 @@ module Google
|
|
4618
4944
|
# @private
|
4619
4945
|
class Representation < Google::Apis::Core::JsonRepresentation
|
4620
4946
|
property :display_name, as: 'displayName'
|
4947
|
+
collection :documents, as: 'documents', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1DocumentInfo, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1DocumentInfo::Representation
|
4948
|
+
|
4621
4949
|
property :panel_id, as: 'panelId'
|
4622
4950
|
property :panel_position, as: 'panelPosition'
|
4623
4951
|
property :total_panels, as: 'totalPanels'
|
@@ -5426,6 +5754,8 @@ module Google
|
|
5426
5754
|
property :engine, as: 'engine'
|
5427
5755
|
property :event_time, as: 'eventTime'
|
5428
5756
|
property :event_type, as: 'eventType'
|
5757
|
+
property :feedback, as: 'feedback', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1Feedback, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1Feedback::Representation
|
5758
|
+
|
5429
5759
|
property :filter, as: 'filter'
|
5430
5760
|
property :media_info, as: 'mediaInfo', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1MediaInfo, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1MediaInfo::Representation
|
5431
5761
|
|
@@ -5433,6 +5763,8 @@ module Google
|
|
5433
5763
|
|
5434
5764
|
property :panel, as: 'panel', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1PanelInfo, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1PanelInfo::Representation
|
5435
5765
|
|
5766
|
+
collection :panels, as: 'panels', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1PanelInfo, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1PanelInfo::Representation
|
5767
|
+
|
5436
5768
|
collection :promotion_ids, as: 'promotionIds'
|
5437
5769
|
property :search_info, as: 'searchInfo', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchInfo, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchInfo::Representation
|
5438
5770
|
|
@@ -5772,6 +6104,14 @@ module Google
|
|
5772
6104
|
end
|
5773
6105
|
end
|
5774
6106
|
|
6107
|
+
class GoogleCloudDiscoveryengineV1alphaCrawlRateTimeSeries
|
6108
|
+
# @private
|
6109
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6110
|
+
property :qps_time_series, as: 'qpsTimeSeries', class: Google::Apis::DiscoveryengineV1::GoogleMonitoringV3TimeSeries, decorator: Google::Apis::DiscoveryengineV1::GoogleMonitoringV3TimeSeries::Representation
|
6111
|
+
|
6112
|
+
end
|
6113
|
+
end
|
6114
|
+
|
5775
6115
|
class GoogleCloudDiscoveryengineV1alphaCreateDataStoreMetadata
|
5776
6116
|
# @private
|
5777
6117
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5802,6 +6142,14 @@ module Google
|
|
5802
6142
|
end
|
5803
6143
|
end
|
5804
6144
|
|
6145
|
+
class GoogleCloudDiscoveryengineV1alphaCreateSitemapMetadata
|
6146
|
+
# @private
|
6147
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6148
|
+
property :create_time, as: 'createTime'
|
6149
|
+
property :update_time, as: 'updateTime'
|
6150
|
+
end
|
6151
|
+
end
|
6152
|
+
|
5805
6153
|
class GoogleCloudDiscoveryengineV1alphaCreateTargetSiteMetadata
|
5806
6154
|
# @private
|
5807
6155
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5885,6 +6233,16 @@ module Google
|
|
5885
6233
|
end
|
5886
6234
|
end
|
5887
6235
|
|
6236
|
+
class GoogleCloudDiscoveryengineV1alphaDedicatedCrawlRateTimeSeries
|
6237
|
+
# @private
|
6238
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6239
|
+
property :auto_refresh_crawl_rate, as: 'autoRefreshCrawlRate', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaCrawlRateTimeSeries, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaCrawlRateTimeSeries::Representation
|
6240
|
+
|
6241
|
+
property :user_triggered_crawl_rate, as: 'userTriggeredCrawlRate', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaCrawlRateTimeSeries, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaCrawlRateTimeSeries::Representation
|
6242
|
+
|
6243
|
+
end
|
6244
|
+
end
|
6245
|
+
|
5888
6246
|
class GoogleCloudDiscoveryengineV1alphaDeleteDataStoreMetadata
|
5889
6247
|
# @private
|
5890
6248
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5909,6 +6267,14 @@ module Google
|
|
5909
6267
|
end
|
5910
6268
|
end
|
5911
6269
|
|
6270
|
+
class GoogleCloudDiscoveryengineV1alphaDeleteSitemapMetadata
|
6271
|
+
# @private
|
6272
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6273
|
+
property :create_time, as: 'createTime'
|
6274
|
+
property :update_time, as: 'updateTime'
|
6275
|
+
end
|
6276
|
+
end
|
6277
|
+
|
5912
6278
|
class GoogleCloudDiscoveryengineV1alphaDeleteTargetSiteMetadata
|
5913
6279
|
# @private
|
5914
6280
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6160,6 +6526,22 @@ module Google
|
|
6160
6526
|
end
|
6161
6527
|
end
|
6162
6528
|
|
6529
|
+
class GoogleCloudDiscoveryengineV1alphaFetchSitemapsResponse
|
6530
|
+
# @private
|
6531
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6532
|
+
collection :sitemaps_metadata, as: 'sitemapsMetadata', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaFetchSitemapsResponseSitemapMetadata, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaFetchSitemapsResponseSitemapMetadata::Representation
|
6533
|
+
|
6534
|
+
end
|
6535
|
+
end
|
6536
|
+
|
6537
|
+
class GoogleCloudDiscoveryengineV1alphaFetchSitemapsResponseSitemapMetadata
|
6538
|
+
# @private
|
6539
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6540
|
+
property :sitemap, as: 'sitemap', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaSitemap, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaSitemap::Representation
|
6541
|
+
|
6542
|
+
end
|
6543
|
+
end
|
6544
|
+
|
6163
6545
|
class GoogleCloudDiscoveryengineV1alphaFieldConfig
|
6164
6546
|
# @private
|
6165
6547
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6345,6 +6727,29 @@ module Google
|
|
6345
6727
|
end
|
6346
6728
|
end
|
6347
6729
|
|
6730
|
+
class GoogleCloudDiscoveryengineV1alphaObtainCrawlRateResponse
|
6731
|
+
# @private
|
6732
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6733
|
+
property :dedicated_crawl_rate_time_series, as: 'dedicatedCrawlRateTimeSeries', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaDedicatedCrawlRateTimeSeries, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaDedicatedCrawlRateTimeSeries::Representation
|
6734
|
+
|
6735
|
+
property :error, as: 'error', class: Google::Apis::DiscoveryengineV1::GoogleRpcStatus, decorator: Google::Apis::DiscoveryengineV1::GoogleRpcStatus::Representation
|
6736
|
+
|
6737
|
+
property :organic_crawl_rate_time_series, as: 'organicCrawlRateTimeSeries', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaOrganicCrawlRateTimeSeries, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaOrganicCrawlRateTimeSeries::Representation
|
6738
|
+
|
6739
|
+
property :state, as: 'state'
|
6740
|
+
end
|
6741
|
+
end
|
6742
|
+
|
6743
|
+
class GoogleCloudDiscoveryengineV1alphaOrganicCrawlRateTimeSeries
|
6744
|
+
# @private
|
6745
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6746
|
+
property :google_organic_crawl_rate, as: 'googleOrganicCrawlRate', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaCrawlRateTimeSeries, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaCrawlRateTimeSeries::Representation
|
6747
|
+
|
6748
|
+
property :vertex_ai_organic_crawl_rate, as: 'vertexAiOrganicCrawlRate', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaCrawlRateTimeSeries, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaCrawlRateTimeSeries::Representation
|
6749
|
+
|
6750
|
+
end
|
6751
|
+
end
|
6752
|
+
|
6348
6753
|
class GoogleCloudDiscoveryengineV1alphaProject
|
6349
6754
|
# @private
|
6350
6755
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6840,6 +7245,15 @@ module Google
|
|
6840
7245
|
end
|
6841
7246
|
end
|
6842
7247
|
|
7248
|
+
class GoogleCloudDiscoveryengineV1alphaSitemap
|
7249
|
+
# @private
|
7250
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7251
|
+
property :create_time, as: 'createTime'
|
7252
|
+
property :name, as: 'name'
|
7253
|
+
property :uri, as: 'uri'
|
7254
|
+
end
|
7255
|
+
end
|
7256
|
+
|
6843
7257
|
class GoogleCloudDiscoveryengineV1alphaTargetSite
|
6844
7258
|
# @private
|
6845
7259
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -7092,6 +7506,14 @@ module Google
|
|
7092
7506
|
end
|
7093
7507
|
end
|
7094
7508
|
|
7509
|
+
class GoogleCloudDiscoveryengineV1betaCreateSitemapMetadata
|
7510
|
+
# @private
|
7511
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7512
|
+
property :create_time, as: 'createTime'
|
7513
|
+
property :update_time, as: 'updateTime'
|
7514
|
+
end
|
7515
|
+
end
|
7516
|
+
|
7095
7517
|
class GoogleCloudDiscoveryengineV1betaCreateTargetSiteMetadata
|
7096
7518
|
# @private
|
7097
7519
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -7189,6 +7611,14 @@ module Google
|
|
7189
7611
|
end
|
7190
7612
|
end
|
7191
7613
|
|
7614
|
+
class GoogleCloudDiscoveryengineV1betaDeleteSitemapMetadata
|
7615
|
+
# @private
|
7616
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7617
|
+
property :create_time, as: 'createTime'
|
7618
|
+
property :update_time, as: 'updateTime'
|
7619
|
+
end
|
7620
|
+
end
|
7621
|
+
|
7192
7622
|
class GoogleCloudDiscoveryengineV1betaDeleteTargetSiteMetadata
|
7193
7623
|
# @private
|
7194
7624
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -7384,6 +7814,22 @@ module Google
|
|
7384
7814
|
end
|
7385
7815
|
end
|
7386
7816
|
|
7817
|
+
class GoogleCloudDiscoveryengineV1betaFetchSitemapsResponse
|
7818
|
+
# @private
|
7819
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7820
|
+
collection :sitemaps_metadata, as: 'sitemapsMetadata', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaFetchSitemapsResponseSitemapMetadata, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaFetchSitemapsResponseSitemapMetadata::Representation
|
7821
|
+
|
7822
|
+
end
|
7823
|
+
end
|
7824
|
+
|
7825
|
+
class GoogleCloudDiscoveryengineV1betaFetchSitemapsResponseSitemapMetadata
|
7826
|
+
# @private
|
7827
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7828
|
+
property :sitemap, as: 'sitemap', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaSitemap, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaSitemap::Representation
|
7829
|
+
|
7830
|
+
end
|
7831
|
+
end
|
7832
|
+
|
7387
7833
|
class GoogleCloudDiscoveryengineV1betaImportCompletionSuggestionsMetadata
|
7388
7834
|
# @private
|
7389
7835
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -7899,6 +8345,15 @@ module Google
|
|
7899
8345
|
end
|
7900
8346
|
end
|
7901
8347
|
|
8348
|
+
class GoogleCloudDiscoveryengineV1betaSitemap
|
8349
|
+
# @private
|
8350
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8351
|
+
property :create_time, as: 'createTime'
|
8352
|
+
property :name, as: 'name'
|
8353
|
+
property :uri, as: 'uri'
|
8354
|
+
end
|
8355
|
+
end
|
8356
|
+
|
7902
8357
|
class GoogleCloudDiscoveryengineV1betaTargetSite
|
7903
8358
|
# @private
|
7904
8359
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -8027,6 +8482,54 @@ module Google
|
|
8027
8482
|
end
|
8028
8483
|
end
|
8029
8484
|
|
8485
|
+
class GoogleMonitoringV3Point
|
8486
|
+
# @private
|
8487
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8488
|
+
property :interval, as: 'interval', class: Google::Apis::DiscoveryengineV1::GoogleMonitoringV3TimeInterval, decorator: Google::Apis::DiscoveryengineV1::GoogleMonitoringV3TimeInterval::Representation
|
8489
|
+
|
8490
|
+
property :value, as: 'value', class: Google::Apis::DiscoveryengineV1::GoogleMonitoringV3TypedValue, decorator: Google::Apis::DiscoveryengineV1::GoogleMonitoringV3TypedValue::Representation
|
8491
|
+
|
8492
|
+
end
|
8493
|
+
end
|
8494
|
+
|
8495
|
+
class GoogleMonitoringV3TimeInterval
|
8496
|
+
# @private
|
8497
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8498
|
+
property :end_time, as: 'endTime'
|
8499
|
+
property :start_time, as: 'startTime'
|
8500
|
+
end
|
8501
|
+
end
|
8502
|
+
|
8503
|
+
class GoogleMonitoringV3TimeSeries
|
8504
|
+
# @private
|
8505
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8506
|
+
property :description, as: 'description'
|
8507
|
+
property :metadata, as: 'metadata', class: Google::Apis::DiscoveryengineV1::GoogleApiMonitoredResourceMetadata, decorator: Google::Apis::DiscoveryengineV1::GoogleApiMonitoredResourceMetadata::Representation
|
8508
|
+
|
8509
|
+
property :metric, as: 'metric', class: Google::Apis::DiscoveryengineV1::GoogleApiMetric, decorator: Google::Apis::DiscoveryengineV1::GoogleApiMetric::Representation
|
8510
|
+
|
8511
|
+
property :metric_kind, as: 'metricKind'
|
8512
|
+
collection :points, as: 'points', class: Google::Apis::DiscoveryengineV1::GoogleMonitoringV3Point, decorator: Google::Apis::DiscoveryengineV1::GoogleMonitoringV3Point::Representation
|
8513
|
+
|
8514
|
+
property :resource, as: 'resource', class: Google::Apis::DiscoveryengineV1::GoogleApiMonitoredResource, decorator: Google::Apis::DiscoveryengineV1::GoogleApiMonitoredResource::Representation
|
8515
|
+
|
8516
|
+
property :unit, as: 'unit'
|
8517
|
+
property :value_type, as: 'valueType'
|
8518
|
+
end
|
8519
|
+
end
|
8520
|
+
|
8521
|
+
class GoogleMonitoringV3TypedValue
|
8522
|
+
# @private
|
8523
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8524
|
+
property :bool_value, as: 'boolValue'
|
8525
|
+
property :distribution_value, as: 'distributionValue', class: Google::Apis::DiscoveryengineV1::GoogleApiDistribution, decorator: Google::Apis::DiscoveryengineV1::GoogleApiDistribution::Representation
|
8526
|
+
|
8527
|
+
property :double_value, as: 'doubleValue'
|
8528
|
+
property :int64_value, :numeric_string => true, as: 'int64Value'
|
8529
|
+
property :string_value, as: 'stringValue'
|
8530
|
+
end
|
8531
|
+
end
|
8532
|
+
|
8030
8533
|
class GoogleProtobufEmpty
|
8031
8534
|
# @private
|
8032
8535
|
class Representation < Google::Apis::Core::JsonRepresentation
|