google-cloud-bigtable-admin-v2 0.5.0 → 0.5.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/bigtable/admin/v2/bigtable_instance_admin_services_pb.rb +1 -1
- data/lib/google/bigtable/admin/v2/bigtable_table_admin_services_pb.rb +2 -2
- data/lib/google/cloud/bigtable/admin/v2/bigtable_instance_admin/client.rb +36 -36
- data/lib/google/cloud/bigtable/admin/v2/bigtable_table_admin/client.rb +33 -33
- data/lib/google/cloud/bigtable/admin/v2/version.rb +1 -1
- data/proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb +2 -2
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e7fd6c56902fc23b64ae5ec982f4d091d8e238f09d61453ebe8d9ff25a4ee469
|
4
|
+
data.tar.gz: ec5f89303d2f7ee9ae93ab828dc930b01f12616500f15f05cb0d29bfff2d52de
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c45754429547d273d89048b059eb557e837251d95fff2b975117502eb62c12cc34f1a9f1362eca22d99043a03c2d5d3607dd695ee3598e86e07c521ac0186ccb
|
7
|
+
data.tar.gz: b03638a7caef790ce509f5effc31960620cabd4d4e5fc0b1eb9fb6935a7090369dfd21e50fd64b6b7a0a4f16cdec82f3c51283e853f7c9cc35238785e94986c4
|
@@ -32,7 +32,7 @@ module Google
|
|
32
32
|
# the tables.
|
33
33
|
class Service
|
34
34
|
|
35
|
-
include GRPC::GenericService
|
35
|
+
include ::GRPC::GenericService
|
36
36
|
|
37
37
|
self.marshal_class_method = :encode
|
38
38
|
self.unmarshal_class_method = :decode
|
@@ -127,7 +127,7 @@ module Google
|
|
127
127
|
# backups.
|
128
128
|
rpc :ListBackups, ::Google::Cloud::Bigtable::Admin::V2::ListBackupsRequest, ::Google::Cloud::Bigtable::Admin::V2::ListBackupsResponse
|
129
129
|
# Create a new table by restoring from a completed backup. The new table
|
130
|
-
# must be in the same
|
130
|
+
# must be in the same project as the instance containing the backup. The
|
131
131
|
# returned table [long-running operation][google.longrunning.Operation] can
|
132
132
|
# be used to track the progress of the operation, and to cancel it. The
|
133
133
|
# [metadata][google.longrunning.Operation.metadata] field type is
|
@@ -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
|
-
|
77
|
-
|
78
|
-
|
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
|
-
|
85
|
-
|
86
|
-
|
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
|
-
|
93
|
-
|
94
|
-
|
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
|
-
|
101
|
-
|
102
|
-
|
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
|
-
|
113
|
-
|
114
|
-
|
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
|
-
|
121
|
-
|
122
|
-
|
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
|
-
|
129
|
-
|
130
|
-
|
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
|
-
|
141
|
-
|
142
|
-
|
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
|
-
|
149
|
-
|
150
|
-
|
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
|
-
|
157
|
-
|
158
|
-
|
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
|
-
|
167
|
-
|
168
|
-
|
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
|
-
|
177
|
-
|
178
|
-
|
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
|
-
|
79
|
-
|
80
|
-
|
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
|
-
|
87
|
-
|
88
|
-
|
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
|
-
|
101
|
-
|
102
|
-
|
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
|
-
|
109
|
-
|
110
|
-
|
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
|
-
|
117
|
-
|
118
|
-
|
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
|
-
|
125
|
-
|
126
|
-
|
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
|
-
|
137
|
-
|
138
|
-
|
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
|
-
|
149
|
-
|
150
|
-
|
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
|
-
|
159
|
-
|
160
|
-
|
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
|
-
|
169
|
-
|
170
|
-
|
168
|
+
max_delay: 60.0,
|
169
|
+
multiplier: 2,
|
170
|
+
retry_codes: [14, 4]
|
171
171
|
}
|
172
172
|
|
173
173
|
default_config
|
@@ -1711,7 +1711,7 @@ module Google
|
|
1711
1711
|
|
1712
1712
|
##
|
1713
1713
|
# Create a new table by restoring from a completed backup. The new table
|
1714
|
-
# must be in the same
|
1714
|
+
# must be in the same project as the instance containing the backup. The
|
1715
1715
|
# returned table {::Google::Longrunning::Operation long-running operation} can
|
1716
1716
|
# be used to track the progress of the operation, and to cancel it. The
|
1717
1717
|
# {::Google::Longrunning::Operation#metadata metadata} field type is
|
@@ -1736,8 +1736,8 @@ module Google
|
|
1736
1736
|
#
|
1737
1737
|
# @param parent [::String]
|
1738
1738
|
# Required. The name of the instance in which to create the restored
|
1739
|
-
# table. This instance must be the
|
1740
|
-
# of the form `projects/<project>/instances/<instance>`.
|
1739
|
+
# table. This instance must be in the same project as the source backup.
|
1740
|
+
# Values are of the form `projects/<project>/instances/<instance>`.
|
1741
1741
|
# @param table_id [::String]
|
1742
1742
|
# Required. The id of the table to create and restore to. This
|
1743
1743
|
# table must not already exist. The `table_id` appended to
|
@@ -27,8 +27,8 @@ module Google
|
|
27
27
|
# @!attribute [rw] parent
|
28
28
|
# @return [::String]
|
29
29
|
# Required. The name of the instance in which to create the restored
|
30
|
-
# table. This instance must be the
|
31
|
-
# of the form `projects/<project>/instances/<instance>`.
|
30
|
+
# table. This instance must be in the same project as the source backup.
|
31
|
+
# Values are of the form `projects/<project>/instances/<instance>`.
|
32
32
|
# @!attribute [rw] table_id
|
33
33
|
# @return [::String]
|
34
34
|
# Required. The id of the table to create and restore to. This
|
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.5.
|
4
|
+
version: 0.5.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: 2021-
|
11
|
+
date: 2021-05-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '0.
|
19
|
+
version: '0.4'
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: '0.
|
26
|
+
version: '0.4'
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: google-cloud-errors
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -242,7 +242,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
242
242
|
- !ruby/object:Gem::Version
|
243
243
|
version: '0'
|
244
244
|
requirements: []
|
245
|
-
rubygems_version: 3.2.
|
245
|
+
rubygems_version: 3.2.17
|
246
246
|
signing_key:
|
247
247
|
specification_version: 4
|
248
248
|
summary: API Client library for the Cloud Bigtable Admin V2 API
|