google-apis-alloydb_v1beta 0.1.0 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/alloydb_v1beta/classes.rb +1 -1
- data/lib/google/apis/alloydb_v1beta/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: 3ff0d4f5525f774cf4433b246c89be86bb08b2ea672be6b1b3bf246939b44d80
|
|
4
|
+
data.tar.gz: b0a1988db02e4fbf630dcc16982aee71086e00f65ed2e620fb4576b668d4c8e1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e28f7b53f9b8eda34d94af5ddc3e9171ea13d1a8a5bb1d40b88219810aa3bc6efca30969740ec88517ebd2e6cd087141dc87574122e9bcfc555d0af1d228c601
|
|
7
|
+
data.tar.gz: ee80c5997ff42e0eb74721750d66cfe97669ccbeed5587f23d9159e540669d877aa2c94537279e831b940ff3cd7e8103e340fe5bbcf6a9c474f3b0cdc9d1958f
|
data/CHANGELOG.md
CHANGED
|
@@ -1487,7 +1487,7 @@ module Google
|
|
|
1487
1487
|
# @return [String]
|
|
1488
1488
|
attr_accessor :allocated_ip_range
|
|
1489
1489
|
|
|
1490
|
-
#
|
|
1490
|
+
# Optional. The resource link for the VPC network in which cluster resources are
|
|
1491
1491
|
# created and from which they are accessible via Private IP. The network must
|
|
1492
1492
|
# belong to the same project as the cluster. It is specified in the form: "
|
|
1493
1493
|
# projects/`project_number`/global/networks/`network_id`". This is required to
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module AlloydbV1beta
|
|
18
18
|
# Version of the google-apis-alloydb_v1beta gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.2.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20231109"
|
|
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-alloydb_v1beta
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.2.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: 2023-
|
|
11
|
+
date: 2023-11-19 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-alloydb_v1beta/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1beta/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1beta/v0.2.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-alloydb_v1beta
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|