google-apis-logging_v2 0.11.0 → 0.15.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -34,12 +34,36 @@ module Google
34
34
  include Google::Apis::Core::JsonObjectSupport
35
35
  end
36
36
 
37
+ class CancelOperationRequest
38
+ class Representation < Google::Apis::Core::JsonRepresentation; end
39
+
40
+ include Google::Apis::Core::JsonObjectSupport
41
+ end
42
+
37
43
  class CmekSettings
38
44
  class Representation < Google::Apis::Core::JsonRepresentation; end
39
45
 
40
46
  include Google::Apis::Core::JsonObjectSupport
41
47
  end
42
48
 
49
+ class CopyLogEntriesMetadata
50
+ class Representation < Google::Apis::Core::JsonRepresentation; end
51
+
52
+ include Google::Apis::Core::JsonObjectSupport
53
+ end
54
+
55
+ class CopyLogEntriesRequest
56
+ class Representation < Google::Apis::Core::JsonRepresentation; end
57
+
58
+ include Google::Apis::Core::JsonObjectSupport
59
+ end
60
+
61
+ class CopyLogEntriesResponse
62
+ class Representation < Google::Apis::Core::JsonRepresentation; end
63
+
64
+ include Google::Apis::Core::JsonObjectSupport
65
+ end
66
+
43
67
  class Empty
44
68
  class Representation < Google::Apis::Core::JsonRepresentation; end
45
69
 
@@ -124,6 +148,12 @@ module Google
124
148
  include Google::Apis::Core::JsonObjectSupport
125
149
  end
126
150
 
151
+ class ListOperationsResponse
152
+ class Representation < Google::Apis::Core::JsonRepresentation; end
153
+
154
+ include Google::Apis::Core::JsonObjectSupport
155
+ end
156
+
127
157
  class ListSinksResponse
128
158
  class Representation < Google::Apis::Core::JsonRepresentation; end
129
159
 
@@ -226,6 +256,12 @@ module Google
226
256
  include Google::Apis::Core::JsonObjectSupport
227
257
  end
228
258
 
259
+ class Operation
260
+ class Representation < Google::Apis::Core::JsonRepresentation; end
261
+
262
+ include Google::Apis::Core::JsonObjectSupport
263
+ end
264
+
229
265
  class RequestLog
230
266
  class Representation < Google::Apis::Core::JsonRepresentation; end
231
267
 
@@ -244,6 +280,12 @@ module Google
244
280
  include Google::Apis::Core::JsonObjectSupport
245
281
  end
246
282
 
283
+ class Status
284
+ class Representation < Google::Apis::Core::JsonRepresentation; end
285
+
286
+ include Google::Apis::Core::JsonObjectSupport
287
+ end
288
+
247
289
  class SuppressionInfo
248
290
  class Representation < Google::Apis::Core::JsonRepresentation; end
249
291
 
@@ -300,6 +342,12 @@ module Google
300
342
  end
301
343
  end
302
344
 
345
+ class CancelOperationRequest
346
+ # @private
347
+ class Representation < Google::Apis::Core::JsonRepresentation
348
+ end
349
+ end
350
+
303
351
  class CmekSettings
304
352
  # @private
305
353
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -309,6 +357,36 @@ module Google
309
357
  end
310
358
  end
311
359
 
360
+ class CopyLogEntriesMetadata
361
+ # @private
362
+ class Representation < Google::Apis::Core::JsonRepresentation
363
+ property :cancellation_requested, as: 'cancellationRequested'
364
+ property :end_time, as: 'endTime'
365
+ property :progress, as: 'progress'
366
+ property :request, as: 'request', class: Google::Apis::LoggingV2::CopyLogEntriesRequest, decorator: Google::Apis::LoggingV2::CopyLogEntriesRequest::Representation
367
+
368
+ property :start_time, as: 'startTime'
369
+ property :state, as: 'state'
370
+ property :writer_identity, as: 'writerIdentity'
371
+ end
372
+ end
373
+
374
+ class CopyLogEntriesRequest
375
+ # @private
376
+ class Representation < Google::Apis::Core::JsonRepresentation
377
+ property :destination, as: 'destination'
378
+ property :filter, as: 'filter'
379
+ property :name, as: 'name'
380
+ end
381
+ end
382
+
383
+ class CopyLogEntriesResponse
384
+ # @private
385
+ class Representation < Google::Apis::Core::JsonRepresentation
386
+ property :log_entries_copied_count, :numeric_string => true, as: 'logEntriesCopiedCount'
387
+ end
388
+ end
389
+
312
390
  class Empty
313
391
  # @private
314
392
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -444,6 +522,15 @@ module Google
444
522
  end
445
523
  end
446
524
 
525
+ class ListOperationsResponse
526
+ # @private
527
+ class Representation < Google::Apis::Core::JsonRepresentation
528
+ property :next_page_token, as: 'nextPageToken'
529
+ collection :operations, as: 'operations', class: Google::Apis::LoggingV2::Operation, decorator: Google::Apis::LoggingV2::Operation::Representation
530
+
531
+ end
532
+ end
533
+
447
534
  class ListSinksResponse
448
535
  # @private
449
536
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -664,6 +751,18 @@ module Google
664
751
  end
665
752
  end
666
753
 
754
+ class Operation
755
+ # @private
756
+ class Representation < Google::Apis::Core::JsonRepresentation
757
+ property :done, as: 'done'
758
+ property :error, as: 'error', class: Google::Apis::LoggingV2::Status, decorator: Google::Apis::LoggingV2::Status::Representation
759
+
760
+ hash :metadata, as: 'metadata'
761
+ property :name, as: 'name'
762
+ hash :response, as: 'response'
763
+ end
764
+ end
765
+
667
766
  class RequestLog
668
767
  # @private
669
768
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -722,6 +821,15 @@ module Google
722
821
  end
723
822
  end
724
823
 
824
+ class Status
825
+ # @private
826
+ class Representation < Google::Apis::Core::JsonRepresentation
827
+ property :code, as: 'code'
828
+ collection :details, as: 'details'
829
+ property :message, as: 'message'
830
+ end
831
+ end
832
+
725
833
  class SuppressionInfo
726
834
  # @private
727
835
  class Representation < Google::Apis::Core::JsonRepresentation