google-cloud-bigtable-admin-v2 0.5.1 → 0.5.2

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: e7fd6c56902fc23b64ae5ec982f4d091d8e238f09d61453ebe8d9ff25a4ee469
4
- data.tar.gz: ec5f89303d2f7ee9ae93ab828dc930b01f12616500f15f05cb0d29bfff2d52de
3
+ metadata.gz: fcf0ef23a0cb2fdfab6ed98b17cf1b3881e9303116422f28c9e22e80b1e1074b
4
+ data.tar.gz: 5a10f0cb705b8368b59a29137288ab6a4d64593f17f4a519791ddb32cece943e
5
5
  SHA512:
6
- metadata.gz: c45754429547d273d89048b059eb557e837251d95fff2b975117502eb62c12cc34f1a9f1362eca22d99043a03c2d5d3607dd695ee3598e86e07c521ac0186ccb
7
- data.tar.gz: b03638a7caef790ce509f5effc31960620cabd4d4e5fc0b1eb9fb6935a7090369dfd21e50fd64b6b7a0a4f16cdec82f3c51283e853f7c9cc35238785e94986c4
6
+ metadata.gz: 5d57e3d653d856a58e056e6a91d965f8acbeb018c715bce7ccc959951e5209243f519b059f237e43d5a191729edde666df5bdb538d0aacd541568f19e3a90e7e
7
+ data.tar.gz: ff28cde3785d3b6203b1f607a4ac536372a44a9fb0a7a6f6da9b454bd33f694c54c89b3b3d9247ac8f2562b1afdfd91cb82b23c42bb0f7049442f813bd7ee7ca
@@ -73,33 +73,33 @@ module Google
73
73
  default_config.rpcs.get_instance.timeout = 60.0
74
74
  default_config.rpcs.get_instance.retry_policy = {
75
75
  initial_delay: 1.0,
76
- max_delay: 60.0,
77
- multiplier: 2,
78
- retry_codes: [14, 4]
76
+ max_delay: 60.0,
77
+ multiplier: 2,
78
+ retry_codes: [14, 4]
79
79
  }
80
80
 
81
81
  default_config.rpcs.list_instances.timeout = 60.0
82
82
  default_config.rpcs.list_instances.retry_policy = {
83
83
  initial_delay: 1.0,
84
- max_delay: 60.0,
85
- multiplier: 2,
86
- retry_codes: [14, 4]
84
+ max_delay: 60.0,
85
+ multiplier: 2,
86
+ retry_codes: [14, 4]
87
87
  }
88
88
 
89
89
  default_config.rpcs.update_instance.timeout = 60.0
90
90
  default_config.rpcs.update_instance.retry_policy = {
91
91
  initial_delay: 1.0,
92
- max_delay: 60.0,
93
- multiplier: 2,
94
- retry_codes: [14, 4]
92
+ max_delay: 60.0,
93
+ multiplier: 2,
94
+ retry_codes: [14, 4]
95
95
  }
96
96
 
97
97
  default_config.rpcs.partial_update_instance.timeout = 60.0
98
98
  default_config.rpcs.partial_update_instance.retry_policy = {
99
99
  initial_delay: 1.0,
100
- max_delay: 60.0,
101
- multiplier: 2,
102
- retry_codes: [14, 4]
100
+ max_delay: 60.0,
101
+ multiplier: 2,
102
+ retry_codes: [14, 4]
103
103
  }
104
104
 
105
105
  default_config.rpcs.delete_instance.timeout = 60.0
@@ -109,25 +109,25 @@ module Google
109
109
  default_config.rpcs.get_cluster.timeout = 60.0
110
110
  default_config.rpcs.get_cluster.retry_policy = {
111
111
  initial_delay: 1.0,
112
- max_delay: 60.0,
113
- multiplier: 2,
114
- retry_codes: [14, 4]
112
+ max_delay: 60.0,
113
+ multiplier: 2,
114
+ retry_codes: [14, 4]
115
115
  }
116
116
 
117
117
  default_config.rpcs.list_clusters.timeout = 60.0
118
118
  default_config.rpcs.list_clusters.retry_policy = {
119
119
  initial_delay: 1.0,
120
- max_delay: 60.0,
121
- multiplier: 2,
122
- retry_codes: [14, 4]
120
+ max_delay: 60.0,
121
+ multiplier: 2,
122
+ retry_codes: [14, 4]
123
123
  }
124
124
 
125
125
  default_config.rpcs.update_cluster.timeout = 60.0
126
126
  default_config.rpcs.update_cluster.retry_policy = {
127
127
  initial_delay: 1.0,
128
- max_delay: 60.0,
129
- multiplier: 2,
130
- retry_codes: [14, 4]
128
+ max_delay: 60.0,
129
+ multiplier: 2,
130
+ retry_codes: [14, 4]
131
131
  }
132
132
 
133
133
  default_config.rpcs.delete_cluster.timeout = 60.0
@@ -137,25 +137,25 @@ module Google
137
137
  default_config.rpcs.get_app_profile.timeout = 60.0
138
138
  default_config.rpcs.get_app_profile.retry_policy = {
139
139
  initial_delay: 1.0,
140
- max_delay: 60.0,
141
- multiplier: 2,
142
- retry_codes: [14, 4]
140
+ max_delay: 60.0,
141
+ multiplier: 2,
142
+ retry_codes: [14, 4]
143
143
  }
144
144
 
145
145
  default_config.rpcs.list_app_profiles.timeout = 60.0
146
146
  default_config.rpcs.list_app_profiles.retry_policy = {
147
147
  initial_delay: 1.0,
148
- max_delay: 60.0,
149
- multiplier: 2,
150
- retry_codes: [14, 4]
148
+ max_delay: 60.0,
149
+ multiplier: 2,
150
+ retry_codes: [14, 4]
151
151
  }
152
152
 
153
153
  default_config.rpcs.update_app_profile.timeout = 60.0
154
154
  default_config.rpcs.update_app_profile.retry_policy = {
155
155
  initial_delay: 1.0,
156
- max_delay: 60.0,
157
- multiplier: 2,
158
- retry_codes: [14, 4]
156
+ max_delay: 60.0,
157
+ multiplier: 2,
158
+ retry_codes: [14, 4]
159
159
  }
160
160
 
161
161
  default_config.rpcs.delete_app_profile.timeout = 60.0
@@ -163,9 +163,9 @@ module Google
163
163
  default_config.rpcs.get_iam_policy.timeout = 60.0
164
164
  default_config.rpcs.get_iam_policy.retry_policy = {
165
165
  initial_delay: 1.0,
166
- max_delay: 60.0,
167
- multiplier: 2,
168
- retry_codes: [14, 4]
166
+ max_delay: 60.0,
167
+ multiplier: 2,
168
+ retry_codes: [14, 4]
169
169
  }
170
170
 
171
171
  default_config.rpcs.set_iam_policy.timeout = 60.0
@@ -173,9 +173,9 @@ module Google
173
173
  default_config.rpcs.test_iam_permissions.timeout = 60.0
174
174
  default_config.rpcs.test_iam_permissions.retry_policy = {
175
175
  initial_delay: 1.0,
176
- max_delay: 60.0,
177
- multiplier: 2,
178
- retry_codes: [14, 4]
176
+ max_delay: 60.0,
177
+ multiplier: 2,
178
+ retry_codes: [14, 4]
179
179
  }
180
180
 
181
181
  default_config
@@ -75,17 +75,17 @@ module Google
75
75
  default_config.rpcs.list_tables.timeout = 60.0
76
76
  default_config.rpcs.list_tables.retry_policy = {
77
77
  initial_delay: 1.0,
78
- max_delay: 60.0,
79
- multiplier: 2,
80
- retry_codes: [14, 4]
78
+ max_delay: 60.0,
79
+ multiplier: 2,
80
+ retry_codes: [14, 4]
81
81
  }
82
82
 
83
83
  default_config.rpcs.get_table.timeout = 60.0
84
84
  default_config.rpcs.get_table.retry_policy = {
85
85
  initial_delay: 1.0,
86
- max_delay: 60.0,
87
- multiplier: 2,
88
- retry_codes: [14, 4]
86
+ max_delay: 60.0,
87
+ multiplier: 2,
88
+ retry_codes: [14, 4]
89
89
  }
90
90
 
91
91
  default_config.rpcs.delete_table.timeout = 60.0
@@ -97,33 +97,33 @@ module Google
97
97
  default_config.rpcs.generate_consistency_token.timeout = 60.0
98
98
  default_config.rpcs.generate_consistency_token.retry_policy = {
99
99
  initial_delay: 1.0,
100
- max_delay: 60.0,
101
- multiplier: 2,
102
- retry_codes: [14, 4]
100
+ max_delay: 60.0,
101
+ multiplier: 2,
102
+ retry_codes: [14, 4]
103
103
  }
104
104
 
105
105
  default_config.rpcs.check_consistency.timeout = 60.0
106
106
  default_config.rpcs.check_consistency.retry_policy = {
107
107
  initial_delay: 1.0,
108
- max_delay: 60.0,
109
- multiplier: 2,
110
- retry_codes: [14, 4]
108
+ max_delay: 60.0,
109
+ multiplier: 2,
110
+ retry_codes: [14, 4]
111
111
  }
112
112
 
113
113
  default_config.rpcs.get_snapshot.timeout = 60.0
114
114
  default_config.rpcs.get_snapshot.retry_policy = {
115
115
  initial_delay: 1.0,
116
- max_delay: 60.0,
117
- multiplier: 2,
118
- retry_codes: [14, 4]
116
+ max_delay: 60.0,
117
+ multiplier: 2,
118
+ retry_codes: [14, 4]
119
119
  }
120
120
 
121
121
  default_config.rpcs.list_snapshots.timeout = 60.0
122
122
  default_config.rpcs.list_snapshots.retry_policy = {
123
123
  initial_delay: 1.0,
124
- max_delay: 60.0,
125
- multiplier: 2,
126
- retry_codes: [14, 4]
124
+ max_delay: 60.0,
125
+ multiplier: 2,
126
+ retry_codes: [14, 4]
127
127
  }
128
128
 
129
129
  default_config.rpcs.delete_snapshot.timeout = 60.0
@@ -133,9 +133,9 @@ module Google
133
133
  default_config.rpcs.get_backup.timeout = 60.0
134
134
  default_config.rpcs.get_backup.retry_policy = {
135
135
  initial_delay: 1.0,
136
- max_delay: 60.0,
137
- multiplier: 2,
138
- retry_codes: [14, 4]
136
+ max_delay: 60.0,
137
+ multiplier: 2,
138
+ retry_codes: [14, 4]
139
139
  }
140
140
 
141
141
  default_config.rpcs.update_backup.timeout = 60.0
@@ -145,9 +145,9 @@ module Google
145
145
  default_config.rpcs.list_backups.timeout = 60.0
146
146
  default_config.rpcs.list_backups.retry_policy = {
147
147
  initial_delay: 1.0,
148
- max_delay: 60.0,
149
- multiplier: 2,
150
- retry_codes: [14, 4]
148
+ max_delay: 60.0,
149
+ multiplier: 2,
150
+ retry_codes: [14, 4]
151
151
  }
152
152
 
153
153
  default_config.rpcs.restore_table.timeout = 60.0
@@ -155,9 +155,9 @@ module Google
155
155
  default_config.rpcs.get_iam_policy.timeout = 60.0
156
156
  default_config.rpcs.get_iam_policy.retry_policy = {
157
157
  initial_delay: 1.0,
158
- max_delay: 60.0,
159
- multiplier: 2,
160
- retry_codes: [14, 4]
158
+ max_delay: 60.0,
159
+ multiplier: 2,
160
+ retry_codes: [14, 4]
161
161
  }
162
162
 
163
163
  default_config.rpcs.set_iam_policy.timeout = 60.0
@@ -165,9 +165,9 @@ module Google
165
165
  default_config.rpcs.test_iam_permissions.timeout = 60.0
166
166
  default_config.rpcs.test_iam_permissions.retry_policy = {
167
167
  initial_delay: 1.0,
168
- max_delay: 60.0,
169
- multiplier: 2,
170
- retry_codes: [14, 4]
168
+ max_delay: 60.0,
169
+ multiplier: 2,
170
+ retry_codes: [14, 4]
171
171
  }
172
172
 
173
173
  default_config
@@ -22,7 +22,7 @@ module Google
22
22
  module Bigtable
23
23
  module Admin
24
24
  module V2
25
- VERSION = "0.5.1"
25
+ VERSION = "0.5.2"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-bigtable-admin-v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.5.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: 2021-05-19 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