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 +4 -4
- data/lib/google/cloud/spanner/admin/instance/v1/version.rb +1 -1
- data/lib/google/spanner/admin/instance/v1/spanner_instance_admin_pb.rb +1 -0
- data/lib/google/spanner/admin/instance/v1/spanner_instance_admin_services_pb.rb +1 -1
- data/proto_docs/google/spanner/admin/instance/v1/spanner_instance_admin.rb +5 -0
- metadata +15 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2f2aae011b8b515961938a9c94eae3d1020f960d25204d77050c72c825ef8b3b
|
|
4
|
+
data.tar.gz: 57ca8a40ceacc0694bb2288888016775ae423fdf38523ae71521e01623923683
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 392bcd1faec21969cb49f1b4d31acb698084588c7c0c645654551bb764e8b3711d5bb0ece031730fe73eabb0140bcd8ecf7179309c1ecad431cc358ce7c53e44
|
|
7
|
+
data.tar.gz: ab8475332335e9dabfe4e60b55b50185c39c7b9dd1e891de1b82d8f2c4d2a821dde5ef226a576d5390b9e4bc14175fce6d681096c73a9857ff027d1e592683f4
|
|
@@ -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
|
|
@@ -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.
|
|
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-
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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.
|
|
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
|