google-cloud-bigtable-admin-v2 0.2.0 → 0.2.1
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/bigtable/admin/v2.rb +3 -0
- data/lib/google/cloud/bigtable/admin/v2/bigtable_instance_admin/client.rb +1 -1
- data/lib/google/cloud/bigtable/admin/v2/bigtable_instance_admin/operations.rb +1 -1
- data/lib/google/cloud/bigtable/admin/v2/bigtable_table_admin/client.rb +21 -5
- data/lib/google/cloud/bigtable/admin/v2/bigtable_table_admin/operations.rb +1 -1
- data/lib/google/cloud/bigtable/admin/v2/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6400ecd0f5025bb443ba7bb484f6517e3e7b5e358c33f45110a5660836bd95f4
|
|
4
|
+
data.tar.gz: 4ac222e99f305d5a56e3c6a1fe2d6761fcc34d6acbb7efd6c39d4448fdc3b320
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6ec6558322a4cacdcf0607f94aaa6a6cfcd09c0f5132f0c7dfe5f8b55c4b08a522423f991ea8286d90da1f25c30a3b5fee165846d36dd32fdd7899d9c0042505
|
|
7
|
+
data.tar.gz: 651a7ed1a1a99632135a255317127c91e39abfe16b5908efd6644aabd6d5a0b036c3b5d5512f07b0638c01fe6919a68c7710ebf503a7fb401e336cdb836c5cf4
|
|
@@ -1779,7 +1779,7 @@ module Google
|
|
|
1779
1779
|
# Each configuration object is of type `Gapic::Config::Method` and includes
|
|
1780
1780
|
# the following configuration fields:
|
|
1781
1781
|
#
|
|
1782
|
-
# * `timeout` (*type:* `Numeric`) - The call timeout in
|
|
1782
|
+
# * `timeout` (*type:* `Numeric`) - The call timeout in seconds
|
|
1783
1783
|
# * `metadata` (*type:* `Hash{Symbol=>String}`) - Additional gRPC headers
|
|
1784
1784
|
# * `retry_policy (*type:* `Hash`) - The retry policy. The policy fields
|
|
1785
1785
|
# include the following keys:
|
|
@@ -516,7 +516,7 @@ module Google
|
|
|
516
516
|
# Each configuration object is of type `Gapic::Config::Method` and includes
|
|
517
517
|
# the following configuration fields:
|
|
518
518
|
#
|
|
519
|
-
# * `timeout` (*type:* `Numeric`) - The call timeout in
|
|
519
|
+
# * `timeout` (*type:* `Numeric`) - The call timeout in seconds
|
|
520
520
|
# * `metadata` (*type:* `Hash{Symbol=>String}`) - Additional gRPC headers
|
|
521
521
|
# * `retry_policy (*type:* `Hash`) - The retry policy. The policy fields
|
|
522
522
|
# include the following keys:
|
|
@@ -72,8 +72,6 @@ module Google
|
|
|
72
72
|
|
|
73
73
|
default_config.rpcs.create_table.timeout = 300.0
|
|
74
74
|
|
|
75
|
-
default_config.rpcs.create_table_from_snapshot.timeout = 60.0
|
|
76
|
-
|
|
77
75
|
default_config.rpcs.list_tables.timeout = 60.0
|
|
78
76
|
default_config.rpcs.list_tables.retry_policy = {
|
|
79
77
|
initial_delay: 1.0,
|
|
@@ -112,8 +110,6 @@ module Google
|
|
|
112
110
|
retry_codes: [14, 4]
|
|
113
111
|
}
|
|
114
112
|
|
|
115
|
-
default_config.rpcs.snapshot_table.timeout = 60.0
|
|
116
|
-
|
|
117
113
|
default_config.rpcs.get_snapshot.timeout = 60.0
|
|
118
114
|
default_config.rpcs.get_snapshot.retry_policy = {
|
|
119
115
|
initial_delay: 1.0,
|
|
@@ -132,6 +128,26 @@ module Google
|
|
|
132
128
|
|
|
133
129
|
default_config.rpcs.delete_snapshot.timeout = 60.0
|
|
134
130
|
|
|
131
|
+
default_config.rpcs.get_backup.timeout = 60.0
|
|
132
|
+
default_config.rpcs.get_backup.retry_policy = {
|
|
133
|
+
initial_delay: 1.0,
|
|
134
|
+
max_delay: 60.0,
|
|
135
|
+
multiplier: 2,
|
|
136
|
+
retry_codes: [14, 4]
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
default_config.rpcs.update_backup.timeout = 60.0
|
|
140
|
+
|
|
141
|
+
default_config.rpcs.delete_backup.timeout = 60.0
|
|
142
|
+
|
|
143
|
+
default_config.rpcs.list_backups.timeout = 60.0
|
|
144
|
+
default_config.rpcs.list_backups.retry_policy = {
|
|
145
|
+
initial_delay: 1.0,
|
|
146
|
+
max_delay: 60.0,
|
|
147
|
+
multiplier: 2,
|
|
148
|
+
retry_codes: [14, 4]
|
|
149
|
+
}
|
|
150
|
+
|
|
135
151
|
default_config.rpcs.get_iam_policy.timeout = 60.0
|
|
136
152
|
default_config.rpcs.get_iam_policy.retry_policy = {
|
|
137
153
|
initial_delay: 1.0,
|
|
@@ -2109,7 +2125,7 @@ module Google
|
|
|
2109
2125
|
# Each configuration object is of type `Gapic::Config::Method` and includes
|
|
2110
2126
|
# the following configuration fields:
|
|
2111
2127
|
#
|
|
2112
|
-
# * `timeout` (*type:* `Numeric`) - The call timeout in
|
|
2128
|
+
# * `timeout` (*type:* `Numeric`) - The call timeout in seconds
|
|
2113
2129
|
# * `metadata` (*type:* `Hash{Symbol=>String}`) - Additional gRPC headers
|
|
2114
2130
|
# * `retry_policy (*type:* `Hash`) - The retry policy. The policy fields
|
|
2115
2131
|
# include the following keys:
|
|
@@ -516,7 +516,7 @@ module Google
|
|
|
516
516
|
# Each configuration object is of type `Gapic::Config::Method` and includes
|
|
517
517
|
# the following configuration fields:
|
|
518
518
|
#
|
|
519
|
-
# * `timeout` (*type:* `Numeric`) - The call timeout in
|
|
519
|
+
# * `timeout` (*type:* `Numeric`) - The call timeout in seconds
|
|
520
520
|
# * `metadata` (*type:* `Hash{Symbol=>String}`) - Additional gRPC headers
|
|
521
521
|
# * `retry_policy (*type:* `Hash`) - The retry policy. The policy fields
|
|
522
522
|
# include the following keys:
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-bigtable-admin-v2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2021-01-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|
|
@@ -239,7 +239,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
239
239
|
- !ruby/object:Gem::Version
|
|
240
240
|
version: '0'
|
|
241
241
|
requirements: []
|
|
242
|
-
rubygems_version: 3.
|
|
242
|
+
rubygems_version: 3.2.6
|
|
243
243
|
signing_key:
|
|
244
244
|
specification_version: 4
|
|
245
245
|
summary: API Client library for the Cloud Bigtable Admin V2 API
|