google-apis-networksecurity_v1 0.32.0 → 0.33.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 NetworksecurityV1
18
18
  # Version of the google-apis-networksecurity_v1 gem
19
- GEM_VERSION = "0.32.0"
19
+ GEM_VERSION = "0.33.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.1"
22
+ GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241202"
25
+ REVISION = "20250217"
26
26
  end
27
27
  end
28
28
  end
@@ -34,6 +34,12 @@ module Google
34
34
  include Google::Apis::Core::JsonObjectSupport
35
35
  end
36
36
 
37
+ class AntivirusOverride
38
+ class Representation < Google::Apis::Core::JsonRepresentation; end
39
+
40
+ include Google::Apis::Core::JsonObjectSupport
41
+ end
42
+
37
43
  class AuthorizationPolicy
38
44
  class Representation < Google::Apis::Core::JsonRepresentation; end
39
45
 
@@ -340,6 +346,30 @@ module Google
340
346
  include Google::Apis::Core::JsonObjectSupport
341
347
  end
342
348
 
349
+ class ListMirroringDeploymentGroupsResponse
350
+ class Representation < Google::Apis::Core::JsonRepresentation; end
351
+
352
+ include Google::Apis::Core::JsonObjectSupport
353
+ end
354
+
355
+ class ListMirroringDeploymentsResponse
356
+ class Representation < Google::Apis::Core::JsonRepresentation; end
357
+
358
+ include Google::Apis::Core::JsonObjectSupport
359
+ end
360
+
361
+ class ListMirroringEndpointGroupAssociationsResponse
362
+ class Representation < Google::Apis::Core::JsonRepresentation; end
363
+
364
+ include Google::Apis::Core::JsonObjectSupport
365
+ end
366
+
367
+ class ListMirroringEndpointGroupsResponse
368
+ class Representation < Google::Apis::Core::JsonRepresentation; end
369
+
370
+ include Google::Apis::Core::JsonObjectSupport
371
+ end
372
+
343
373
  class ListOperationsResponse
344
374
  class Representation < Google::Apis::Core::JsonRepresentation; end
345
375
 
@@ -388,6 +418,54 @@ module Google
388
418
  include Google::Apis::Core::JsonObjectSupport
389
419
  end
390
420
 
421
+ class MirroringDeployment
422
+ class Representation < Google::Apis::Core::JsonRepresentation; end
423
+
424
+ include Google::Apis::Core::JsonObjectSupport
425
+ end
426
+
427
+ class MirroringDeploymentGroup
428
+ class Representation < Google::Apis::Core::JsonRepresentation; end
429
+
430
+ include Google::Apis::Core::JsonObjectSupport
431
+ end
432
+
433
+ class MirroringDeploymentGroupConnectedEndpointGroup
434
+ class Representation < Google::Apis::Core::JsonRepresentation; end
435
+
436
+ include Google::Apis::Core::JsonObjectSupport
437
+ end
438
+
439
+ class MirroringDeploymentGroupDeployment
440
+ class Representation < Google::Apis::Core::JsonRepresentation; end
441
+
442
+ include Google::Apis::Core::JsonObjectSupport
443
+ end
444
+
445
+ class MirroringEndpointGroup
446
+ class Representation < Google::Apis::Core::JsonRepresentation; end
447
+
448
+ include Google::Apis::Core::JsonObjectSupport
449
+ end
450
+
451
+ class MirroringEndpointGroupAssociation
452
+ class Representation < Google::Apis::Core::JsonRepresentation; end
453
+
454
+ include Google::Apis::Core::JsonObjectSupport
455
+ end
456
+
457
+ class MirroringEndpointGroupAssociationDetails
458
+ class Representation < Google::Apis::Core::JsonRepresentation; end
459
+
460
+ include Google::Apis::Core::JsonObjectSupport
461
+ end
462
+
463
+ class MirroringEndpointGroupAssociationLocationDetails
464
+ class Representation < Google::Apis::Core::JsonRepresentation; end
465
+
466
+ include Google::Apis::Core::JsonObjectSupport
467
+ end
468
+
391
469
  class Operation
392
470
  class Representation < Google::Apis::Core::JsonRepresentation; end
393
471
 
@@ -502,6 +580,14 @@ module Google
502
580
  end
503
581
  end
504
582
 
583
+ class AntivirusOverride
584
+ # @private
585
+ class Representation < Google::Apis::Core::JsonRepresentation
586
+ property :action, as: 'action'
587
+ property :protocol, as: 'protocol'
588
+ end
589
+ end
590
+
505
591
  class AuthorizationPolicy
506
592
  # @private
507
593
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -754,6 +840,8 @@ module Google
754
840
  hash :labels, as: 'labels'
755
841
  property :name, as: 'name'
756
842
  property :reconciling, as: 'reconciling'
843
+ property :satisfies_pzi, as: 'satisfiesPzi'
844
+ property :satisfies_pzs, as: 'satisfiesPzs'
757
845
  property :state, as: 'state'
758
846
  property :update_time, as: 'updateTime'
759
847
  end
@@ -921,6 +1009,7 @@ module Google
921
1009
  collection :address_groups, as: 'addressGroups', class: Google::Apis::NetworksecurityV1::AddressGroup, decorator: Google::Apis::NetworksecurityV1::AddressGroup::Representation
922
1010
 
923
1011
  property :next_page_token, as: 'nextPageToken'
1012
+ collection :unreachable, as: 'unreachable'
924
1013
  end
925
1014
  end
926
1015
 
@@ -1001,6 +1090,43 @@ module Google
1001
1090
  end
1002
1091
  end
1003
1092
 
1093
+ class ListMirroringDeploymentGroupsResponse
1094
+ # @private
1095
+ class Representation < Google::Apis::Core::JsonRepresentation
1096
+ collection :mirroring_deployment_groups, as: 'mirroringDeploymentGroups', class: Google::Apis::NetworksecurityV1::MirroringDeploymentGroup, decorator: Google::Apis::NetworksecurityV1::MirroringDeploymentGroup::Representation
1097
+
1098
+ property :next_page_token, as: 'nextPageToken'
1099
+ end
1100
+ end
1101
+
1102
+ class ListMirroringDeploymentsResponse
1103
+ # @private
1104
+ class Representation < Google::Apis::Core::JsonRepresentation
1105
+ collection :mirroring_deployments, as: 'mirroringDeployments', class: Google::Apis::NetworksecurityV1::MirroringDeployment, decorator: Google::Apis::NetworksecurityV1::MirroringDeployment::Representation
1106
+
1107
+ property :next_page_token, as: 'nextPageToken'
1108
+ collection :unreachable, as: 'unreachable'
1109
+ end
1110
+ end
1111
+
1112
+ class ListMirroringEndpointGroupAssociationsResponse
1113
+ # @private
1114
+ class Representation < Google::Apis::Core::JsonRepresentation
1115
+ collection :mirroring_endpoint_group_associations, as: 'mirroringEndpointGroupAssociations', class: Google::Apis::NetworksecurityV1::MirroringEndpointGroupAssociation, decorator: Google::Apis::NetworksecurityV1::MirroringEndpointGroupAssociation::Representation
1116
+
1117
+ property :next_page_token, as: 'nextPageToken'
1118
+ end
1119
+ end
1120
+
1121
+ class ListMirroringEndpointGroupsResponse
1122
+ # @private
1123
+ class Representation < Google::Apis::Core::JsonRepresentation
1124
+ collection :mirroring_endpoint_groups, as: 'mirroringEndpointGroups', class: Google::Apis::NetworksecurityV1::MirroringEndpointGroup, decorator: Google::Apis::NetworksecurityV1::MirroringEndpointGroup::Representation
1125
+
1126
+ property :next_page_token, as: 'nextPageToken'
1127
+ end
1128
+ end
1129
+
1004
1130
  class ListOperationsResponse
1005
1131
  # @private
1006
1132
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1078,6 +1204,103 @@ module Google
1078
1204
  end
1079
1205
  end
1080
1206
 
1207
+ class MirroringDeployment
1208
+ # @private
1209
+ class Representation < Google::Apis::Core::JsonRepresentation
1210
+ property :create_time, as: 'createTime'
1211
+ property :description, as: 'description'
1212
+ property :forwarding_rule, as: 'forwardingRule'
1213
+ hash :labels, as: 'labels'
1214
+ property :mirroring_deployment_group, as: 'mirroringDeploymentGroup'
1215
+ property :name, as: 'name'
1216
+ property :reconciling, as: 'reconciling'
1217
+ property :state, as: 'state'
1218
+ property :update_time, as: 'updateTime'
1219
+ end
1220
+ end
1221
+
1222
+ class MirroringDeploymentGroup
1223
+ # @private
1224
+ class Representation < Google::Apis::Core::JsonRepresentation
1225
+ collection :connected_endpoint_groups, as: 'connectedEndpointGroups', class: Google::Apis::NetworksecurityV1::MirroringDeploymentGroupConnectedEndpointGroup, decorator: Google::Apis::NetworksecurityV1::MirroringDeploymentGroupConnectedEndpointGroup::Representation
1226
+
1227
+ property :create_time, as: 'createTime'
1228
+ property :description, as: 'description'
1229
+ hash :labels, as: 'labels'
1230
+ property :name, as: 'name'
1231
+ collection :nested_deployments, as: 'nestedDeployments', class: Google::Apis::NetworksecurityV1::MirroringDeploymentGroupDeployment, decorator: Google::Apis::NetworksecurityV1::MirroringDeploymentGroupDeployment::Representation
1232
+
1233
+ property :network, as: 'network'
1234
+ property :reconciling, as: 'reconciling'
1235
+ property :state, as: 'state'
1236
+ property :update_time, as: 'updateTime'
1237
+ end
1238
+ end
1239
+
1240
+ class MirroringDeploymentGroupConnectedEndpointGroup
1241
+ # @private
1242
+ class Representation < Google::Apis::Core::JsonRepresentation
1243
+ property :name, as: 'name'
1244
+ end
1245
+ end
1246
+
1247
+ class MirroringDeploymentGroupDeployment
1248
+ # @private
1249
+ class Representation < Google::Apis::Core::JsonRepresentation
1250
+ property :name, as: 'name'
1251
+ property :state, as: 'state'
1252
+ end
1253
+ end
1254
+
1255
+ class MirroringEndpointGroup
1256
+ # @private
1257
+ class Representation < Google::Apis::Core::JsonRepresentation
1258
+ collection :associations, as: 'associations', class: Google::Apis::NetworksecurityV1::MirroringEndpointGroupAssociationDetails, decorator: Google::Apis::NetworksecurityV1::MirroringEndpointGroupAssociationDetails::Representation
1259
+
1260
+ property :create_time, as: 'createTime'
1261
+ property :description, as: 'description'
1262
+ hash :labels, as: 'labels'
1263
+ property :mirroring_deployment_group, as: 'mirroringDeploymentGroup'
1264
+ property :name, as: 'name'
1265
+ property :reconciling, as: 'reconciling'
1266
+ property :state, as: 'state'
1267
+ property :update_time, as: 'updateTime'
1268
+ end
1269
+ end
1270
+
1271
+ class MirroringEndpointGroupAssociation
1272
+ # @private
1273
+ class Representation < Google::Apis::Core::JsonRepresentation
1274
+ property :create_time, as: 'createTime'
1275
+ hash :labels, as: 'labels'
1276
+ collection :locations_details, as: 'locationsDetails', class: Google::Apis::NetworksecurityV1::MirroringEndpointGroupAssociationLocationDetails, decorator: Google::Apis::NetworksecurityV1::MirroringEndpointGroupAssociationLocationDetails::Representation
1277
+
1278
+ property :mirroring_endpoint_group, as: 'mirroringEndpointGroup'
1279
+ property :name, as: 'name'
1280
+ property :network, as: 'network'
1281
+ property :reconciling, as: 'reconciling'
1282
+ property :state, as: 'state'
1283
+ property :update_time, as: 'updateTime'
1284
+ end
1285
+ end
1286
+
1287
+ class MirroringEndpointGroupAssociationDetails
1288
+ # @private
1289
+ class Representation < Google::Apis::Core::JsonRepresentation
1290
+ property :name, as: 'name'
1291
+ property :network, as: 'network'
1292
+ property :state, as: 'state'
1293
+ end
1294
+ end
1295
+
1296
+ class MirroringEndpointGroupAssociationLocationDetails
1297
+ # @private
1298
+ class Representation < Google::Apis::Core::JsonRepresentation
1299
+ property :location, as: 'location'
1300
+ property :state, as: 'state'
1301
+ end
1302
+ end
1303
+
1081
1304
  class Operation
1082
1305
  # @private
1083
1306
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1146,6 +1369,7 @@ module Google
1146
1369
  property :create_time, as: 'createTime'
1147
1370
  property :custom_intercept_profile, as: 'customInterceptProfile'
1148
1371
  property :custom_mirroring_profile, as: 'customMirroringProfile'
1372
+ property :data_path_id, :numeric_string => true, as: 'dataPathId'
1149
1373
  property :description, as: 'description'
1150
1374
  property :etag, as: 'etag'
1151
1375
  hash :labels, as: 'labels'
@@ -1208,6 +1432,8 @@ module Google
1208
1432
  class ThreatPreventionProfile
1209
1433
  # @private
1210
1434
  class Representation < Google::Apis::Core::JsonRepresentation
1435
+ collection :antivirus_overrides, as: 'antivirusOverrides', class: Google::Apis::NetworksecurityV1::AntivirusOverride, decorator: Google::Apis::NetworksecurityV1::AntivirusOverride::Representation
1436
+
1211
1437
  collection :severity_overrides, as: 'severityOverrides', class: Google::Apis::NetworksecurityV1::SeverityOverride, decorator: Google::Apis::NetworksecurityV1::SeverityOverride::Representation
1212
1438
 
1213
1439
  collection :threat_overrides, as: 'threatOverrides', class: Google::Apis::NetworksecurityV1::ThreatOverride, decorator: Google::Apis::NetworksecurityV1::ThreatOverride::Representation