Skip to content

Commit 3330547

Browse files
feat: Automated regeneration of networkconnectivity v1 client (googleapis#23288)
Auto-created at 2025-06-01 10:00:29 +0000 using the toys pull request generator.
1 parent 225093f commit 3330547

File tree

4 files changed

+38
-32
lines changed

4 files changed

+38
-32
lines changed

generated/google-apis-networkconnectivity_v1/CHANGELOG.md

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

3+
### v0.60.0 (2025-06-01)
4+
5+
* Regenerated from discovery document revision 20250527
6+
* Regenerated using generator version 0.18.0
7+
38
### v0.59.0 (2025-05-18)
49

510
* Regenerated from discovery document revision 20250512

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

Lines changed: 27 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1001,9 +1001,9 @@ class Hub
10011001
# @return [Array<String>]
10021002
attr_accessor :route_tables
10031003

1004-
# The VPC networks associated with this hub's spokes. This field is read-only.
1005-
# Network Connectivity Center automatically populates it based on the set of
1006-
# spokes attached to the hub.
1004+
# Output only. The VPC networks associated with this hub's spokes. This field is
1005+
# read-only. Network Connectivity Center automatically populates it based on the
1006+
# set of spokes attached to the hub.
10071007
# Corresponds to the JSON property `routingVpcs`
10081008
# @return [Array<Google::Apis::NetworkconnectivityV1::RoutingVpc>]
10091009
attr_accessor :routing_vpcs
@@ -1129,7 +1129,7 @@ class InternalRange
11291129
# @return [String]
11301130
attr_accessor :create_time
11311131

1132-
# A description of this resource.
1132+
# Optional. A description of this resource.
11331133
# Corresponds to the JSON property `description`
11341134
# @return [String]
11351135
attr_accessor :description
@@ -1148,9 +1148,9 @@ class InternalRange
11481148
attr_accessor :immutable
11491149
alias_method :immutable?, :immutable
11501150

1151-
# The IP range that this internal range defines. NOTE: IPv6 ranges are limited
1152-
# to usage=EXTERNAL_TO_VPC and peering=FOR_SELF. NOTE: For IPv6 Ranges this
1153-
# field is compulsory, i.e. the address range must be specified explicitly.
1151+
# Optional. The IP range that this internal range defines. NOTE: IPv6 ranges are
1152+
# limited to usage=EXTERNAL_TO_VPC and peering=FOR_SELF. NOTE: For IPv6 Ranges
1153+
# this field is compulsory, i.e. the address range must be specified explicitly.
11541154
# Corresponds to the JSON property `ipCidrRange`
11551155
# @return [String]
11561156
attr_accessor :ip_cidr_range
@@ -1165,18 +1165,19 @@ class InternalRange
11651165
# @return [Google::Apis::NetworkconnectivityV1::Migration]
11661166
attr_accessor :migration
11671167

1168-
# Immutable. The name of an internal range. Format: projects/`project`/locations/
1169-
# `location`/internalRanges/`internal_range` See: https://google.aip.dev/122#
1170-
# fields-representing-resource-names
1168+
# Identifier. The name of an internal range. Format: projects/`project`/
1169+
# locations/`location`/internalRanges/`internal_range` See: https://google.aip.
1170+
# dev/122#fields-representing-resource-names
11711171
# Corresponds to the JSON property `name`
11721172
# @return [String]
11731173
attr_accessor :name
11741174

1175-
# The URL or resource ID of the network in which to reserve the internal range.
1176-
# The network cannot be deleted if there are any reserved internal ranges
1177-
# referring to it. Legacy networks are not supported. For example: https://www.
1178-
# googleapis.com/compute/v1/projects/`project`/locations/global/networks/`
1179-
# network` projects/`project`/locations/global/networks/`network` `network`
1175+
# Immutable. The URL or resource ID of the network in which to reserve the
1176+
# internal range. The network cannot be deleted if there are any reserved
1177+
# internal ranges referring to it. Legacy networks are not supported. For
1178+
# example: https://www.googleapis.com/compute/v1/projects/`project`/locations/
1179+
# global/networks/`network` projects/`project`/locations/global/networks/`
1180+
# network` `network`
11801181
# Corresponds to the JSON property `network`
11811182
# @return [String]
11821183
attr_accessor :network
@@ -1187,16 +1188,16 @@ class InternalRange
11871188
# @return [Array<String>]
11881189
attr_accessor :overlaps
11891190

1190-
# The type of peering set for this internal range.
1191+
# Optional. The type of peering set for this internal range.
11911192
# Corresponds to the JSON property `peering`
11921193
# @return [String]
11931194
attr_accessor :peering
11941195

1195-
# An alternate to ip_cidr_range. Can be set when trying to create an IPv4
1196-
# reservation that automatically finds a free range of the given size. If both
1197-
# ip_cidr_range and prefix_length are set, there is an error if the range sizes
1198-
# do not match. Can also be used during updates to change the range size. NOTE:
1199-
# For IPv6 this field only works if ip_cidr_range is set as well, and both
1196+
# Optional. An alternate to ip_cidr_range. Can be set when trying to create an
1197+
# IPv4 reservation that automatically finds a free range of the given size. If
1198+
# both ip_cidr_range and prefix_length are set, there is an error if the range
1199+
# sizes do not match. Can also be used during updates to change the range size.
1200+
# NOTE: For IPv6 this field only works if ip_cidr_range is set as well, and both
12001201
# fields must match. In other words, with IPv6 this field only works as a
12011202
# redundant parameter.
12021203
# Corresponds to the JSON property `prefixLength`
@@ -1216,7 +1217,7 @@ class InternalRange
12161217
# @return [String]
12171218
attr_accessor :update_time
12181219

1219-
# The type of usage set for this InternalRange.
1220+
# Optional. The type of usage set for this InternalRange.
12201221
# Corresponds to the JSON property `usage`
12211222
# @return [String]
12221223
attr_accessor :usage
@@ -1341,8 +1342,8 @@ class LinkedProducerVpcNetwork
13411342
# @return [Array<String>]
13421343
attr_accessor :proposed_exclude_export_ranges
13431344

1344-
# Optional. The proposed include export IP ranges waiting for hub administration'
1345-
# s approval.
1345+
# Output only. The proposed include export IP ranges waiting for hub
1346+
# administration's approval.
13461347
# Corresponds to the JSON property `proposedIncludeExportRanges`
13471348
# @return [Array<String>]
13481349
attr_accessor :proposed_include_export_ranges
@@ -1447,8 +1448,8 @@ class LinkedVpcNetwork
14471448
# @return [Array<String>]
14481449
attr_accessor :proposed_exclude_export_ranges
14491450

1450-
# Optional. The proposed include export IP ranges waiting for hub administration'
1451-
# s approval.
1451+
# Output only. The proposed include export IP ranges waiting for hub
1452+
# administration's approval.
14521453
# Corresponds to the JSON property `proposedIncludeExportRanges`
14531454
# @return [Array<String>]
14541455
attr_accessor :proposed_include_export_ranges

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

Lines changed: 3 additions & 3 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.59.0"
19+
GEM_VERSION = "0.60.0"
2020

2121
# Version of the code generator used to generate this client
22-
GENERATOR_VERSION = "0.17.0"
22+
GENERATOR_VERSION = "0.18.0"
2323

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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1611,9 +1611,9 @@ def list_project_location_internal_ranges(parent, filter: nil, order_by: nil, pa
16111611

16121612
# Updates the parameters of a single internal range.
16131613
# @param [String] name
1614-
# Immutable. The name of an internal range. Format: projects/`project`/locations/
1615-
# `location`/internalRanges/`internal_range` See: https://google.aip.dev/122#
1616-
# fields-representing-resource-names
1614+
# Identifier. The name of an internal range. Format: projects/`project`/
1615+
# locations/`location`/internalRanges/`internal_range` See: https://google.aip.
1616+
# dev/122#fields-representing-resource-names
16171617
# @param [Google::Apis::NetworkconnectivityV1::InternalRange] internal_range_object
16181618
# @param [String] request_id
16191619
# Optional. An optional request ID to identify requests. Specify a unique

0 commit comments

Comments
 (0)