google-apis-networkconnectivity_v1 0.55.0 → 0.56.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: 111aeb8115ef79a03e3db616c35daa62644f6033a017c7adcd733f9105f09a3a
4
- data.tar.gz: 9c96bdfe5bd019f8146f37b8e394be272f58ade3b6e0bfb52e1b97fe9ad0f7c7
3
+ metadata.gz: a1431b5b7a57e5cde0fe3d9af4128082523ef5778edb89b99a86412349ed5ea2
4
+ data.tar.gz: b45388da2196d70d65868be6373b0aceb28d6f32edfcbb8fa6874fa9a2315bde
5
5
  SHA512:
6
- metadata.gz: 4548c6acac1cf00b797d1137855aa243a8ede0cc01567dfefa2741c37df5e9fbc063d890ae55d504974cf6737319aa96953fa6f3f896d9e9761335fea9808372
7
- data.tar.gz: 6468ae3f51375d4c155bcd177ceb9417054c08042b600107dbc31dc83ebc0f98e4c31045dc1b79bc56ffe4016548ed9ae443ffcf2e3cf5161f38993e6e87a5df
6
+ metadata.gz: 8e8e4954617e41278d0927bf66149342fdc842b0262ed28342b00f57e2320b1e6a9a95fa6250ec5433cc837f9ad78e4e0beae73b5d656c291b66b05bc503f8c8
7
+ data.tar.gz: b3a3edd54ec8439076acb22f355e01052b7e3e64e62a2bfe5ffddf3755a71470eda73aabee8aab6b997ebe0b43849889e2540ce001b837c12772d577d97b7d6a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-networkconnectivity_v1
2
2
 
3
+ ### v0.56.0 (2025-03-23)
4
+
5
+ * Regenerated from discovery document revision 20250312
6
+
3
7
  ### v0.55.0 (2025-03-16)
4
8
 
5
9
  * Regenerated from discovery document revision 20250305
@@ -1281,6 +1281,12 @@ module Google
1281
1281
  # @return [String]
1282
1282
  attr_accessor :producer_network
1283
1283
 
1284
+ # Output only. The proposed exclude export IP ranges waiting for hub
1285
+ # administration's approval.
1286
+ # Corresponds to the JSON property `proposedExcludeExportRanges`
1287
+ # @return [Array<String>]
1288
+ attr_accessor :proposed_exclude_export_ranges
1289
+
1284
1290
  # Optional. The proposed include export IP ranges waiting for hub administration'
1285
1291
  # s approval.
1286
1292
  # Corresponds to the JSON property `proposedIncludeExportRanges`
@@ -1303,6 +1309,7 @@ module Google
1303
1309
  @network = args[:network] if args.key?(:network)
1304
1310
  @peering = args[:peering] if args.key?(:peering)
1305
1311
  @producer_network = args[:producer_network] if args.key?(:producer_network)
1312
+ @proposed_exclude_export_ranges = args[:proposed_exclude_export_ranges] if args.key?(:proposed_exclude_export_ranges)
1306
1313
  @proposed_include_export_ranges = args[:proposed_include_export_ranges] if args.key?(:proposed_include_export_ranges)
1307
1314
  @service_consumer_vpc_spoke = args[:service_consumer_vpc_spoke] if args.key?(:service_consumer_vpc_spoke)
1308
1315
  end
@@ -1380,6 +1387,12 @@ module Google
1380
1387
  # @return [Array<String>]
1381
1388
  attr_accessor :producer_vpc_spokes
1382
1389
 
1390
+ # Output only. The proposed exclude export IP ranges waiting for hub
1391
+ # administration's approval.
1392
+ # Corresponds to the JSON property `proposedExcludeExportRanges`
1393
+ # @return [Array<String>]
1394
+ attr_accessor :proposed_exclude_export_ranges
1395
+
1383
1396
  # Optional. The proposed include export IP ranges waiting for hub administration'
1384
1397
  # s approval.
1385
1398
  # Corresponds to the JSON property `proposedIncludeExportRanges`
@@ -1400,6 +1413,7 @@ module Google
1400
1413
  @exclude_export_ranges = args[:exclude_export_ranges] if args.key?(:exclude_export_ranges)
1401
1414
  @include_export_ranges = args[:include_export_ranges] if args.key?(:include_export_ranges)
1402
1415
  @producer_vpc_spokes = args[:producer_vpc_spokes] if args.key?(:producer_vpc_spokes)
1416
+ @proposed_exclude_export_ranges = args[:proposed_exclude_export_ranges] if args.key?(:proposed_exclude_export_ranges)
1403
1417
  @proposed_include_export_ranges = args[:proposed_include_export_ranges] if args.key?(:proposed_include_export_ranges)
1404
1418
  @uri = args[:uri] if args.key?(:uri)
1405
1419
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module NetworkconnectivityV1
18
18
  # Version of the google-apis-networkconnectivity_v1 gem
19
- GEM_VERSION = "0.55.0"
19
+ GEM_VERSION = "0.56.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 = "20250305"
25
+ REVISION = "20250312"
26
26
  end
27
27
  end
28
28
  end
@@ -757,6 +757,7 @@ module Google
757
757
  property :network, as: 'network'
758
758
  property :peering, as: 'peering'
759
759
  property :producer_network, as: 'producerNetwork'
760
+ collection :proposed_exclude_export_ranges, as: 'proposedExcludeExportRanges'
760
761
  collection :proposed_include_export_ranges, as: 'proposedIncludeExportRanges'
761
762
  property :service_consumer_vpc_spoke, as: 'serviceConsumerVpcSpoke'
762
763
  end
@@ -779,6 +780,7 @@ module Google
779
780
  collection :exclude_export_ranges, as: 'excludeExportRanges'
780
781
  collection :include_export_ranges, as: 'includeExportRanges'
781
782
  collection :producer_vpc_spokes, as: 'producerVpcSpokes'
783
+ collection :proposed_exclude_export_ranges, as: 'proposedExcludeExportRanges'
782
784
  collection :proposed_include_export_ranges, as: 'proposedIncludeExportRanges'
783
785
  property :uri, as: 'uri'
784
786
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-networkconnectivity_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.55.0
4
+ version: 0.56.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-03-16 00:00:00.000000000 Z
10
+ date: 2025-03-23 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-apis-core
@@ -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-networkconnectivity_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-networkconnectivity_v1/v0.55.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networkconnectivity_v1/v0.56.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkconnectivity_v1
62
62
  rdoc_options: []
63
63
  require_paths: