google-apis-monitoring_v3 0.1.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 +7 -0
- data/.yardopts +13 -0
- data/CHANGELOG.md +7 -0
- data/LICENSE.md +202 -0
- data/OVERVIEW.md +96 -0
- data/lib/google-apis-monitoring_v3.rb +15 -0
- data/lib/google/apis/monitoring_v3.rb +49 -0
- data/lib/google/apis/monitoring_v3/classes.rb +4179 -0
- data/lib/google/apis/monitoring_v3/gem_version.rb +28 -0
- data/lib/google/apis/monitoring_v3/representations.rb +1610 -0
- data/lib/google/apis/monitoring_v3/service.rb +2043 -0
- metadata +76 -0
@@ -0,0 +1,28 @@
|
|
1
|
+
# Copyright 2020 Google LLC
|
2
|
+
#
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
4
|
+
# you may not use this file except in compliance with the License.
|
5
|
+
# You may obtain a copy of the License at
|
6
|
+
#
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
8
|
+
#
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12
|
+
# See the License for the specific language governing permissions and
|
13
|
+
# limitations under the License.
|
14
|
+
|
15
|
+
module Google
|
16
|
+
module Apis
|
17
|
+
module MonitoringV3
|
18
|
+
# Version of the google-apis-monitoring_v3 gem
|
19
|
+
GEM_VERSION = "0.1.0"
|
20
|
+
|
21
|
+
# Version of the code generator used to generate this client
|
22
|
+
GENERATOR_VERSION = "0.1.1"
|
23
|
+
|
24
|
+
# Revision of the discovery document this client was generated from
|
25
|
+
REVISION = "20201213"
|
26
|
+
end
|
27
|
+
end
|
28
|
+
end
|
@@ -0,0 +1,1610 @@
|
|
1
|
+
# Copyright 2020 Google LLC
|
2
|
+
#
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
4
|
+
# you may not use this file except in compliance with the License.
|
5
|
+
# You may obtain a copy of the License at
|
6
|
+
#
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
8
|
+
#
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12
|
+
# See the License for the specific language governing permissions and
|
13
|
+
# limitations under the License.
|
14
|
+
|
15
|
+
require 'date'
|
16
|
+
require 'google/apis/core/base_service'
|
17
|
+
require 'google/apis/core/json_representation'
|
18
|
+
require 'google/apis/core/hashable'
|
19
|
+
require 'google/apis/errors'
|
20
|
+
|
21
|
+
module Google
|
22
|
+
module Apis
|
23
|
+
module MonitoringV3
|
24
|
+
|
25
|
+
class Aggregation
|
26
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
27
|
+
|
28
|
+
include Google::Apis::Core::JsonObjectSupport
|
29
|
+
end
|
30
|
+
|
31
|
+
class AlertPolicy
|
32
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
33
|
+
|
34
|
+
include Google::Apis::Core::JsonObjectSupport
|
35
|
+
end
|
36
|
+
|
37
|
+
class AppEngine
|
38
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
39
|
+
|
40
|
+
include Google::Apis::Core::JsonObjectSupport
|
41
|
+
end
|
42
|
+
|
43
|
+
class AvailabilityCriteria
|
44
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
45
|
+
|
46
|
+
include Google::Apis::Core::JsonObjectSupport
|
47
|
+
end
|
48
|
+
|
49
|
+
class BasicAuthentication
|
50
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
51
|
+
|
52
|
+
include Google::Apis::Core::JsonObjectSupport
|
53
|
+
end
|
54
|
+
|
55
|
+
class BasicSli
|
56
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
57
|
+
|
58
|
+
include Google::Apis::Core::JsonObjectSupport
|
59
|
+
end
|
60
|
+
|
61
|
+
class BucketOptions
|
62
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
63
|
+
|
64
|
+
include Google::Apis::Core::JsonObjectSupport
|
65
|
+
end
|
66
|
+
|
67
|
+
class CloudEndpoints
|
68
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
69
|
+
|
70
|
+
include Google::Apis::Core::JsonObjectSupport
|
71
|
+
end
|
72
|
+
|
73
|
+
class ClusterIstio
|
74
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
75
|
+
|
76
|
+
include Google::Apis::Core::JsonObjectSupport
|
77
|
+
end
|
78
|
+
|
79
|
+
class CollectdPayload
|
80
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
81
|
+
|
82
|
+
include Google::Apis::Core::JsonObjectSupport
|
83
|
+
end
|
84
|
+
|
85
|
+
class CollectdPayloadError
|
86
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
87
|
+
|
88
|
+
include Google::Apis::Core::JsonObjectSupport
|
89
|
+
end
|
90
|
+
|
91
|
+
class CollectdValue
|
92
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
93
|
+
|
94
|
+
include Google::Apis::Core::JsonObjectSupport
|
95
|
+
end
|
96
|
+
|
97
|
+
class CollectdValueError
|
98
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
99
|
+
|
100
|
+
include Google::Apis::Core::JsonObjectSupport
|
101
|
+
end
|
102
|
+
|
103
|
+
class Condition
|
104
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
105
|
+
|
106
|
+
include Google::Apis::Core::JsonObjectSupport
|
107
|
+
end
|
108
|
+
|
109
|
+
class ContentMatcher
|
110
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
111
|
+
|
112
|
+
include Google::Apis::Core::JsonObjectSupport
|
113
|
+
end
|
114
|
+
|
115
|
+
class CreateCollectdTimeSeriesRequest
|
116
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
117
|
+
|
118
|
+
include Google::Apis::Core::JsonObjectSupport
|
119
|
+
end
|
120
|
+
|
121
|
+
class CreateCollectdTimeSeriesResponse
|
122
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
123
|
+
|
124
|
+
include Google::Apis::Core::JsonObjectSupport
|
125
|
+
end
|
126
|
+
|
127
|
+
class CreateTimeSeriesRequest
|
128
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
129
|
+
|
130
|
+
include Google::Apis::Core::JsonObjectSupport
|
131
|
+
end
|
132
|
+
|
133
|
+
class CreateTimeSeriesSummary
|
134
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
135
|
+
|
136
|
+
include Google::Apis::Core::JsonObjectSupport
|
137
|
+
end
|
138
|
+
|
139
|
+
class Custom
|
140
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
141
|
+
|
142
|
+
include Google::Apis::Core::JsonObjectSupport
|
143
|
+
end
|
144
|
+
|
145
|
+
class Distribution
|
146
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
147
|
+
|
148
|
+
include Google::Apis::Core::JsonObjectSupport
|
149
|
+
end
|
150
|
+
|
151
|
+
class DistributionCut
|
152
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
153
|
+
|
154
|
+
include Google::Apis::Core::JsonObjectSupport
|
155
|
+
end
|
156
|
+
|
157
|
+
class Documentation
|
158
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
|
+
|
160
|
+
include Google::Apis::Core::JsonObjectSupport
|
161
|
+
end
|
162
|
+
|
163
|
+
class DroppedLabels
|
164
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
165
|
+
|
166
|
+
include Google::Apis::Core::JsonObjectSupport
|
167
|
+
end
|
168
|
+
|
169
|
+
class Empty
|
170
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
171
|
+
|
172
|
+
include Google::Apis::Core::JsonObjectSupport
|
173
|
+
end
|
174
|
+
|
175
|
+
class Error
|
176
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
177
|
+
|
178
|
+
include Google::Apis::Core::JsonObjectSupport
|
179
|
+
end
|
180
|
+
|
181
|
+
class Exemplar
|
182
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
183
|
+
|
184
|
+
include Google::Apis::Core::JsonObjectSupport
|
185
|
+
end
|
186
|
+
|
187
|
+
class Explicit
|
188
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
189
|
+
|
190
|
+
include Google::Apis::Core::JsonObjectSupport
|
191
|
+
end
|
192
|
+
|
193
|
+
class Exponential
|
194
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
195
|
+
|
196
|
+
include Google::Apis::Core::JsonObjectSupport
|
197
|
+
end
|
198
|
+
|
199
|
+
class Field
|
200
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
201
|
+
|
202
|
+
include Google::Apis::Core::JsonObjectSupport
|
203
|
+
end
|
204
|
+
|
205
|
+
class GetNotificationChannelVerificationCodeRequest
|
206
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
207
|
+
|
208
|
+
include Google::Apis::Core::JsonObjectSupport
|
209
|
+
end
|
210
|
+
|
211
|
+
class GetNotificationChannelVerificationCodeResponse
|
212
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
213
|
+
|
214
|
+
include Google::Apis::Core::JsonObjectSupport
|
215
|
+
end
|
216
|
+
|
217
|
+
class GoogleMonitoringV3Range
|
218
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
219
|
+
|
220
|
+
include Google::Apis::Core::JsonObjectSupport
|
221
|
+
end
|
222
|
+
|
223
|
+
class Group
|
224
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
225
|
+
|
226
|
+
include Google::Apis::Core::JsonObjectSupport
|
227
|
+
end
|
228
|
+
|
229
|
+
class HttpCheck
|
230
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
231
|
+
|
232
|
+
include Google::Apis::Core::JsonObjectSupport
|
233
|
+
end
|
234
|
+
|
235
|
+
class InternalChecker
|
236
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
237
|
+
|
238
|
+
include Google::Apis::Core::JsonObjectSupport
|
239
|
+
end
|
240
|
+
|
241
|
+
class LabelDescriptor
|
242
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
243
|
+
|
244
|
+
include Google::Apis::Core::JsonObjectSupport
|
245
|
+
end
|
246
|
+
|
247
|
+
class LabelValue
|
248
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
249
|
+
|
250
|
+
include Google::Apis::Core::JsonObjectSupport
|
251
|
+
end
|
252
|
+
|
253
|
+
class LatencyCriteria
|
254
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
255
|
+
|
256
|
+
include Google::Apis::Core::JsonObjectSupport
|
257
|
+
end
|
258
|
+
|
259
|
+
class Linear
|
260
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
261
|
+
|
262
|
+
include Google::Apis::Core::JsonObjectSupport
|
263
|
+
end
|
264
|
+
|
265
|
+
class ListAlertPoliciesResponse
|
266
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
267
|
+
|
268
|
+
include Google::Apis::Core::JsonObjectSupport
|
269
|
+
end
|
270
|
+
|
271
|
+
class ListGroupMembersResponse
|
272
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
273
|
+
|
274
|
+
include Google::Apis::Core::JsonObjectSupport
|
275
|
+
end
|
276
|
+
|
277
|
+
class ListGroupsResponse
|
278
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
279
|
+
|
280
|
+
include Google::Apis::Core::JsonObjectSupport
|
281
|
+
end
|
282
|
+
|
283
|
+
class ListMetricDescriptorsResponse
|
284
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
285
|
+
|
286
|
+
include Google::Apis::Core::JsonObjectSupport
|
287
|
+
end
|
288
|
+
|
289
|
+
class ListMonitoredResourceDescriptorsResponse
|
290
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
291
|
+
|
292
|
+
include Google::Apis::Core::JsonObjectSupport
|
293
|
+
end
|
294
|
+
|
295
|
+
class ListNotificationChannelDescriptorsResponse
|
296
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
297
|
+
|
298
|
+
include Google::Apis::Core::JsonObjectSupport
|
299
|
+
end
|
300
|
+
|
301
|
+
class ListNotificationChannelsResponse
|
302
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
303
|
+
|
304
|
+
include Google::Apis::Core::JsonObjectSupport
|
305
|
+
end
|
306
|
+
|
307
|
+
class ListServiceLevelObjectivesResponse
|
308
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
309
|
+
|
310
|
+
include Google::Apis::Core::JsonObjectSupport
|
311
|
+
end
|
312
|
+
|
313
|
+
class ListServicesResponse
|
314
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
315
|
+
|
316
|
+
include Google::Apis::Core::JsonObjectSupport
|
317
|
+
end
|
318
|
+
|
319
|
+
class ListTimeSeriesResponse
|
320
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
321
|
+
|
322
|
+
include Google::Apis::Core::JsonObjectSupport
|
323
|
+
end
|
324
|
+
|
325
|
+
class ListUptimeCheckConfigsResponse
|
326
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
327
|
+
|
328
|
+
include Google::Apis::Core::JsonObjectSupport
|
329
|
+
end
|
330
|
+
|
331
|
+
class ListUptimeCheckIpsResponse
|
332
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
333
|
+
|
334
|
+
include Google::Apis::Core::JsonObjectSupport
|
335
|
+
end
|
336
|
+
|
337
|
+
class MeshIstio
|
338
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
339
|
+
|
340
|
+
include Google::Apis::Core::JsonObjectSupport
|
341
|
+
end
|
342
|
+
|
343
|
+
class Metric
|
344
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
345
|
+
|
346
|
+
include Google::Apis::Core::JsonObjectSupport
|
347
|
+
end
|
348
|
+
|
349
|
+
class MetricAbsence
|
350
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
351
|
+
|
352
|
+
include Google::Apis::Core::JsonObjectSupport
|
353
|
+
end
|
354
|
+
|
355
|
+
class MetricDescriptor
|
356
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
357
|
+
|
358
|
+
include Google::Apis::Core::JsonObjectSupport
|
359
|
+
end
|
360
|
+
|
361
|
+
class MetricDescriptorMetadata
|
362
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
363
|
+
|
364
|
+
include Google::Apis::Core::JsonObjectSupport
|
365
|
+
end
|
366
|
+
|
367
|
+
class MetricRange
|
368
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
369
|
+
|
370
|
+
include Google::Apis::Core::JsonObjectSupport
|
371
|
+
end
|
372
|
+
|
373
|
+
class MetricThreshold
|
374
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
375
|
+
|
376
|
+
include Google::Apis::Core::JsonObjectSupport
|
377
|
+
end
|
378
|
+
|
379
|
+
class MonitoredResource
|
380
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
381
|
+
|
382
|
+
include Google::Apis::Core::JsonObjectSupport
|
383
|
+
end
|
384
|
+
|
385
|
+
class MonitoredResourceDescriptor
|
386
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
387
|
+
|
388
|
+
include Google::Apis::Core::JsonObjectSupport
|
389
|
+
end
|
390
|
+
|
391
|
+
class MonitoredResourceMetadata
|
392
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
393
|
+
|
394
|
+
include Google::Apis::Core::JsonObjectSupport
|
395
|
+
end
|
396
|
+
|
397
|
+
class MonitoringQueryLanguageCondition
|
398
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
399
|
+
|
400
|
+
include Google::Apis::Core::JsonObjectSupport
|
401
|
+
end
|
402
|
+
|
403
|
+
class MutationRecord
|
404
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
405
|
+
|
406
|
+
include Google::Apis::Core::JsonObjectSupport
|
407
|
+
end
|
408
|
+
|
409
|
+
class NotificationChannel
|
410
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
411
|
+
|
412
|
+
include Google::Apis::Core::JsonObjectSupport
|
413
|
+
end
|
414
|
+
|
415
|
+
class NotificationChannelDescriptor
|
416
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
417
|
+
|
418
|
+
include Google::Apis::Core::JsonObjectSupport
|
419
|
+
end
|
420
|
+
|
421
|
+
class Option
|
422
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
423
|
+
|
424
|
+
include Google::Apis::Core::JsonObjectSupport
|
425
|
+
end
|
426
|
+
|
427
|
+
class PerformanceThreshold
|
428
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
429
|
+
|
430
|
+
include Google::Apis::Core::JsonObjectSupport
|
431
|
+
end
|
432
|
+
|
433
|
+
class Point
|
434
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
435
|
+
|
436
|
+
include Google::Apis::Core::JsonObjectSupport
|
437
|
+
end
|
438
|
+
|
439
|
+
class PointData
|
440
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
441
|
+
|
442
|
+
include Google::Apis::Core::JsonObjectSupport
|
443
|
+
end
|
444
|
+
|
445
|
+
class QueryTimeSeriesRequest
|
446
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
447
|
+
|
448
|
+
include Google::Apis::Core::JsonObjectSupport
|
449
|
+
end
|
450
|
+
|
451
|
+
class QueryTimeSeriesResponse
|
452
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
453
|
+
|
454
|
+
include Google::Apis::Core::JsonObjectSupport
|
455
|
+
end
|
456
|
+
|
457
|
+
class Range
|
458
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
459
|
+
|
460
|
+
include Google::Apis::Core::JsonObjectSupport
|
461
|
+
end
|
462
|
+
|
463
|
+
class RequestBasedSli
|
464
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
465
|
+
|
466
|
+
include Google::Apis::Core::JsonObjectSupport
|
467
|
+
end
|
468
|
+
|
469
|
+
class ResourceGroup
|
470
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
471
|
+
|
472
|
+
include Google::Apis::Core::JsonObjectSupport
|
473
|
+
end
|
474
|
+
|
475
|
+
class SendNotificationChannelVerificationCodeRequest
|
476
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
477
|
+
|
478
|
+
include Google::Apis::Core::JsonObjectSupport
|
479
|
+
end
|
480
|
+
|
481
|
+
class Service
|
482
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
483
|
+
|
484
|
+
include Google::Apis::Core::JsonObjectSupport
|
485
|
+
end
|
486
|
+
|
487
|
+
class ServiceLevelIndicator
|
488
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
489
|
+
|
490
|
+
include Google::Apis::Core::JsonObjectSupport
|
491
|
+
end
|
492
|
+
|
493
|
+
class ServiceLevelObjective
|
494
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
495
|
+
|
496
|
+
include Google::Apis::Core::JsonObjectSupport
|
497
|
+
end
|
498
|
+
|
499
|
+
class SourceContext
|
500
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
501
|
+
|
502
|
+
include Google::Apis::Core::JsonObjectSupport
|
503
|
+
end
|
504
|
+
|
505
|
+
class SpanContext
|
506
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
507
|
+
|
508
|
+
include Google::Apis::Core::JsonObjectSupport
|
509
|
+
end
|
510
|
+
|
511
|
+
class Status
|
512
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
513
|
+
|
514
|
+
include Google::Apis::Core::JsonObjectSupport
|
515
|
+
end
|
516
|
+
|
517
|
+
class TcpCheck
|
518
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
519
|
+
|
520
|
+
include Google::Apis::Core::JsonObjectSupport
|
521
|
+
end
|
522
|
+
|
523
|
+
class Telemetry
|
524
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
525
|
+
|
526
|
+
include Google::Apis::Core::JsonObjectSupport
|
527
|
+
end
|
528
|
+
|
529
|
+
class TimeInterval
|
530
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
531
|
+
|
532
|
+
include Google::Apis::Core::JsonObjectSupport
|
533
|
+
end
|
534
|
+
|
535
|
+
class TimeSeries
|
536
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
537
|
+
|
538
|
+
include Google::Apis::Core::JsonObjectSupport
|
539
|
+
end
|
540
|
+
|
541
|
+
class TimeSeriesData
|
542
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
543
|
+
|
544
|
+
include Google::Apis::Core::JsonObjectSupport
|
545
|
+
end
|
546
|
+
|
547
|
+
class TimeSeriesDescriptor
|
548
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
549
|
+
|
550
|
+
include Google::Apis::Core::JsonObjectSupport
|
551
|
+
end
|
552
|
+
|
553
|
+
class TimeSeriesRatio
|
554
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
555
|
+
|
556
|
+
include Google::Apis::Core::JsonObjectSupport
|
557
|
+
end
|
558
|
+
|
559
|
+
class Trigger
|
560
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
561
|
+
|
562
|
+
include Google::Apis::Core::JsonObjectSupport
|
563
|
+
end
|
564
|
+
|
565
|
+
class Type
|
566
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
567
|
+
|
568
|
+
include Google::Apis::Core::JsonObjectSupport
|
569
|
+
end
|
570
|
+
|
571
|
+
class TypedValue
|
572
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
573
|
+
|
574
|
+
include Google::Apis::Core::JsonObjectSupport
|
575
|
+
end
|
576
|
+
|
577
|
+
class UptimeCheckConfig
|
578
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
579
|
+
|
580
|
+
include Google::Apis::Core::JsonObjectSupport
|
581
|
+
end
|
582
|
+
|
583
|
+
class UptimeCheckIp
|
584
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
585
|
+
|
586
|
+
include Google::Apis::Core::JsonObjectSupport
|
587
|
+
end
|
588
|
+
|
589
|
+
class ValueDescriptor
|
590
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
591
|
+
|
592
|
+
include Google::Apis::Core::JsonObjectSupport
|
593
|
+
end
|
594
|
+
|
595
|
+
class VerifyNotificationChannelRequest
|
596
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
597
|
+
|
598
|
+
include Google::Apis::Core::JsonObjectSupport
|
599
|
+
end
|
600
|
+
|
601
|
+
class WindowsBasedSli
|
602
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
603
|
+
|
604
|
+
include Google::Apis::Core::JsonObjectSupport
|
605
|
+
end
|
606
|
+
|
607
|
+
class Aggregation
|
608
|
+
# @private
|
609
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
610
|
+
property :alignment_period, as: 'alignmentPeriod'
|
611
|
+
property :cross_series_reducer, as: 'crossSeriesReducer'
|
612
|
+
collection :group_by_fields, as: 'groupByFields'
|
613
|
+
property :per_series_aligner, as: 'perSeriesAligner'
|
614
|
+
end
|
615
|
+
end
|
616
|
+
|
617
|
+
class AlertPolicy
|
618
|
+
# @private
|
619
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
620
|
+
property :combiner, as: 'combiner'
|
621
|
+
collection :conditions, as: 'conditions', class: Google::Apis::MonitoringV3::Condition, decorator: Google::Apis::MonitoringV3::Condition::Representation
|
622
|
+
|
623
|
+
property :creation_record, as: 'creationRecord', class: Google::Apis::MonitoringV3::MutationRecord, decorator: Google::Apis::MonitoringV3::MutationRecord::Representation
|
624
|
+
|
625
|
+
property :display_name, as: 'displayName'
|
626
|
+
property :documentation, as: 'documentation', class: Google::Apis::MonitoringV3::Documentation, decorator: Google::Apis::MonitoringV3::Documentation::Representation
|
627
|
+
|
628
|
+
property :enabled, as: 'enabled'
|
629
|
+
property :mutation_record, as: 'mutationRecord', class: Google::Apis::MonitoringV3::MutationRecord, decorator: Google::Apis::MonitoringV3::MutationRecord::Representation
|
630
|
+
|
631
|
+
property :name, as: 'name'
|
632
|
+
collection :notification_channels, as: 'notificationChannels'
|
633
|
+
hash :user_labels, as: 'userLabels'
|
634
|
+
property :validity, as: 'validity', class: Google::Apis::MonitoringV3::Status, decorator: Google::Apis::MonitoringV3::Status::Representation
|
635
|
+
|
636
|
+
end
|
637
|
+
end
|
638
|
+
|
639
|
+
class AppEngine
|
640
|
+
# @private
|
641
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
642
|
+
property :module_id, as: 'moduleId'
|
643
|
+
end
|
644
|
+
end
|
645
|
+
|
646
|
+
class AvailabilityCriteria
|
647
|
+
# @private
|
648
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
649
|
+
end
|
650
|
+
end
|
651
|
+
|
652
|
+
class BasicAuthentication
|
653
|
+
# @private
|
654
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
655
|
+
property :password, as: 'password'
|
656
|
+
property :username, as: 'username'
|
657
|
+
end
|
658
|
+
end
|
659
|
+
|
660
|
+
class BasicSli
|
661
|
+
# @private
|
662
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
663
|
+
property :availability, as: 'availability', class: Google::Apis::MonitoringV3::AvailabilityCriteria, decorator: Google::Apis::MonitoringV3::AvailabilityCriteria::Representation
|
664
|
+
|
665
|
+
property :latency, as: 'latency', class: Google::Apis::MonitoringV3::LatencyCriteria, decorator: Google::Apis::MonitoringV3::LatencyCriteria::Representation
|
666
|
+
|
667
|
+
collection :location, as: 'location'
|
668
|
+
collection :method_prop, as: 'method'
|
669
|
+
collection :version, as: 'version'
|
670
|
+
end
|
671
|
+
end
|
672
|
+
|
673
|
+
class BucketOptions
|
674
|
+
# @private
|
675
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
676
|
+
property :explicit_buckets, as: 'explicitBuckets', class: Google::Apis::MonitoringV3::Explicit, decorator: Google::Apis::MonitoringV3::Explicit::Representation
|
677
|
+
|
678
|
+
property :exponential_buckets, as: 'exponentialBuckets', class: Google::Apis::MonitoringV3::Exponential, decorator: Google::Apis::MonitoringV3::Exponential::Representation
|
679
|
+
|
680
|
+
property :linear_buckets, as: 'linearBuckets', class: Google::Apis::MonitoringV3::Linear, decorator: Google::Apis::MonitoringV3::Linear::Representation
|
681
|
+
|
682
|
+
end
|
683
|
+
end
|
684
|
+
|
685
|
+
class CloudEndpoints
|
686
|
+
# @private
|
687
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
688
|
+
property :service, as: 'service'
|
689
|
+
end
|
690
|
+
end
|
691
|
+
|
692
|
+
class ClusterIstio
|
693
|
+
# @private
|
694
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
695
|
+
property :cluster_name, as: 'clusterName'
|
696
|
+
property :location, as: 'location'
|
697
|
+
property :service_name, as: 'serviceName'
|
698
|
+
property :service_namespace, as: 'serviceNamespace'
|
699
|
+
end
|
700
|
+
end
|
701
|
+
|
702
|
+
class CollectdPayload
|
703
|
+
# @private
|
704
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
705
|
+
property :end_time, as: 'endTime'
|
706
|
+
hash :metadata, as: 'metadata', class: Google::Apis::MonitoringV3::TypedValue, decorator: Google::Apis::MonitoringV3::TypedValue::Representation
|
707
|
+
|
708
|
+
property :plugin, as: 'plugin'
|
709
|
+
property :plugin_instance, as: 'pluginInstance'
|
710
|
+
property :start_time, as: 'startTime'
|
711
|
+
property :type, as: 'type'
|
712
|
+
property :type_instance, as: 'typeInstance'
|
713
|
+
collection :values, as: 'values', class: Google::Apis::MonitoringV3::CollectdValue, decorator: Google::Apis::MonitoringV3::CollectdValue::Representation
|
714
|
+
|
715
|
+
end
|
716
|
+
end
|
717
|
+
|
718
|
+
class CollectdPayloadError
|
719
|
+
# @private
|
720
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
721
|
+
property :error, as: 'error', class: Google::Apis::MonitoringV3::Status, decorator: Google::Apis::MonitoringV3::Status::Representation
|
722
|
+
|
723
|
+
property :index, as: 'index'
|
724
|
+
collection :value_errors, as: 'valueErrors', class: Google::Apis::MonitoringV3::CollectdValueError, decorator: Google::Apis::MonitoringV3::CollectdValueError::Representation
|
725
|
+
|
726
|
+
end
|
727
|
+
end
|
728
|
+
|
729
|
+
class CollectdValue
|
730
|
+
# @private
|
731
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
732
|
+
property :data_source_name, as: 'dataSourceName'
|
733
|
+
property :data_source_type, as: 'dataSourceType'
|
734
|
+
property :value, as: 'value', class: Google::Apis::MonitoringV3::TypedValue, decorator: Google::Apis::MonitoringV3::TypedValue::Representation
|
735
|
+
|
736
|
+
end
|
737
|
+
end
|
738
|
+
|
739
|
+
class CollectdValueError
|
740
|
+
# @private
|
741
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
742
|
+
property :error, as: 'error', class: Google::Apis::MonitoringV3::Status, decorator: Google::Apis::MonitoringV3::Status::Representation
|
743
|
+
|
744
|
+
property :index, as: 'index'
|
745
|
+
end
|
746
|
+
end
|
747
|
+
|
748
|
+
class Condition
|
749
|
+
# @private
|
750
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
751
|
+
property :condition_absent, as: 'conditionAbsent', class: Google::Apis::MonitoringV3::MetricAbsence, decorator: Google::Apis::MonitoringV3::MetricAbsence::Representation
|
752
|
+
|
753
|
+
property :condition_monitoring_query_language, as: 'conditionMonitoringQueryLanguage', class: Google::Apis::MonitoringV3::MonitoringQueryLanguageCondition, decorator: Google::Apis::MonitoringV3::MonitoringQueryLanguageCondition::Representation
|
754
|
+
|
755
|
+
property :condition_threshold, as: 'conditionThreshold', class: Google::Apis::MonitoringV3::MetricThreshold, decorator: Google::Apis::MonitoringV3::MetricThreshold::Representation
|
756
|
+
|
757
|
+
property :display_name, as: 'displayName'
|
758
|
+
property :name, as: 'name'
|
759
|
+
end
|
760
|
+
end
|
761
|
+
|
762
|
+
class ContentMatcher
|
763
|
+
# @private
|
764
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
765
|
+
property :content, as: 'content'
|
766
|
+
property :matcher, as: 'matcher'
|
767
|
+
end
|
768
|
+
end
|
769
|
+
|
770
|
+
class CreateCollectdTimeSeriesRequest
|
771
|
+
# @private
|
772
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
773
|
+
collection :collectd_payloads, as: 'collectdPayloads', class: Google::Apis::MonitoringV3::CollectdPayload, decorator: Google::Apis::MonitoringV3::CollectdPayload::Representation
|
774
|
+
|
775
|
+
property :collectd_version, as: 'collectdVersion'
|
776
|
+
property :resource, as: 'resource', class: Google::Apis::MonitoringV3::MonitoredResource, decorator: Google::Apis::MonitoringV3::MonitoredResource::Representation
|
777
|
+
|
778
|
+
end
|
779
|
+
end
|
780
|
+
|
781
|
+
class CreateCollectdTimeSeriesResponse
|
782
|
+
# @private
|
783
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
784
|
+
collection :payload_errors, as: 'payloadErrors', class: Google::Apis::MonitoringV3::CollectdPayloadError, decorator: Google::Apis::MonitoringV3::CollectdPayloadError::Representation
|
785
|
+
|
786
|
+
property :summary, as: 'summary', class: Google::Apis::MonitoringV3::CreateTimeSeriesSummary, decorator: Google::Apis::MonitoringV3::CreateTimeSeriesSummary::Representation
|
787
|
+
|
788
|
+
end
|
789
|
+
end
|
790
|
+
|
791
|
+
class CreateTimeSeriesRequest
|
792
|
+
# @private
|
793
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
794
|
+
collection :time_series, as: 'timeSeries', class: Google::Apis::MonitoringV3::TimeSeries, decorator: Google::Apis::MonitoringV3::TimeSeries::Representation
|
795
|
+
|
796
|
+
end
|
797
|
+
end
|
798
|
+
|
799
|
+
class CreateTimeSeriesSummary
|
800
|
+
# @private
|
801
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
802
|
+
collection :errors, as: 'errors', class: Google::Apis::MonitoringV3::Error, decorator: Google::Apis::MonitoringV3::Error::Representation
|
803
|
+
|
804
|
+
property :success_point_count, as: 'successPointCount'
|
805
|
+
property :total_point_count, as: 'totalPointCount'
|
806
|
+
end
|
807
|
+
end
|
808
|
+
|
809
|
+
class Custom
|
810
|
+
# @private
|
811
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
812
|
+
end
|
813
|
+
end
|
814
|
+
|
815
|
+
class Distribution
|
816
|
+
# @private
|
817
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
818
|
+
collection :bucket_counts, as: 'bucketCounts'
|
819
|
+
property :bucket_options, as: 'bucketOptions', class: Google::Apis::MonitoringV3::BucketOptions, decorator: Google::Apis::MonitoringV3::BucketOptions::Representation
|
820
|
+
|
821
|
+
property :count, :numeric_string => true, as: 'count'
|
822
|
+
collection :exemplars, as: 'exemplars', class: Google::Apis::MonitoringV3::Exemplar, decorator: Google::Apis::MonitoringV3::Exemplar::Representation
|
823
|
+
|
824
|
+
property :mean, as: 'mean'
|
825
|
+
property :range, as: 'range', class: Google::Apis::MonitoringV3::Range, decorator: Google::Apis::MonitoringV3::Range::Representation
|
826
|
+
|
827
|
+
property :sum_of_squared_deviation, as: 'sumOfSquaredDeviation'
|
828
|
+
end
|
829
|
+
end
|
830
|
+
|
831
|
+
class DistributionCut
|
832
|
+
# @private
|
833
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
834
|
+
property :distribution_filter, as: 'distributionFilter'
|
835
|
+
property :range, as: 'range', class: Google::Apis::MonitoringV3::GoogleMonitoringV3Range, decorator: Google::Apis::MonitoringV3::GoogleMonitoringV3Range::Representation
|
836
|
+
|
837
|
+
end
|
838
|
+
end
|
839
|
+
|
840
|
+
class Documentation
|
841
|
+
# @private
|
842
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
843
|
+
property :content, as: 'content'
|
844
|
+
property :mime_type, as: 'mimeType'
|
845
|
+
end
|
846
|
+
end
|
847
|
+
|
848
|
+
class DroppedLabels
|
849
|
+
# @private
|
850
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
851
|
+
hash :label, as: 'label'
|
852
|
+
end
|
853
|
+
end
|
854
|
+
|
855
|
+
class Empty
|
856
|
+
# @private
|
857
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
858
|
+
end
|
859
|
+
end
|
860
|
+
|
861
|
+
class Error
|
862
|
+
# @private
|
863
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
864
|
+
property :point_count, as: 'pointCount'
|
865
|
+
property :status, as: 'status', class: Google::Apis::MonitoringV3::Status, decorator: Google::Apis::MonitoringV3::Status::Representation
|
866
|
+
|
867
|
+
end
|
868
|
+
end
|
869
|
+
|
870
|
+
class Exemplar
|
871
|
+
# @private
|
872
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
873
|
+
collection :attachments, as: 'attachments'
|
874
|
+
property :timestamp, as: 'timestamp'
|
875
|
+
property :value, as: 'value'
|
876
|
+
end
|
877
|
+
end
|
878
|
+
|
879
|
+
class Explicit
|
880
|
+
# @private
|
881
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
882
|
+
collection :bounds, as: 'bounds'
|
883
|
+
end
|
884
|
+
end
|
885
|
+
|
886
|
+
class Exponential
|
887
|
+
# @private
|
888
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
889
|
+
property :growth_factor, as: 'growthFactor'
|
890
|
+
property :num_finite_buckets, as: 'numFiniteBuckets'
|
891
|
+
property :scale, as: 'scale'
|
892
|
+
end
|
893
|
+
end
|
894
|
+
|
895
|
+
class Field
|
896
|
+
# @private
|
897
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
898
|
+
property :cardinality, as: 'cardinality'
|
899
|
+
property :default_value, as: 'defaultValue'
|
900
|
+
property :json_name, as: 'jsonName'
|
901
|
+
property :kind, as: 'kind'
|
902
|
+
property :name, as: 'name'
|
903
|
+
property :number, as: 'number'
|
904
|
+
property :oneof_index, as: 'oneofIndex'
|
905
|
+
collection :options, as: 'options', class: Google::Apis::MonitoringV3::Option, decorator: Google::Apis::MonitoringV3::Option::Representation
|
906
|
+
|
907
|
+
property :packed, as: 'packed'
|
908
|
+
property :type_url, as: 'typeUrl'
|
909
|
+
end
|
910
|
+
end
|
911
|
+
|
912
|
+
class GetNotificationChannelVerificationCodeRequest
|
913
|
+
# @private
|
914
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
915
|
+
property :expire_time, as: 'expireTime'
|
916
|
+
end
|
917
|
+
end
|
918
|
+
|
919
|
+
class GetNotificationChannelVerificationCodeResponse
|
920
|
+
# @private
|
921
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
922
|
+
property :code, as: 'code'
|
923
|
+
property :expire_time, as: 'expireTime'
|
924
|
+
end
|
925
|
+
end
|
926
|
+
|
927
|
+
class GoogleMonitoringV3Range
|
928
|
+
# @private
|
929
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
930
|
+
property :max, as: 'max'
|
931
|
+
property :min, as: 'min'
|
932
|
+
end
|
933
|
+
end
|
934
|
+
|
935
|
+
class Group
|
936
|
+
# @private
|
937
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
938
|
+
property :display_name, as: 'displayName'
|
939
|
+
property :filter, as: 'filter'
|
940
|
+
property :is_cluster, as: 'isCluster'
|
941
|
+
property :name, as: 'name'
|
942
|
+
property :parent_name, as: 'parentName'
|
943
|
+
end
|
944
|
+
end
|
945
|
+
|
946
|
+
class HttpCheck
|
947
|
+
# @private
|
948
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
949
|
+
property :auth_info, as: 'authInfo', class: Google::Apis::MonitoringV3::BasicAuthentication, decorator: Google::Apis::MonitoringV3::BasicAuthentication::Representation
|
950
|
+
|
951
|
+
property :body, :base64 => true, as: 'body'
|
952
|
+
property :content_type, as: 'contentType'
|
953
|
+
hash :headers, as: 'headers'
|
954
|
+
property :mask_headers, as: 'maskHeaders'
|
955
|
+
property :path, as: 'path'
|
956
|
+
property :port, as: 'port'
|
957
|
+
property :request_method, as: 'requestMethod'
|
958
|
+
property :use_ssl, as: 'useSsl'
|
959
|
+
property :validate_ssl, as: 'validateSsl'
|
960
|
+
end
|
961
|
+
end
|
962
|
+
|
963
|
+
class InternalChecker
|
964
|
+
# @private
|
965
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
966
|
+
property :display_name, as: 'displayName'
|
967
|
+
property :gcp_zone, as: 'gcpZone'
|
968
|
+
property :name, as: 'name'
|
969
|
+
property :network, as: 'network'
|
970
|
+
property :peer_project_id, as: 'peerProjectId'
|
971
|
+
property :state, as: 'state'
|
972
|
+
end
|
973
|
+
end
|
974
|
+
|
975
|
+
class LabelDescriptor
|
976
|
+
# @private
|
977
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
978
|
+
property :description, as: 'description'
|
979
|
+
property :key, as: 'key'
|
980
|
+
property :value_type, as: 'valueType'
|
981
|
+
end
|
982
|
+
end
|
983
|
+
|
984
|
+
class LabelValue
|
985
|
+
# @private
|
986
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
987
|
+
property :bool_value, as: 'boolValue'
|
988
|
+
property :int64_value, :numeric_string => true, as: 'int64Value'
|
989
|
+
property :string_value, as: 'stringValue'
|
990
|
+
end
|
991
|
+
end
|
992
|
+
|
993
|
+
class LatencyCriteria
|
994
|
+
# @private
|
995
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
996
|
+
property :threshold, as: 'threshold'
|
997
|
+
end
|
998
|
+
end
|
999
|
+
|
1000
|
+
class Linear
|
1001
|
+
# @private
|
1002
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1003
|
+
property :num_finite_buckets, as: 'numFiniteBuckets'
|
1004
|
+
property :offset, as: 'offset'
|
1005
|
+
property :width, as: 'width'
|
1006
|
+
end
|
1007
|
+
end
|
1008
|
+
|
1009
|
+
class ListAlertPoliciesResponse
|
1010
|
+
# @private
|
1011
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1012
|
+
collection :alert_policies, as: 'alertPolicies', class: Google::Apis::MonitoringV3::AlertPolicy, decorator: Google::Apis::MonitoringV3::AlertPolicy::Representation
|
1013
|
+
|
1014
|
+
property :next_page_token, as: 'nextPageToken'
|
1015
|
+
property :total_size, as: 'totalSize'
|
1016
|
+
end
|
1017
|
+
end
|
1018
|
+
|
1019
|
+
class ListGroupMembersResponse
|
1020
|
+
# @private
|
1021
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1022
|
+
collection :members, as: 'members', class: Google::Apis::MonitoringV3::MonitoredResource, decorator: Google::Apis::MonitoringV3::MonitoredResource::Representation
|
1023
|
+
|
1024
|
+
property :next_page_token, as: 'nextPageToken'
|
1025
|
+
property :total_size, as: 'totalSize'
|
1026
|
+
end
|
1027
|
+
end
|
1028
|
+
|
1029
|
+
class ListGroupsResponse
|
1030
|
+
# @private
|
1031
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1032
|
+
collection :group, as: 'group', class: Google::Apis::MonitoringV3::Group, decorator: Google::Apis::MonitoringV3::Group::Representation
|
1033
|
+
|
1034
|
+
property :next_page_token, as: 'nextPageToken'
|
1035
|
+
end
|
1036
|
+
end
|
1037
|
+
|
1038
|
+
class ListMetricDescriptorsResponse
|
1039
|
+
# @private
|
1040
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1041
|
+
collection :metric_descriptors, as: 'metricDescriptors', class: Google::Apis::MonitoringV3::MetricDescriptor, decorator: Google::Apis::MonitoringV3::MetricDescriptor::Representation
|
1042
|
+
|
1043
|
+
property :next_page_token, as: 'nextPageToken'
|
1044
|
+
end
|
1045
|
+
end
|
1046
|
+
|
1047
|
+
class ListMonitoredResourceDescriptorsResponse
|
1048
|
+
# @private
|
1049
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1050
|
+
property :next_page_token, as: 'nextPageToken'
|
1051
|
+
collection :resource_descriptors, as: 'resourceDescriptors', class: Google::Apis::MonitoringV3::MonitoredResourceDescriptor, decorator: Google::Apis::MonitoringV3::MonitoredResourceDescriptor::Representation
|
1052
|
+
|
1053
|
+
end
|
1054
|
+
end
|
1055
|
+
|
1056
|
+
class ListNotificationChannelDescriptorsResponse
|
1057
|
+
# @private
|
1058
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1059
|
+
collection :channel_descriptors, as: 'channelDescriptors', class: Google::Apis::MonitoringV3::NotificationChannelDescriptor, decorator: Google::Apis::MonitoringV3::NotificationChannelDescriptor::Representation
|
1060
|
+
|
1061
|
+
property :next_page_token, as: 'nextPageToken'
|
1062
|
+
end
|
1063
|
+
end
|
1064
|
+
|
1065
|
+
class ListNotificationChannelsResponse
|
1066
|
+
# @private
|
1067
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1068
|
+
property :next_page_token, as: 'nextPageToken'
|
1069
|
+
collection :notification_channels, as: 'notificationChannels', class: Google::Apis::MonitoringV3::NotificationChannel, decorator: Google::Apis::MonitoringV3::NotificationChannel::Representation
|
1070
|
+
|
1071
|
+
property :total_size, as: 'totalSize'
|
1072
|
+
end
|
1073
|
+
end
|
1074
|
+
|
1075
|
+
class ListServiceLevelObjectivesResponse
|
1076
|
+
# @private
|
1077
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1078
|
+
property :next_page_token, as: 'nextPageToken'
|
1079
|
+
collection :service_level_objectives, as: 'serviceLevelObjectives', class: Google::Apis::MonitoringV3::ServiceLevelObjective, decorator: Google::Apis::MonitoringV3::ServiceLevelObjective::Representation
|
1080
|
+
|
1081
|
+
end
|
1082
|
+
end
|
1083
|
+
|
1084
|
+
class ListServicesResponse
|
1085
|
+
# @private
|
1086
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1087
|
+
property :next_page_token, as: 'nextPageToken'
|
1088
|
+
collection :services, as: 'services', class: Google::Apis::MonitoringV3::Service, decorator: Google::Apis::MonitoringV3::Service::Representation
|
1089
|
+
|
1090
|
+
end
|
1091
|
+
end
|
1092
|
+
|
1093
|
+
class ListTimeSeriesResponse
|
1094
|
+
# @private
|
1095
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1096
|
+
collection :execution_errors, as: 'executionErrors', class: Google::Apis::MonitoringV3::Status, decorator: Google::Apis::MonitoringV3::Status::Representation
|
1097
|
+
|
1098
|
+
property :next_page_token, as: 'nextPageToken'
|
1099
|
+
collection :time_series, as: 'timeSeries', class: Google::Apis::MonitoringV3::TimeSeries, decorator: Google::Apis::MonitoringV3::TimeSeries::Representation
|
1100
|
+
|
1101
|
+
property :unit, as: 'unit'
|
1102
|
+
end
|
1103
|
+
end
|
1104
|
+
|
1105
|
+
class ListUptimeCheckConfigsResponse
|
1106
|
+
# @private
|
1107
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1108
|
+
property :next_page_token, as: 'nextPageToken'
|
1109
|
+
property :total_size, as: 'totalSize'
|
1110
|
+
collection :uptime_check_configs, as: 'uptimeCheckConfigs', class: Google::Apis::MonitoringV3::UptimeCheckConfig, decorator: Google::Apis::MonitoringV3::UptimeCheckConfig::Representation
|
1111
|
+
|
1112
|
+
end
|
1113
|
+
end
|
1114
|
+
|
1115
|
+
class ListUptimeCheckIpsResponse
|
1116
|
+
# @private
|
1117
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1118
|
+
property :next_page_token, as: 'nextPageToken'
|
1119
|
+
collection :uptime_check_ips, as: 'uptimeCheckIps', class: Google::Apis::MonitoringV3::UptimeCheckIp, decorator: Google::Apis::MonitoringV3::UptimeCheckIp::Representation
|
1120
|
+
|
1121
|
+
end
|
1122
|
+
end
|
1123
|
+
|
1124
|
+
class MeshIstio
|
1125
|
+
# @private
|
1126
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1127
|
+
property :mesh_uid, as: 'meshUid'
|
1128
|
+
property :service_name, as: 'serviceName'
|
1129
|
+
property :service_namespace, as: 'serviceNamespace'
|
1130
|
+
end
|
1131
|
+
end
|
1132
|
+
|
1133
|
+
class Metric
|
1134
|
+
# @private
|
1135
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1136
|
+
hash :labels, as: 'labels'
|
1137
|
+
property :type, as: 'type'
|
1138
|
+
end
|
1139
|
+
end
|
1140
|
+
|
1141
|
+
class MetricAbsence
|
1142
|
+
# @private
|
1143
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1144
|
+
collection :aggregations, as: 'aggregations', class: Google::Apis::MonitoringV3::Aggregation, decorator: Google::Apis::MonitoringV3::Aggregation::Representation
|
1145
|
+
|
1146
|
+
property :duration, as: 'duration'
|
1147
|
+
property :filter, as: 'filter'
|
1148
|
+
property :trigger, as: 'trigger', class: Google::Apis::MonitoringV3::Trigger, decorator: Google::Apis::MonitoringV3::Trigger::Representation
|
1149
|
+
|
1150
|
+
end
|
1151
|
+
end
|
1152
|
+
|
1153
|
+
class MetricDescriptor
|
1154
|
+
# @private
|
1155
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1156
|
+
property :description, as: 'description'
|
1157
|
+
property :display_name, as: 'displayName'
|
1158
|
+
collection :labels, as: 'labels', class: Google::Apis::MonitoringV3::LabelDescriptor, decorator: Google::Apis::MonitoringV3::LabelDescriptor::Representation
|
1159
|
+
|
1160
|
+
property :launch_stage, as: 'launchStage'
|
1161
|
+
property :metadata, as: 'metadata', class: Google::Apis::MonitoringV3::MetricDescriptorMetadata, decorator: Google::Apis::MonitoringV3::MetricDescriptorMetadata::Representation
|
1162
|
+
|
1163
|
+
property :metric_kind, as: 'metricKind'
|
1164
|
+
collection :monitored_resource_types, as: 'monitoredResourceTypes'
|
1165
|
+
property :name, as: 'name'
|
1166
|
+
property :type, as: 'type'
|
1167
|
+
property :unit, as: 'unit'
|
1168
|
+
property :value_type, as: 'valueType'
|
1169
|
+
end
|
1170
|
+
end
|
1171
|
+
|
1172
|
+
class MetricDescriptorMetadata
|
1173
|
+
# @private
|
1174
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1175
|
+
property :ingest_delay, as: 'ingestDelay'
|
1176
|
+
property :launch_stage, as: 'launchStage'
|
1177
|
+
property :sample_period, as: 'samplePeriod'
|
1178
|
+
end
|
1179
|
+
end
|
1180
|
+
|
1181
|
+
class MetricRange
|
1182
|
+
# @private
|
1183
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1184
|
+
property :range, as: 'range', class: Google::Apis::MonitoringV3::GoogleMonitoringV3Range, decorator: Google::Apis::MonitoringV3::GoogleMonitoringV3Range::Representation
|
1185
|
+
|
1186
|
+
property :time_series, as: 'timeSeries'
|
1187
|
+
end
|
1188
|
+
end
|
1189
|
+
|
1190
|
+
class MetricThreshold
|
1191
|
+
# @private
|
1192
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1193
|
+
collection :aggregations, as: 'aggregations', class: Google::Apis::MonitoringV3::Aggregation, decorator: Google::Apis::MonitoringV3::Aggregation::Representation
|
1194
|
+
|
1195
|
+
property :comparison, as: 'comparison'
|
1196
|
+
collection :denominator_aggregations, as: 'denominatorAggregations', class: Google::Apis::MonitoringV3::Aggregation, decorator: Google::Apis::MonitoringV3::Aggregation::Representation
|
1197
|
+
|
1198
|
+
property :denominator_filter, as: 'denominatorFilter'
|
1199
|
+
property :duration, as: 'duration'
|
1200
|
+
property :filter, as: 'filter'
|
1201
|
+
property :threshold_value, as: 'thresholdValue'
|
1202
|
+
property :trigger, as: 'trigger', class: Google::Apis::MonitoringV3::Trigger, decorator: Google::Apis::MonitoringV3::Trigger::Representation
|
1203
|
+
|
1204
|
+
end
|
1205
|
+
end
|
1206
|
+
|
1207
|
+
class MonitoredResource
|
1208
|
+
# @private
|
1209
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1210
|
+
hash :labels, as: 'labels'
|
1211
|
+
property :type, as: 'type'
|
1212
|
+
end
|
1213
|
+
end
|
1214
|
+
|
1215
|
+
class MonitoredResourceDescriptor
|
1216
|
+
# @private
|
1217
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1218
|
+
property :description, as: 'description'
|
1219
|
+
property :display_name, as: 'displayName'
|
1220
|
+
collection :labels, as: 'labels', class: Google::Apis::MonitoringV3::LabelDescriptor, decorator: Google::Apis::MonitoringV3::LabelDescriptor::Representation
|
1221
|
+
|
1222
|
+
property :launch_stage, as: 'launchStage'
|
1223
|
+
property :name, as: 'name'
|
1224
|
+
property :type, as: 'type'
|
1225
|
+
end
|
1226
|
+
end
|
1227
|
+
|
1228
|
+
class MonitoredResourceMetadata
|
1229
|
+
# @private
|
1230
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1231
|
+
hash :system_labels, as: 'systemLabels'
|
1232
|
+
hash :user_labels, as: 'userLabels'
|
1233
|
+
end
|
1234
|
+
end
|
1235
|
+
|
1236
|
+
class MonitoringQueryLanguageCondition
|
1237
|
+
# @private
|
1238
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1239
|
+
property :duration, as: 'duration'
|
1240
|
+
property :query, as: 'query'
|
1241
|
+
property :trigger, as: 'trigger', class: Google::Apis::MonitoringV3::Trigger, decorator: Google::Apis::MonitoringV3::Trigger::Representation
|
1242
|
+
|
1243
|
+
end
|
1244
|
+
end
|
1245
|
+
|
1246
|
+
class MutationRecord
|
1247
|
+
# @private
|
1248
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1249
|
+
property :mutate_time, as: 'mutateTime'
|
1250
|
+
property :mutated_by, as: 'mutatedBy'
|
1251
|
+
end
|
1252
|
+
end
|
1253
|
+
|
1254
|
+
class NotificationChannel
|
1255
|
+
# @private
|
1256
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1257
|
+
property :description, as: 'description'
|
1258
|
+
property :display_name, as: 'displayName'
|
1259
|
+
property :enabled, as: 'enabled'
|
1260
|
+
hash :labels, as: 'labels'
|
1261
|
+
property :name, as: 'name'
|
1262
|
+
property :type, as: 'type'
|
1263
|
+
hash :user_labels, as: 'userLabels'
|
1264
|
+
property :verification_status, as: 'verificationStatus'
|
1265
|
+
end
|
1266
|
+
end
|
1267
|
+
|
1268
|
+
class NotificationChannelDescriptor
|
1269
|
+
# @private
|
1270
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1271
|
+
property :description, as: 'description'
|
1272
|
+
property :display_name, as: 'displayName'
|
1273
|
+
collection :labels, as: 'labels', class: Google::Apis::MonitoringV3::LabelDescriptor, decorator: Google::Apis::MonitoringV3::LabelDescriptor::Representation
|
1274
|
+
|
1275
|
+
property :launch_stage, as: 'launchStage'
|
1276
|
+
property :name, as: 'name'
|
1277
|
+
property :type, as: 'type'
|
1278
|
+
end
|
1279
|
+
end
|
1280
|
+
|
1281
|
+
class Option
|
1282
|
+
# @private
|
1283
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1284
|
+
property :name, as: 'name'
|
1285
|
+
hash :value, as: 'value'
|
1286
|
+
end
|
1287
|
+
end
|
1288
|
+
|
1289
|
+
class PerformanceThreshold
|
1290
|
+
# @private
|
1291
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1292
|
+
property :basic_sli_performance, as: 'basicSliPerformance', class: Google::Apis::MonitoringV3::BasicSli, decorator: Google::Apis::MonitoringV3::BasicSli::Representation
|
1293
|
+
|
1294
|
+
property :performance, as: 'performance', class: Google::Apis::MonitoringV3::RequestBasedSli, decorator: Google::Apis::MonitoringV3::RequestBasedSli::Representation
|
1295
|
+
|
1296
|
+
property :threshold, as: 'threshold'
|
1297
|
+
end
|
1298
|
+
end
|
1299
|
+
|
1300
|
+
class Point
|
1301
|
+
# @private
|
1302
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1303
|
+
property :interval, as: 'interval', class: Google::Apis::MonitoringV3::TimeInterval, decorator: Google::Apis::MonitoringV3::TimeInterval::Representation
|
1304
|
+
|
1305
|
+
property :value, as: 'value', class: Google::Apis::MonitoringV3::TypedValue, decorator: Google::Apis::MonitoringV3::TypedValue::Representation
|
1306
|
+
|
1307
|
+
end
|
1308
|
+
end
|
1309
|
+
|
1310
|
+
class PointData
|
1311
|
+
# @private
|
1312
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1313
|
+
property :time_interval, as: 'timeInterval', class: Google::Apis::MonitoringV3::TimeInterval, decorator: Google::Apis::MonitoringV3::TimeInterval::Representation
|
1314
|
+
|
1315
|
+
collection :values, as: 'values', class: Google::Apis::MonitoringV3::TypedValue, decorator: Google::Apis::MonitoringV3::TypedValue::Representation
|
1316
|
+
|
1317
|
+
end
|
1318
|
+
end
|
1319
|
+
|
1320
|
+
class QueryTimeSeriesRequest
|
1321
|
+
# @private
|
1322
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1323
|
+
property :page_size, as: 'pageSize'
|
1324
|
+
property :page_token, as: 'pageToken'
|
1325
|
+
property :query, as: 'query'
|
1326
|
+
end
|
1327
|
+
end
|
1328
|
+
|
1329
|
+
class QueryTimeSeriesResponse
|
1330
|
+
# @private
|
1331
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1332
|
+
property :next_page_token, as: 'nextPageToken'
|
1333
|
+
collection :partial_errors, as: 'partialErrors', class: Google::Apis::MonitoringV3::Status, decorator: Google::Apis::MonitoringV3::Status::Representation
|
1334
|
+
|
1335
|
+
collection :time_series_data, as: 'timeSeriesData', class: Google::Apis::MonitoringV3::TimeSeriesData, decorator: Google::Apis::MonitoringV3::TimeSeriesData::Representation
|
1336
|
+
|
1337
|
+
property :time_series_descriptor, as: 'timeSeriesDescriptor', class: Google::Apis::MonitoringV3::TimeSeriesDescriptor, decorator: Google::Apis::MonitoringV3::TimeSeriesDescriptor::Representation
|
1338
|
+
|
1339
|
+
end
|
1340
|
+
end
|
1341
|
+
|
1342
|
+
class Range
|
1343
|
+
# @private
|
1344
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1345
|
+
property :max, as: 'max'
|
1346
|
+
property :min, as: 'min'
|
1347
|
+
end
|
1348
|
+
end
|
1349
|
+
|
1350
|
+
class RequestBasedSli
|
1351
|
+
# @private
|
1352
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1353
|
+
property :distribution_cut, as: 'distributionCut', class: Google::Apis::MonitoringV3::DistributionCut, decorator: Google::Apis::MonitoringV3::DistributionCut::Representation
|
1354
|
+
|
1355
|
+
property :good_total_ratio, as: 'goodTotalRatio', class: Google::Apis::MonitoringV3::TimeSeriesRatio, decorator: Google::Apis::MonitoringV3::TimeSeriesRatio::Representation
|
1356
|
+
|
1357
|
+
end
|
1358
|
+
end
|
1359
|
+
|
1360
|
+
class ResourceGroup
|
1361
|
+
# @private
|
1362
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1363
|
+
property :group_id, as: 'groupId'
|
1364
|
+
property :resource_type, as: 'resourceType'
|
1365
|
+
end
|
1366
|
+
end
|
1367
|
+
|
1368
|
+
class SendNotificationChannelVerificationCodeRequest
|
1369
|
+
# @private
|
1370
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1371
|
+
end
|
1372
|
+
end
|
1373
|
+
|
1374
|
+
class Service
|
1375
|
+
# @private
|
1376
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1377
|
+
property :app_engine, as: 'appEngine', class: Google::Apis::MonitoringV3::AppEngine, decorator: Google::Apis::MonitoringV3::AppEngine::Representation
|
1378
|
+
|
1379
|
+
property :cloud_endpoints, as: 'cloudEndpoints', class: Google::Apis::MonitoringV3::CloudEndpoints, decorator: Google::Apis::MonitoringV3::CloudEndpoints::Representation
|
1380
|
+
|
1381
|
+
property :cluster_istio, as: 'clusterIstio', class: Google::Apis::MonitoringV3::ClusterIstio, decorator: Google::Apis::MonitoringV3::ClusterIstio::Representation
|
1382
|
+
|
1383
|
+
property :custom, as: 'custom', class: Google::Apis::MonitoringV3::Custom, decorator: Google::Apis::MonitoringV3::Custom::Representation
|
1384
|
+
|
1385
|
+
property :display_name, as: 'displayName'
|
1386
|
+
property :mesh_istio, as: 'meshIstio', class: Google::Apis::MonitoringV3::MeshIstio, decorator: Google::Apis::MonitoringV3::MeshIstio::Representation
|
1387
|
+
|
1388
|
+
property :name, as: 'name'
|
1389
|
+
property :telemetry, as: 'telemetry', class: Google::Apis::MonitoringV3::Telemetry, decorator: Google::Apis::MonitoringV3::Telemetry::Representation
|
1390
|
+
|
1391
|
+
end
|
1392
|
+
end
|
1393
|
+
|
1394
|
+
class ServiceLevelIndicator
|
1395
|
+
# @private
|
1396
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1397
|
+
property :basic_sli, as: 'basicSli', class: Google::Apis::MonitoringV3::BasicSli, decorator: Google::Apis::MonitoringV3::BasicSli::Representation
|
1398
|
+
|
1399
|
+
property :request_based, as: 'requestBased', class: Google::Apis::MonitoringV3::RequestBasedSli, decorator: Google::Apis::MonitoringV3::RequestBasedSli::Representation
|
1400
|
+
|
1401
|
+
property :windows_based, as: 'windowsBased', class: Google::Apis::MonitoringV3::WindowsBasedSli, decorator: Google::Apis::MonitoringV3::WindowsBasedSli::Representation
|
1402
|
+
|
1403
|
+
end
|
1404
|
+
end
|
1405
|
+
|
1406
|
+
class ServiceLevelObjective
|
1407
|
+
# @private
|
1408
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1409
|
+
property :calendar_period, as: 'calendarPeriod'
|
1410
|
+
property :display_name, as: 'displayName'
|
1411
|
+
property :goal, as: 'goal'
|
1412
|
+
property :name, as: 'name'
|
1413
|
+
property :rolling_period, as: 'rollingPeriod'
|
1414
|
+
property :service_level_indicator, as: 'serviceLevelIndicator', class: Google::Apis::MonitoringV3::ServiceLevelIndicator, decorator: Google::Apis::MonitoringV3::ServiceLevelIndicator::Representation
|
1415
|
+
|
1416
|
+
end
|
1417
|
+
end
|
1418
|
+
|
1419
|
+
class SourceContext
|
1420
|
+
# @private
|
1421
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1422
|
+
property :file_name, as: 'fileName'
|
1423
|
+
end
|
1424
|
+
end
|
1425
|
+
|
1426
|
+
class SpanContext
|
1427
|
+
# @private
|
1428
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1429
|
+
property :span_name, as: 'spanName'
|
1430
|
+
end
|
1431
|
+
end
|
1432
|
+
|
1433
|
+
class Status
|
1434
|
+
# @private
|
1435
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1436
|
+
property :code, as: 'code'
|
1437
|
+
collection :details, as: 'details'
|
1438
|
+
property :message, as: 'message'
|
1439
|
+
end
|
1440
|
+
end
|
1441
|
+
|
1442
|
+
class TcpCheck
|
1443
|
+
# @private
|
1444
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1445
|
+
property :port, as: 'port'
|
1446
|
+
end
|
1447
|
+
end
|
1448
|
+
|
1449
|
+
class Telemetry
|
1450
|
+
# @private
|
1451
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1452
|
+
property :resource_name, as: 'resourceName'
|
1453
|
+
end
|
1454
|
+
end
|
1455
|
+
|
1456
|
+
class TimeInterval
|
1457
|
+
# @private
|
1458
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1459
|
+
property :end_time, as: 'endTime'
|
1460
|
+
property :start_time, as: 'startTime'
|
1461
|
+
end
|
1462
|
+
end
|
1463
|
+
|
1464
|
+
class TimeSeries
|
1465
|
+
# @private
|
1466
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1467
|
+
property :metadata, as: 'metadata', class: Google::Apis::MonitoringV3::MonitoredResourceMetadata, decorator: Google::Apis::MonitoringV3::MonitoredResourceMetadata::Representation
|
1468
|
+
|
1469
|
+
property :metric, as: 'metric', class: Google::Apis::MonitoringV3::Metric, decorator: Google::Apis::MonitoringV3::Metric::Representation
|
1470
|
+
|
1471
|
+
property :metric_kind, as: 'metricKind'
|
1472
|
+
collection :points, as: 'points', class: Google::Apis::MonitoringV3::Point, decorator: Google::Apis::MonitoringV3::Point::Representation
|
1473
|
+
|
1474
|
+
property :resource, as: 'resource', class: Google::Apis::MonitoringV3::MonitoredResource, decorator: Google::Apis::MonitoringV3::MonitoredResource::Representation
|
1475
|
+
|
1476
|
+
property :unit, as: 'unit'
|
1477
|
+
property :value_type, as: 'valueType'
|
1478
|
+
end
|
1479
|
+
end
|
1480
|
+
|
1481
|
+
class TimeSeriesData
|
1482
|
+
# @private
|
1483
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1484
|
+
collection :label_values, as: 'labelValues', class: Google::Apis::MonitoringV3::LabelValue, decorator: Google::Apis::MonitoringV3::LabelValue::Representation
|
1485
|
+
|
1486
|
+
collection :point_data, as: 'pointData', class: Google::Apis::MonitoringV3::PointData, decorator: Google::Apis::MonitoringV3::PointData::Representation
|
1487
|
+
|
1488
|
+
end
|
1489
|
+
end
|
1490
|
+
|
1491
|
+
class TimeSeriesDescriptor
|
1492
|
+
# @private
|
1493
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1494
|
+
collection :label_descriptors, as: 'labelDescriptors', class: Google::Apis::MonitoringV3::LabelDescriptor, decorator: Google::Apis::MonitoringV3::LabelDescriptor::Representation
|
1495
|
+
|
1496
|
+
collection :point_descriptors, as: 'pointDescriptors', class: Google::Apis::MonitoringV3::ValueDescriptor, decorator: Google::Apis::MonitoringV3::ValueDescriptor::Representation
|
1497
|
+
|
1498
|
+
end
|
1499
|
+
end
|
1500
|
+
|
1501
|
+
class TimeSeriesRatio
|
1502
|
+
# @private
|
1503
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1504
|
+
property :bad_service_filter, as: 'badServiceFilter'
|
1505
|
+
property :good_service_filter, as: 'goodServiceFilter'
|
1506
|
+
property :total_service_filter, as: 'totalServiceFilter'
|
1507
|
+
end
|
1508
|
+
end
|
1509
|
+
|
1510
|
+
class Trigger
|
1511
|
+
# @private
|
1512
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1513
|
+
property :count, as: 'count'
|
1514
|
+
property :percent, as: 'percent'
|
1515
|
+
end
|
1516
|
+
end
|
1517
|
+
|
1518
|
+
class Type
|
1519
|
+
# @private
|
1520
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1521
|
+
collection :fields, as: 'fields', class: Google::Apis::MonitoringV3::Field, decorator: Google::Apis::MonitoringV3::Field::Representation
|
1522
|
+
|
1523
|
+
property :name, as: 'name'
|
1524
|
+
collection :oneofs, as: 'oneofs'
|
1525
|
+
collection :options, as: 'options', class: Google::Apis::MonitoringV3::Option, decorator: Google::Apis::MonitoringV3::Option::Representation
|
1526
|
+
|
1527
|
+
property :source_context, as: 'sourceContext', class: Google::Apis::MonitoringV3::SourceContext, decorator: Google::Apis::MonitoringV3::SourceContext::Representation
|
1528
|
+
|
1529
|
+
property :syntax, as: 'syntax'
|
1530
|
+
end
|
1531
|
+
end
|
1532
|
+
|
1533
|
+
class TypedValue
|
1534
|
+
# @private
|
1535
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1536
|
+
property :bool_value, as: 'boolValue'
|
1537
|
+
property :distribution_value, as: 'distributionValue', class: Google::Apis::MonitoringV3::Distribution, decorator: Google::Apis::MonitoringV3::Distribution::Representation
|
1538
|
+
|
1539
|
+
property :double_value, as: 'doubleValue'
|
1540
|
+
property :int64_value, :numeric_string => true, as: 'int64Value'
|
1541
|
+
property :string_value, as: 'stringValue'
|
1542
|
+
end
|
1543
|
+
end
|
1544
|
+
|
1545
|
+
class UptimeCheckConfig
|
1546
|
+
# @private
|
1547
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1548
|
+
collection :content_matchers, as: 'contentMatchers', class: Google::Apis::MonitoringV3::ContentMatcher, decorator: Google::Apis::MonitoringV3::ContentMatcher::Representation
|
1549
|
+
|
1550
|
+
property :display_name, as: 'displayName'
|
1551
|
+
property :http_check, as: 'httpCheck', class: Google::Apis::MonitoringV3::HttpCheck, decorator: Google::Apis::MonitoringV3::HttpCheck::Representation
|
1552
|
+
|
1553
|
+
collection :internal_checkers, as: 'internalCheckers', class: Google::Apis::MonitoringV3::InternalChecker, decorator: Google::Apis::MonitoringV3::InternalChecker::Representation
|
1554
|
+
|
1555
|
+
property :is_internal, as: 'isInternal'
|
1556
|
+
property :monitored_resource, as: 'monitoredResource', class: Google::Apis::MonitoringV3::MonitoredResource, decorator: Google::Apis::MonitoringV3::MonitoredResource::Representation
|
1557
|
+
|
1558
|
+
property :name, as: 'name'
|
1559
|
+
property :period, as: 'period'
|
1560
|
+
property :resource_group, as: 'resourceGroup', class: Google::Apis::MonitoringV3::ResourceGroup, decorator: Google::Apis::MonitoringV3::ResourceGroup::Representation
|
1561
|
+
|
1562
|
+
collection :selected_regions, as: 'selectedRegions'
|
1563
|
+
property :tcp_check, as: 'tcpCheck', class: Google::Apis::MonitoringV3::TcpCheck, decorator: Google::Apis::MonitoringV3::TcpCheck::Representation
|
1564
|
+
|
1565
|
+
property :timeout, as: 'timeout'
|
1566
|
+
end
|
1567
|
+
end
|
1568
|
+
|
1569
|
+
class UptimeCheckIp
|
1570
|
+
# @private
|
1571
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1572
|
+
property :ip_address, as: 'ipAddress'
|
1573
|
+
property :location, as: 'location'
|
1574
|
+
property :region, as: 'region'
|
1575
|
+
end
|
1576
|
+
end
|
1577
|
+
|
1578
|
+
class ValueDescriptor
|
1579
|
+
# @private
|
1580
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1581
|
+
property :key, as: 'key'
|
1582
|
+
property :metric_kind, as: 'metricKind'
|
1583
|
+
property :unit, as: 'unit'
|
1584
|
+
property :value_type, as: 'valueType'
|
1585
|
+
end
|
1586
|
+
end
|
1587
|
+
|
1588
|
+
class VerifyNotificationChannelRequest
|
1589
|
+
# @private
|
1590
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1591
|
+
property :code, as: 'code'
|
1592
|
+
end
|
1593
|
+
end
|
1594
|
+
|
1595
|
+
class WindowsBasedSli
|
1596
|
+
# @private
|
1597
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1598
|
+
property :good_bad_metric_filter, as: 'goodBadMetricFilter'
|
1599
|
+
property :good_total_ratio_threshold, as: 'goodTotalRatioThreshold', class: Google::Apis::MonitoringV3::PerformanceThreshold, decorator: Google::Apis::MonitoringV3::PerformanceThreshold::Representation
|
1600
|
+
|
1601
|
+
property :metric_mean_in_range, as: 'metricMeanInRange', class: Google::Apis::MonitoringV3::MetricRange, decorator: Google::Apis::MonitoringV3::MetricRange::Representation
|
1602
|
+
|
1603
|
+
property :metric_sum_in_range, as: 'metricSumInRange', class: Google::Apis::MonitoringV3::MetricRange, decorator: Google::Apis::MonitoringV3::MetricRange::Representation
|
1604
|
+
|
1605
|
+
property :window_period, as: 'windowPeriod'
|
1606
|
+
end
|
1607
|
+
end
|
1608
|
+
end
|
1609
|
+
end
|
1610
|
+
end
|