google-apis-discoveryengine_v1 0.20.0 → 0.21.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/discoveryengine_v1/classes.rb +1047 -15
- data/lib/google/apis/discoveryengine_v1/gem_version.rb +2 -2
- data/lib/google/apis/discoveryengine_v1/representations.rb +448 -0
- data/lib/google/apis/discoveryengine_v1/service.rb +135 -0
- metadata +3 -3
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DiscoveryengineV1
|
18
18
|
# Version of the google-apis-discoveryengine_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.21.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20241030"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -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
|
|
@@ -1654,6 +1720,12 @@ module Google
|
|
1654
1720
|
include Google::Apis::Core::JsonObjectSupport
|
1655
1721
|
end
|
1656
1722
|
|
1723
|
+
class GoogleCloudDiscoveryengineV1alphaCrawlRateTimeSeries
|
1724
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1725
|
+
|
1726
|
+
include Google::Apis::Core::JsonObjectSupport
|
1727
|
+
end
|
1728
|
+
|
1657
1729
|
class GoogleCloudDiscoveryengineV1alphaCreateDataStoreMetadata
|
1658
1730
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1659
1731
|
|
@@ -1678,6 +1750,12 @@ module Google
|
|
1678
1750
|
include Google::Apis::Core::JsonObjectSupport
|
1679
1751
|
end
|
1680
1752
|
|
1753
|
+
class GoogleCloudDiscoveryengineV1alphaCreateSitemapMetadata
|
1754
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1755
|
+
|
1756
|
+
include Google::Apis::Core::JsonObjectSupport
|
1757
|
+
end
|
1758
|
+
|
1681
1759
|
class GoogleCloudDiscoveryengineV1alphaCreateTargetSiteMetadata
|
1682
1760
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1683
1761
|
|
@@ -1714,6 +1792,12 @@ module Google
|
|
1714
1792
|
include Google::Apis::Core::JsonObjectSupport
|
1715
1793
|
end
|
1716
1794
|
|
1795
|
+
class GoogleCloudDiscoveryengineV1alphaDedicatedCrawlRateTimeSeries
|
1796
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1797
|
+
|
1798
|
+
include Google::Apis::Core::JsonObjectSupport
|
1799
|
+
end
|
1800
|
+
|
1717
1801
|
class GoogleCloudDiscoveryengineV1alphaDeleteDataStoreMetadata
|
1718
1802
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1719
1803
|
|
@@ -1732,6 +1816,12 @@ module Google
|
|
1732
1816
|
include Google::Apis::Core::JsonObjectSupport
|
1733
1817
|
end
|
1734
1818
|
|
1819
|
+
class GoogleCloudDiscoveryengineV1alphaDeleteSitemapMetadata
|
1820
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1821
|
+
|
1822
|
+
include Google::Apis::Core::JsonObjectSupport
|
1823
|
+
end
|
1824
|
+
|
1735
1825
|
class GoogleCloudDiscoveryengineV1alphaDeleteTargetSiteMetadata
|
1736
1826
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1737
1827
|
|
@@ -1894,6 +1984,18 @@ module Google
|
|
1894
1984
|
include Google::Apis::Core::JsonObjectSupport
|
1895
1985
|
end
|
1896
1986
|
|
1987
|
+
class GoogleCloudDiscoveryengineV1alphaFetchSitemapsResponse
|
1988
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1989
|
+
|
1990
|
+
include Google::Apis::Core::JsonObjectSupport
|
1991
|
+
end
|
1992
|
+
|
1993
|
+
class GoogleCloudDiscoveryengineV1alphaFetchSitemapsResponseSitemapMetadata
|
1994
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1995
|
+
|
1996
|
+
include Google::Apis::Core::JsonObjectSupport
|
1997
|
+
end
|
1998
|
+
|
1897
1999
|
class GoogleCloudDiscoveryengineV1alphaFieldConfig
|
1898
2000
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1899
2001
|
|
@@ -2008,6 +2110,18 @@ module Google
|
|
2008
2110
|
include Google::Apis::Core::JsonObjectSupport
|
2009
2111
|
end
|
2010
2112
|
|
2113
|
+
class GoogleCloudDiscoveryengineV1alphaObtainCrawlRateResponse
|
2114
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2115
|
+
|
2116
|
+
include Google::Apis::Core::JsonObjectSupport
|
2117
|
+
end
|
2118
|
+
|
2119
|
+
class GoogleCloudDiscoveryengineV1alphaOrganicCrawlRateTimeSeries
|
2120
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2121
|
+
|
2122
|
+
include Google::Apis::Core::JsonObjectSupport
|
2123
|
+
end
|
2124
|
+
|
2011
2125
|
class GoogleCloudDiscoveryengineV1alphaProject
|
2012
2126
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2013
2127
|
|
@@ -2296,6 +2410,12 @@ module Google
|
|
2296
2410
|
include Google::Apis::Core::JsonObjectSupport
|
2297
2411
|
end
|
2298
2412
|
|
2413
|
+
class GoogleCloudDiscoveryengineV1alphaSitemap
|
2414
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2415
|
+
|
2416
|
+
include Google::Apis::Core::JsonObjectSupport
|
2417
|
+
end
|
2418
|
+
|
2299
2419
|
class GoogleCloudDiscoveryengineV1alphaTargetSite
|
2300
2420
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2301
2421
|
|
@@ -2464,6 +2584,12 @@ module Google
|
|
2464
2584
|
include Google::Apis::Core::JsonObjectSupport
|
2465
2585
|
end
|
2466
2586
|
|
2587
|
+
class GoogleCloudDiscoveryengineV1betaCreateSitemapMetadata
|
2588
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2589
|
+
|
2590
|
+
include Google::Apis::Core::JsonObjectSupport
|
2591
|
+
end
|
2592
|
+
|
2467
2593
|
class GoogleCloudDiscoveryengineV1betaCreateTargetSiteMetadata
|
2468
2594
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2469
2595
|
|
@@ -2512,6 +2638,12 @@ module Google
|
|
2512
2638
|
include Google::Apis::Core::JsonObjectSupport
|
2513
2639
|
end
|
2514
2640
|
|
2641
|
+
class GoogleCloudDiscoveryengineV1betaDeleteSitemapMetadata
|
2642
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2643
|
+
|
2644
|
+
include Google::Apis::Core::JsonObjectSupport
|
2645
|
+
end
|
2646
|
+
|
2515
2647
|
class GoogleCloudDiscoveryengineV1betaDeleteTargetSiteMetadata
|
2516
2648
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2517
2649
|
|
@@ -2638,6 +2770,18 @@ module Google
|
|
2638
2770
|
include Google::Apis::Core::JsonObjectSupport
|
2639
2771
|
end
|
2640
2772
|
|
2773
|
+
class GoogleCloudDiscoveryengineV1betaFetchSitemapsResponse
|
2774
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2775
|
+
|
2776
|
+
include Google::Apis::Core::JsonObjectSupport
|
2777
|
+
end
|
2778
|
+
|
2779
|
+
class GoogleCloudDiscoveryengineV1betaFetchSitemapsResponseSitemapMetadata
|
2780
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2781
|
+
|
2782
|
+
include Google::Apis::Core::JsonObjectSupport
|
2783
|
+
end
|
2784
|
+
|
2641
2785
|
class GoogleCloudDiscoveryengineV1betaImportCompletionSuggestionsMetadata
|
2642
2786
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2643
2787
|
|
@@ -2938,6 +3082,12 @@ module Google
|
|
2938
3082
|
include Google::Apis::Core::JsonObjectSupport
|
2939
3083
|
end
|
2940
3084
|
|
3085
|
+
class GoogleCloudDiscoveryengineV1betaSitemap
|
3086
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3087
|
+
|
3088
|
+
include Google::Apis::Core::JsonObjectSupport
|
3089
|
+
end
|
3090
|
+
|
2941
3091
|
class GoogleCloudDiscoveryengineV1betaTargetSite
|
2942
3092
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2943
3093
|
|
@@ -3022,6 +3172,30 @@ module Google
|
|
3022
3172
|
include Google::Apis::Core::JsonObjectSupport
|
3023
3173
|
end
|
3024
3174
|
|
3175
|
+
class GoogleMonitoringV3Point
|
3176
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3177
|
+
|
3178
|
+
include Google::Apis::Core::JsonObjectSupport
|
3179
|
+
end
|
3180
|
+
|
3181
|
+
class GoogleMonitoringV3TimeInterval
|
3182
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3183
|
+
|
3184
|
+
include Google::Apis::Core::JsonObjectSupport
|
3185
|
+
end
|
3186
|
+
|
3187
|
+
class GoogleMonitoringV3TimeSeries
|
3188
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3189
|
+
|
3190
|
+
include Google::Apis::Core::JsonObjectSupport
|
3191
|
+
end
|
3192
|
+
|
3193
|
+
class GoogleMonitoringV3TypedValue
|
3194
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3195
|
+
|
3196
|
+
include Google::Apis::Core::JsonObjectSupport
|
3197
|
+
end
|
3198
|
+
|
3025
3199
|
class GoogleProtobufEmpty
|
3026
3200
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3027
3201
|
|
@@ -3040,6 +3214,76 @@ module Google
|
|
3040
3214
|
include Google::Apis::Core::JsonObjectSupport
|
3041
3215
|
end
|
3042
3216
|
|
3217
|
+
class GoogleApiDistribution
|
3218
|
+
# @private
|
3219
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3220
|
+
collection :bucket_counts, as: 'bucketCounts'
|
3221
|
+
property :bucket_options, as: 'bucketOptions', class: Google::Apis::DiscoveryengineV1::GoogleApiDistributionBucketOptions, decorator: Google::Apis::DiscoveryengineV1::GoogleApiDistributionBucketOptions::Representation
|
3222
|
+
|
3223
|
+
property :count, :numeric_string => true, as: 'count'
|
3224
|
+
collection :exemplars, as: 'exemplars', class: Google::Apis::DiscoveryengineV1::GoogleApiDistributionExemplar, decorator: Google::Apis::DiscoveryengineV1::GoogleApiDistributionExemplar::Representation
|
3225
|
+
|
3226
|
+
property :mean, as: 'mean'
|
3227
|
+
property :range, as: 'range', class: Google::Apis::DiscoveryengineV1::GoogleApiDistributionRange, decorator: Google::Apis::DiscoveryengineV1::GoogleApiDistributionRange::Representation
|
3228
|
+
|
3229
|
+
property :sum_of_squared_deviation, as: 'sumOfSquaredDeviation'
|
3230
|
+
end
|
3231
|
+
end
|
3232
|
+
|
3233
|
+
class GoogleApiDistributionBucketOptions
|
3234
|
+
# @private
|
3235
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3236
|
+
property :explicit_buckets, as: 'explicitBuckets', class: Google::Apis::DiscoveryengineV1::GoogleApiDistributionBucketOptionsExplicit, decorator: Google::Apis::DiscoveryengineV1::GoogleApiDistributionBucketOptionsExplicit::Representation
|
3237
|
+
|
3238
|
+
property :exponential_buckets, as: 'exponentialBuckets', class: Google::Apis::DiscoveryengineV1::GoogleApiDistributionBucketOptionsExponential, decorator: Google::Apis::DiscoveryengineV1::GoogleApiDistributionBucketOptionsExponential::Representation
|
3239
|
+
|
3240
|
+
property :linear_buckets, as: 'linearBuckets', class: Google::Apis::DiscoveryengineV1::GoogleApiDistributionBucketOptionsLinear, decorator: Google::Apis::DiscoveryengineV1::GoogleApiDistributionBucketOptionsLinear::Representation
|
3241
|
+
|
3242
|
+
end
|
3243
|
+
end
|
3244
|
+
|
3245
|
+
class GoogleApiDistributionBucketOptionsExplicit
|
3246
|
+
# @private
|
3247
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3248
|
+
collection :bounds, as: 'bounds'
|
3249
|
+
end
|
3250
|
+
end
|
3251
|
+
|
3252
|
+
class GoogleApiDistributionBucketOptionsExponential
|
3253
|
+
# @private
|
3254
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3255
|
+
property :growth_factor, as: 'growthFactor'
|
3256
|
+
property :num_finite_buckets, as: 'numFiniteBuckets'
|
3257
|
+
property :scale, as: 'scale'
|
3258
|
+
end
|
3259
|
+
end
|
3260
|
+
|
3261
|
+
class GoogleApiDistributionBucketOptionsLinear
|
3262
|
+
# @private
|
3263
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3264
|
+
property :num_finite_buckets, as: 'numFiniteBuckets'
|
3265
|
+
property :offset, as: 'offset'
|
3266
|
+
property :width, as: 'width'
|
3267
|
+
end
|
3268
|
+
end
|
3269
|
+
|
3270
|
+
class GoogleApiDistributionExemplar
|
3271
|
+
# @private
|
3272
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3273
|
+
collection :attachments, as: 'attachments'
|
3274
|
+
property :timestamp, as: 'timestamp'
|
3275
|
+
property :value, as: 'value'
|
3276
|
+
end
|
3277
|
+
end
|
3278
|
+
|
3279
|
+
class GoogleApiDistributionRange
|
3280
|
+
# @private
|
3281
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3282
|
+
property :max, as: 'max'
|
3283
|
+
property :min, as: 'min'
|
3284
|
+
end
|
3285
|
+
end
|
3286
|
+
|
3043
3287
|
class GoogleApiHttpBody
|
3044
3288
|
# @private
|
3045
3289
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3049,6 +3293,30 @@ module Google
|
|
3049
3293
|
end
|
3050
3294
|
end
|
3051
3295
|
|
3296
|
+
class GoogleApiMetric
|
3297
|
+
# @private
|
3298
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3299
|
+
hash :labels, as: 'labels'
|
3300
|
+
property :type, as: 'type'
|
3301
|
+
end
|
3302
|
+
end
|
3303
|
+
|
3304
|
+
class GoogleApiMonitoredResource
|
3305
|
+
# @private
|
3306
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3307
|
+
hash :labels, as: 'labels'
|
3308
|
+
property :type, as: 'type'
|
3309
|
+
end
|
3310
|
+
end
|
3311
|
+
|
3312
|
+
class GoogleApiMonitoredResourceMetadata
|
3313
|
+
# @private
|
3314
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3315
|
+
hash :system_labels, as: 'systemLabels'
|
3316
|
+
hash :user_labels, as: 'userLabels'
|
3317
|
+
end
|
3318
|
+
end
|
3319
|
+
|
3052
3320
|
class GoogleCloudDiscoveryengineLoggingErrorContext
|
3053
3321
|
# @private
|
3054
3322
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3170,6 +3438,8 @@ module Google
|
|
3170
3438
|
property :answer_generation_spec, as: 'answerGenerationSpec', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AnswerQueryRequestAnswerGenerationSpec, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AnswerQueryRequestAnswerGenerationSpec::Representation
|
3171
3439
|
|
3172
3440
|
property :asynchronous_mode, as: 'asynchronousMode'
|
3441
|
+
property :grounding_spec, as: 'groundingSpec', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AnswerQueryRequestGroundingSpec, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AnswerQueryRequestGroundingSpec::Representation
|
3442
|
+
|
3173
3443
|
property :query, as: 'query', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1Query, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1Query::Representation
|
3174
3444
|
|
3175
3445
|
property :query_understanding_spec, as: 'queryUnderstandingSpec', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AnswerQueryRequestQueryUnderstandingSpec, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AnswerQueryRequestQueryUnderstandingSpec::Representation
|
@@ -3216,6 +3486,13 @@ module Google
|
|
3216
3486
|
end
|
3217
3487
|
end
|
3218
3488
|
|
3489
|
+
class GoogleCloudDiscoveryengineV1AnswerQueryRequestGroundingSpec
|
3490
|
+
# @private
|
3491
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3492
|
+
property :include_grounding_supports, as: 'includeGroundingSupports'
|
3493
|
+
end
|
3494
|
+
end
|
3495
|
+
|
3219
3496
|
class GoogleCloudDiscoveryengineV1AnswerQueryRequestQueryUnderstandingSpec
|
3220
3497
|
# @private
|
3221
3498
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5772,6 +6049,14 @@ module Google
|
|
5772
6049
|
end
|
5773
6050
|
end
|
5774
6051
|
|
6052
|
+
class GoogleCloudDiscoveryengineV1alphaCrawlRateTimeSeries
|
6053
|
+
# @private
|
6054
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6055
|
+
property :qps_time_series, as: 'qpsTimeSeries', class: Google::Apis::DiscoveryengineV1::GoogleMonitoringV3TimeSeries, decorator: Google::Apis::DiscoveryengineV1::GoogleMonitoringV3TimeSeries::Representation
|
6056
|
+
|
6057
|
+
end
|
6058
|
+
end
|
6059
|
+
|
5775
6060
|
class GoogleCloudDiscoveryengineV1alphaCreateDataStoreMetadata
|
5776
6061
|
# @private
|
5777
6062
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5802,6 +6087,14 @@ module Google
|
|
5802
6087
|
end
|
5803
6088
|
end
|
5804
6089
|
|
6090
|
+
class GoogleCloudDiscoveryengineV1alphaCreateSitemapMetadata
|
6091
|
+
# @private
|
6092
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6093
|
+
property :create_time, as: 'createTime'
|
6094
|
+
property :update_time, as: 'updateTime'
|
6095
|
+
end
|
6096
|
+
end
|
6097
|
+
|
5805
6098
|
class GoogleCloudDiscoveryengineV1alphaCreateTargetSiteMetadata
|
5806
6099
|
# @private
|
5807
6100
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5885,6 +6178,16 @@ module Google
|
|
5885
6178
|
end
|
5886
6179
|
end
|
5887
6180
|
|
6181
|
+
class GoogleCloudDiscoveryengineV1alphaDedicatedCrawlRateTimeSeries
|
6182
|
+
# @private
|
6183
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6184
|
+
property :auto_refresh_crawl_rate, as: 'autoRefreshCrawlRate', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaCrawlRateTimeSeries, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaCrawlRateTimeSeries::Representation
|
6185
|
+
|
6186
|
+
property :user_triggered_crawl_rate, as: 'userTriggeredCrawlRate', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaCrawlRateTimeSeries, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaCrawlRateTimeSeries::Representation
|
6187
|
+
|
6188
|
+
end
|
6189
|
+
end
|
6190
|
+
|
5888
6191
|
class GoogleCloudDiscoveryengineV1alphaDeleteDataStoreMetadata
|
5889
6192
|
# @private
|
5890
6193
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5909,6 +6212,14 @@ module Google
|
|
5909
6212
|
end
|
5910
6213
|
end
|
5911
6214
|
|
6215
|
+
class GoogleCloudDiscoveryengineV1alphaDeleteSitemapMetadata
|
6216
|
+
# @private
|
6217
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6218
|
+
property :create_time, as: 'createTime'
|
6219
|
+
property :update_time, as: 'updateTime'
|
6220
|
+
end
|
6221
|
+
end
|
6222
|
+
|
5912
6223
|
class GoogleCloudDiscoveryengineV1alphaDeleteTargetSiteMetadata
|
5913
6224
|
# @private
|
5914
6225
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6160,6 +6471,22 @@ module Google
|
|
6160
6471
|
end
|
6161
6472
|
end
|
6162
6473
|
|
6474
|
+
class GoogleCloudDiscoveryengineV1alphaFetchSitemapsResponse
|
6475
|
+
# @private
|
6476
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6477
|
+
collection :sitemaps_metadata, as: 'sitemapsMetadata', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaFetchSitemapsResponseSitemapMetadata, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaFetchSitemapsResponseSitemapMetadata::Representation
|
6478
|
+
|
6479
|
+
end
|
6480
|
+
end
|
6481
|
+
|
6482
|
+
class GoogleCloudDiscoveryengineV1alphaFetchSitemapsResponseSitemapMetadata
|
6483
|
+
# @private
|
6484
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6485
|
+
property :sitemap, as: 'sitemap', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaSitemap, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaSitemap::Representation
|
6486
|
+
|
6487
|
+
end
|
6488
|
+
end
|
6489
|
+
|
6163
6490
|
class GoogleCloudDiscoveryengineV1alphaFieldConfig
|
6164
6491
|
# @private
|
6165
6492
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6345,6 +6672,29 @@ module Google
|
|
6345
6672
|
end
|
6346
6673
|
end
|
6347
6674
|
|
6675
|
+
class GoogleCloudDiscoveryengineV1alphaObtainCrawlRateResponse
|
6676
|
+
# @private
|
6677
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6678
|
+
property :dedicated_crawl_rate_time_series, as: 'dedicatedCrawlRateTimeSeries', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaDedicatedCrawlRateTimeSeries, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaDedicatedCrawlRateTimeSeries::Representation
|
6679
|
+
|
6680
|
+
property :error, as: 'error', class: Google::Apis::DiscoveryengineV1::GoogleRpcStatus, decorator: Google::Apis::DiscoveryengineV1::GoogleRpcStatus::Representation
|
6681
|
+
|
6682
|
+
property :organic_crawl_rate_time_series, as: 'organicCrawlRateTimeSeries', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaOrganicCrawlRateTimeSeries, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaOrganicCrawlRateTimeSeries::Representation
|
6683
|
+
|
6684
|
+
property :state, as: 'state'
|
6685
|
+
end
|
6686
|
+
end
|
6687
|
+
|
6688
|
+
class GoogleCloudDiscoveryengineV1alphaOrganicCrawlRateTimeSeries
|
6689
|
+
# @private
|
6690
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6691
|
+
property :google_organic_crawl_rate, as: 'googleOrganicCrawlRate', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaCrawlRateTimeSeries, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaCrawlRateTimeSeries::Representation
|
6692
|
+
|
6693
|
+
property :vertex_ai_organic_crawl_rate, as: 'vertexAiOrganicCrawlRate', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaCrawlRateTimeSeries, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaCrawlRateTimeSeries::Representation
|
6694
|
+
|
6695
|
+
end
|
6696
|
+
end
|
6697
|
+
|
6348
6698
|
class GoogleCloudDiscoveryengineV1alphaProject
|
6349
6699
|
# @private
|
6350
6700
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6840,6 +7190,15 @@ module Google
|
|
6840
7190
|
end
|
6841
7191
|
end
|
6842
7192
|
|
7193
|
+
class GoogleCloudDiscoveryengineV1alphaSitemap
|
7194
|
+
# @private
|
7195
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7196
|
+
property :create_time, as: 'createTime'
|
7197
|
+
property :name, as: 'name'
|
7198
|
+
property :uri, as: 'uri'
|
7199
|
+
end
|
7200
|
+
end
|
7201
|
+
|
6843
7202
|
class GoogleCloudDiscoveryengineV1alphaTargetSite
|
6844
7203
|
# @private
|
6845
7204
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -7092,6 +7451,14 @@ module Google
|
|
7092
7451
|
end
|
7093
7452
|
end
|
7094
7453
|
|
7454
|
+
class GoogleCloudDiscoveryengineV1betaCreateSitemapMetadata
|
7455
|
+
# @private
|
7456
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7457
|
+
property :create_time, as: 'createTime'
|
7458
|
+
property :update_time, as: 'updateTime'
|
7459
|
+
end
|
7460
|
+
end
|
7461
|
+
|
7095
7462
|
class GoogleCloudDiscoveryengineV1betaCreateTargetSiteMetadata
|
7096
7463
|
# @private
|
7097
7464
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -7189,6 +7556,14 @@ module Google
|
|
7189
7556
|
end
|
7190
7557
|
end
|
7191
7558
|
|
7559
|
+
class GoogleCloudDiscoveryengineV1betaDeleteSitemapMetadata
|
7560
|
+
# @private
|
7561
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7562
|
+
property :create_time, as: 'createTime'
|
7563
|
+
property :update_time, as: 'updateTime'
|
7564
|
+
end
|
7565
|
+
end
|
7566
|
+
|
7192
7567
|
class GoogleCloudDiscoveryengineV1betaDeleteTargetSiteMetadata
|
7193
7568
|
# @private
|
7194
7569
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -7384,6 +7759,22 @@ module Google
|
|
7384
7759
|
end
|
7385
7760
|
end
|
7386
7761
|
|
7762
|
+
class GoogleCloudDiscoveryengineV1betaFetchSitemapsResponse
|
7763
|
+
# @private
|
7764
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7765
|
+
collection :sitemaps_metadata, as: 'sitemapsMetadata', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaFetchSitemapsResponseSitemapMetadata, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaFetchSitemapsResponseSitemapMetadata::Representation
|
7766
|
+
|
7767
|
+
end
|
7768
|
+
end
|
7769
|
+
|
7770
|
+
class GoogleCloudDiscoveryengineV1betaFetchSitemapsResponseSitemapMetadata
|
7771
|
+
# @private
|
7772
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7773
|
+
property :sitemap, as: 'sitemap', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaSitemap, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaSitemap::Representation
|
7774
|
+
|
7775
|
+
end
|
7776
|
+
end
|
7777
|
+
|
7387
7778
|
class GoogleCloudDiscoveryengineV1betaImportCompletionSuggestionsMetadata
|
7388
7779
|
# @private
|
7389
7780
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -7899,6 +8290,15 @@ module Google
|
|
7899
8290
|
end
|
7900
8291
|
end
|
7901
8292
|
|
8293
|
+
class GoogleCloudDiscoveryengineV1betaSitemap
|
8294
|
+
# @private
|
8295
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8296
|
+
property :create_time, as: 'createTime'
|
8297
|
+
property :name, as: 'name'
|
8298
|
+
property :uri, as: 'uri'
|
8299
|
+
end
|
8300
|
+
end
|
8301
|
+
|
7902
8302
|
class GoogleCloudDiscoveryengineV1betaTargetSite
|
7903
8303
|
# @private
|
7904
8304
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -8027,6 +8427,54 @@ module Google
|
|
8027
8427
|
end
|
8028
8428
|
end
|
8029
8429
|
|
8430
|
+
class GoogleMonitoringV3Point
|
8431
|
+
# @private
|
8432
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8433
|
+
property :interval, as: 'interval', class: Google::Apis::DiscoveryengineV1::GoogleMonitoringV3TimeInterval, decorator: Google::Apis::DiscoveryengineV1::GoogleMonitoringV3TimeInterval::Representation
|
8434
|
+
|
8435
|
+
property :value, as: 'value', class: Google::Apis::DiscoveryengineV1::GoogleMonitoringV3TypedValue, decorator: Google::Apis::DiscoveryengineV1::GoogleMonitoringV3TypedValue::Representation
|
8436
|
+
|
8437
|
+
end
|
8438
|
+
end
|
8439
|
+
|
8440
|
+
class GoogleMonitoringV3TimeInterval
|
8441
|
+
# @private
|
8442
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8443
|
+
property :end_time, as: 'endTime'
|
8444
|
+
property :start_time, as: 'startTime'
|
8445
|
+
end
|
8446
|
+
end
|
8447
|
+
|
8448
|
+
class GoogleMonitoringV3TimeSeries
|
8449
|
+
# @private
|
8450
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8451
|
+
property :description, as: 'description'
|
8452
|
+
property :metadata, as: 'metadata', class: Google::Apis::DiscoveryengineV1::GoogleApiMonitoredResourceMetadata, decorator: Google::Apis::DiscoveryengineV1::GoogleApiMonitoredResourceMetadata::Representation
|
8453
|
+
|
8454
|
+
property :metric, as: 'metric', class: Google::Apis::DiscoveryengineV1::GoogleApiMetric, decorator: Google::Apis::DiscoveryengineV1::GoogleApiMetric::Representation
|
8455
|
+
|
8456
|
+
property :metric_kind, as: 'metricKind'
|
8457
|
+
collection :points, as: 'points', class: Google::Apis::DiscoveryengineV1::GoogleMonitoringV3Point, decorator: Google::Apis::DiscoveryengineV1::GoogleMonitoringV3Point::Representation
|
8458
|
+
|
8459
|
+
property :resource, as: 'resource', class: Google::Apis::DiscoveryengineV1::GoogleApiMonitoredResource, decorator: Google::Apis::DiscoveryengineV1::GoogleApiMonitoredResource::Representation
|
8460
|
+
|
8461
|
+
property :unit, as: 'unit'
|
8462
|
+
property :value_type, as: 'valueType'
|
8463
|
+
end
|
8464
|
+
end
|
8465
|
+
|
8466
|
+
class GoogleMonitoringV3TypedValue
|
8467
|
+
# @private
|
8468
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8469
|
+
property :bool_value, as: 'boolValue'
|
8470
|
+
property :distribution_value, as: 'distributionValue', class: Google::Apis::DiscoveryengineV1::GoogleApiDistribution, decorator: Google::Apis::DiscoveryengineV1::GoogleApiDistribution::Representation
|
8471
|
+
|
8472
|
+
property :double_value, as: 'doubleValue'
|
8473
|
+
property :int64_value, :numeric_string => true, as: 'int64Value'
|
8474
|
+
property :string_value, as: 'stringValue'
|
8475
|
+
end
|
8476
|
+
end
|
8477
|
+
|
8030
8478
|
class GoogleProtobufEmpty
|
8031
8479
|
# @private
|
8032
8480
|
class Representation < Google::Apis::Core::JsonRepresentation
|