google-apis-spanner_v1 0.15.0 → 0.16.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/spanner_v1/classes.rb +8 -5
- data/lib/google/apis/spanner_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: 6fbddcaa4658b3147d2258f83f732fdc5679b6d762e0c0aeeb120e6ad5f3726e
|
4
|
+
data.tar.gz: 3cd473218d291908672f0095738a11a7cd0ded8e15bc23edf465769340a9e710
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 22f24dbab2d23ac55ee2af9bf16a2f5e08ca79ce262a0d4debeddad921c6a7d9df01b621af41b15257761762e3e19eddc0be9844d002db75387761773099956d
|
7
|
+
data.tar.gz: 1c44606e7033bfb89ffa6651054412a552e4f05e3b4a66138135a19b32fc6c2d9149bc3ac519ca0b010607616fa08c88198774f96d9d9a31fd61f07a210fee60
|
data/CHANGELOG.md
CHANGED
@@ -1673,17 +1673,20 @@ module Google
|
|
1673
1673
|
# @return [String]
|
1674
1674
|
attr_accessor :name
|
1675
1675
|
|
1676
|
-
# The number of nodes allocated to this instance.
|
1677
|
-
#
|
1678
|
-
#
|
1679
|
-
#
|
1676
|
+
# The number of nodes allocated to this instance. At most one of either
|
1677
|
+
# node_count or processing_units should be present in the message. This may be
|
1678
|
+
# zero in API responses for instances that are not yet in state `READY`. See [
|
1679
|
+
# the documentation](https://cloud.google.com/spanner/docs/compute-capacity) for
|
1680
|
+
# more information about nodes and processing units.
|
1680
1681
|
# Corresponds to the JSON property `nodeCount`
|
1681
1682
|
# @return [Fixnum]
|
1682
1683
|
attr_accessor :node_count
|
1683
1684
|
|
1684
1685
|
# The number of processing units allocated to this instance. At most one of
|
1685
1686
|
# processing_units or node_count should be present in the message. This may be
|
1686
|
-
# zero in API responses for instances that are not yet in state `READY`.
|
1687
|
+
# zero in API responses for instances that are not yet in state `READY`. See [
|
1688
|
+
# the documentation](https://cloud.google.com/spanner/docs/compute-capacity) for
|
1689
|
+
# more information about nodes and processing units.
|
1687
1690
|
# Corresponds to the JSON property `processingUnits`
|
1688
1691
|
# @return [Fixnum]
|
1689
1692
|
attr_accessor :processing_units
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module SpannerV1
|
18
18
|
# Version of the google-apis-spanner_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.16.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210723"
|
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-spanner_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.16.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: 2021-
|
11
|
+
date: 2021-08-02 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/master/generated/google-apis-spanner_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-spanner_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-spanner_v1/v0.16.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-spanner_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|