google-apis-logging_v2 0.65.0 → 0.67.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,6 +22,18 @@ module Google
|
|
22
22
|
module Apis
|
23
23
|
module LoggingV2
|
24
24
|
|
25
|
+
class AuditConfig
|
26
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
27
|
+
|
28
|
+
include Google::Apis::Core::JsonObjectSupport
|
29
|
+
end
|
30
|
+
|
31
|
+
class AuditLogConfig
|
32
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
33
|
+
|
34
|
+
include Google::Apis::Core::JsonObjectSupport
|
35
|
+
end
|
36
|
+
|
25
37
|
class BigQueryDataset
|
26
38
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
27
39
|
|
@@ -34,6 +46,12 @@ module Google
|
|
34
46
|
include Google::Apis::Core::JsonObjectSupport
|
35
47
|
end
|
36
48
|
|
49
|
+
class Binding
|
50
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
51
|
+
|
52
|
+
include Google::Apis::Core::JsonObjectSupport
|
53
|
+
end
|
54
|
+
|
37
55
|
class BucketMetadata
|
38
56
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
39
57
|
|
@@ -118,6 +136,24 @@ module Google
|
|
118
136
|
include Google::Apis::Core::JsonObjectSupport
|
119
137
|
end
|
120
138
|
|
139
|
+
class Expr
|
140
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
141
|
+
|
142
|
+
include Google::Apis::Core::JsonObjectSupport
|
143
|
+
end
|
144
|
+
|
145
|
+
class GetIamPolicyRequest
|
146
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
147
|
+
|
148
|
+
include Google::Apis::Core::JsonObjectSupport
|
149
|
+
end
|
150
|
+
|
151
|
+
class GetPolicyOptions
|
152
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
153
|
+
|
154
|
+
include Google::Apis::Core::JsonObjectSupport
|
155
|
+
end
|
156
|
+
|
121
157
|
class HttpRequest
|
122
158
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
123
159
|
|
@@ -364,6 +400,12 @@ module Google
|
|
364
400
|
include Google::Apis::Core::JsonObjectSupport
|
365
401
|
end
|
366
402
|
|
403
|
+
class Policy
|
404
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
405
|
+
|
406
|
+
include Google::Apis::Core::JsonObjectSupport
|
407
|
+
end
|
408
|
+
|
367
409
|
class RecentQuery
|
368
410
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
369
411
|
|
@@ -382,6 +424,12 @@ module Google
|
|
382
424
|
include Google::Apis::Core::JsonObjectSupport
|
383
425
|
end
|
384
426
|
|
427
|
+
class SetIamPolicyRequest
|
428
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
429
|
+
|
430
|
+
include Google::Apis::Core::JsonObjectSupport
|
431
|
+
end
|
432
|
+
|
385
433
|
class Settings
|
386
434
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
387
435
|
|
@@ -430,6 +478,18 @@ module Google
|
|
430
478
|
include Google::Apis::Core::JsonObjectSupport
|
431
479
|
end
|
432
480
|
|
481
|
+
class TestIamPermissionsRequest
|
482
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
483
|
+
|
484
|
+
include Google::Apis::Core::JsonObjectSupport
|
485
|
+
end
|
486
|
+
|
487
|
+
class TestIamPermissionsResponse
|
488
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
489
|
+
|
490
|
+
include Google::Apis::Core::JsonObjectSupport
|
491
|
+
end
|
492
|
+
|
433
493
|
class UndeleteBucketRequest
|
434
494
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
435
495
|
|
@@ -454,6 +514,23 @@ module Google
|
|
454
514
|
include Google::Apis::Core::JsonObjectSupport
|
455
515
|
end
|
456
516
|
|
517
|
+
class AuditConfig
|
518
|
+
# @private
|
519
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
520
|
+
collection :audit_log_configs, as: 'auditLogConfigs', class: Google::Apis::LoggingV2::AuditLogConfig, decorator: Google::Apis::LoggingV2::AuditLogConfig::Representation
|
521
|
+
|
522
|
+
property :service, as: 'service'
|
523
|
+
end
|
524
|
+
end
|
525
|
+
|
526
|
+
class AuditLogConfig
|
527
|
+
# @private
|
528
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
529
|
+
collection :exempted_members, as: 'exemptedMembers'
|
530
|
+
property :log_type, as: 'logType'
|
531
|
+
end
|
532
|
+
end
|
533
|
+
|
457
534
|
class BigQueryDataset
|
458
535
|
# @private
|
459
536
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -469,6 +546,16 @@ module Google
|
|
469
546
|
end
|
470
547
|
end
|
471
548
|
|
549
|
+
class Binding
|
550
|
+
# @private
|
551
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
552
|
+
property :condition, as: 'condition', class: Google::Apis::LoggingV2::Expr, decorator: Google::Apis::LoggingV2::Expr::Representation
|
553
|
+
|
554
|
+
collection :members, as: 'members'
|
555
|
+
property :role, as: 'role'
|
556
|
+
end
|
557
|
+
end
|
558
|
+
|
472
559
|
class BucketMetadata
|
473
560
|
# @private
|
474
561
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -602,6 +689,31 @@ module Google
|
|
602
689
|
end
|
603
690
|
end
|
604
691
|
|
692
|
+
class Expr
|
693
|
+
# @private
|
694
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
695
|
+
property :description, as: 'description'
|
696
|
+
property :expression, as: 'expression'
|
697
|
+
property :location, as: 'location'
|
698
|
+
property :title, as: 'title'
|
699
|
+
end
|
700
|
+
end
|
701
|
+
|
702
|
+
class GetIamPolicyRequest
|
703
|
+
# @private
|
704
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
705
|
+
property :options, as: 'options', class: Google::Apis::LoggingV2::GetPolicyOptions, decorator: Google::Apis::LoggingV2::GetPolicyOptions::Representation
|
706
|
+
|
707
|
+
end
|
708
|
+
end
|
709
|
+
|
710
|
+
class GetPolicyOptions
|
711
|
+
# @private
|
712
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
713
|
+
property :requested_policy_version, as: 'requestedPolicyVersion'
|
714
|
+
end
|
715
|
+
end
|
716
|
+
|
605
717
|
class HttpRequest
|
606
718
|
# @private
|
607
719
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -956,8 +1068,10 @@ module Google
|
|
956
1068
|
|
957
1069
|
property :filter, as: 'filter'
|
958
1070
|
property :include_children, as: 'includeChildren'
|
1071
|
+
property :intercept_children, as: 'interceptChildren'
|
959
1072
|
property :name, as: 'name'
|
960
1073
|
property :output_version_format, as: 'outputVersionFormat'
|
1074
|
+
property :resource_name, as: 'resourceName'
|
961
1075
|
property :update_time, as: 'updateTime'
|
962
1076
|
property :writer_identity, as: 'writerIdentity'
|
963
1077
|
end
|
@@ -1070,6 +1184,18 @@ module Google
|
|
1070
1184
|
end
|
1071
1185
|
end
|
1072
1186
|
|
1187
|
+
class Policy
|
1188
|
+
# @private
|
1189
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1190
|
+
collection :audit_configs, as: 'auditConfigs', class: Google::Apis::LoggingV2::AuditConfig, decorator: Google::Apis::LoggingV2::AuditConfig::Representation
|
1191
|
+
|
1192
|
+
collection :bindings, as: 'bindings', class: Google::Apis::LoggingV2::Binding, decorator: Google::Apis::LoggingV2::Binding::Representation
|
1193
|
+
|
1194
|
+
property :etag, :base64 => true, as: 'etag'
|
1195
|
+
property :version, as: 'version'
|
1196
|
+
end
|
1197
|
+
end
|
1198
|
+
|
1073
1199
|
class RecentQuery
|
1074
1200
|
# @private
|
1075
1201
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1140,6 +1266,15 @@ module Google
|
|
1140
1266
|
end
|
1141
1267
|
end
|
1142
1268
|
|
1269
|
+
class SetIamPolicyRequest
|
1270
|
+
# @private
|
1271
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1272
|
+
property :policy, as: 'policy', class: Google::Apis::LoggingV2::Policy, decorator: Google::Apis::LoggingV2::Policy::Representation
|
1273
|
+
|
1274
|
+
property :update_mask, as: 'updateMask'
|
1275
|
+
end
|
1276
|
+
end
|
1277
|
+
|
1143
1278
|
class Settings
|
1144
1279
|
# @private
|
1145
1280
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1214,6 +1349,20 @@ module Google
|
|
1214
1349
|
end
|
1215
1350
|
end
|
1216
1351
|
|
1352
|
+
class TestIamPermissionsRequest
|
1353
|
+
# @private
|
1354
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1355
|
+
collection :permissions, as: 'permissions'
|
1356
|
+
end
|
1357
|
+
end
|
1358
|
+
|
1359
|
+
class TestIamPermissionsResponse
|
1360
|
+
# @private
|
1361
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1362
|
+
collection :permissions, as: 'permissions'
|
1363
|
+
end
|
1364
|
+
end
|
1365
|
+
|
1217
1366
|
class UndeleteBucketRequest
|
1218
1367
|
# @private
|
1219
1368
|
class Representation < Google::Apis::Core::JsonRepresentation
|