google-apis-networksecurity_v1 0.32.0 → 0.34.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +9 -0
- data/lib/google/apis/networksecurity_v1/classes.rb +725 -17
- data/lib/google/apis/networksecurity_v1/gem_version.rb +3 -3
- data/lib/google/apis/networksecurity_v1/representations.rb +262 -0
- data/lib/google/apis/networksecurity_v1/service.rb +852 -3
- metadata +4 -7
@@ -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.
|
19
|
+
GEM_VERSION = "0.34.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250310"
|
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,66 @@ 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
|
+
|
469
|
+
class MirroringEndpointGroupConnectedDeploymentGroup
|
470
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
471
|
+
|
472
|
+
include Google::Apis::Core::JsonObjectSupport
|
473
|
+
end
|
474
|
+
|
475
|
+
class MirroringLocation
|
476
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
477
|
+
|
478
|
+
include Google::Apis::Core::JsonObjectSupport
|
479
|
+
end
|
480
|
+
|
391
481
|
class Operation
|
392
482
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
393
483
|
|
@@ -502,6 +592,14 @@ module Google
|
|
502
592
|
end
|
503
593
|
end
|
504
594
|
|
595
|
+
class AntivirusOverride
|
596
|
+
# @private
|
597
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
598
|
+
property :action, as: 'action'
|
599
|
+
property :protocol, as: 'protocol'
|
600
|
+
end
|
601
|
+
end
|
602
|
+
|
505
603
|
class AuthorizationPolicy
|
506
604
|
# @private
|
507
605
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -754,6 +852,8 @@ module Google
|
|
754
852
|
hash :labels, as: 'labels'
|
755
853
|
property :name, as: 'name'
|
756
854
|
property :reconciling, as: 'reconciling'
|
855
|
+
property :satisfies_pzi, as: 'satisfiesPzi'
|
856
|
+
property :satisfies_pzs, as: 'satisfiesPzs'
|
757
857
|
property :state, as: 'state'
|
758
858
|
property :update_time, as: 'updateTime'
|
759
859
|
end
|
@@ -921,6 +1021,7 @@ module Google
|
|
921
1021
|
collection :address_groups, as: 'addressGroups', class: Google::Apis::NetworksecurityV1::AddressGroup, decorator: Google::Apis::NetworksecurityV1::AddressGroup::Representation
|
922
1022
|
|
923
1023
|
property :next_page_token, as: 'nextPageToken'
|
1024
|
+
collection :unreachable, as: 'unreachable'
|
924
1025
|
end
|
925
1026
|
end
|
926
1027
|
|
@@ -1001,6 +1102,43 @@ module Google
|
|
1001
1102
|
end
|
1002
1103
|
end
|
1003
1104
|
|
1105
|
+
class ListMirroringDeploymentGroupsResponse
|
1106
|
+
# @private
|
1107
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1108
|
+
collection :mirroring_deployment_groups, as: 'mirroringDeploymentGroups', class: Google::Apis::NetworksecurityV1::MirroringDeploymentGroup, decorator: Google::Apis::NetworksecurityV1::MirroringDeploymentGroup::Representation
|
1109
|
+
|
1110
|
+
property :next_page_token, as: 'nextPageToken'
|
1111
|
+
end
|
1112
|
+
end
|
1113
|
+
|
1114
|
+
class ListMirroringDeploymentsResponse
|
1115
|
+
# @private
|
1116
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1117
|
+
collection :mirroring_deployments, as: 'mirroringDeployments', class: Google::Apis::NetworksecurityV1::MirroringDeployment, decorator: Google::Apis::NetworksecurityV1::MirroringDeployment::Representation
|
1118
|
+
|
1119
|
+
property :next_page_token, as: 'nextPageToken'
|
1120
|
+
collection :unreachable, as: 'unreachable'
|
1121
|
+
end
|
1122
|
+
end
|
1123
|
+
|
1124
|
+
class ListMirroringEndpointGroupAssociationsResponse
|
1125
|
+
# @private
|
1126
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1127
|
+
collection :mirroring_endpoint_group_associations, as: 'mirroringEndpointGroupAssociations', class: Google::Apis::NetworksecurityV1::MirroringEndpointGroupAssociation, decorator: Google::Apis::NetworksecurityV1::MirroringEndpointGroupAssociation::Representation
|
1128
|
+
|
1129
|
+
property :next_page_token, as: 'nextPageToken'
|
1130
|
+
end
|
1131
|
+
end
|
1132
|
+
|
1133
|
+
class ListMirroringEndpointGroupsResponse
|
1134
|
+
# @private
|
1135
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1136
|
+
collection :mirroring_endpoint_groups, as: 'mirroringEndpointGroups', class: Google::Apis::NetworksecurityV1::MirroringEndpointGroup, decorator: Google::Apis::NetworksecurityV1::MirroringEndpointGroup::Representation
|
1137
|
+
|
1138
|
+
property :next_page_token, as: 'nextPageToken'
|
1139
|
+
end
|
1140
|
+
end
|
1141
|
+
|
1004
1142
|
class ListOperationsResponse
|
1005
1143
|
# @private
|
1006
1144
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1034,6 +1172,7 @@ module Google
|
|
1034
1172
|
property :next_page_token, as: 'nextPageToken'
|
1035
1173
|
collection :server_tls_policies, as: 'serverTlsPolicies', class: Google::Apis::NetworksecurityV1::ServerTlsPolicy, decorator: Google::Apis::NetworksecurityV1::ServerTlsPolicy::Representation
|
1036
1174
|
|
1175
|
+
collection :unreachable, as: 'unreachable'
|
1037
1176
|
end
|
1038
1177
|
end
|
1039
1178
|
|
@@ -1078,6 +1217,126 @@ module Google
|
|
1078
1217
|
end
|
1079
1218
|
end
|
1080
1219
|
|
1220
|
+
class MirroringDeployment
|
1221
|
+
# @private
|
1222
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1223
|
+
property :create_time, as: 'createTime'
|
1224
|
+
property :description, as: 'description'
|
1225
|
+
property :forwarding_rule, as: 'forwardingRule'
|
1226
|
+
hash :labels, as: 'labels'
|
1227
|
+
property :mirroring_deployment_group, as: 'mirroringDeploymentGroup'
|
1228
|
+
property :name, as: 'name'
|
1229
|
+
property :reconciling, as: 'reconciling'
|
1230
|
+
property :state, as: 'state'
|
1231
|
+
property :update_time, as: 'updateTime'
|
1232
|
+
end
|
1233
|
+
end
|
1234
|
+
|
1235
|
+
class MirroringDeploymentGroup
|
1236
|
+
# @private
|
1237
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1238
|
+
collection :connected_endpoint_groups, as: 'connectedEndpointGroups', class: Google::Apis::NetworksecurityV1::MirroringDeploymentGroupConnectedEndpointGroup, decorator: Google::Apis::NetworksecurityV1::MirroringDeploymentGroupConnectedEndpointGroup::Representation
|
1239
|
+
|
1240
|
+
property :create_time, as: 'createTime'
|
1241
|
+
property :description, as: 'description'
|
1242
|
+
hash :labels, as: 'labels'
|
1243
|
+
collection :locations, as: 'locations', class: Google::Apis::NetworksecurityV1::MirroringLocation, decorator: Google::Apis::NetworksecurityV1::MirroringLocation::Representation
|
1244
|
+
|
1245
|
+
property :name, as: 'name'
|
1246
|
+
collection :nested_deployments, as: 'nestedDeployments', class: Google::Apis::NetworksecurityV1::MirroringDeploymentGroupDeployment, decorator: Google::Apis::NetworksecurityV1::MirroringDeploymentGroupDeployment::Representation
|
1247
|
+
|
1248
|
+
property :network, as: 'network'
|
1249
|
+
property :reconciling, as: 'reconciling'
|
1250
|
+
property :state, as: 'state'
|
1251
|
+
property :update_time, as: 'updateTime'
|
1252
|
+
end
|
1253
|
+
end
|
1254
|
+
|
1255
|
+
class MirroringDeploymentGroupConnectedEndpointGroup
|
1256
|
+
# @private
|
1257
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1258
|
+
property :name, as: 'name'
|
1259
|
+
end
|
1260
|
+
end
|
1261
|
+
|
1262
|
+
class MirroringDeploymentGroupDeployment
|
1263
|
+
# @private
|
1264
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1265
|
+
property :name, as: 'name'
|
1266
|
+
property :state, as: 'state'
|
1267
|
+
end
|
1268
|
+
end
|
1269
|
+
|
1270
|
+
class MirroringEndpointGroup
|
1271
|
+
# @private
|
1272
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1273
|
+
collection :associations, as: 'associations', class: Google::Apis::NetworksecurityV1::MirroringEndpointGroupAssociationDetails, decorator: Google::Apis::NetworksecurityV1::MirroringEndpointGroupAssociationDetails::Representation
|
1274
|
+
|
1275
|
+
collection :connected_deployment_groups, as: 'connectedDeploymentGroups', class: Google::Apis::NetworksecurityV1::MirroringEndpointGroupConnectedDeploymentGroup, decorator: Google::Apis::NetworksecurityV1::MirroringEndpointGroupConnectedDeploymentGroup::Representation
|
1276
|
+
|
1277
|
+
property :create_time, as: 'createTime'
|
1278
|
+
property :description, as: 'description'
|
1279
|
+
hash :labels, as: 'labels'
|
1280
|
+
property :mirroring_deployment_group, as: 'mirroringDeploymentGroup'
|
1281
|
+
property :name, as: 'name'
|
1282
|
+
property :reconciling, as: 'reconciling'
|
1283
|
+
property :state, as: 'state'
|
1284
|
+
property :update_time, as: 'updateTime'
|
1285
|
+
end
|
1286
|
+
end
|
1287
|
+
|
1288
|
+
class MirroringEndpointGroupAssociation
|
1289
|
+
# @private
|
1290
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1291
|
+
property :create_time, as: 'createTime'
|
1292
|
+
hash :labels, as: 'labels'
|
1293
|
+
collection :locations, as: 'locations', class: Google::Apis::NetworksecurityV1::MirroringLocation, decorator: Google::Apis::NetworksecurityV1::MirroringLocation::Representation
|
1294
|
+
|
1295
|
+
collection :locations_details, as: 'locationsDetails', class: Google::Apis::NetworksecurityV1::MirroringEndpointGroupAssociationLocationDetails, decorator: Google::Apis::NetworksecurityV1::MirroringEndpointGroupAssociationLocationDetails::Representation
|
1296
|
+
|
1297
|
+
property :mirroring_endpoint_group, as: 'mirroringEndpointGroup'
|
1298
|
+
property :name, as: 'name'
|
1299
|
+
property :network, as: 'network'
|
1300
|
+
property :reconciling, as: 'reconciling'
|
1301
|
+
property :state, as: 'state'
|
1302
|
+
property :update_time, as: 'updateTime'
|
1303
|
+
end
|
1304
|
+
end
|
1305
|
+
|
1306
|
+
class MirroringEndpointGroupAssociationDetails
|
1307
|
+
# @private
|
1308
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1309
|
+
property :name, as: 'name'
|
1310
|
+
property :network, as: 'network'
|
1311
|
+
property :state, as: 'state'
|
1312
|
+
end
|
1313
|
+
end
|
1314
|
+
|
1315
|
+
class MirroringEndpointGroupAssociationLocationDetails
|
1316
|
+
# @private
|
1317
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1318
|
+
property :location, as: 'location'
|
1319
|
+
property :state, as: 'state'
|
1320
|
+
end
|
1321
|
+
end
|
1322
|
+
|
1323
|
+
class MirroringEndpointGroupConnectedDeploymentGroup
|
1324
|
+
# @private
|
1325
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1326
|
+
collection :locations, as: 'locations', class: Google::Apis::NetworksecurityV1::MirroringLocation, decorator: Google::Apis::NetworksecurityV1::MirroringLocation::Representation
|
1327
|
+
|
1328
|
+
property :name, as: 'name'
|
1329
|
+
end
|
1330
|
+
end
|
1331
|
+
|
1332
|
+
class MirroringLocation
|
1333
|
+
# @private
|
1334
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1335
|
+
property :location, as: 'location'
|
1336
|
+
property :state, as: 'state'
|
1337
|
+
end
|
1338
|
+
end
|
1339
|
+
|
1081
1340
|
class Operation
|
1082
1341
|
# @private
|
1083
1342
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1146,6 +1405,7 @@ module Google
|
|
1146
1405
|
property :create_time, as: 'createTime'
|
1147
1406
|
property :custom_intercept_profile, as: 'customInterceptProfile'
|
1148
1407
|
property :custom_mirroring_profile, as: 'customMirroringProfile'
|
1408
|
+
property :data_path_id, :numeric_string => true, as: 'dataPathId'
|
1149
1409
|
property :description, as: 'description'
|
1150
1410
|
property :etag, as: 'etag'
|
1151
1411
|
hash :labels, as: 'labels'
|
@@ -1208,6 +1468,8 @@ module Google
|
|
1208
1468
|
class ThreatPreventionProfile
|
1209
1469
|
# @private
|
1210
1470
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1471
|
+
collection :antivirus_overrides, as: 'antivirusOverrides', class: Google::Apis::NetworksecurityV1::AntivirusOverride, decorator: Google::Apis::NetworksecurityV1::AntivirusOverride::Representation
|
1472
|
+
|
1211
1473
|
collection :severity_overrides, as: 'severityOverrides', class: Google::Apis::NetworksecurityV1::SeverityOverride, decorator: Google::Apis::NetworksecurityV1::SeverityOverride::Representation
|
1212
1474
|
|
1213
1475
|
collection :threat_overrides, as: 'threatOverrides', class: Google::Apis::NetworksecurityV1::ThreatOverride, decorator: Google::Apis::NetworksecurityV1::ThreatOverride::Representation
|