google-apis-compute_beta 0.28.0 → 0.29.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.
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ComputeBeta
18
18
  # Version of the google-apis-compute_beta gem
19
- GEM_VERSION = "0.28.0"
19
+ GEM_VERSION = "0.29.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220301"
25
+ REVISION = "20220312"
26
26
  end
27
27
  end
28
28
  end
@@ -2434,6 +2434,48 @@ module Google
2434
2434
  include Google::Apis::Core::JsonObjectSupport
2435
2435
  end
2436
2436
 
2437
+ class NetworkEdgeSecurityService
2438
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2439
+
2440
+ include Google::Apis::Core::JsonObjectSupport
2441
+ end
2442
+
2443
+ class NetworkEdgeSecurityServiceAggregatedList
2444
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2445
+
2446
+ class Warning
2447
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2448
+
2449
+ class Datum
2450
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2451
+
2452
+ include Google::Apis::Core::JsonObjectSupport
2453
+ end
2454
+
2455
+ include Google::Apis::Core::JsonObjectSupport
2456
+ end
2457
+
2458
+ include Google::Apis::Core::JsonObjectSupport
2459
+ end
2460
+
2461
+ class NetworkEdgeSecurityServicesScopedList
2462
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2463
+
2464
+ class Warning
2465
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2466
+
2467
+ class Datum
2468
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2469
+
2470
+ include Google::Apis::Core::JsonObjectSupport
2471
+ end
2472
+
2473
+ include Google::Apis::Core::JsonObjectSupport
2474
+ end
2475
+
2476
+ include Google::Apis::Core::JsonObjectSupport
2477
+ end
2478
+
2437
2479
  class NetworkEndpoint
2438
2480
  class Representation < Google::Apis::Core::JsonRepresentation; end
2439
2481
 
@@ -4090,12 +4132,48 @@ module Google
4090
4132
  include Google::Apis::Core::JsonObjectSupport
4091
4133
  end
4092
4134
 
4135
+ class SecurityPoliciesAggregatedList
4136
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4137
+
4138
+ class Warning
4139
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4140
+
4141
+ class Datum
4142
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4143
+
4144
+ include Google::Apis::Core::JsonObjectSupport
4145
+ end
4146
+
4147
+ include Google::Apis::Core::JsonObjectSupport
4148
+ end
4149
+
4150
+ include Google::Apis::Core::JsonObjectSupport
4151
+ end
4152
+
4093
4153
  class SecurityPoliciesListPreconfiguredExpressionSetsResponse
4094
4154
  class Representation < Google::Apis::Core::JsonRepresentation; end
4095
4155
 
4096
4156
  include Google::Apis::Core::JsonObjectSupport
4097
4157
  end
4098
4158
 
4159
+ class SecurityPoliciesScopedList
4160
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4161
+
4162
+ class Warning
4163
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4164
+
4165
+ class Datum
4166
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4167
+
4168
+ include Google::Apis::Core::JsonObjectSupport
4169
+ end
4170
+
4171
+ include Google::Apis::Core::JsonObjectSupport
4172
+ end
4173
+
4174
+ include Google::Apis::Core::JsonObjectSupport
4175
+ end
4176
+
4099
4177
  class SecurityPoliciesWafConfig
4100
4178
  class Representation < Google::Apis::Core::JsonRepresentation; end
4101
4179
 
@@ -4132,6 +4210,12 @@ module Google
4132
4210
  include Google::Apis::Core::JsonObjectSupport
4133
4211
  end
4134
4212
 
4213
+ class SecurityPolicyDdosProtectionConfig
4214
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4215
+
4216
+ include Google::Apis::Core::JsonObjectSupport
4217
+ end
4218
+
4135
4219
  class SecurityPolicyList
4136
4220
  class Representation < Google::Apis::Core::JsonRepresentation; end
4137
4221
 
@@ -10235,6 +10319,84 @@ module Google
10235
10319
  end
10236
10320
  end
10237
10321
 
10322
+ class NetworkEdgeSecurityService
10323
+ # @private
10324
+ class Representation < Google::Apis::Core::JsonRepresentation
10325
+ property :creation_timestamp, as: 'creationTimestamp'
10326
+ property :description, as: 'description'
10327
+ property :fingerprint, :base64 => true, as: 'fingerprint'
10328
+ property :id, :numeric_string => true, as: 'id'
10329
+ property :kind, as: 'kind'
10330
+ property :name, as: 'name'
10331
+ property :region, as: 'region'
10332
+ property :security_policy, as: 'securityPolicy'
10333
+ property :self_link, as: 'selfLink'
10334
+ property :self_link_with_id, as: 'selfLinkWithId'
10335
+ end
10336
+ end
10337
+
10338
+ class NetworkEdgeSecurityServiceAggregatedList
10339
+ # @private
10340
+ class Representation < Google::Apis::Core::JsonRepresentation
10341
+ property :etag, as: 'etag'
10342
+ property :id, as: 'id'
10343
+ hash :items, as: 'items', class: Google::Apis::ComputeBeta::NetworkEdgeSecurityServicesScopedList, decorator: Google::Apis::ComputeBeta::NetworkEdgeSecurityServicesScopedList::Representation
10344
+
10345
+ property :kind, as: 'kind'
10346
+ property :next_page_token, as: 'nextPageToken'
10347
+ property :self_link, as: 'selfLink'
10348
+ collection :unreachables, as: 'unreachables'
10349
+ property :warning, as: 'warning', class: Google::Apis::ComputeBeta::NetworkEdgeSecurityServiceAggregatedList::Warning, decorator: Google::Apis::ComputeBeta::NetworkEdgeSecurityServiceAggregatedList::Warning::Representation
10350
+
10351
+ end
10352
+
10353
+ class Warning
10354
+ # @private
10355
+ class Representation < Google::Apis::Core::JsonRepresentation
10356
+ property :code, as: 'code'
10357
+ collection :data, as: 'data', class: Google::Apis::ComputeBeta::NetworkEdgeSecurityServiceAggregatedList::Warning::Datum, decorator: Google::Apis::ComputeBeta::NetworkEdgeSecurityServiceAggregatedList::Warning::Datum::Representation
10358
+
10359
+ property :message, as: 'message'
10360
+ end
10361
+
10362
+ class Datum
10363
+ # @private
10364
+ class Representation < Google::Apis::Core::JsonRepresentation
10365
+ property :key, as: 'key'
10366
+ property :value, as: 'value'
10367
+ end
10368
+ end
10369
+ end
10370
+ end
10371
+
10372
+ class NetworkEdgeSecurityServicesScopedList
10373
+ # @private
10374
+ class Representation < Google::Apis::Core::JsonRepresentation
10375
+ collection :network_edge_security_services, as: 'networkEdgeSecurityServices', class: Google::Apis::ComputeBeta::NetworkEdgeSecurityService, decorator: Google::Apis::ComputeBeta::NetworkEdgeSecurityService::Representation
10376
+
10377
+ property :warning, as: 'warning', class: Google::Apis::ComputeBeta::NetworkEdgeSecurityServicesScopedList::Warning, decorator: Google::Apis::ComputeBeta::NetworkEdgeSecurityServicesScopedList::Warning::Representation
10378
+
10379
+ end
10380
+
10381
+ class Warning
10382
+ # @private
10383
+ class Representation < Google::Apis::Core::JsonRepresentation
10384
+ property :code, as: 'code'
10385
+ collection :data, as: 'data', class: Google::Apis::ComputeBeta::NetworkEdgeSecurityServicesScopedList::Warning::Datum, decorator: Google::Apis::ComputeBeta::NetworkEdgeSecurityServicesScopedList::Warning::Datum::Representation
10386
+
10387
+ property :message, as: 'message'
10388
+ end
10389
+
10390
+ class Datum
10391
+ # @private
10392
+ class Representation < Google::Apis::Core::JsonRepresentation
10393
+ property :key, as: 'key'
10394
+ property :value, as: 'value'
10395
+ end
10396
+ end
10397
+ end
10398
+ end
10399
+
10238
10400
  class NetworkEndpoint
10239
10401
  # @private
10240
10402
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -12764,6 +12926,7 @@ module Google
12764
12926
  property :next_hop_peering, as: 'nextHopPeering'
12765
12927
  property :next_hop_vpn_tunnel, as: 'nextHopVpnTunnel'
12766
12928
  property :priority, as: 'priority'
12929
+ property :route_status, as: 'routeStatus'
12767
12930
  property :route_type, as: 'routeType'
12768
12931
  property :self_link, as: 'selfLink'
12769
12932
  collection :tags, as: 'tags'
@@ -13260,6 +13423,40 @@ module Google
13260
13423
  end
13261
13424
  end
13262
13425
 
13426
+ class SecurityPoliciesAggregatedList
13427
+ # @private
13428
+ class Representation < Google::Apis::Core::JsonRepresentation
13429
+ property :etag, as: 'etag'
13430
+ property :id, as: 'id'
13431
+ hash :items, as: 'items', class: Google::Apis::ComputeBeta::SecurityPoliciesScopedList, decorator: Google::Apis::ComputeBeta::SecurityPoliciesScopedList::Representation
13432
+
13433
+ property :kind, as: 'kind'
13434
+ property :next_page_token, as: 'nextPageToken'
13435
+ property :self_link, as: 'selfLink'
13436
+ collection :unreachables, as: 'unreachables'
13437
+ property :warning, as: 'warning', class: Google::Apis::ComputeBeta::SecurityPoliciesAggregatedList::Warning, decorator: Google::Apis::ComputeBeta::SecurityPoliciesAggregatedList::Warning::Representation
13438
+
13439
+ end
13440
+
13441
+ class Warning
13442
+ # @private
13443
+ class Representation < Google::Apis::Core::JsonRepresentation
13444
+ property :code, as: 'code'
13445
+ collection :data, as: 'data', class: Google::Apis::ComputeBeta::SecurityPoliciesAggregatedList::Warning::Datum, decorator: Google::Apis::ComputeBeta::SecurityPoliciesAggregatedList::Warning::Datum::Representation
13446
+
13447
+ property :message, as: 'message'
13448
+ end
13449
+
13450
+ class Datum
13451
+ # @private
13452
+ class Representation < Google::Apis::Core::JsonRepresentation
13453
+ property :key, as: 'key'
13454
+ property :value, as: 'value'
13455
+ end
13456
+ end
13457
+ end
13458
+ end
13459
+
13263
13460
  class SecurityPoliciesListPreconfiguredExpressionSetsResponse
13264
13461
  # @private
13265
13462
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -13268,6 +13465,34 @@ module Google
13268
13465
  end
13269
13466
  end
13270
13467
 
13468
+ class SecurityPoliciesScopedList
13469
+ # @private
13470
+ class Representation < Google::Apis::Core::JsonRepresentation
13471
+ collection :security_policies, as: 'securityPolicies', class: Google::Apis::ComputeBeta::SecurityPolicy, decorator: Google::Apis::ComputeBeta::SecurityPolicy::Representation
13472
+
13473
+ property :warning, as: 'warning', class: Google::Apis::ComputeBeta::SecurityPoliciesScopedList::Warning, decorator: Google::Apis::ComputeBeta::SecurityPoliciesScopedList::Warning::Representation
13474
+
13475
+ end
13476
+
13477
+ class Warning
13478
+ # @private
13479
+ class Representation < Google::Apis::Core::JsonRepresentation
13480
+ property :code, as: 'code'
13481
+ collection :data, as: 'data', class: Google::Apis::ComputeBeta::SecurityPoliciesScopedList::Warning::Datum, decorator: Google::Apis::ComputeBeta::SecurityPoliciesScopedList::Warning::Datum::Representation
13482
+
13483
+ property :message, as: 'message'
13484
+ end
13485
+
13486
+ class Datum
13487
+ # @private
13488
+ class Representation < Google::Apis::Core::JsonRepresentation
13489
+ property :key, as: 'key'
13490
+ property :value, as: 'value'
13491
+ end
13492
+ end
13493
+ end
13494
+ end
13495
+
13271
13496
  class SecurityPoliciesWafConfig
13272
13497
  # @private
13273
13498
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -13286,6 +13511,8 @@ module Google
13286
13511
  collection :associations, as: 'associations', class: Google::Apis::ComputeBeta::SecurityPolicyAssociation, decorator: Google::Apis::ComputeBeta::SecurityPolicyAssociation::Representation
13287
13512
 
13288
13513
  property :creation_timestamp, as: 'creationTimestamp'
13514
+ property :ddos_protection_config, as: 'ddosProtectionConfig', class: Google::Apis::ComputeBeta::SecurityPolicyDdosProtectionConfig, decorator: Google::Apis::ComputeBeta::SecurityPolicyDdosProtectionConfig::Representation
13515
+
13289
13516
  property :description, as: 'description'
13290
13517
  property :display_name, as: 'displayName'
13291
13518
  property :fingerprint, :base64 => true, as: 'fingerprint'
@@ -13297,6 +13524,7 @@ module Google
13297
13524
  property :parent, as: 'parent'
13298
13525
  property :recaptcha_options_config, as: 'recaptchaOptionsConfig', class: Google::Apis::ComputeBeta::SecurityPolicyRecaptchaOptionsConfig, decorator: Google::Apis::ComputeBeta::SecurityPolicyRecaptchaOptionsConfig::Representation
13299
13526
 
13527
+ property :region, as: 'region'
13300
13528
  property :rule_tuple_count, as: 'ruleTupleCount'
13301
13529
  collection :rules, as: 'rules', class: Google::Apis::ComputeBeta::SecurityPolicyRule, decorator: Google::Apis::ComputeBeta::SecurityPolicyRule::Representation
13302
13530
 
@@ -13340,6 +13568,13 @@ module Google
13340
13568
  end
13341
13569
  end
13342
13570
 
13571
+ class SecurityPolicyDdosProtectionConfig
13572
+ # @private
13573
+ class Representation < Google::Apis::Core::JsonRepresentation
13574
+ property :ddos_protection, as: 'ddosProtection'
13575
+ end
13576
+ end
13577
+
13343
13578
  class SecurityPolicyList
13344
13579
  # @private
13345
13580
  class Representation < Google::Apis::Core::JsonRepresentation