Skip to content

Commit 9f2ae7f

Browse files
feat: Automated regeneration of networkconnectivity v1 client (googleapis#23685)
Auto-created at 2025-07-13 10:12:59 +0000 using the toys pull request generator.
1 parent 1405a5e commit 9f2ae7f

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

generated/google-apis-networkconnectivity_v1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-networkconnectivity_v1
22

3+
### v0.62.0 (2025-07-13)
4+
5+
* Regenerated from discovery document revision 20250703
6+
37
### v0.61.0 (2025-06-29)
48

59
* Regenerated from discovery document revision 20250617

generated/google-apis-networkconnectivity_v1/lib/google/apis/networkconnectivity_v1/classes.rb

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1265,9 +1265,8 @@ def update!(**args)
12651265
class LinkedInterconnectAttachments
12661266
include Google::Apis::Core::Hashable
12671267

1268-
# Optional. IP ranges allowed to be included during import from hub (does not
1269-
# control transit connectivity). The only allowed value for now is "
1270-
# ALL_IPV4_RANGES".
1268+
# Optional. Hub routes fully encompassed by include import ranges are included
1269+
# during import from hub.
12711270
# Corresponds to the JSON property `includeImportRanges`
12721271
# @return [Array<String>]
12731272
attr_accessor :include_import_ranges
@@ -1377,9 +1376,8 @@ def update!(**args)
13771376
class LinkedRouterApplianceInstances
13781377
include Google::Apis::Core::Hashable
13791378

1380-
# Optional. IP ranges allowed to be included during import from hub (does not
1381-
# control transit connectivity). The only allowed value for now is "
1382-
# ALL_IPV4_RANGES".
1379+
# Optional. Hub routes fully encompassed by include import ranges are included
1380+
# during import from hub.
13831381
# Corresponds to the JSON property `includeImportRanges`
13841382
# @return [Array<String>]
13851383
attr_accessor :include_import_ranges
@@ -1481,9 +1479,8 @@ def update!(**args)
14811479
class LinkedVpnTunnels
14821480
include Google::Apis::Core::Hashable
14831481

1484-
# Optional. IP ranges allowed to be included during import from hub (does not
1485-
# control transit connectivity). The only allowed value for now is "
1486-
# ALL_IPV4_RANGES".
1482+
# Optional. Hub routes fully encompassed by include import ranges are included
1483+
# during import from hub.
14871484
# Corresponds to the JSON property `includeImportRanges`
14881485
# @return [Array<String>]
14891486
attr_accessor :include_import_ranges

generated/google-apis-networkconnectivity_v1/lib/google/apis/networkconnectivity_v1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module NetworkconnectivityV1
1818
# Version of the google-apis-networkconnectivity_v1 gem
19-
GEM_VERSION = "0.61.0"
19+
GEM_VERSION = "0.62.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20250617"
25+
REVISION = "20250703"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)