google-cloud-spanner-admin-instance-v1 0.1.1 → 0.1.2
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0f1944de612b0174e972cf3252e7507445e7f703e145fee1e3062f2ffa2e7fd5
|
4
|
+
data.tar.gz: a4ebaf75db951ceb95e590f18891dfae298a6c91ce76dbe107637cac4225349d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 74a635f816b5090275e79d4a7c7b7db0b1ff670a07289b4df38e54200c7b80f78a4b56acf639153aa6aac93460f470e420a62c33f9d491342bc3591701d9a9b5
|
7
|
+
data.tar.gz: cf9c9f25e0cabd719455bbdc21b3ae6ff1d0d4be0f844bbf294db69e9b1e9199a1ac2734ff7f09bea484c9a013bbb87d0fbf4868e49f8f685d809c6c16a62d2f
|
@@ -92,7 +92,7 @@ module Google
|
|
92
92
|
initial_delay: 1.0,
|
93
93
|
max_delay: 32.0,
|
94
94
|
multiplier: 1.3,
|
95
|
-
retry_codes: [
|
95
|
+
retry_codes: [14, 4]
|
96
96
|
}
|
97
97
|
|
98
98
|
default_config.rpcs.get_instance_config.timeout = 3600.0
|
@@ -100,7 +100,7 @@ module Google
|
|
100
100
|
initial_delay: 1.0,
|
101
101
|
max_delay: 32.0,
|
102
102
|
multiplier: 1.3,
|
103
|
-
retry_codes: [
|
103
|
+
retry_codes: [14, 4]
|
104
104
|
}
|
105
105
|
|
106
106
|
default_config.rpcs.list_instances.timeout = 3600.0
|
@@ -108,7 +108,7 @@ module Google
|
|
108
108
|
initial_delay: 1.0,
|
109
109
|
max_delay: 32.0,
|
110
110
|
multiplier: 1.3,
|
111
|
-
retry_codes: [
|
111
|
+
retry_codes: [14, 4]
|
112
112
|
}
|
113
113
|
|
114
114
|
default_config.rpcs.get_instance.timeout = 3600.0
|
@@ -116,7 +116,7 @@ module Google
|
|
116
116
|
initial_delay: 1.0,
|
117
117
|
max_delay: 32.0,
|
118
118
|
multiplier: 1.3,
|
119
|
-
retry_codes: [
|
119
|
+
retry_codes: [14, 4]
|
120
120
|
}
|
121
121
|
|
122
122
|
default_config.rpcs.create_instance.timeout = 3600.0
|
@@ -128,7 +128,7 @@ module Google
|
|
128
128
|
initial_delay: 1.0,
|
129
129
|
max_delay: 32.0,
|
130
130
|
multiplier: 1.3,
|
131
|
-
retry_codes: [
|
131
|
+
retry_codes: [14, 4]
|
132
132
|
}
|
133
133
|
|
134
134
|
default_config.rpcs.set_iam_policy.timeout = 30.0
|
@@ -138,7 +138,7 @@ module Google
|
|
138
138
|
initial_delay: 1.0,
|
139
139
|
max_delay: 32.0,
|
140
140
|
multiplier: 1.3,
|
141
|
-
retry_codes: [
|
141
|
+
retry_codes: [14, 4]
|
142
142
|
}
|
143
143
|
|
144
144
|
default_config.rpcs.test_iam_permissions.timeout = 30.0
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
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.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-
|
11
|
+
date: 2020-08-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|