google-apis-networksecurity_v1beta1 0.41.0 → 0.43.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 +8 -0
- data/lib/google/apis/networksecurity_v1beta1/classes.rb +730 -155
- data/lib/google/apis/networksecurity_v1beta1/gem_version.rb +2 -2
- data/lib/google/apis/networksecurity_v1beta1/representations.rb +180 -0
- data/lib/google/apis/networksecurity_v1beta1/service.rb +554 -419
- metadata +4 -4
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module NetworksecurityV1beta1
|
18
18
|
# Version of the google-apis-networksecurity_v1beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.43.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
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
|
|
@@ -130,6 +136,12 @@ module Google
|
|
130
136
|
include Google::Apis::Core::JsonObjectSupport
|
131
137
|
end
|
132
138
|
|
139
|
+
class BackendAuthenticationConfig
|
140
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
141
|
+
|
142
|
+
include Google::Apis::Core::JsonObjectSupport
|
143
|
+
end
|
144
|
+
|
133
145
|
class CancelOperationRequest
|
134
146
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
135
147
|
|
@@ -292,6 +304,12 @@ module Google
|
|
292
304
|
include Google::Apis::Core::JsonObjectSupport
|
293
305
|
end
|
294
306
|
|
307
|
+
class InterceptDeploymentGroupDeployment
|
308
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
309
|
+
|
310
|
+
include Google::Apis::Core::JsonObjectSupport
|
311
|
+
end
|
312
|
+
|
295
313
|
class InterceptEndpointGroup
|
296
314
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
297
315
|
|
@@ -316,6 +334,18 @@ module Google
|
|
316
334
|
include Google::Apis::Core::JsonObjectSupport
|
317
335
|
end
|
318
336
|
|
337
|
+
class InterceptEndpointGroupConnectedDeploymentGroup
|
338
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
339
|
+
|
340
|
+
include Google::Apis::Core::JsonObjectSupport
|
341
|
+
end
|
342
|
+
|
343
|
+
class InterceptLocation
|
344
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
345
|
+
|
346
|
+
include Google::Apis::Core::JsonObjectSupport
|
347
|
+
end
|
348
|
+
|
319
349
|
class ListAddressGroupReferencesResponse
|
320
350
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
321
351
|
|
@@ -346,6 +376,12 @@ module Google
|
|
346
376
|
include Google::Apis::Core::JsonObjectSupport
|
347
377
|
end
|
348
378
|
|
379
|
+
class ListBackendAuthenticationConfigsResponse
|
380
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
381
|
+
|
382
|
+
include Google::Apis::Core::JsonObjectSupport
|
383
|
+
end
|
384
|
+
|
349
385
|
class ListClientTlsPoliciesResponse
|
350
386
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
351
387
|
|
@@ -496,6 +532,12 @@ module Google
|
|
496
532
|
include Google::Apis::Core::JsonObjectSupport
|
497
533
|
end
|
498
534
|
|
535
|
+
class MirroringDeploymentGroupDeployment
|
536
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
537
|
+
|
538
|
+
include Google::Apis::Core::JsonObjectSupport
|
539
|
+
end
|
540
|
+
|
499
541
|
class MirroringEndpointGroup
|
500
542
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
501
543
|
|
@@ -508,12 +550,30 @@ module Google
|
|
508
550
|
include Google::Apis::Core::JsonObjectSupport
|
509
551
|
end
|
510
552
|
|
553
|
+
class MirroringEndpointGroupAssociationDetails
|
554
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
555
|
+
|
556
|
+
include Google::Apis::Core::JsonObjectSupport
|
557
|
+
end
|
558
|
+
|
511
559
|
class MirroringEndpointGroupAssociationLocationDetails
|
512
560
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
513
561
|
|
514
562
|
include Google::Apis::Core::JsonObjectSupport
|
515
563
|
end
|
516
564
|
|
565
|
+
class MirroringEndpointGroupConnectedDeploymentGroup
|
566
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
567
|
+
|
568
|
+
include Google::Apis::Core::JsonObjectSupport
|
569
|
+
end
|
570
|
+
|
571
|
+
class MirroringLocation
|
572
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
573
|
+
|
574
|
+
include Google::Apis::Core::JsonObjectSupport
|
575
|
+
end
|
576
|
+
|
517
577
|
class Operation
|
518
578
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
519
579
|
|
@@ -628,6 +688,14 @@ module Google
|
|
628
688
|
end
|
629
689
|
end
|
630
690
|
|
691
|
+
class AntivirusOverride
|
692
|
+
# @private
|
693
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
694
|
+
property :action, as: 'action'
|
695
|
+
property :protocol, as: 'protocol'
|
696
|
+
end
|
697
|
+
end
|
698
|
+
|
631
699
|
class AuthorizationPolicy
|
632
700
|
# @private
|
633
701
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -790,6 +858,21 @@ module Google
|
|
790
858
|
end
|
791
859
|
end
|
792
860
|
|
861
|
+
class BackendAuthenticationConfig
|
862
|
+
# @private
|
863
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
864
|
+
property :client_certificate, as: 'clientCertificate'
|
865
|
+
property :create_time, as: 'createTime'
|
866
|
+
property :description, as: 'description'
|
867
|
+
property :etag, as: 'etag'
|
868
|
+
hash :labels, as: 'labels'
|
869
|
+
property :name, as: 'name'
|
870
|
+
property :trust_config, as: 'trustConfig'
|
871
|
+
property :update_time, as: 'updateTime'
|
872
|
+
property :well_known_roots, as: 'wellKnownRoots'
|
873
|
+
end
|
874
|
+
end
|
875
|
+
|
793
876
|
class CancelOperationRequest
|
794
877
|
# @private
|
795
878
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -880,6 +963,8 @@ module Google
|
|
880
963
|
hash :labels, as: 'labels'
|
881
964
|
property :name, as: 'name'
|
882
965
|
property :reconciling, as: 'reconciling'
|
966
|
+
property :satisfies_pzi, as: 'satisfiesPzi'
|
967
|
+
property :satisfies_pzs, as: 'satisfiesPzs'
|
883
968
|
property :state, as: 'state'
|
884
969
|
property :update_time, as: 'updateTime'
|
885
970
|
end
|
@@ -1046,7 +1131,11 @@ module Google
|
|
1046
1131
|
property :create_time, as: 'createTime'
|
1047
1132
|
property :description, as: 'description'
|
1048
1133
|
hash :labels, as: 'labels'
|
1134
|
+
collection :locations, as: 'locations', class: Google::Apis::NetworksecurityV1beta1::InterceptLocation, decorator: Google::Apis::NetworksecurityV1beta1::InterceptLocation::Representation
|
1135
|
+
|
1049
1136
|
property :name, as: 'name'
|
1137
|
+
collection :nested_deployments, as: 'nestedDeployments', class: Google::Apis::NetworksecurityV1beta1::InterceptDeploymentGroupDeployment, decorator: Google::Apis::NetworksecurityV1beta1::InterceptDeploymentGroupDeployment::Representation
|
1138
|
+
|
1050
1139
|
property :network, as: 'network'
|
1051
1140
|
property :reconciling, as: 'reconciling'
|
1052
1141
|
property :state, as: 'state'
|
@@ -1061,11 +1150,21 @@ module Google
|
|
1061
1150
|
end
|
1062
1151
|
end
|
1063
1152
|
|
1153
|
+
class InterceptDeploymentGroupDeployment
|
1154
|
+
# @private
|
1155
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1156
|
+
property :name, as: 'name'
|
1157
|
+
property :state, as: 'state'
|
1158
|
+
end
|
1159
|
+
end
|
1160
|
+
|
1064
1161
|
class InterceptEndpointGroup
|
1065
1162
|
# @private
|
1066
1163
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1067
1164
|
collection :associations, as: 'associations', class: Google::Apis::NetworksecurityV1beta1::InterceptEndpointGroupAssociationDetails, decorator: Google::Apis::NetworksecurityV1beta1::InterceptEndpointGroupAssociationDetails::Representation
|
1068
1165
|
|
1166
|
+
property :connected_deployment_group, as: 'connectedDeploymentGroup', class: Google::Apis::NetworksecurityV1beta1::InterceptEndpointGroupConnectedDeploymentGroup, decorator: Google::Apis::NetworksecurityV1beta1::InterceptEndpointGroupConnectedDeploymentGroup::Representation
|
1167
|
+
|
1069
1168
|
property :create_time, as: 'createTime'
|
1070
1169
|
property :description, as: 'description'
|
1071
1170
|
property :intercept_deployment_group, as: 'interceptDeploymentGroup'
|
@@ -1083,6 +1182,8 @@ module Google
|
|
1083
1182
|
property :create_time, as: 'createTime'
|
1084
1183
|
property :intercept_endpoint_group, as: 'interceptEndpointGroup'
|
1085
1184
|
hash :labels, as: 'labels'
|
1185
|
+
collection :locations, as: 'locations', class: Google::Apis::NetworksecurityV1beta1::InterceptLocation, decorator: Google::Apis::NetworksecurityV1beta1::InterceptLocation::Representation
|
1186
|
+
|
1086
1187
|
collection :locations_details, as: 'locationsDetails', class: Google::Apis::NetworksecurityV1beta1::InterceptEndpointGroupAssociationLocationDetails, decorator: Google::Apis::NetworksecurityV1beta1::InterceptEndpointGroupAssociationLocationDetails::Representation
|
1087
1188
|
|
1088
1189
|
property :name, as: 'name'
|
@@ -1110,6 +1211,23 @@ module Google
|
|
1110
1211
|
end
|
1111
1212
|
end
|
1112
1213
|
|
1214
|
+
class InterceptEndpointGroupConnectedDeploymentGroup
|
1215
|
+
# @private
|
1216
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1217
|
+
collection :locations, as: 'locations', class: Google::Apis::NetworksecurityV1beta1::InterceptLocation, decorator: Google::Apis::NetworksecurityV1beta1::InterceptLocation::Representation
|
1218
|
+
|
1219
|
+
property :name, as: 'name'
|
1220
|
+
end
|
1221
|
+
end
|
1222
|
+
|
1223
|
+
class InterceptLocation
|
1224
|
+
# @private
|
1225
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1226
|
+
property :location, as: 'location'
|
1227
|
+
property :state, as: 'state'
|
1228
|
+
end
|
1229
|
+
end
|
1230
|
+
|
1113
1231
|
class ListAddressGroupReferencesResponse
|
1114
1232
|
# @private
|
1115
1233
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1134,6 +1252,7 @@ module Google
|
|
1134
1252
|
collection :address_groups, as: 'addressGroups', class: Google::Apis::NetworksecurityV1beta1::AddressGroup, decorator: Google::Apis::NetworksecurityV1beta1::AddressGroup::Representation
|
1135
1253
|
|
1136
1254
|
property :next_page_token, as: 'nextPageToken'
|
1255
|
+
collection :unreachable, as: 'unreachable'
|
1137
1256
|
end
|
1138
1257
|
end
|
1139
1258
|
|
@@ -1156,6 +1275,16 @@ module Google
|
|
1156
1275
|
end
|
1157
1276
|
end
|
1158
1277
|
|
1278
|
+
class ListBackendAuthenticationConfigsResponse
|
1279
|
+
# @private
|
1280
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1281
|
+
collection :backend_authentication_configs, as: 'backendAuthenticationConfigs', class: Google::Apis::NetworksecurityV1beta1::BackendAuthenticationConfig, decorator: Google::Apis::NetworksecurityV1beta1::BackendAuthenticationConfig::Representation
|
1282
|
+
|
1283
|
+
property :next_page_token, as: 'nextPageToken'
|
1284
|
+
collection :unreachable, as: 'unreachable'
|
1285
|
+
end
|
1286
|
+
end
|
1287
|
+
|
1159
1288
|
class ListClientTlsPoliciesResponse
|
1160
1289
|
# @private
|
1161
1290
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1321,6 +1450,7 @@ module Google
|
|
1321
1450
|
property :next_page_token, as: 'nextPageToken'
|
1322
1451
|
collection :server_tls_policies, as: 'serverTlsPolicies', class: Google::Apis::NetworksecurityV1beta1::ServerTlsPolicy, decorator: Google::Apis::NetworksecurityV1beta1::ServerTlsPolicy::Representation
|
1323
1452
|
|
1453
|
+
collection :unreachable, as: 'unreachable'
|
1324
1454
|
end
|
1325
1455
|
end
|
1326
1456
|
|
@@ -1369,6 +1499,7 @@ module Google
|
|
1369
1499
|
# @private
|
1370
1500
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1371
1501
|
property :create_time, as: 'createTime'
|
1502
|
+
property :description, as: 'description'
|
1372
1503
|
property :forwarding_rule, as: 'forwardingRule'
|
1373
1504
|
hash :labels, as: 'labels'
|
1374
1505
|
property :mirroring_deployment_group, as: 'mirroringDeploymentGroup'
|
@@ -1385,8 +1516,13 @@ module Google
|
|
1385
1516
|
collection :connected_endpoint_groups, as: 'connectedEndpointGroups', class: Google::Apis::NetworksecurityV1beta1::MirroringDeploymentGroupConnectedEndpointGroup, decorator: Google::Apis::NetworksecurityV1beta1::MirroringDeploymentGroupConnectedEndpointGroup::Representation
|
1386
1517
|
|
1387
1518
|
property :create_time, as: 'createTime'
|
1519
|
+
property :description, as: 'description'
|
1388
1520
|
hash :labels, as: 'labels'
|
1521
|
+
collection :locations, as: 'locations', class: Google::Apis::NetworksecurityV1beta1::MirroringLocation, decorator: Google::Apis::NetworksecurityV1beta1::MirroringLocation::Representation
|
1522
|
+
|
1389
1523
|
property :name, as: 'name'
|
1524
|
+
collection :nested_deployments, as: 'nestedDeployments', class: Google::Apis::NetworksecurityV1beta1::MirroringDeploymentGroupDeployment, decorator: Google::Apis::NetworksecurityV1beta1::MirroringDeploymentGroupDeployment::Representation
|
1525
|
+
|
1390
1526
|
property :network, as: 'network'
|
1391
1527
|
property :reconciling, as: 'reconciling'
|
1392
1528
|
property :state, as: 'state'
|
@@ -1401,10 +1537,23 @@ module Google
|
|
1401
1537
|
end
|
1402
1538
|
end
|
1403
1539
|
|
1540
|
+
class MirroringDeploymentGroupDeployment
|
1541
|
+
# @private
|
1542
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1543
|
+
property :name, as: 'name'
|
1544
|
+
property :state, as: 'state'
|
1545
|
+
end
|
1546
|
+
end
|
1547
|
+
|
1404
1548
|
class MirroringEndpointGroup
|
1405
1549
|
# @private
|
1406
1550
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1551
|
+
collection :associations, as: 'associations', class: Google::Apis::NetworksecurityV1beta1::MirroringEndpointGroupAssociationDetails, decorator: Google::Apis::NetworksecurityV1beta1::MirroringEndpointGroupAssociationDetails::Representation
|
1552
|
+
|
1553
|
+
collection :connected_deployment_groups, as: 'connectedDeploymentGroups', class: Google::Apis::NetworksecurityV1beta1::MirroringEndpointGroupConnectedDeploymentGroup, decorator: Google::Apis::NetworksecurityV1beta1::MirroringEndpointGroupConnectedDeploymentGroup::Representation
|
1554
|
+
|
1407
1555
|
property :create_time, as: 'createTime'
|
1556
|
+
property :description, as: 'description'
|
1408
1557
|
hash :labels, as: 'labels'
|
1409
1558
|
property :mirroring_deployment_group, as: 'mirroringDeploymentGroup'
|
1410
1559
|
property :name, as: 'name'
|
@@ -1419,6 +1568,8 @@ module Google
|
|
1419
1568
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1420
1569
|
property :create_time, as: 'createTime'
|
1421
1570
|
hash :labels, as: 'labels'
|
1571
|
+
collection :locations, as: 'locations', class: Google::Apis::NetworksecurityV1beta1::MirroringLocation, decorator: Google::Apis::NetworksecurityV1beta1::MirroringLocation::Representation
|
1572
|
+
|
1422
1573
|
collection :locations_details, as: 'locationsDetails', class: Google::Apis::NetworksecurityV1beta1::MirroringEndpointGroupAssociationLocationDetails, decorator: Google::Apis::NetworksecurityV1beta1::MirroringEndpointGroupAssociationLocationDetails::Representation
|
1423
1574
|
|
1424
1575
|
property :mirroring_endpoint_group, as: 'mirroringEndpointGroup'
|
@@ -1430,6 +1581,15 @@ module Google
|
|
1430
1581
|
end
|
1431
1582
|
end
|
1432
1583
|
|
1584
|
+
class MirroringEndpointGroupAssociationDetails
|
1585
|
+
# @private
|
1586
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1587
|
+
property :name, as: 'name'
|
1588
|
+
property :network, as: 'network'
|
1589
|
+
property :state, as: 'state'
|
1590
|
+
end
|
1591
|
+
end
|
1592
|
+
|
1433
1593
|
class MirroringEndpointGroupAssociationLocationDetails
|
1434
1594
|
# @private
|
1435
1595
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1438,6 +1598,23 @@ module Google
|
|
1438
1598
|
end
|
1439
1599
|
end
|
1440
1600
|
|
1601
|
+
class MirroringEndpointGroupConnectedDeploymentGroup
|
1602
|
+
# @private
|
1603
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1604
|
+
collection :locations, as: 'locations', class: Google::Apis::NetworksecurityV1beta1::MirroringLocation, decorator: Google::Apis::NetworksecurityV1beta1::MirroringLocation::Representation
|
1605
|
+
|
1606
|
+
property :name, as: 'name'
|
1607
|
+
end
|
1608
|
+
end
|
1609
|
+
|
1610
|
+
class MirroringLocation
|
1611
|
+
# @private
|
1612
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1613
|
+
property :location, as: 'location'
|
1614
|
+
property :state, as: 'state'
|
1615
|
+
end
|
1616
|
+
end
|
1617
|
+
|
1441
1618
|
class Operation
|
1442
1619
|
# @private
|
1443
1620
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1506,6 +1683,7 @@ module Google
|
|
1506
1683
|
property :create_time, as: 'createTime'
|
1507
1684
|
property :custom_intercept_profile, as: 'customInterceptProfile'
|
1508
1685
|
property :custom_mirroring_profile, as: 'customMirroringProfile'
|
1686
|
+
property :data_path_id, :numeric_string => true, as: 'dataPathId'
|
1509
1687
|
property :description, as: 'description'
|
1510
1688
|
property :etag, as: 'etag'
|
1511
1689
|
hash :labels, as: 'labels'
|
@@ -1568,6 +1746,8 @@ module Google
|
|
1568
1746
|
class ThreatPreventionProfile
|
1569
1747
|
# @private
|
1570
1748
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1749
|
+
collection :antivirus_overrides, as: 'antivirusOverrides', class: Google::Apis::NetworksecurityV1beta1::AntivirusOverride, decorator: Google::Apis::NetworksecurityV1beta1::AntivirusOverride::Representation
|
1750
|
+
|
1571
1751
|
collection :severity_overrides, as: 'severityOverrides', class: Google::Apis::NetworksecurityV1beta1::SeverityOverride, decorator: Google::Apis::NetworksecurityV1beta1::SeverityOverride::Representation
|
1572
1752
|
|
1573
1753
|
collection :threat_overrides, as: 'threatOverrides', class: Google::Apis::NetworksecurityV1beta1::ThreatOverride, decorator: Google::Apis::NetworksecurityV1beta1::ThreatOverride::Representation
|