Skip to content

Commit 7ab93fe

Browse files
feat: Automated regeneration of servicenetworking v1 client (#13167)
Auto-created at 2023-01-04 17:13:53 +0000 using the toys pull request generator.
1 parent 9dc06b8 commit 7ab93fe

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

generated/google-apis-servicenetworking_v1/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Release history for google-apis-servicenetworking_v1
22

3-
### v0.36.0 (2022-12-13)
3+
### v0.36.0 (2023-01-04)
44

5-
* Regenerated from discovery document revision 20221207
5+
* Regenerated from discovery document revision 20221218
66

77
### v0.35.0 (2022-11-17)
88

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

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -267,9 +267,9 @@ class AddSubnetworkRequest
267267
attr_accessor :description
268268

269269
# Required. The prefix length of the subnet's IP address range. Use CIDR range
270-
# notation, such as `30` to provision a subnet with an `x.x.x.x/30` CIDR range.
270+
# notation, such as `29` to provision a subnet with an `x.x.x.x/29` CIDR range.
271271
# The IP address range is drawn from a pool of available ranges in the service
272-
# consumer's allocated range.
272+
# consumer's allocated range. GCE disallows subnets with prefix_length > 29
273273
# Corresponds to the JSON property `ipPrefixLength`
274274
# @return [Fixnum]
275275
attr_accessor :ip_prefix_length
@@ -3692,9 +3692,9 @@ class RangeReservation
36923692
include Google::Apis::Core::Hashable
36933693

36943694
# Required. The size of the desired subnet. Use usual CIDR range notation. For
3695-
# example, '30' to find unused x.x.x.x/30 CIDR range. The goal is to determine
3695+
# example, '29' to find unused x.x.x.x/29 CIDR range. The goal is to determine
36963696
# if one of the allocated ranges has enough free space for a subnet of the
3697-
# requested size.
3697+
# requested size. GCE disallows subnets with prefix_length > 29
36983698
# Corresponds to the JSON property `ipPrefixLength`
36993699
# @return [Fixnum]
37003700
attr_accessor :ip_prefix_length
@@ -3709,9 +3709,10 @@ class RangeReservation
37093709
attr_accessor :requested_ranges
37103710

37113711
# Optional. The size of the desired secondary ranges for the subnet. Use usual
3712-
# CIDR range notation. For example, '30' to find unused x.x.x.x/30 CIDR range.
3712+
# CIDR range notation. For example, '29' to find unused x.x.x.x/29 CIDR range.
37133713
# The goal is to determine that the allocated ranges have enough free space for
3714-
# all the requested secondary ranges.
3714+
# all the requested secondary ranges. GCE disallows subnets with prefix_length >
3715+
# 29
37153716
# Corresponds to the JSON property `secondaryRangeIpPrefixLengths`
37163717
# @return [Array<Fixnum>]
37173718
attr_accessor :secondary_range_ip_prefix_lengths

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ module ServicenetworkingV1
2222
GENERATOR_VERSION = "0.11.0"
2323

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

0 commit comments

Comments
 (0)