google-apis-logging_v2 0.39.0 → 0.41.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.
@@ -22,12 +22,24 @@ module Google
22
22
  module Apis
23
23
  module LoggingV2
24
24
 
25
+ class BigQueryDataset
26
+ class Representation < Google::Apis::Core::JsonRepresentation; end
27
+
28
+ include Google::Apis::Core::JsonObjectSupport
29
+ end
30
+
25
31
  class BigQueryOptions
26
32
  class Representation < Google::Apis::Core::JsonRepresentation; end
27
33
 
28
34
  include Google::Apis::Core::JsonObjectSupport
29
35
  end
30
36
 
37
+ class BucketMetadata
38
+ class Representation < Google::Apis::Core::JsonRepresentation; end
39
+
40
+ include Google::Apis::Core::JsonObjectSupport
41
+ end
42
+
31
43
  class BucketOptions
32
44
  class Representation < Google::Apis::Core::JsonRepresentation; end
33
45
 
@@ -64,6 +76,24 @@ module Google
64
76
  include Google::Apis::Core::JsonObjectSupport
65
77
  end
66
78
 
79
+ class CreateBucketRequest
80
+ class Representation < Google::Apis::Core::JsonRepresentation; end
81
+
82
+ include Google::Apis::Core::JsonObjectSupport
83
+ end
84
+
85
+ class CreateLinkRequest
86
+ class Representation < Google::Apis::Core::JsonRepresentation; end
87
+
88
+ include Google::Apis::Core::JsonObjectSupport
89
+ end
90
+
91
+ class DeleteLinkRequest
92
+ class Representation < Google::Apis::Core::JsonRepresentation; end
93
+
94
+ include Google::Apis::Core::JsonObjectSupport
95
+ end
96
+
67
97
  class Empty
68
98
  class Representation < Google::Apis::Core::JsonRepresentation; end
69
99
 
@@ -106,6 +136,18 @@ module Google
106
136
  include Google::Apis::Core::JsonObjectSupport
107
137
  end
108
138
 
139
+ class Link
140
+ class Representation < Google::Apis::Core::JsonRepresentation; end
141
+
142
+ include Google::Apis::Core::JsonObjectSupport
143
+ end
144
+
145
+ class LinkMetadata
146
+ class Representation < Google::Apis::Core::JsonRepresentation; end
147
+
148
+ include Google::Apis::Core::JsonObjectSupport
149
+ end
150
+
109
151
  class ListBucketsResponse
110
152
  class Representation < Google::Apis::Core::JsonRepresentation; end
111
153
 
@@ -118,6 +160,12 @@ module Google
118
160
  include Google::Apis::Core::JsonObjectSupport
119
161
  end
120
162
 
163
+ class ListLinksResponse
164
+ class Representation < Google::Apis::Core::JsonRepresentation; end
165
+
166
+ include Google::Apis::Core::JsonObjectSupport
167
+ end
168
+
121
169
  class ListLocationsResponse
122
170
  class Representation < Google::Apis::Core::JsonRepresentation; end
123
171
 
@@ -178,6 +226,12 @@ module Google
178
226
  include Google::Apis::Core::JsonObjectSupport
179
227
  end
180
228
 
229
+ class LocationMetadata
230
+ class Representation < Google::Apis::Core::JsonRepresentation; end
231
+
232
+ include Google::Apis::Core::JsonObjectSupport
233
+ end
234
+
181
235
  class LogBucket
182
236
  class Representation < Google::Apis::Core::JsonRepresentation; end
183
237
 
@@ -328,6 +382,12 @@ module Google
328
382
  include Google::Apis::Core::JsonObjectSupport
329
383
  end
330
384
 
385
+ class UpdateBucketRequest
386
+ class Representation < Google::Apis::Core::JsonRepresentation; end
387
+
388
+ include Google::Apis::Core::JsonObjectSupport
389
+ end
390
+
331
391
  class WriteLogEntriesRequest
332
392
  class Representation < Google::Apis::Core::JsonRepresentation; end
333
393
 
@@ -340,6 +400,13 @@ module Google
340
400
  include Google::Apis::Core::JsonObjectSupport
341
401
  end
342
402
 
403
+ class BigQueryDataset
404
+ # @private
405
+ class Representation < Google::Apis::Core::JsonRepresentation
406
+ property :dataset_id, as: 'datasetId'
407
+ end
408
+ end
409
+
343
410
  class BigQueryOptions
344
411
  # @private
345
412
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -348,6 +415,19 @@ module Google
348
415
  end
349
416
  end
350
417
 
418
+ class BucketMetadata
419
+ # @private
420
+ class Representation < Google::Apis::Core::JsonRepresentation
421
+ property :create_bucket_request, as: 'createBucketRequest', class: Google::Apis::LoggingV2::CreateBucketRequest, decorator: Google::Apis::LoggingV2::CreateBucketRequest::Representation
422
+
423
+ property :end_time, as: 'endTime'
424
+ property :start_time, as: 'startTime'
425
+ property :state, as: 'state'
426
+ property :update_bucket_request, as: 'updateBucketRequest', class: Google::Apis::LoggingV2::UpdateBucketRequest, decorator: Google::Apis::LoggingV2::UpdateBucketRequest::Representation
427
+
428
+ end
429
+ end
430
+
351
431
  class BucketOptions
352
432
  # @private
353
433
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -406,6 +486,33 @@ module Google
406
486
  end
407
487
  end
408
488
 
489
+ class CreateBucketRequest
490
+ # @private
491
+ class Representation < Google::Apis::Core::JsonRepresentation
492
+ property :bucket, as: 'bucket', class: Google::Apis::LoggingV2::LogBucket, decorator: Google::Apis::LoggingV2::LogBucket::Representation
493
+
494
+ property :bucket_id, as: 'bucketId'
495
+ property :parent, as: 'parent'
496
+ end
497
+ end
498
+
499
+ class CreateLinkRequest
500
+ # @private
501
+ class Representation < Google::Apis::Core::JsonRepresentation
502
+ property :link, as: 'link', class: Google::Apis::LoggingV2::Link, decorator: Google::Apis::LoggingV2::Link::Representation
503
+
504
+ property :link_id, as: 'linkId'
505
+ property :parent, as: 'parent'
506
+ end
507
+ end
508
+
509
+ class DeleteLinkRequest
510
+ # @private
511
+ class Representation < Google::Apis::Core::JsonRepresentation
512
+ property :name, as: 'name'
513
+ end
514
+ end
515
+
409
516
  class Empty
410
517
  # @private
411
518
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -476,6 +583,31 @@ module Google
476
583
  end
477
584
  end
478
585
 
586
+ class Link
587
+ # @private
588
+ class Representation < Google::Apis::Core::JsonRepresentation
589
+ property :bigquery_dataset, as: 'bigqueryDataset', class: Google::Apis::LoggingV2::BigQueryDataset, decorator: Google::Apis::LoggingV2::BigQueryDataset::Representation
590
+
591
+ property :create_time, as: 'createTime'
592
+ property :description, as: 'description'
593
+ property :lifecycle_state, as: 'lifecycleState'
594
+ property :name, as: 'name'
595
+ end
596
+ end
597
+
598
+ class LinkMetadata
599
+ # @private
600
+ class Representation < Google::Apis::Core::JsonRepresentation
601
+ property :create_link_request, as: 'createLinkRequest', class: Google::Apis::LoggingV2::CreateLinkRequest, decorator: Google::Apis::LoggingV2::CreateLinkRequest::Representation
602
+
603
+ property :delete_link_request, as: 'deleteLinkRequest', class: Google::Apis::LoggingV2::DeleteLinkRequest, decorator: Google::Apis::LoggingV2::DeleteLinkRequest::Representation
604
+
605
+ property :end_time, as: 'endTime'
606
+ property :start_time, as: 'startTime'
607
+ property :state, as: 'state'
608
+ end
609
+ end
610
+
479
611
  class ListBucketsResponse
480
612
  # @private
481
613
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -494,6 +626,15 @@ module Google
494
626
  end
495
627
  end
496
628
 
629
+ class ListLinksResponse
630
+ # @private
631
+ class Representation < Google::Apis::Core::JsonRepresentation
632
+ collection :links, as: 'links', class: Google::Apis::LoggingV2::Link, decorator: Google::Apis::LoggingV2::Link::Representation
633
+
634
+ property :next_page_token, as: 'nextPageToken'
635
+ end
636
+ end
637
+
497
638
  class ListLocationsResponse
498
639
  # @private
499
640
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -588,9 +729,17 @@ module Google
588
729
  end
589
730
  end
590
731
 
732
+ class LocationMetadata
733
+ # @private
734
+ class Representation < Google::Apis::Core::JsonRepresentation
735
+ property :log_analytics_enabled, as: 'logAnalyticsEnabled'
736
+ end
737
+ end
738
+
591
739
  class LogBucket
592
740
  # @private
593
741
  class Representation < Google::Apis::Core::JsonRepresentation
742
+ property :analytics_enabled, as: 'analyticsEnabled'
594
743
  property :cmek_settings, as: 'cmekSettings', class: Google::Apis::LoggingV2::CmekSettings, decorator: Google::Apis::LoggingV2::CmekSettings::Representation
595
744
 
596
745
  property :create_time, as: 'createTime'
@@ -919,6 +1068,16 @@ module Google
919
1068
  end
920
1069
  end
921
1070
 
1071
+ class UpdateBucketRequest
1072
+ # @private
1073
+ class Representation < Google::Apis::Core::JsonRepresentation
1074
+ property :bucket, as: 'bucket', class: Google::Apis::LoggingV2::LogBucket, decorator: Google::Apis::LoggingV2::LogBucket::Representation
1075
+
1076
+ property :name, as: 'name'
1077
+ property :update_mask, as: 'updateMask'
1078
+ end
1079
+ end
1080
+
922
1081
  class WriteLogEntriesRequest
923
1082
  # @private
924
1083
  class Representation < Google::Apis::Core::JsonRepresentation