Skip to content

Commit b493a4f

Browse files
feat: Automated regeneration of cloudbuild v1 client (#13177)
Auto-created at 2023-01-04 17:37:27 +0000 using the toys pull request generator.
1 parent 60f4510 commit b493a4f

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed

generated/google-apis-cloudbuild_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-cloudbuild_v1
22

3+
### v0.45.0 (2023-01-04)
4+
5+
* Regenerated from discovery document revision 20230102
6+
37
### v0.44.0 (2022-12-05)
48

59
* Regenerated from discovery document revision 20221201

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

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2872,13 +2872,12 @@ class NetworkConfig
28722872
attr_accessor :peered_network
28732873

28742874
# Immutable. Subnet IP range within the peered network. This is specified in
2875-
# CIDR notation. The IP and prefix size are both optional. If unspecified, the
2876-
# default value for IP is blank (will use an automatic value from the peered
2877-
# network), and the prefix size will default to 24 bits. e.g. `192.168.0.0/30`
2878-
# would specify a subnet mask of 192.168.0.0 with a prefix size of 30 bits. `192.
2879-
# 168.0.0` would specify a subnet mask of 192.168.0.0 with a prefix size of 24
2880-
# bits (the default prefix size). `/16` would specify a prefix size of 16 bits,
2881-
# with an unspecified IP.
2875+
# CIDR notation with a slash and the subnet prefix size. You can optionally
2876+
# specify an IP address before the subnet prefix value. e.g. `192.168.0.0/29`
2877+
# would specify an IP range starting at 192.168.0.0 with a prefix size of 29
2878+
# bits. `/16` would specify a prefix size of 16 bits, with an automatically
2879+
# determined IP within the peered VPC. If unspecified, a value of `/24` will be
2880+
# used.
28822881
# Corresponds to the JSON property `peeredNetworkIpRange`
28832882
# @return [String]
28842883
attr_accessor :peered_network_ip_range

generated/google-apis-cloudbuild_v1/lib/google/apis/cloudbuild_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 CloudbuildV1
1818
# Version of the google-apis-cloudbuild_v1 gem
19-
GEM_VERSION = "0.44.0"
19+
GEM_VERSION = "0.45.0"
2020

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

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

0 commit comments

Comments
 (0)