google-apis-cloudbuild_v1 0.44.0 → 0.45.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d935b39f6e071b849fec2eb4f9cb7103941ab988d770e05ca62e5732fae7ec00
4
- data.tar.gz: f872f35a93743c442f9e85288c9ba0af10a8f831de86e67dda78929b6bdc5528
3
+ metadata.gz: 3e1f769e6ba70188507c362dca37faa54951b32baaa250fcebfdfd81fae793d1
4
+ data.tar.gz: f3cbd2cc146b39007565440a9fb849cf351028dde62a7b8974e05d9caa56b8af
5
5
  SHA512:
6
- metadata.gz: 5d219cf07dabff905199a61e9394bb85d197922c20ae577c2e972012845061bc19a324290323b931f67c61d9ea64cf43a02a752032273274f388f2752ffc3ded
7
- data.tar.gz: aced8099bc78d7e55e205a654c44d03c9987330ff0c4489b32c29ea90153d4a4dcf290932d81e45c1c59f11d61a44f4bbcb41bb516aecd218451c9e4fe514c6d
6
+ metadata.gz: 2788b2f9661f8930b835d621041d662515f96b0c7317fa69952160df33e93a2d653dc93d10d04083fe15c9fe16818253df2b75e202a18b380d748a45356344d7
7
+ data.tar.gz: 5177acb0631e81fe7c621de995aad5b76f70cc7983d89594111c8a8c71e06d57a4225198bb4337b8f57e30330cc4aa851fa63d9931fb2146e31d6266d1f9c3e7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudbuild_v1
2
2
 
3
+ ### v0.45.0 (2023-01-04)
4
+
5
+ * Regenerated from discovery document revision 20230102
6
+
3
7
  ### v0.44.0 (2022-12-05)
4
8
 
5
9
  * Regenerated from discovery document revision 20221201
@@ -2872,13 +2872,12 @@ module Google
2872
2872
  attr_accessor :peered_network
2873
2873
 
2874
2874
  # 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.
2882
2881
  # Corresponds to the JSON property `peeredNetworkIpRange`
2883
2882
  # @return [String]
2884
2883
  attr_accessor :peered_network_ip_range
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudbuildV1
18
18
  # Version of the google-apis-cloudbuild_v1 gem
19
- GEM_VERSION = "0.44.0"
19
+ GEM_VERSION = "0.45.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.11.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20221201"
25
+ REVISION = "20230102"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudbuild_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.44.0
4
+ version: 0.45.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-12-12 00:00:00.000000000 Z
11
+ date: 2023-01-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudbuild_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudbuild_v1/v0.44.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudbuild_v1/v0.45.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudbuild_v1
63
63
  post_install_message:
64
64
  rdoc_options: []