google-cloud-spanner-admin-instance-v1 0.3.1 → 0.4.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 07bc45d6296b16fe69148df9967b64d20cb83b82e6393b0cb4029eb4b743bd0a
4
- data.tar.gz: cd13156a1692aa1a5c96868f9e3d06f964b70256480f227693741650243ba477
3
+ metadata.gz: 2f2aae011b8b515961938a9c94eae3d1020f960d25204d77050c72c825ef8b3b
4
+ data.tar.gz: 57ca8a40ceacc0694bb2288888016775ae423fdf38523ae71521e01623923683
5
5
  SHA512:
6
- metadata.gz: 3376f80df7aa950ed61b7d7f504b32363758b9acc9ba178d387a5e35b40dd4ddd8e35601b9d087ea8f97bd87403c74b0a99ce2ffa5c7a50f4de1e4a07597c9d8
7
- data.tar.gz: 76cc5e2711864a7e3a2ac4c6339d1d2fa406aa3d302b23054ae5785f1ac363e22a74edc05b0a714e4c899e238c6fe68bd629e0393c5478db34e9586bd576707e
6
+ metadata.gz: 392bcd1faec21969cb49f1b4d31acb698084588c7c0c645654551bb764e8b3711d5bb0ece031730fe73eabb0140bcd8ecf7179309c1ecad431cc358ce7c53e44
7
+ data.tar.gz: ab8475332335e9dabfe4e60b55b50185c39c7b9dd1e891de1b82d8f2c4d2a821dde5ef226a576d5390b9e4bc14175fce6d681096c73a9857ff027d1e592683f4
@@ -23,7 +23,7 @@ module Google
23
23
  module Admin
24
24
  module Instance
25
25
  module V1
26
- VERSION = "0.3.1"
26
+ VERSION = "0.4.0"
27
27
  end
28
28
  end
29
29
  end
@@ -36,6 +36,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
36
36
  optional :config, :string, 2
37
37
  optional :display_name, :string, 3
38
38
  optional :node_count, :int32, 5
39
+ optional :processing_units, :int32, 9
39
40
  optional :state, :enum, 6, "google.spanner.admin.instance.v1.Instance.State"
40
41
  map :labels, :string, :string, 7
41
42
  repeated :endpoint_uris, :string, 8
@@ -49,7 +49,7 @@ module Google
49
49
  # databases in that instance, and their performance may suffer.
50
50
  class Service
51
51
 
52
- include GRPC::GenericService
52
+ include ::GRPC::GenericService
53
53
 
54
54
  self.marshal_class_method = :encode
55
55
  self.unmarshal_class_method = :decode
@@ -118,6 +118,11 @@ module Google
118
118
  # See [the
119
119
  # documentation](https://cloud.google.com/spanner/docs/instances#node_count)
120
120
  # for more information about nodes.
121
+ # @!attribute [rw] processing_units
122
+ # @return [::Integer]
123
+ # The number of processing units allocated to this instance. At most one of
124
+ # processing_units or node_count should be present in the message. This may
125
+ # be zero in API responses for instances that are not yet in state `READY`.
121
126
  # @!attribute [r] state
122
127
  # @return [::Google::Cloud::Spanner::Admin::Instance::V1::Instance::State]
123
128
  # Output only. The current instance state. For
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-spanner-admin-instance-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.4.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-04-05 00:00:00.000000000 Z
11
+ date: 2021-06-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: '0.5'
20
+ - - "<"
18
21
  - !ruby/object:Gem::Version
19
- version: '0.4'
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.5'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.4'
32
+ version: 2.a
27
33
  - !ruby/object:Gem::Dependency
28
34
  name: google-cloud-errors
29
35
  requirement: !ruby/object:Gem::Requirement
@@ -47,7 +53,7 @@ dependencies:
47
53
  version: 0.6.10
48
54
  - - "<"
49
55
  - !ruby/object:Gem::Version
50
- version: '2.0'
56
+ version: 2.a
51
57
  type: :runtime
52
58
  prerelease: false
53
59
  version_requirements: !ruby/object:Gem::Requirement
@@ -57,7 +63,7 @@ dependencies:
57
63
  version: 0.6.10
58
64
  - - "<"
59
65
  - !ruby/object:Gem::Version
60
- version: '2.0'
66
+ version: 2.a
61
67
  - !ruby/object:Gem::Dependency
62
68
  name: google-style
63
69
  requirement: !ruby/object:Gem::Requirement
@@ -228,7 +234,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
228
234
  - !ruby/object:Gem::Version
229
235
  version: '0'
230
236
  requirements: []
231
- rubygems_version: 3.2.13
237
+ rubygems_version: 3.2.17
232
238
  signing_key:
233
239
  specification_version: 4
234
240
  summary: API Client library for the Cloud Spanner Instance Admin V1 API