google-cloud-bigtable-admin-v2 0.2.0 → 0.2.1

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: 5da1c0cb796911fc2e1f64215fd050aea9c0fa825240613bb4e7f799c1438ac9
4
- data.tar.gz: e27303f505656be4db247629d9a9a9f854301057859b11b88896ee5a139e915c
3
+ metadata.gz: 6400ecd0f5025bb443ba7bb484f6517e3e7b5e358c33f45110a5660836bd95f4
4
+ data.tar.gz: 4ac222e99f305d5a56e3c6a1fe2d6761fcc34d6acbb7efd6c39d4448fdc3b320
5
5
  SHA512:
6
- metadata.gz: 2aa21f5960d28101c26ceb8dacde6a260fe2a559daed1e84a3146a6aaf0a90e6bd8a7ef028e02f15b945a36f3f167eee61e9593671ebdd5bec6c4bd4892d90e8
7
- data.tar.gz: 2fc57095202906f769bf535a0e6c39f4db2ec6c7cc7319755facdaf2e805bdfecd8f6a1ced74cb7b4c3c342543b699f44882696b1098cf8128ed20a5272a83cc
6
+ metadata.gz: 6ec6558322a4cacdcf0607f94aaa6a6cfcd09c0f5132f0c7dfe5f8b55c4b08a522423f991ea8286d90da1f25c30a3b5fee165846d36dd32fdd7899d9c0042505
7
+ data.tar.gz: 651a7ed1a1a99632135a255317127c91e39abfe16b5908efd6644aabd6d5a0b036c3b5d5512f07b0638c01fe6919a68c7710ebf503a7fb401e336cdb836c5cf4
@@ -36,3 +36,6 @@ module Google
36
36
  end
37
37
  end
38
38
  end
39
+
40
+ helper_path = ::File.join __dir__, "v2", "_helpers.rb"
41
+ require "google/cloud/bigtable/admin/v2/_helpers" if ::File.file? helper_path
@@ -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 milliseconds
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 milliseconds
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 milliseconds
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 milliseconds
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:
@@ -22,7 +22,7 @@ module Google
22
22
  module Bigtable
23
23
  module Admin
24
24
  module V2
25
- VERSION = "0.2.0"
25
+ VERSION = "0.2.1"
26
26
  end
27
27
  end
28
28
  end
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.0
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: 2020-10-29 00:00:00.000000000 Z
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.1.4
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