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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 841f47e49585a9b462f1914af15f5e329bc3bdb97ee9f964dee6044b72259bd6
4
- data.tar.gz: 0f2c84cd89461e41a82d96403472dd72a68b1fb2850255f5fb290d10ac96a1a0
3
+ metadata.gz: 6fbddcaa4658b3147d2258f83f732fdc5679b6d762e0c0aeeb120e6ad5f3726e
4
+ data.tar.gz: 3cd473218d291908672f0095738a11a7cd0ded8e15bc23edf465769340a9e710
5
5
  SHA512:
6
- metadata.gz: ddb44f893976b7f56b2d08d77d11e87666f93c00a0a25dba96c12904b1bd160e4aba2c574e72f1019f26df022a10bfebe8cfd80c4902cfd2c69f32110fdfed7c
7
- data.tar.gz: b0430f0754171790362e5611f3c70ddbe4621a04f503df2d127a06fe844d2d19b9cab533bf0780bdd20473a47cb1abad608f4696e22bdf527c50c209dda778ac
6
+ metadata.gz: 22f24dbab2d23ac55ee2af9bf16a2f5e08ca79ce262a0d4debeddad921c6a7d9df01b621af41b15257761762e3e19eddc0be9844d002db75387761773099956d
7
+ data.tar.gz: 1c44606e7033bfb89ffa6651054412a552e4f05e3b4a66138135a19b32fc6c2d9149bc3ac519ca0b010607616fa08c88198774f96d9d9a31fd61f07a210fee60
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-spanner_v1
2
2
 
3
+ ### v0.16.0 (2021-07-31)
4
+
5
+ * Regenerated from discovery document revision 20210723
6
+
3
7
  ### v0.15.0 (2021-07-12)
4
8
 
5
9
  * Regenerated from discovery document revision 20210703
@@ -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. This may be zero in API
1677
- # responses for instances that are not yet in state `READY`. See [the
1678
- # documentation](https://cloud.google.com/spanner/docs/instances#node_count) for
1679
- # more information about nodes.
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.15.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 = "20210703"
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.15.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-07-19 00:00:00.000000000 Z
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.15.0
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: []