File tree Expand file tree Collapse file tree 3 files changed +12
-9
lines changed
generated/google-apis-cloudbuild_v1
lib/google/apis/cloudbuild_v1 Expand file tree Collapse file tree 3 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
2828end
You can’t perform that action at this time.
0 commit comments