google-api-client 0.9.23 → 0.9.24

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.
Files changed (40) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +1 -1
  3. data/api_names.yaml +2556 -0
  4. data/generated/google/apis/adexchangebuyer2_v2beta1.rb +1 -1
  5. data/generated/google/apis/adsense_v1_4.rb +1 -1
  6. data/generated/google/apis/adsensehost_v4_1.rb +1 -1
  7. data/generated/google/apis/androidenterprise_v1.rb +1 -1
  8. data/generated/google/apis/androidenterprise_v1/service.rb +0 -46
  9. data/generated/google/apis/appstate_v1.rb +1 -1
  10. data/generated/google/apis/cloudbuild_v1.rb +1 -1
  11. data/generated/google/apis/cloudbuild_v1/classes.rb +578 -578
  12. data/generated/google/apis/cloudbuild_v1/representations.rb +113 -113
  13. data/generated/google/apis/cloudbuild_v1/service.rb +182 -182
  14. data/generated/google/apis/cloudresourcemanager_v1.rb +1 -1
  15. data/generated/google/apis/cloudresourcemanager_v1beta1.rb +1 -1
  16. data/generated/google/apis/dfareporting_v2_7.rb +40 -0
  17. data/generated/google/apis/dfareporting_v2_7/classes.rb +11876 -0
  18. data/generated/google/apis/dfareporting_v2_7/representations.rb +4243 -0
  19. data/generated/google/apis/dfareporting_v2_7/service.rb +9095 -0
  20. data/generated/google/apis/dns_v1.rb +1 -1
  21. data/generated/google/apis/dns_v2beta1.rb +1 -1
  22. data/generated/google/apis/games_configuration_v1configuration.rb +1 -1
  23. data/generated/google/apis/games_management_v1management.rb +1 -1
  24. data/generated/google/apis/games_v1.rb +1 -1
  25. data/generated/google/apis/logging_v2beta1/classes.rb +837 -837
  26. data/generated/google/apis/logging_v2beta1/representations.rb +165 -165
  27. data/generated/google/apis/logging_v2beta1/service.rb +208 -208
  28. data/generated/google/apis/monitoring_v3.rb +1 -1
  29. data/generated/google/apis/plus_domains_v1.rb +1 -1
  30. data/generated/google/apis/plus_v1.rb +1 -1
  31. data/generated/google/apis/sheets_v4.rb +3 -3
  32. data/generated/google/apis/sheets_v4/classes.rb +4203 -4203
  33. data/generated/google/apis/sheets_v4/representations.rb +835 -835
  34. data/generated/google/apis/sheets_v4/service.rb +195 -195
  35. data/generated/google/apis/slides_v1.rb +1 -1
  36. data/generated/google/apis/webmasters_v3.rb +1 -1
  37. data/generated/google/apis/youtube_analytics_v1.rb +1 -1
  38. data/generated/google/apis/youtubereporting_v1.rb +1 -1
  39. data/lib/google/apis/version.rb +1 -1
  40. metadata +6 -2
@@ -22,54 +22,6 @@ module Google
22
22
  module Apis
23
23
  module LoggingV2beta1
24
24
 
25
- class ListLogMetricsResponse
26
- class Representation < Google::Apis::Core::JsonRepresentation; end
27
-
28
- include Google::Apis::Core::JsonObjectSupport
29
- end
30
-
31
- class Empty
32
- class Representation < Google::Apis::Core::JsonRepresentation; end
33
-
34
- include Google::Apis::Core::JsonObjectSupport
35
- end
36
-
37
- class LogEntry
38
- class Representation < Google::Apis::Core::JsonRepresentation; end
39
-
40
- include Google::Apis::Core::JsonObjectSupport
41
- end
42
-
43
- class SourceLocation
44
- class Representation < Google::Apis::Core::JsonRepresentation; end
45
-
46
- include Google::Apis::Core::JsonObjectSupport
47
- end
48
-
49
- class ListLogEntriesRequest
50
- class Representation < Google::Apis::Core::JsonRepresentation; end
51
-
52
- include Google::Apis::Core::JsonObjectSupport
53
- end
54
-
55
- class RequestLog
56
- class Representation < Google::Apis::Core::JsonRepresentation; end
57
-
58
- include Google::Apis::Core::JsonObjectSupport
59
- end
60
-
61
- class ListMonitoredResourceDescriptorsResponse
62
- class Representation < Google::Apis::Core::JsonRepresentation; end
63
-
64
- include Google::Apis::Core::JsonObjectSupport
65
- end
66
-
67
- class SourceReference
68
- class Representation < Google::Apis::Core::JsonRepresentation; end
69
-
70
- include Google::Apis::Core::JsonObjectSupport
71
- end
72
-
73
25
  class LogMetric
74
26
  class Representation < Google::Apis::Core::JsonRepresentation; end
75
27
 
@@ -112,13 +64,13 @@ module Google
112
64
  include Google::Apis::Core::JsonObjectSupport
113
65
  end
114
66
 
115
- class ListSinksResponse
67
+ class HttpRequest
116
68
  class Representation < Google::Apis::Core::JsonRepresentation; end
117
69
 
118
70
  include Google::Apis::Core::JsonObjectSupport
119
71
  end
120
72
 
121
- class HttpRequest
73
+ class ListSinksResponse
122
74
  class Representation < Google::Apis::Core::JsonRepresentation; end
123
75
 
124
76
  include Google::Apis::Core::JsonObjectSupport
@@ -155,128 +107,60 @@ module Google
155
107
  end
156
108
 
157
109
  class ListLogMetricsResponse
158
- # @private
159
- class Representation < Google::Apis::Core::JsonRepresentation
160
- collection :metrics, as: 'metrics', class: Google::Apis::LoggingV2beta1::LogMetric, decorator: Google::Apis::LoggingV2beta1::LogMetric::Representation
110
+ class Representation < Google::Apis::Core::JsonRepresentation; end
161
111
 
162
- property :next_page_token, as: 'nextPageToken'
163
- end
112
+ include Google::Apis::Core::JsonObjectSupport
164
113
  end
165
114
 
166
115
  class Empty
167
- # @private
168
- class Representation < Google::Apis::Core::JsonRepresentation
169
- end
116
+ class Representation < Google::Apis::Core::JsonRepresentation; end
117
+
118
+ include Google::Apis::Core::JsonObjectSupport
170
119
  end
171
120
 
172
121
  class LogEntry
173
- # @private
174
- class Representation < Google::Apis::Core::JsonRepresentation
175
- property :timestamp, as: 'timestamp'
176
- property :log_name, as: 'logName'
177
- property :http_request, as: 'httpRequest', class: Google::Apis::LoggingV2beta1::HttpRequest, decorator: Google::Apis::LoggingV2beta1::HttpRequest::Representation
178
-
179
- property :resource, as: 'resource', class: Google::Apis::LoggingV2beta1::MonitoredResource, decorator: Google::Apis::LoggingV2beta1::MonitoredResource::Representation
180
-
181
- hash :json_payload, as: 'jsonPayload'
182
- property :insert_id, as: 'insertId'
183
- property :operation, as: 'operation', class: Google::Apis::LoggingV2beta1::LogEntryOperation, decorator: Google::Apis::LoggingV2beta1::LogEntryOperation::Representation
184
-
185
- property :text_payload, as: 'textPayload'
186
- hash :proto_payload, as: 'protoPayload'
187
- property :trace, as: 'trace'
188
- hash :labels, as: 'labels'
189
- property :severity, as: 'severity'
190
- property :source_location, as: 'sourceLocation', class: Google::Apis::LoggingV2beta1::LogEntrySourceLocation, decorator: Google::Apis::LoggingV2beta1::LogEntrySourceLocation::Representation
122
+ class Representation < Google::Apis::Core::JsonRepresentation; end
191
123
 
192
- end
124
+ include Google::Apis::Core::JsonObjectSupport
193
125
  end
194
126
 
195
127
  class SourceLocation
196
- # @private
197
- class Representation < Google::Apis::Core::JsonRepresentation
198
- property :line, as: 'line'
199
- property :file, as: 'file'
200
- property :function_name, as: 'functionName'
201
- end
128
+ class Representation < Google::Apis::Core::JsonRepresentation; end
129
+
130
+ include Google::Apis::Core::JsonObjectSupport
202
131
  end
203
132
 
204
133
  class ListLogEntriesRequest
205
- # @private
206
- class Representation < Google::Apis::Core::JsonRepresentation
207
- collection :project_ids, as: 'projectIds'
208
- property :filter, as: 'filter'
209
- property :page_token, as: 'pageToken'
210
- property :page_size, as: 'pageSize'
211
- property :order_by, as: 'orderBy'
212
- collection :resource_names, as: 'resourceNames'
213
- end
134
+ class Representation < Google::Apis::Core::JsonRepresentation; end
135
+
136
+ include Google::Apis::Core::JsonObjectSupport
214
137
  end
215
138
 
216
139
  class RequestLog
217
- # @private
218
- class Representation < Google::Apis::Core::JsonRepresentation
219
- property :nickname, as: 'nickname'
220
- property :status, as: 'status'
221
- property :resource, as: 'resource'
222
- property :pending_time, as: 'pendingTime'
223
- property :task_name, as: 'taskName'
224
- property :url_map_entry, as: 'urlMapEntry'
225
- property :instance_index, as: 'instanceIndex'
226
- property :host, as: 'host'
227
- property :finished, as: 'finished'
228
- property :http_version, as: 'httpVersion'
229
- property :start_time, as: 'startTime'
230
- property :latency, as: 'latency'
231
- property :ip, as: 'ip'
232
- property :app_id, as: 'appId'
233
- property :app_engine_release, as: 'appEngineRelease'
234
- property :method_prop, as: 'method'
235
- property :cost, as: 'cost'
236
- property :instance_id, as: 'instanceId'
237
- property :mega_cycles, as: 'megaCycles'
238
- property :first, as: 'first'
239
- property :version_id, as: 'versionId'
240
- property :module_id, as: 'moduleId'
241
- property :end_time, as: 'endTime'
242
- property :user_agent, as: 'userAgent'
243
- property :was_loading_request, as: 'wasLoadingRequest'
244
- collection :source_reference, as: 'sourceReference', class: Google::Apis::LoggingV2beta1::SourceReference, decorator: Google::Apis::LoggingV2beta1::SourceReference::Representation
245
-
246
- property :response_size, as: 'responseSize'
247
- property :trace_id, as: 'traceId'
248
- collection :line, as: 'line', class: Google::Apis::LoggingV2beta1::LogLine, decorator: Google::Apis::LoggingV2beta1::LogLine::Representation
140
+ class Representation < Google::Apis::Core::JsonRepresentation; end
249
141
 
250
- property :task_queue_name, as: 'taskQueueName'
251
- property :referrer, as: 'referrer'
252
- property :request_id, as: 'requestId'
253
- end
142
+ include Google::Apis::Core::JsonObjectSupport
254
143
  end
255
144
 
256
145
  class ListMonitoredResourceDescriptorsResponse
257
- # @private
258
- class Representation < Google::Apis::Core::JsonRepresentation
259
- property :next_page_token, as: 'nextPageToken'
260
- collection :resource_descriptors, as: 'resourceDescriptors', class: Google::Apis::LoggingV2beta1::MonitoredResourceDescriptor, decorator: Google::Apis::LoggingV2beta1::MonitoredResourceDescriptor::Representation
146
+ class Representation < Google::Apis::Core::JsonRepresentation; end
261
147
 
262
- end
148
+ include Google::Apis::Core::JsonObjectSupport
263
149
  end
264
150
 
265
151
  class SourceReference
266
- # @private
267
- class Representation < Google::Apis::Core::JsonRepresentation
268
- property :repository, as: 'repository'
269
- property :revision_id, as: 'revisionId'
270
- end
152
+ class Representation < Google::Apis::Core::JsonRepresentation; end
153
+
154
+ include Google::Apis::Core::JsonObjectSupport
271
155
  end
272
156
 
273
157
  class LogMetric
274
158
  # @private
275
159
  class Representation < Google::Apis::Core::JsonRepresentation
276
- property :name, as: 'name'
277
- property :description, as: 'description'
278
160
  property :version, as: 'version'
279
161
  property :filter, as: 'filter'
162
+ property :name, as: 'name'
163
+ property :description, as: 'description'
280
164
  end
281
165
  end
282
166
 
@@ -307,26 +191,26 @@ module Google
307
191
  class LogSink
308
192
  # @private
309
193
  class Representation < Google::Apis::Core::JsonRepresentation
194
+ property :writer_identity, as: 'writerIdentity'
195
+ property :start_time, as: 'startTime'
310
196
  property :output_version_format, as: 'outputVersionFormat'
311
197
  property :name, as: 'name'
312
- property :destination, as: 'destination'
313
198
  property :filter, as: 'filter'
199
+ property :destination, as: 'destination'
314
200
  property :end_time, as: 'endTime'
315
- property :start_time, as: 'startTime'
316
- property :writer_identity, as: 'writerIdentity'
317
201
  end
318
202
  end
319
203
 
320
204
  class WriteLogEntriesRequest
321
205
  # @private
322
206
  class Representation < Google::Apis::Core::JsonRepresentation
207
+ hash :labels, as: 'labels'
208
+ property :resource, as: 'resource', class: Google::Apis::LoggingV2beta1::MonitoredResource, decorator: Google::Apis::LoggingV2beta1::MonitoredResource::Representation
209
+
323
210
  property :log_name, as: 'logName'
324
211
  collection :entries, as: 'entries', class: Google::Apis::LoggingV2beta1::LogEntry, decorator: Google::Apis::LoggingV2beta1::LogEntry::Representation
325
212
 
326
213
  property :partial_success, as: 'partialSuccess'
327
- hash :labels, as: 'labels'
328
- property :resource, as: 'resource', class: Google::Apis::LoggingV2beta1::MonitoredResource, decorator: Google::Apis::LoggingV2beta1::MonitoredResource::Representation
329
-
330
214
  end
331
215
  end
332
216
 
@@ -338,23 +222,9 @@ module Google
338
222
  end
339
223
  end
340
224
 
341
- class ListSinksResponse
342
- # @private
343
- class Representation < Google::Apis::Core::JsonRepresentation
344
- collection :sinks, as: 'sinks', class: Google::Apis::LoggingV2beta1::LogSink, decorator: Google::Apis::LoggingV2beta1::LogSink::Representation
345
-
346
- property :next_page_token, as: 'nextPageToken'
347
- end
348
- end
349
-
350
225
  class HttpRequest
351
226
  # @private
352
227
  class Representation < Google::Apis::Core::JsonRepresentation
353
- property :request_size, as: 'requestSize'
354
- property :response_size, as: 'responseSize'
355
- property :request_url, as: 'requestUrl'
356
- property :remote_ip, as: 'remoteIp'
357
- property :server_ip, as: 'serverIp'
358
228
  property :cache_lookup, as: 'cacheLookup'
359
229
  property :cache_hit, as: 'cacheHit'
360
230
  property :cache_validated_with_origin_server, as: 'cacheValidatedWithOriginServer'
@@ -364,36 +234,50 @@ module Google
364
234
  property :user_agent, as: 'userAgent'
365
235
  property :cache_fill_bytes, as: 'cacheFillBytes'
366
236
  property :request_method, as: 'requestMethod'
237
+ property :response_size, as: 'responseSize'
238
+ property :request_size, as: 'requestSize'
239
+ property :request_url, as: 'requestUrl'
240
+ property :server_ip, as: 'serverIp'
241
+ property :remote_ip, as: 'remoteIp'
242
+ end
243
+ end
244
+
245
+ class ListSinksResponse
246
+ # @private
247
+ class Representation < Google::Apis::Core::JsonRepresentation
248
+ property :next_page_token, as: 'nextPageToken'
249
+ collection :sinks, as: 'sinks', class: Google::Apis::LoggingV2beta1::LogSink, decorator: Google::Apis::LoggingV2beta1::LogSink::Representation
250
+
367
251
  end
368
252
  end
369
253
 
370
254
  class LabelDescriptor
371
255
  # @private
372
256
  class Representation < Google::Apis::Core::JsonRepresentation
257
+ property :key, as: 'key'
373
258
  property :description, as: 'description'
374
259
  property :value_type, as: 'valueType'
375
- property :key, as: 'key'
376
260
  end
377
261
  end
378
262
 
379
263
  class MonitoredResourceDescriptor
380
264
  # @private
381
265
  class Representation < Google::Apis::Core::JsonRepresentation
382
- property :type, as: 'type'
383
- collection :labels, as: 'labels', class: Google::Apis::LoggingV2beta1::LabelDescriptor, decorator: Google::Apis::LoggingV2beta1::LabelDescriptor::Representation
384
-
385
266
  property :name, as: 'name'
386
267
  property :display_name, as: 'displayName'
387
268
  property :description, as: 'description'
269
+ property :type, as: 'type'
270
+ collection :labels, as: 'labels', class: Google::Apis::LoggingV2beta1::LabelDescriptor, decorator: Google::Apis::LoggingV2beta1::LabelDescriptor::Representation
271
+
388
272
  end
389
273
  end
390
274
 
391
275
  class LogEntrySourceLocation
392
276
  # @private
393
277
  class Representation < Google::Apis::Core::JsonRepresentation
278
+ property :line, as: 'line'
394
279
  property :file, as: 'file'
395
280
  property :function, as: 'function'
396
- property :line, as: 'line'
397
281
  end
398
282
  end
399
283
 
@@ -416,6 +300,122 @@ module Google
416
300
  property :time, as: 'time'
417
301
  end
418
302
  end
303
+
304
+ class ListLogMetricsResponse
305
+ # @private
306
+ class Representation < Google::Apis::Core::JsonRepresentation
307
+ collection :metrics, as: 'metrics', class: Google::Apis::LoggingV2beta1::LogMetric, decorator: Google::Apis::LoggingV2beta1::LogMetric::Representation
308
+
309
+ property :next_page_token, as: 'nextPageToken'
310
+ end
311
+ end
312
+
313
+ class Empty
314
+ # @private
315
+ class Representation < Google::Apis::Core::JsonRepresentation
316
+ end
317
+ end
318
+
319
+ class LogEntry
320
+ # @private
321
+ class Representation < Google::Apis::Core::JsonRepresentation
322
+ hash :labels, as: 'labels'
323
+ property :trace, as: 'trace'
324
+ property :severity, as: 'severity'
325
+ property :source_location, as: 'sourceLocation', class: Google::Apis::LoggingV2beta1::LogEntrySourceLocation, decorator: Google::Apis::LoggingV2beta1::LogEntrySourceLocation::Representation
326
+
327
+ property :timestamp, as: 'timestamp'
328
+ property :log_name, as: 'logName'
329
+ property :http_request, as: 'httpRequest', class: Google::Apis::LoggingV2beta1::HttpRequest, decorator: Google::Apis::LoggingV2beta1::HttpRequest::Representation
330
+
331
+ property :resource, as: 'resource', class: Google::Apis::LoggingV2beta1::MonitoredResource, decorator: Google::Apis::LoggingV2beta1::MonitoredResource::Representation
332
+
333
+ hash :json_payload, as: 'jsonPayload'
334
+ property :operation, as: 'operation', class: Google::Apis::LoggingV2beta1::LogEntryOperation, decorator: Google::Apis::LoggingV2beta1::LogEntryOperation::Representation
335
+
336
+ property :insert_id, as: 'insertId'
337
+ property :text_payload, as: 'textPayload'
338
+ hash :proto_payload, as: 'protoPayload'
339
+ end
340
+ end
341
+
342
+ class SourceLocation
343
+ # @private
344
+ class Representation < Google::Apis::Core::JsonRepresentation
345
+ property :line, as: 'line'
346
+ property :file, as: 'file'
347
+ property :function_name, as: 'functionName'
348
+ end
349
+ end
350
+
351
+ class ListLogEntriesRequest
352
+ # @private
353
+ class Representation < Google::Apis::Core::JsonRepresentation
354
+ property :order_by, as: 'orderBy'
355
+ collection :resource_names, as: 'resourceNames'
356
+ property :filter, as: 'filter'
357
+ collection :project_ids, as: 'projectIds'
358
+ property :page_token, as: 'pageToken'
359
+ property :page_size, as: 'pageSize'
360
+ end
361
+ end
362
+
363
+ class RequestLog
364
+ # @private
365
+ class Representation < Google::Apis::Core::JsonRepresentation
366
+ property :version_id, as: 'versionId'
367
+ property :module_id, as: 'moduleId'
368
+ property :end_time, as: 'endTime'
369
+ property :user_agent, as: 'userAgent'
370
+ property :was_loading_request, as: 'wasLoadingRequest'
371
+ collection :source_reference, as: 'sourceReference', class: Google::Apis::LoggingV2beta1::SourceReference, decorator: Google::Apis::LoggingV2beta1::SourceReference::Representation
372
+
373
+ property :response_size, as: 'responseSize'
374
+ property :trace_id, as: 'traceId'
375
+ collection :line, as: 'line', class: Google::Apis::LoggingV2beta1::LogLine, decorator: Google::Apis::LoggingV2beta1::LogLine::Representation
376
+
377
+ property :referrer, as: 'referrer'
378
+ property :task_queue_name, as: 'taskQueueName'
379
+ property :request_id, as: 'requestId'
380
+ property :nickname, as: 'nickname'
381
+ property :resource, as: 'resource'
382
+ property :pending_time, as: 'pendingTime'
383
+ property :status, as: 'status'
384
+ property :task_name, as: 'taskName'
385
+ property :url_map_entry, as: 'urlMapEntry'
386
+ property :instance_index, as: 'instanceIndex'
387
+ property :host, as: 'host'
388
+ property :finished, as: 'finished'
389
+ property :http_version, as: 'httpVersion'
390
+ property :start_time, as: 'startTime'
391
+ property :latency, as: 'latency'
392
+ property :ip, as: 'ip'
393
+ property :app_id, as: 'appId'
394
+ property :app_engine_release, as: 'appEngineRelease'
395
+ property :method_prop, as: 'method'
396
+ property :cost, as: 'cost'
397
+ property :instance_id, as: 'instanceId'
398
+ property :mega_cycles, as: 'megaCycles'
399
+ property :first, as: 'first'
400
+ end
401
+ end
402
+
403
+ class ListMonitoredResourceDescriptorsResponse
404
+ # @private
405
+ class Representation < Google::Apis::Core::JsonRepresentation
406
+ collection :resource_descriptors, as: 'resourceDescriptors', class: Google::Apis::LoggingV2beta1::MonitoredResourceDescriptor, decorator: Google::Apis::LoggingV2beta1::MonitoredResourceDescriptor::Representation
407
+
408
+ property :next_page_token, as: 'nextPageToken'
409
+ end
410
+ end
411
+
412
+ class SourceReference
413
+ # @private
414
+ class Representation < Google::Apis::Core::JsonRepresentation
415
+ property :repository, as: 'repository'
416
+ property :revision_id, as: 'revisionId'
417
+ end
418
+ end
419
419
  end
420
420
  end
421
421
  end