google-apis-securitycenter_v1beta2 0.100.0 → 0.101.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e679658fceb7c30c1162fd7e3be2eec950a89cb999255e472aea061db9f81f7e
|
|
4
|
+
data.tar.gz: c86c7882618a060935ade1db4e68f5d50c45361267d434c1a80a3c5aa7cdc56c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 47efbe00482f74e8101bf129a64b3b6b2426ed7fe4d9e4f58635e83fb4609f7d00294a5b6002c7e5c4f1481a329d4d24c263b6a3a74929bffe7c0bf64f9ef210
|
|
7
|
+
data.tar.gz: 2bd70555b7de7945a43e82e7e74a9abe96f24e30accfc6557b88f31322ee1a8fc43ca0a7441c78f43a50fbad708cc669864945e2cbe13ef2c056032f2536f765
|
data/CHANGELOG.md
CHANGED
|
@@ -2195,6 +2195,11 @@ module Google
|
|
|
2195
2195
|
# @return [String]
|
|
2196
2196
|
attr_accessor :network_ingress_firewall_policy
|
|
2197
2197
|
|
|
2198
|
+
#
|
|
2199
|
+
# Corresponds to the JSON property `networkPathInsightsGenerationTime`
|
|
2200
|
+
# @return [String]
|
|
2201
|
+
attr_accessor :network_path_insights_generation_time
|
|
2202
|
+
|
|
2198
2203
|
#
|
|
2199
2204
|
# Corresponds to the JSON property `privateIpAddress`
|
|
2200
2205
|
# @return [String]
|
|
@@ -2249,6 +2254,7 @@ module Google
|
|
|
2249
2254
|
@load_balancer_firewall_policy = args[:load_balancer_firewall_policy] if args.key?(:load_balancer_firewall_policy)
|
|
2250
2255
|
@network_endpoint_group = args[:network_endpoint_group] if args.key?(:network_endpoint_group)
|
|
2251
2256
|
@network_ingress_firewall_policy = args[:network_ingress_firewall_policy] if args.key?(:network_ingress_firewall_policy)
|
|
2257
|
+
@network_path_insights_generation_time = args[:network_path_insights_generation_time] if args.key?(:network_path_insights_generation_time)
|
|
2252
2258
|
@private_ip_address = args[:private_ip_address] if args.key?(:private_ip_address)
|
|
2253
2259
|
@private_port = args[:private_port] if args.key?(:private_port)
|
|
2254
2260
|
@psc_network_attachment = args[:psc_network_attachment] if args.key?(:psc_network_attachment)
|
|
@@ -6125,6 +6131,11 @@ module Google
|
|
|
6125
6131
|
# @return [String]
|
|
6126
6132
|
attr_accessor :network_ingress_firewall_policy
|
|
6127
6133
|
|
|
6134
|
+
#
|
|
6135
|
+
# Corresponds to the JSON property `networkPathInsightsGenerationTime`
|
|
6136
|
+
# @return [String]
|
|
6137
|
+
attr_accessor :network_path_insights_generation_time
|
|
6138
|
+
|
|
6128
6139
|
#
|
|
6129
6140
|
# Corresponds to the JSON property `privateIpAddress`
|
|
6130
6141
|
# @return [String]
|
|
@@ -6179,6 +6190,7 @@ module Google
|
|
|
6179
6190
|
@load_balancer_firewall_policy = args[:load_balancer_firewall_policy] if args.key?(:load_balancer_firewall_policy)
|
|
6180
6191
|
@network_endpoint_group = args[:network_endpoint_group] if args.key?(:network_endpoint_group)
|
|
6181
6192
|
@network_ingress_firewall_policy = args[:network_ingress_firewall_policy] if args.key?(:network_ingress_firewall_policy)
|
|
6193
|
+
@network_path_insights_generation_time = args[:network_path_insights_generation_time] if args.key?(:network_path_insights_generation_time)
|
|
6182
6194
|
@private_ip_address = args[:private_ip_address] if args.key?(:private_ip_address)
|
|
6183
6195
|
@private_port = args[:private_port] if args.key?(:private_port)
|
|
6184
6196
|
@psc_network_attachment = args[:psc_network_attachment] if args.key?(:psc_network_attachment)
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module SecuritycenterV1beta2
|
|
18
18
|
# Version of the google-apis-securitycenter_v1beta2 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.101.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260615"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -2520,6 +2520,7 @@ module Google
|
|
|
2520
2520
|
property :load_balancer_firewall_policy, as: 'loadBalancerFirewallPolicy'
|
|
2521
2521
|
property :network_endpoint_group, as: 'networkEndpointGroup'
|
|
2522
2522
|
property :network_ingress_firewall_policy, as: 'networkIngressFirewallPolicy'
|
|
2523
|
+
property :network_path_insights_generation_time, as: 'networkPathInsightsGenerationTime'
|
|
2523
2524
|
property :private_ip_address, as: 'privateIpAddress'
|
|
2524
2525
|
property :private_port, as: 'privatePort'
|
|
2525
2526
|
property :psc_network_attachment, as: 'pscNetworkAttachment'
|
|
@@ -3648,6 +3649,7 @@ module Google
|
|
|
3648
3649
|
property :load_balancer_firewall_policy, as: 'loadBalancerFirewallPolicy'
|
|
3649
3650
|
property :network_endpoint_group, as: 'networkEndpointGroup'
|
|
3650
3651
|
property :network_ingress_firewall_policy, as: 'networkIngressFirewallPolicy'
|
|
3652
|
+
property :network_path_insights_generation_time, as: 'networkPathInsightsGenerationTime'
|
|
3651
3653
|
property :private_ip_address, as: 'privateIpAddress'
|
|
3652
3654
|
property :private_port, as: 'privatePort'
|
|
3653
3655
|
property :psc_network_attachment, as: 'pscNetworkAttachment'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-securitycenter_v1beta2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.101.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1beta2/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta2/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta2/v0.101.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1beta2
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|