google-apis-spanner_v1 0.11.0 → 0.12.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: 4fe2a36134fd6ba4b1a4aa60736544fb9f1cfd1edb04c3b58afa5c15f48cd4f2
4
- data.tar.gz: '09ee659f8263048d5acabdc2e0b17338f1bcfff0d44db12259e840496c6c3e08'
3
+ metadata.gz: 0d2fdc362ea9ccbcf33b9234e1128298167bfc5b681ed05c2b146892d4a12adf
4
+ data.tar.gz: 4652b768176472da6fa3742b6b947bed6682e460b85777c1f9ed569baa61dd58
5
5
  SHA512:
6
- metadata.gz: 0c23a445d9966cc458a967cd6013672ff8f1d9e2ff8375cc1cd50fd98789f10701adb78cc20388fe5d3c84761753b076ab28a5beb6434ea34074c4cddebaa570
7
- data.tar.gz: a7aba698c3932248b83fceeb28820b0e940c5dd77976951a27f835312bc3030de2813922ddeda4c168df5679b9551ec454276126df2b963d02ccb556ecb1c285
6
+ metadata.gz: 6112ac00d9e5f291b543d05a8dc1e92dbfc4ec4af92d25f17b8897f933ba39cf6dfd5c1b7ef4d9b8e2f162c89e38486981dfb52059900b6e62810cbc073a1002
7
+ data.tar.gz: 3505dbe22c9c699c1bc9ad822fe1841498ea3e4a54bd6e39b05baf789988661f2af638fbffa2c984d9f7db2b72f45d9b53b1a953365f399e0ef061098b14e868
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-spanner_v1
2
2
 
3
+ ### v0.12.0 (2021-06-10)
4
+
5
+ * Regenerated from discovery document revision 20210603
6
+
3
7
  ### v0.11.0 (2021-06-03)
4
8
 
5
9
  * Regenerated from discovery document revision 20210527
@@ -1672,6 +1672,13 @@ module Google
1672
1672
  # @return [Fixnum]
1673
1673
  attr_accessor :node_count
1674
1674
 
1675
+ # The number of processing units allocated to this instance. At most one of
1676
+ # processing_units or node_count should be present in the message. This may be
1677
+ # zero in API responses for instances that are not yet in state `READY`.
1678
+ # Corresponds to the JSON property `processingUnits`
1679
+ # @return [Fixnum]
1680
+ attr_accessor :processing_units
1681
+
1675
1682
  # Output only. The current instance state. For CreateInstance, the state must be
1676
1683
  # either omitted or set to `CREATING`. For UpdateInstance, the state must be
1677
1684
  # either omitted or set to `READY`.
@@ -1691,6 +1698,7 @@ module Google
1691
1698
  @labels = args[:labels] if args.key?(:labels)
1692
1699
  @name = args[:name] if args.key?(:name)
1693
1700
  @node_count = args[:node_count] if args.key?(:node_count)
1701
+ @processing_units = args[:processing_units] if args.key?(:processing_units)
1694
1702
  @state = args[:state] if args.key?(:state)
1695
1703
  end
1696
1704
  end
@@ -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.11.0"
19
+ GEM_VERSION = "0.12.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.3.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210527"
25
+ REVISION = "20210603"
26
26
  end
27
27
  end
28
28
  end
@@ -984,6 +984,7 @@ module Google
984
984
  hash :labels, as: 'labels'
985
985
  property :name, as: 'name'
986
986
  property :node_count, as: 'nodeCount'
987
+ property :processing_units, as: 'processingUnits'
987
988
  property :state, as: 'state'
988
989
  end
989
990
  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.11.0
4
+ version: 0.12.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-06-07 00:00:00.000000000 Z
11
+ date: 2021-06-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-spanner_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-spanner_v1/v0.11.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-spanner_v1/v0.12.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-spanner_v1
57
57
  post_install_message:
58
58
  rdoc_options: []