google-apis-securitycenter_v1beta1 0.107.0 → 0.108.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: 933f4bba1f1fbe2fc657da3a58875b72c3bb6e623690dd317eed9cba41f4abd7
4
- data.tar.gz: a55618a8d7947b90dc26f1fd6e310a7890f43423aa31bae4fafd9675135c46d6
3
+ metadata.gz: b8870800c17ca939544d09c067db96ebd4a69ca94289b9dc2c83de5805af7458
4
+ data.tar.gz: 8c7a9a7c98a536943a1f7b45ce6c135ee68a4cf1b22747afffd016fcc3e3dd77
5
5
  SHA512:
6
- metadata.gz: ff9638a0d9b949b5d5fa163f9b4734b2cdda96012eedf221d312fd17b91681541eb4dcf9a2ec7c1a9c5152ac6f88e9173bd3ab819c969e7e8f43d8cdb2646931
7
- data.tar.gz: 2468d5f3cf629a2c16b7971a0f15cb44f094f01b23b0a94beb74c7f1f56b9684fb3df62c38be53f04777ff5d2641df8dc3f6db1ff4526b20b63d5630367bd60b
6
+ metadata.gz: e832638a0459c5eda4c03c735d92f9e0523ba20c45274302e6dffd7ff72a957f3bbd6973c3eca9e083ec152569a544e6c4f50b0bb0b10593b4094a7756c0f632
7
+ data.tar.gz: f96dc4133d522f59426fb9ef98e2f02cb98df603bf8d75515abd1b9945f847a361e642f1157dee400bd5f6331fa9eac1405d0d6fce8cb01a4e118b59ab726e8e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-securitycenter_v1beta1
2
2
 
3
+ ### v0.108.0 (2026-06-21)
4
+
5
+ * Regenerated from discovery document revision 20260615
6
+
3
7
  ### v0.107.0 (2026-06-14)
4
8
 
5
9
  * Regenerated from discovery document revision 20260526
@@ -2240,6 +2240,11 @@ module Google
2240
2240
  # @return [String]
2241
2241
  attr_accessor :network_ingress_firewall_policy
2242
2242
 
2243
+ #
2244
+ # Corresponds to the JSON property `networkPathInsightsGenerationTime`
2245
+ # @return [String]
2246
+ attr_accessor :network_path_insights_generation_time
2247
+
2243
2248
  #
2244
2249
  # Corresponds to the JSON property `privateIpAddress`
2245
2250
  # @return [String]
@@ -2294,6 +2299,7 @@ module Google
2294
2299
  @load_balancer_firewall_policy = args[:load_balancer_firewall_policy] if args.key?(:load_balancer_firewall_policy)
2295
2300
  @network_endpoint_group = args[:network_endpoint_group] if args.key?(:network_endpoint_group)
2296
2301
  @network_ingress_firewall_policy = args[:network_ingress_firewall_policy] if args.key?(:network_ingress_firewall_policy)
2302
+ @network_path_insights_generation_time = args[:network_path_insights_generation_time] if args.key?(:network_path_insights_generation_time)
2297
2303
  @private_ip_address = args[:private_ip_address] if args.key?(:private_ip_address)
2298
2304
  @private_port = args[:private_port] if args.key?(:private_port)
2299
2305
  @psc_network_attachment = args[:psc_network_attachment] if args.key?(:psc_network_attachment)
@@ -6306,6 +6312,11 @@ module Google
6306
6312
  # @return [String]
6307
6313
  attr_accessor :network_ingress_firewall_policy
6308
6314
 
6315
+ #
6316
+ # Corresponds to the JSON property `networkPathInsightsGenerationTime`
6317
+ # @return [String]
6318
+ attr_accessor :network_path_insights_generation_time
6319
+
6309
6320
  #
6310
6321
  # Corresponds to the JSON property `privateIpAddress`
6311
6322
  # @return [String]
@@ -6360,6 +6371,7 @@ module Google
6360
6371
  @load_balancer_firewall_policy = args[:load_balancer_firewall_policy] if args.key?(:load_balancer_firewall_policy)
6361
6372
  @network_endpoint_group = args[:network_endpoint_group] if args.key?(:network_endpoint_group)
6362
6373
  @network_ingress_firewall_policy = args[:network_ingress_firewall_policy] if args.key?(:network_ingress_firewall_policy)
6374
+ @network_path_insights_generation_time = args[:network_path_insights_generation_time] if args.key?(:network_path_insights_generation_time)
6363
6375
  @private_ip_address = args[:private_ip_address] if args.key?(:private_ip_address)
6364
6376
  @private_port = args[:private_port] if args.key?(:private_port)
6365
6377
  @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 SecuritycenterV1beta1
18
18
  # Version of the google-apis-securitycenter_v1beta1 gem
19
- GEM_VERSION = "0.107.0"
19
+ GEM_VERSION = "0.108.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 = "20260526"
25
+ REVISION = "20260615"
26
26
  end
27
27
  end
28
28
  end
@@ -2673,6 +2673,7 @@ module Google
2673
2673
  property :load_balancer_firewall_policy, as: 'loadBalancerFirewallPolicy'
2674
2674
  property :network_endpoint_group, as: 'networkEndpointGroup'
2675
2675
  property :network_ingress_firewall_policy, as: 'networkIngressFirewallPolicy'
2676
+ property :network_path_insights_generation_time, as: 'networkPathInsightsGenerationTime'
2676
2677
  property :private_ip_address, as: 'privateIpAddress'
2677
2678
  property :private_port, as: 'privatePort'
2678
2679
  property :psc_network_attachment, as: 'pscNetworkAttachment'
@@ -3841,6 +3842,7 @@ module Google
3841
3842
  property :load_balancer_firewall_policy, as: 'loadBalancerFirewallPolicy'
3842
3843
  property :network_endpoint_group, as: 'networkEndpointGroup'
3843
3844
  property :network_ingress_firewall_policy, as: 'networkIngressFirewallPolicy'
3845
+ property :network_path_insights_generation_time, as: 'networkPathInsightsGenerationTime'
3844
3846
  property :private_ip_address, as: 'privateIpAddress'
3845
3847
  property :private_port, as: 'privatePort'
3846
3848
  property :psc_network_attachment, as: 'pscNetworkAttachment'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-securitycenter_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.107.0
4
+ version: 0.108.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_v1beta1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta1/v0.107.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta1/v0.108.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1beta1
62
62
  rdoc_options: []
63
63
  require_paths: