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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/cloudbuild_v1/classes.rb +6 -7
- data/lib/google/apis/cloudbuild_v1/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3e1f769e6ba70188507c362dca37faa54951b32baaa250fcebfdfd81fae793d1
|
4
|
+
data.tar.gz: f3cbd2cc146b39007565440a9fb849cf351028dde62a7b8974e05d9caa56b8af
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2788b2f9661f8930b835d621041d662515f96b0c7317fa69952160df33e93a2d653dc93d10d04083fe15c9fe16818253df2b75e202a18b380d748a45356344d7
|
7
|
+
data.tar.gz: 5177acb0631e81fe7c621de995aad5b76f70cc7983d89594111c8a8c71e06d57a4225198bb4337b8f57e30330cc4aa851fa63d9931fb2146e31d6266d1f9c3e7
|
data/CHANGELOG.md
CHANGED
@@ -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
|
2876
|
-
#
|
2877
|
-
#
|
2878
|
-
# would specify a
|
2879
|
-
#
|
2880
|
-
#
|
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.
|
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 = "
|
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.
|
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:
|
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.
|
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: []
|