google-apis-networksecurity_v1beta1 0.40.0 → 0.42.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_v1beta1/classes.rb +593 -155
- data/lib/google/apis/networksecurity_v1beta1/gem_version.rb +3 -3
- data/lib/google/apis/networksecurity_v1beta1/representations.rb +111 -0
- data/lib/google/apis/networksecurity_v1beta1/service.rb +546 -418
- metadata +4 -7
@@ -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.42.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 = "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
|
|
@@ -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
|
|
@@ -346,6 +364,12 @@ module Google
|
|
346
364
|
include Google::Apis::Core::JsonObjectSupport
|
347
365
|
end
|
348
366
|
|
367
|
+
class ListBackendAuthenticationConfigsResponse
|
368
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
369
|
+
|
370
|
+
include Google::Apis::Core::JsonObjectSupport
|
371
|
+
end
|
372
|
+
|
349
373
|
class ListClientTlsPoliciesResponse
|
350
374
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
351
375
|
|
@@ -496,6 +520,12 @@ module Google
|
|
496
520
|
include Google::Apis::Core::JsonObjectSupport
|
497
521
|
end
|
498
522
|
|
523
|
+
class MirroringDeploymentGroupDeployment
|
524
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
525
|
+
|
526
|
+
include Google::Apis::Core::JsonObjectSupport
|
527
|
+
end
|
528
|
+
|
499
529
|
class MirroringEndpointGroup
|
500
530
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
501
531
|
|
@@ -508,6 +538,12 @@ module Google
|
|
508
538
|
include Google::Apis::Core::JsonObjectSupport
|
509
539
|
end
|
510
540
|
|
541
|
+
class MirroringEndpointGroupAssociationDetails
|
542
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
543
|
+
|
544
|
+
include Google::Apis::Core::JsonObjectSupport
|
545
|
+
end
|
546
|
+
|
511
547
|
class MirroringEndpointGroupAssociationLocationDetails
|
512
548
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
513
549
|
|
@@ -628,6 +664,14 @@ module Google
|
|
628
664
|
end
|
629
665
|
end
|
630
666
|
|
667
|
+
class AntivirusOverride
|
668
|
+
# @private
|
669
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
670
|
+
property :action, as: 'action'
|
671
|
+
property :protocol, as: 'protocol'
|
672
|
+
end
|
673
|
+
end
|
674
|
+
|
631
675
|
class AuthorizationPolicy
|
632
676
|
# @private
|
633
677
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -790,6 +834,21 @@ module Google
|
|
790
834
|
end
|
791
835
|
end
|
792
836
|
|
837
|
+
class BackendAuthenticationConfig
|
838
|
+
# @private
|
839
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
840
|
+
property :client_certificate, as: 'clientCertificate'
|
841
|
+
property :create_time, as: 'createTime'
|
842
|
+
property :description, as: 'description'
|
843
|
+
property :etag, as: 'etag'
|
844
|
+
hash :labels, as: 'labels'
|
845
|
+
property :name, as: 'name'
|
846
|
+
property :trust_config, as: 'trustConfig'
|
847
|
+
property :update_time, as: 'updateTime'
|
848
|
+
property :well_known_roots, as: 'wellKnownRoots'
|
849
|
+
end
|
850
|
+
end
|
851
|
+
|
793
852
|
class CancelOperationRequest
|
794
853
|
# @private
|
795
854
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -880,6 +939,8 @@ module Google
|
|
880
939
|
hash :labels, as: 'labels'
|
881
940
|
property :name, as: 'name'
|
882
941
|
property :reconciling, as: 'reconciling'
|
942
|
+
property :satisfies_pzi, as: 'satisfiesPzi'
|
943
|
+
property :satisfies_pzs, as: 'satisfiesPzs'
|
883
944
|
property :state, as: 'state'
|
884
945
|
property :update_time, as: 'updateTime'
|
885
946
|
end
|
@@ -1027,6 +1088,7 @@ module Google
|
|
1027
1088
|
# @private
|
1028
1089
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1029
1090
|
property :create_time, as: 'createTime'
|
1091
|
+
property :description, as: 'description'
|
1030
1092
|
property :forwarding_rule, as: 'forwardingRule'
|
1031
1093
|
property :intercept_deployment_group, as: 'interceptDeploymentGroup'
|
1032
1094
|
hash :labels, as: 'labels'
|
@@ -1043,8 +1105,11 @@ module Google
|
|
1043
1105
|
collection :connected_endpoint_groups, as: 'connectedEndpointGroups', class: Google::Apis::NetworksecurityV1beta1::InterceptDeploymentGroupConnectedEndpointGroup, decorator: Google::Apis::NetworksecurityV1beta1::InterceptDeploymentGroupConnectedEndpointGroup::Representation
|
1044
1106
|
|
1045
1107
|
property :create_time, as: 'createTime'
|
1108
|
+
property :description, as: 'description'
|
1046
1109
|
hash :labels, as: 'labels'
|
1047
1110
|
property :name, as: 'name'
|
1111
|
+
collection :nested_deployments, as: 'nestedDeployments', class: Google::Apis::NetworksecurityV1beta1::InterceptDeploymentGroupDeployment, decorator: Google::Apis::NetworksecurityV1beta1::InterceptDeploymentGroupDeployment::Representation
|
1112
|
+
|
1048
1113
|
property :network, as: 'network'
|
1049
1114
|
property :reconciling, as: 'reconciling'
|
1050
1115
|
property :state, as: 'state'
|
@@ -1059,6 +1124,14 @@ module Google
|
|
1059
1124
|
end
|
1060
1125
|
end
|
1061
1126
|
|
1127
|
+
class InterceptDeploymentGroupDeployment
|
1128
|
+
# @private
|
1129
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1130
|
+
property :name, as: 'name'
|
1131
|
+
property :state, as: 'state'
|
1132
|
+
end
|
1133
|
+
end
|
1134
|
+
|
1062
1135
|
class InterceptEndpointGroup
|
1063
1136
|
# @private
|
1064
1137
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1132,6 +1205,7 @@ module Google
|
|
1132
1205
|
collection :address_groups, as: 'addressGroups', class: Google::Apis::NetworksecurityV1beta1::AddressGroup, decorator: Google::Apis::NetworksecurityV1beta1::AddressGroup::Representation
|
1133
1206
|
|
1134
1207
|
property :next_page_token, as: 'nextPageToken'
|
1208
|
+
collection :unreachable, as: 'unreachable'
|
1135
1209
|
end
|
1136
1210
|
end
|
1137
1211
|
|
@@ -1154,6 +1228,16 @@ module Google
|
|
1154
1228
|
end
|
1155
1229
|
end
|
1156
1230
|
|
1231
|
+
class ListBackendAuthenticationConfigsResponse
|
1232
|
+
# @private
|
1233
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1234
|
+
collection :backend_authentication_configs, as: 'backendAuthenticationConfigs', class: Google::Apis::NetworksecurityV1beta1::BackendAuthenticationConfig, decorator: Google::Apis::NetworksecurityV1beta1::BackendAuthenticationConfig::Representation
|
1235
|
+
|
1236
|
+
property :next_page_token, as: 'nextPageToken'
|
1237
|
+
collection :unreachable, as: 'unreachable'
|
1238
|
+
end
|
1239
|
+
end
|
1240
|
+
|
1157
1241
|
class ListClientTlsPoliciesResponse
|
1158
1242
|
# @private
|
1159
1243
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1367,6 +1451,7 @@ module Google
|
|
1367
1451
|
# @private
|
1368
1452
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1369
1453
|
property :create_time, as: 'createTime'
|
1454
|
+
property :description, as: 'description'
|
1370
1455
|
property :forwarding_rule, as: 'forwardingRule'
|
1371
1456
|
hash :labels, as: 'labels'
|
1372
1457
|
property :mirroring_deployment_group, as: 'mirroringDeploymentGroup'
|
@@ -1383,8 +1468,11 @@ module Google
|
|
1383
1468
|
collection :connected_endpoint_groups, as: 'connectedEndpointGroups', class: Google::Apis::NetworksecurityV1beta1::MirroringDeploymentGroupConnectedEndpointGroup, decorator: Google::Apis::NetworksecurityV1beta1::MirroringDeploymentGroupConnectedEndpointGroup::Representation
|
1384
1469
|
|
1385
1470
|
property :create_time, as: 'createTime'
|
1471
|
+
property :description, as: 'description'
|
1386
1472
|
hash :labels, as: 'labels'
|
1387
1473
|
property :name, as: 'name'
|
1474
|
+
collection :nested_deployments, as: 'nestedDeployments', class: Google::Apis::NetworksecurityV1beta1::MirroringDeploymentGroupDeployment, decorator: Google::Apis::NetworksecurityV1beta1::MirroringDeploymentGroupDeployment::Representation
|
1475
|
+
|
1388
1476
|
property :network, as: 'network'
|
1389
1477
|
property :reconciling, as: 'reconciling'
|
1390
1478
|
property :state, as: 'state'
|
@@ -1399,10 +1487,21 @@ module Google
|
|
1399
1487
|
end
|
1400
1488
|
end
|
1401
1489
|
|
1490
|
+
class MirroringDeploymentGroupDeployment
|
1491
|
+
# @private
|
1492
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1493
|
+
property :name, as: 'name'
|
1494
|
+
property :state, as: 'state'
|
1495
|
+
end
|
1496
|
+
end
|
1497
|
+
|
1402
1498
|
class MirroringEndpointGroup
|
1403
1499
|
# @private
|
1404
1500
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1501
|
+
collection :associations, as: 'associations', class: Google::Apis::NetworksecurityV1beta1::MirroringEndpointGroupAssociationDetails, decorator: Google::Apis::NetworksecurityV1beta1::MirroringEndpointGroupAssociationDetails::Representation
|
1502
|
+
|
1405
1503
|
property :create_time, as: 'createTime'
|
1504
|
+
property :description, as: 'description'
|
1406
1505
|
hash :labels, as: 'labels'
|
1407
1506
|
property :mirroring_deployment_group, as: 'mirroringDeploymentGroup'
|
1408
1507
|
property :name, as: 'name'
|
@@ -1428,6 +1527,15 @@ module Google
|
|
1428
1527
|
end
|
1429
1528
|
end
|
1430
1529
|
|
1530
|
+
class MirroringEndpointGroupAssociationDetails
|
1531
|
+
# @private
|
1532
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1533
|
+
property :name, as: 'name'
|
1534
|
+
property :network, as: 'network'
|
1535
|
+
property :state, as: 'state'
|
1536
|
+
end
|
1537
|
+
end
|
1538
|
+
|
1431
1539
|
class MirroringEndpointGroupAssociationLocationDetails
|
1432
1540
|
# @private
|
1433
1541
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1504,6 +1612,7 @@ module Google
|
|
1504
1612
|
property :create_time, as: 'createTime'
|
1505
1613
|
property :custom_intercept_profile, as: 'customInterceptProfile'
|
1506
1614
|
property :custom_mirroring_profile, as: 'customMirroringProfile'
|
1615
|
+
property :data_path_id, :numeric_string => true, as: 'dataPathId'
|
1507
1616
|
property :description, as: 'description'
|
1508
1617
|
property :etag, as: 'etag'
|
1509
1618
|
hash :labels, as: 'labels'
|
@@ -1566,6 +1675,8 @@ module Google
|
|
1566
1675
|
class ThreatPreventionProfile
|
1567
1676
|
# @private
|
1568
1677
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1678
|
+
collection :antivirus_overrides, as: 'antivirusOverrides', class: Google::Apis::NetworksecurityV1beta1::AntivirusOverride, decorator: Google::Apis::NetworksecurityV1beta1::AntivirusOverride::Representation
|
1679
|
+
|
1569
1680
|
collection :severity_overrides, as: 'severityOverrides', class: Google::Apis::NetworksecurityV1beta1::SeverityOverride, decorator: Google::Apis::NetworksecurityV1beta1::SeverityOverride::Representation
|
1570
1681
|
|
1571
1682
|
collection :threat_overrides, as: 'threatOverrides', class: Google::Apis::NetworksecurityV1beta1::ThreatOverride, decorator: Google::Apis::NetworksecurityV1beta1::ThreatOverride::Representation
|