google-api-client 0.9.8 → 0.9.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (73) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +4 -0
  3. data/generated/google/apis/adexchangebuyer_v1_4.rb +1 -1
  4. data/generated/google/apis/adexchangebuyer_v1_4/classes.rb +76 -1
  5. data/generated/google/apis/adexchangebuyer_v1_4/representations.rb +22 -0
  6. data/generated/google/apis/adsense_v1_4.rb +1 -1
  7. data/generated/google/apis/adsensehost_v4_1.rb +1 -1
  8. data/generated/google/apis/analyticsreporting_v4.rb +1 -1
  9. data/generated/google/apis/analyticsreporting_v4/classes.rb +32 -14
  10. data/generated/google/apis/androidenterprise_v1.rb +1 -1
  11. data/generated/google/apis/androidenterprise_v1/classes.rb +1 -1
  12. data/generated/google/apis/androidpublisher_v2.rb +1 -1
  13. data/generated/google/apis/appstate_v1.rb +1 -1
  14. data/generated/google/apis/bigquery_v2.rb +1 -1
  15. data/generated/google/apis/bigquery_v2/classes.rb +10 -0
  16. data/generated/google/apis/bigquery_v2/representations.rb +1 -0
  17. data/generated/google/apis/calendar_v3.rb +1 -1
  18. data/generated/google/apis/clouddebugger_v2.rb +1 -1
  19. data/generated/google/apis/clouddebugger_v2/service.rb +2 -2
  20. data/generated/google/apis/compute_beta.rb +1 -1
  21. data/generated/google/apis/compute_beta/classes.rb +28 -5
  22. data/generated/google/apis/compute_beta/representations.rb +3 -0
  23. data/generated/google/apis/compute_beta/service.rb +1 -2
  24. data/generated/google/apis/compute_v1.rb +1 -1
  25. data/generated/google/apis/compute_v1/classes.rb +680 -4
  26. data/generated/google/apis/compute_v1/representations.rb +274 -0
  27. data/generated/google/apis/compute_v1/service.rb +442 -2
  28. data/generated/google/apis/deploymentmanager_v2.rb +1 -1
  29. data/generated/google/apis/dns_v1.rb +1 -1
  30. data/generated/google/apis/doubleclicksearch_v2.rb +1 -1
  31. data/generated/google/apis/drive_v2.rb +1 -1
  32. data/generated/google/apis/drive_v2/classes.rb +6 -0
  33. data/generated/google/apis/drive_v2/representations.rb +2 -0
  34. data/generated/google/apis/drive_v2/service.rb +8 -2
  35. data/generated/google/apis/drive_v3.rb +1 -1
  36. data/generated/google/apis/drive_v3/classes.rb +6 -0
  37. data/generated/google/apis/drive_v3/representations.rb +2 -0
  38. data/generated/google/apis/drive_v3/service.rb +4 -1
  39. data/generated/google/apis/fusiontables_v2.rb +1 -1
  40. data/generated/google/apis/fusiontables_v2/classes.rb +4 -3
  41. data/generated/google/apis/games_configuration_v1configuration.rb +1 -1
  42. data/generated/google/apis/games_management_v1management.rb +1 -1
  43. data/generated/google/apis/games_v1.rb +1 -1
  44. data/generated/google/apis/genomics_v1.rb +1 -1
  45. data/generated/google/apis/genomics_v1/classes.rb +63 -0
  46. data/generated/google/apis/genomics_v1/representations.rb +31 -0
  47. data/generated/google/apis/gmail_v1.rb +1 -1
  48. data/generated/google/apis/groupssettings_v1.rb +1 -1
  49. data/generated/google/apis/groupssettings_v1/classes.rb +12 -0
  50. data/generated/google/apis/groupssettings_v1/representations.rb +2 -0
  51. data/generated/google/apis/identitytoolkit_v3.rb +1 -1
  52. data/generated/google/apis/identitytoolkit_v3/classes.rb +30 -0
  53. data/generated/google/apis/identitytoolkit_v3/representations.rb +5 -0
  54. data/generated/google/apis/monitoring_v3.rb +45 -0
  55. data/generated/google/apis/monitoring_v3/classes.rb +1404 -0
  56. data/generated/google/apis/monitoring_v3/representations.rb +533 -0
  57. data/generated/google/apis/monitoring_v3/service.rb +743 -0
  58. data/generated/google/apis/oauth2_v2.rb +1 -1
  59. data/generated/google/apis/plus_domains_v1.rb +1 -1
  60. data/generated/google/apis/plus_v1.rb +1 -1
  61. data/generated/google/apis/sheets_v4.rb +1 -1
  62. data/generated/google/apis/vision_v1.rb +1 -1
  63. data/generated/google/apis/vision_v1/classes.rb +10 -9
  64. data/generated/google/apis/youtube_partner_v1.rb +1 -1
  65. data/generated/google/apis/youtube_v3.rb +1 -1
  66. data/generated/google/apis/youtube_v3/classes.rb +155 -0
  67. data/generated/google/apis/youtube_v3/representations.rb +81 -0
  68. data/generated/google/apis/youtube_v3/service.rb +6 -2
  69. data/lib/google/apis/errors.rb +2 -2
  70. data/lib/google/apis/version.rb +1 -1
  71. data/samples/cli/lib/samples/bigquery.rb +101 -0
  72. data/samples/cli/lib/samples/sheets.rb +61 -0
  73. metadata +8 -2
@@ -0,0 +1,533 @@
1
+ # Copyright 2015 Google Inc.
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 Metric
26
+ class Representation < Google::Apis::Core::JsonRepresentation; end
27
+
28
+ include Google::Apis::Core::JsonObjectSupport
29
+ end
30
+
31
+ class ListGroupMembersResponse
32
+ class Representation < Google::Apis::Core::JsonRepresentation; end
33
+
34
+ include Google::Apis::Core::JsonObjectSupport
35
+ end
36
+
37
+ class TimeInterval
38
+ class Representation < Google::Apis::Core::JsonRepresentation; end
39
+
40
+ include Google::Apis::Core::JsonObjectSupport
41
+ end
42
+
43
+ class Group
44
+ class Representation < Google::Apis::Core::JsonRepresentation; end
45
+
46
+ include Google::Apis::Core::JsonObjectSupport
47
+ end
48
+
49
+ class ListTimeSeriesResponse
50
+ class Representation < Google::Apis::Core::JsonRepresentation; end
51
+
52
+ include Google::Apis::Core::JsonObjectSupport
53
+ end
54
+
55
+ class Point
56
+ class Representation < Google::Apis::Core::JsonRepresentation; end
57
+
58
+ include Google::Apis::Core::JsonObjectSupport
59
+ end
60
+
61
+ class CollectdValue
62
+ class Representation < Google::Apis::Core::JsonRepresentation; end
63
+
64
+ include Google::Apis::Core::JsonObjectSupport
65
+ end
66
+
67
+ class TimeSeries
68
+ class Representation < Google::Apis::Core::JsonRepresentation; end
69
+
70
+ include Google::Apis::Core::JsonObjectSupport
71
+ end
72
+
73
+ class MetricDescriptor
74
+ class Representation < Google::Apis::Core::JsonRepresentation; end
75
+
76
+ include Google::Apis::Core::JsonObjectSupport
77
+ end
78
+
79
+ class Exponential
80
+ class Representation < Google::Apis::Core::JsonRepresentation; end
81
+
82
+ include Google::Apis::Core::JsonObjectSupport
83
+ end
84
+
85
+ class Explicit
86
+ class Representation < Google::Apis::Core::JsonRepresentation; end
87
+
88
+ include Google::Apis::Core::JsonObjectSupport
89
+ end
90
+
91
+ class Linear
92
+ class Representation < Google::Apis::Core::JsonRepresentation; end
93
+
94
+ include Google::Apis::Core::JsonObjectSupport
95
+ end
96
+
97
+ class CollectdPayload
98
+ class Representation < Google::Apis::Core::JsonRepresentation; end
99
+
100
+ include Google::Apis::Core::JsonObjectSupport
101
+ end
102
+
103
+ class ListMetricDescriptorsResponse
104
+ class Representation < Google::Apis::Core::JsonRepresentation; end
105
+
106
+ include Google::Apis::Core::JsonObjectSupport
107
+ end
108
+
109
+ class Distribution
110
+ class Representation < Google::Apis::Core::JsonRepresentation; end
111
+
112
+ include Google::Apis::Core::JsonObjectSupport
113
+ end
114
+
115
+ class MonitoredResource
116
+ class Representation < Google::Apis::Core::JsonRepresentation; end
117
+
118
+ include Google::Apis::Core::JsonObjectSupport
119
+ end
120
+
121
+ class LabelDescriptor
122
+ class Representation < Google::Apis::Core::JsonRepresentation; end
123
+
124
+ include Google::Apis::Core::JsonObjectSupport
125
+ end
126
+
127
+ class MonitoredResourceDescriptor
128
+ class Representation < Google::Apis::Core::JsonRepresentation; end
129
+
130
+ include Google::Apis::Core::JsonObjectSupport
131
+ end
132
+
133
+ class TypedValue
134
+ class Representation < Google::Apis::Core::JsonRepresentation; end
135
+
136
+ include Google::Apis::Core::JsonObjectSupport
137
+ end
138
+
139
+ class ListMonitoredResourceDescriptorsResponse
140
+ class Representation < Google::Apis::Core::JsonRepresentation; end
141
+
142
+ include Google::Apis::Core::JsonObjectSupport
143
+ end
144
+
145
+ class Field
146
+ class Representation < Google::Apis::Core::JsonRepresentation; end
147
+
148
+ include Google::Apis::Core::JsonObjectSupport
149
+ end
150
+
151
+ class Option
152
+ class Representation < Google::Apis::Core::JsonRepresentation; end
153
+
154
+ include Google::Apis::Core::JsonObjectSupport
155
+ end
156
+
157
+ class Empty
158
+ class Representation < Google::Apis::Core::JsonRepresentation; end
159
+
160
+ include Google::Apis::Core::JsonObjectSupport
161
+ end
162
+
163
+ class SourceContext
164
+ class Representation < Google::Apis::Core::JsonRepresentation; end
165
+
166
+ include Google::Apis::Core::JsonObjectSupport
167
+ end
168
+
169
+ class Range
170
+ class Representation < Google::Apis::Core::JsonRepresentation; end
171
+
172
+ include Google::Apis::Core::JsonObjectSupport
173
+ end
174
+
175
+ class CreateTimeSeriesRequest
176
+ class Representation < Google::Apis::Core::JsonRepresentation; end
177
+
178
+ include Google::Apis::Core::JsonObjectSupport
179
+ end
180
+
181
+ class BucketOptions
182
+ class Representation < Google::Apis::Core::JsonRepresentation; end
183
+
184
+ include Google::Apis::Core::JsonObjectSupport
185
+ end
186
+
187
+ class CreateCollectdTimeSeriesRequest
188
+ class Representation < Google::Apis::Core::JsonRepresentation; end
189
+
190
+ include Google::Apis::Core::JsonObjectSupport
191
+ end
192
+
193
+ class Type
194
+ class Representation < Google::Apis::Core::JsonRepresentation; end
195
+
196
+ include Google::Apis::Core::JsonObjectSupport
197
+ end
198
+
199
+ class Exemplar
200
+ class Representation < Google::Apis::Core::JsonRepresentation; end
201
+
202
+ include Google::Apis::Core::JsonObjectSupport
203
+ end
204
+
205
+ class ListGroupsResponse
206
+ class Representation < Google::Apis::Core::JsonRepresentation; end
207
+
208
+ include Google::Apis::Core::JsonObjectSupport
209
+ end
210
+
211
+ class Metric
212
+ # @private
213
+ class Representation < Google::Apis::Core::JsonRepresentation
214
+ hash :labels, as: 'labels'
215
+ property :type, as: 'type'
216
+ end
217
+ end
218
+
219
+ class ListGroupMembersResponse
220
+ # @private
221
+ class Representation < Google::Apis::Core::JsonRepresentation
222
+ collection :members, as: 'members', class: Google::Apis::MonitoringV3::MonitoredResource, decorator: Google::Apis::MonitoringV3::MonitoredResource::Representation
223
+
224
+ property :next_page_token, as: 'nextPageToken'
225
+ property :total_size, as: 'totalSize'
226
+ end
227
+ end
228
+
229
+ class TimeInterval
230
+ # @private
231
+ class Representation < Google::Apis::Core::JsonRepresentation
232
+ property :end_time, as: 'endTime'
233
+ property :start_time, as: 'startTime'
234
+ end
235
+ end
236
+
237
+ class Group
238
+ # @private
239
+ class Representation < Google::Apis::Core::JsonRepresentation
240
+ property :display_name, as: 'displayName'
241
+ property :parent_name, as: 'parentName'
242
+ property :is_cluster, as: 'isCluster'
243
+ property :filter, as: 'filter'
244
+ property :name, as: 'name'
245
+ end
246
+ end
247
+
248
+ class ListTimeSeriesResponse
249
+ # @private
250
+ class Representation < Google::Apis::Core::JsonRepresentation
251
+ collection :time_series, as: 'timeSeries', class: Google::Apis::MonitoringV3::TimeSeries, decorator: Google::Apis::MonitoringV3::TimeSeries::Representation
252
+
253
+ property :next_page_token, as: 'nextPageToken'
254
+ end
255
+ end
256
+
257
+ class Point
258
+ # @private
259
+ class Representation < Google::Apis::Core::JsonRepresentation
260
+ property :value, as: 'value', class: Google::Apis::MonitoringV3::TypedValue, decorator: Google::Apis::MonitoringV3::TypedValue::Representation
261
+
262
+ property :interval, as: 'interval', class: Google::Apis::MonitoringV3::TimeInterval, decorator: Google::Apis::MonitoringV3::TimeInterval::Representation
263
+
264
+ end
265
+ end
266
+
267
+ class CollectdValue
268
+ # @private
269
+ class Representation < Google::Apis::Core::JsonRepresentation
270
+ property :value, as: 'value', class: Google::Apis::MonitoringV3::TypedValue, decorator: Google::Apis::MonitoringV3::TypedValue::Representation
271
+
272
+ property :data_source_name, as: 'dataSourceName'
273
+ property :data_source_type, as: 'dataSourceType'
274
+ end
275
+ end
276
+
277
+ class TimeSeries
278
+ # @private
279
+ class Representation < Google::Apis::Core::JsonRepresentation
280
+ property :metric, as: 'metric', class: Google::Apis::MonitoringV3::Metric, decorator: Google::Apis::MonitoringV3::Metric::Representation
281
+
282
+ collection :points, as: 'points', class: Google::Apis::MonitoringV3::Point, decorator: Google::Apis::MonitoringV3::Point::Representation
283
+
284
+ property :value_type, as: 'valueType'
285
+ property :resource, as: 'resource', class: Google::Apis::MonitoringV3::MonitoredResource, decorator: Google::Apis::MonitoringV3::MonitoredResource::Representation
286
+
287
+ property :metric_kind, as: 'metricKind'
288
+ end
289
+ end
290
+
291
+ class MetricDescriptor
292
+ # @private
293
+ class Representation < Google::Apis::Core::JsonRepresentation
294
+ property :description, as: 'description'
295
+ property :unit, as: 'unit'
296
+ collection :labels, as: 'labels', class: Google::Apis::MonitoringV3::LabelDescriptor, decorator: Google::Apis::MonitoringV3::LabelDescriptor::Representation
297
+
298
+ property :metric_kind, as: 'metricKind'
299
+ property :value_type, as: 'valueType'
300
+ property :display_name, as: 'displayName'
301
+ property :name, as: 'name'
302
+ property :type, as: 'type'
303
+ end
304
+ end
305
+
306
+ class Exponential
307
+ # @private
308
+ class Representation < Google::Apis::Core::JsonRepresentation
309
+ property :growth_factor, as: 'growthFactor'
310
+ property :scale, as: 'scale'
311
+ property :num_finite_buckets, as: 'numFiniteBuckets'
312
+ end
313
+ end
314
+
315
+ class Explicit
316
+ # @private
317
+ class Representation < Google::Apis::Core::JsonRepresentation
318
+ collection :bounds, as: 'bounds'
319
+ end
320
+ end
321
+
322
+ class Linear
323
+ # @private
324
+ class Representation < Google::Apis::Core::JsonRepresentation
325
+ property :width, as: 'width'
326
+ property :offset, as: 'offset'
327
+ property :num_finite_buckets, as: 'numFiniteBuckets'
328
+ end
329
+ end
330
+
331
+ class CollectdPayload
332
+ # @private
333
+ class Representation < Google::Apis::Core::JsonRepresentation
334
+ property :end_time, as: 'endTime'
335
+ hash :metadata, as: 'metadata', class: Google::Apis::MonitoringV3::TypedValue, decorator: Google::Apis::MonitoringV3::TypedValue::Representation
336
+
337
+ collection :values, as: 'values', class: Google::Apis::MonitoringV3::CollectdValue, decorator: Google::Apis::MonitoringV3::CollectdValue::Representation
338
+
339
+ property :plugin_instance, as: 'pluginInstance'
340
+ property :start_time, as: 'startTime'
341
+ property :type_instance, as: 'typeInstance'
342
+ property :type, as: 'type'
343
+ property :plugin, as: 'plugin'
344
+ end
345
+ end
346
+
347
+ class ListMetricDescriptorsResponse
348
+ # @private
349
+ class Representation < Google::Apis::Core::JsonRepresentation
350
+ collection :metric_descriptors, as: 'metricDescriptors', class: Google::Apis::MonitoringV3::MetricDescriptor, decorator: Google::Apis::MonitoringV3::MetricDescriptor::Representation
351
+
352
+ property :next_page_token, as: 'nextPageToken'
353
+ end
354
+ end
355
+
356
+ class Distribution
357
+ # @private
358
+ class Representation < Google::Apis::Core::JsonRepresentation
359
+ collection :bucket_counts, as: 'bucketCounts'
360
+ property :bucket_options, as: 'bucketOptions', class: Google::Apis::MonitoringV3::BucketOptions, decorator: Google::Apis::MonitoringV3::BucketOptions::Representation
361
+
362
+ property :count, as: 'count'
363
+ property :sum_of_squared_deviation, as: 'sumOfSquaredDeviation'
364
+ property :mean, as: 'mean'
365
+ property :range, as: 'range', class: Google::Apis::MonitoringV3::Range, decorator: Google::Apis::MonitoringV3::Range::Representation
366
+
367
+ collection :exemplars, as: 'exemplars', class: Google::Apis::MonitoringV3::Exemplar, decorator: Google::Apis::MonitoringV3::Exemplar::Representation
368
+
369
+ end
370
+ end
371
+
372
+ class MonitoredResource
373
+ # @private
374
+ class Representation < Google::Apis::Core::JsonRepresentation
375
+ hash :labels, as: 'labels'
376
+ property :type, as: 'type'
377
+ end
378
+ end
379
+
380
+ class LabelDescriptor
381
+ # @private
382
+ class Representation < Google::Apis::Core::JsonRepresentation
383
+ property :description, as: 'description'
384
+ property :value_type, as: 'valueType'
385
+ property :key, as: 'key'
386
+ end
387
+ end
388
+
389
+ class MonitoredResourceDescriptor
390
+ # @private
391
+ class Representation < Google::Apis::Core::JsonRepresentation
392
+ property :display_name, as: 'displayName'
393
+ property :description, as: 'description'
394
+ collection :labels, as: 'labels', class: Google::Apis::MonitoringV3::LabelDescriptor, decorator: Google::Apis::MonitoringV3::LabelDescriptor::Representation
395
+
396
+ property :type, as: 'type'
397
+ property :name, as: 'name'
398
+ end
399
+ end
400
+
401
+ class TypedValue
402
+ # @private
403
+ class Representation < Google::Apis::Core::JsonRepresentation
404
+ property :bool_value, as: 'boolValue'
405
+ property :string_value, as: 'stringValue'
406
+ property :int64_value, as: 'int64Value'
407
+ property :double_value, as: 'doubleValue'
408
+ property :distribution_value, as: 'distributionValue', class: Google::Apis::MonitoringV3::Distribution, decorator: Google::Apis::MonitoringV3::Distribution::Representation
409
+
410
+ end
411
+ end
412
+
413
+ class ListMonitoredResourceDescriptorsResponse
414
+ # @private
415
+ class Representation < Google::Apis::Core::JsonRepresentation
416
+ property :next_page_token, as: 'nextPageToken'
417
+ collection :resource_descriptors, as: 'resourceDescriptors', class: Google::Apis::MonitoringV3::MonitoredResourceDescriptor, decorator: Google::Apis::MonitoringV3::MonitoredResourceDescriptor::Representation
418
+
419
+ end
420
+ end
421
+
422
+ class Field
423
+ # @private
424
+ class Representation < Google::Apis::Core::JsonRepresentation
425
+ property :default_value, as: 'defaultValue'
426
+ property :json_name, as: 'jsonName'
427
+ collection :options, as: 'options', class: Google::Apis::MonitoringV3::Option, decorator: Google::Apis::MonitoringV3::Option::Representation
428
+
429
+ property :oneof_index, as: 'oneofIndex'
430
+ property :cardinality, as: 'cardinality'
431
+ property :type_url, as: 'typeUrl'
432
+ property :name, as: 'name'
433
+ property :packed, as: 'packed'
434
+ property :number, as: 'number'
435
+ property :kind, as: 'kind'
436
+ end
437
+ end
438
+
439
+ class Option
440
+ # @private
441
+ class Representation < Google::Apis::Core::JsonRepresentation
442
+ hash :value, as: 'value'
443
+ property :name, as: 'name'
444
+ end
445
+ end
446
+
447
+ class Empty
448
+ # @private
449
+ class Representation < Google::Apis::Core::JsonRepresentation
450
+ end
451
+ end
452
+
453
+ class SourceContext
454
+ # @private
455
+ class Representation < Google::Apis::Core::JsonRepresentation
456
+ property :file_name, as: 'fileName'
457
+ end
458
+ end
459
+
460
+ class Range
461
+ # @private
462
+ class Representation < Google::Apis::Core::JsonRepresentation
463
+ property :max, as: 'max'
464
+ property :min, as: 'min'
465
+ end
466
+ end
467
+
468
+ class CreateTimeSeriesRequest
469
+ # @private
470
+ class Representation < Google::Apis::Core::JsonRepresentation
471
+ collection :time_series, as: 'timeSeries', class: Google::Apis::MonitoringV3::TimeSeries, decorator: Google::Apis::MonitoringV3::TimeSeries::Representation
472
+
473
+ end
474
+ end
475
+
476
+ class BucketOptions
477
+ # @private
478
+ class Representation < Google::Apis::Core::JsonRepresentation
479
+ property :explicit_buckets, as: 'explicitBuckets', class: Google::Apis::MonitoringV3::Explicit, decorator: Google::Apis::MonitoringV3::Explicit::Representation
480
+
481
+ property :exponential_buckets, as: 'exponentialBuckets', class: Google::Apis::MonitoringV3::Exponential, decorator: Google::Apis::MonitoringV3::Exponential::Representation
482
+
483
+ property :linear_buckets, as: 'linearBuckets', class: Google::Apis::MonitoringV3::Linear, decorator: Google::Apis::MonitoringV3::Linear::Representation
484
+
485
+ end
486
+ end
487
+
488
+ class CreateCollectdTimeSeriesRequest
489
+ # @private
490
+ class Representation < Google::Apis::Core::JsonRepresentation
491
+ collection :collectd_payloads, as: 'collectdPayloads', class: Google::Apis::MonitoringV3::CollectdPayload, decorator: Google::Apis::MonitoringV3::CollectdPayload::Representation
492
+
493
+ property :collectd_version, as: 'collectdVersion'
494
+ property :resource, as: 'resource', class: Google::Apis::MonitoringV3::MonitoredResource, decorator: Google::Apis::MonitoringV3::MonitoredResource::Representation
495
+
496
+ end
497
+ end
498
+
499
+ class Type
500
+ # @private
501
+ class Representation < Google::Apis::Core::JsonRepresentation
502
+ collection :oneofs, as: 'oneofs'
503
+ collection :options, as: 'options', class: Google::Apis::MonitoringV3::Option, decorator: Google::Apis::MonitoringV3::Option::Representation
504
+
505
+ property :source_context, as: 'sourceContext', class: Google::Apis::MonitoringV3::SourceContext, decorator: Google::Apis::MonitoringV3::SourceContext::Representation
506
+
507
+ collection :fields, as: 'fields', class: Google::Apis::MonitoringV3::Field, decorator: Google::Apis::MonitoringV3::Field::Representation
508
+
509
+ property :name, as: 'name'
510
+ property :syntax, as: 'syntax'
511
+ end
512
+ end
513
+
514
+ class Exemplar
515
+ # @private
516
+ class Representation < Google::Apis::Core::JsonRepresentation
517
+ property :value, as: 'value'
518
+ collection :attachments, as: 'attachments'
519
+ property :timestamp, as: 'timestamp'
520
+ end
521
+ end
522
+
523
+ class ListGroupsResponse
524
+ # @private
525
+ class Representation < Google::Apis::Core::JsonRepresentation
526
+ collection :group, as: 'group', class: Google::Apis::MonitoringV3::Group, decorator: Google::Apis::MonitoringV3::Group::Representation
527
+
528
+ property :next_page_token, as: 'nextPageToken'
529
+ end
530
+ end
531
+ end
532
+ end
533
+ end