google-cloud-bigtable 1.2.2 → 2.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/AUTHENTICATION.md +1 -1
- data/CHANGELOG.md +57 -0
- data/CONTRIBUTING.md +1 -1
- data/OVERVIEW.md +4 -4
- data/lib/google-cloud-bigtable.rb +30 -27
- data/lib/google/cloud/bigtable.rb +18 -26
- data/lib/google/cloud/bigtable/app_profile.rb +3 -3
- data/lib/google/cloud/bigtable/app_profile/list.rb +6 -4
- data/lib/google/cloud/bigtable/backup.rb +445 -0
- data/lib/google/cloud/bigtable/backup/job.rb +87 -0
- data/lib/google/cloud/bigtable/backup/list.rb +167 -0
- data/lib/google/cloud/bigtable/chunk_processor.rb +1 -1
- data/lib/google/cloud/bigtable/cluster.rb +101 -2
- data/lib/google/cloud/bigtable/cluster/list.rb +2 -2
- data/lib/google/cloud/bigtable/column_family.rb +2 -2
- data/lib/google/cloud/bigtable/column_family_map.rb +11 -11
- data/lib/google/cloud/bigtable/column_range.rb +2 -2
- data/lib/google/cloud/bigtable/credentials.rb +36 -2
- data/lib/google/cloud/bigtable/gc_rule.rb +7 -7
- data/lib/google/cloud/bigtable/instance.rb +8 -8
- data/lib/google/cloud/bigtable/instance/cluster_map.rb +1 -1
- data/lib/google/cloud/bigtable/instance/list.rb +2 -2
- data/lib/google/cloud/bigtable/longrunning_job.rb +13 -2
- data/lib/google/cloud/bigtable/mutation_entry.rb +16 -15
- data/lib/google/cloud/bigtable/mutation_operations.rb +6 -6
- data/lib/google/cloud/bigtable/project.rb +1 -1
- data/lib/google/cloud/bigtable/read_modify_write_rule.rb +2 -2
- data/lib/google/cloud/bigtable/read_operations.rb +2 -2
- data/lib/google/cloud/bigtable/routing_policy.rb +2 -2
- data/lib/google/cloud/bigtable/row_filter/chain_filter.rb +3 -3
- data/lib/google/cloud/bigtable/row_filter/condition_filter.rb +3 -3
- data/lib/google/cloud/bigtable/row_filter/interleave_filter.rb +3 -3
- data/lib/google/cloud/bigtable/row_filter/simple_filter.rb +3 -3
- data/lib/google/cloud/bigtable/row_range.rb +2 -2
- data/lib/google/cloud/bigtable/rows_mutator.rb +3 -3
- data/lib/google/cloud/bigtable/rows_reader.rb +10 -10
- data/lib/google/cloud/bigtable/sample_row_key.rb +2 -2
- data/lib/google/cloud/bigtable/service.rb +282 -245
- data/lib/google/cloud/bigtable/table.rb +5 -4
- data/lib/google/cloud/bigtable/table/cluster_state.rb +27 -6
- data/lib/google/cloud/bigtable/table/list.rb +2 -2
- data/lib/google/cloud/bigtable/table/restore_job.rb +117 -0
- data/lib/google/cloud/bigtable/value_range.rb +2 -2
- data/lib/google/cloud/bigtable/version.rb +1 -1
- metadata +16 -94
- data/lib/google/bigtable/admin/v2/bigtable_instance_admin_pb.rb +0 -145
- data/lib/google/bigtable/admin/v2/bigtable_instance_admin_services_pb.rb +0 -90
- data/lib/google/bigtable/admin/v2/bigtable_table_admin_pb.rb +0 -208
- data/lib/google/bigtable/admin/v2/bigtable_table_admin_services_pb.rb +0 -154
- data/lib/google/bigtable/admin/v2/common_pb.rb +0 -30
- data/lib/google/bigtable/admin/v2/instance_pb.rb +0 -74
- data/lib/google/bigtable/admin/v2/table_pb.rb +0 -127
- data/lib/google/bigtable/v2/bigtable_pb.rb +0 -113
- data/lib/google/bigtable/v2/bigtable_services_pb.rb +0 -68
- data/lib/google/bigtable/v2/data_pb.rb +0 -156
- data/lib/google/cloud/bigtable/admin.rb +0 -202
- data/lib/google/cloud/bigtable/admin/credentials.rb +0 -27
- data/lib/google/cloud/bigtable/admin/v2.rb +0 -223
- data/lib/google/cloud/bigtable/admin/v2/bigtable_instance_admin_client.rb +0 -1451
- data/lib/google/cloud/bigtable/admin/v2/bigtable_instance_admin_client_config.json +0 -139
- data/lib/google/cloud/bigtable/admin/v2/bigtable_table_admin_client.rb +0 -1734
- data/lib/google/cloud/bigtable/admin/v2/bigtable_table_admin_client_config.json +0 -163
- data/lib/google/cloud/bigtable/admin/v2/credentials.rb +0 -51
- data/lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_instance_admin.rb +0 -297
- data/lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_table_admin.rb +0 -587
- data/lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/instance.rb +0 -193
- data/lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/table.rb +0 -303
- data/lib/google/cloud/bigtable/admin/v2/doc/google/iam/v1/iam_policy.rb +0 -64
- data/lib/google/cloud/bigtable/admin/v2/doc/google/iam/v1/options.rb +0 -33
- data/lib/google/cloud/bigtable/admin/v2/doc/google/iam/v1/policy.rb +0 -151
- data/lib/google/cloud/bigtable/admin/v2/doc/google/longrunning/operations.rb +0 -51
- data/lib/google/cloud/bigtable/admin/v2/doc/google/protobuf/any.rb +0 -131
- data/lib/google/cloud/bigtable/admin/v2/doc/google/protobuf/duration.rb +0 -91
- data/lib/google/cloud/bigtable/admin/v2/doc/google/protobuf/empty.rb +0 -29
- data/lib/google/cloud/bigtable/admin/v2/doc/google/protobuf/field_mask.rb +0 -222
- data/lib/google/cloud/bigtable/admin/v2/doc/google/protobuf/timestamp.rb +0 -113
- data/lib/google/cloud/bigtable/admin/v2/doc/google/rpc/status.rb +0 -39
- data/lib/google/cloud/bigtable/admin/v2/doc/google/type/expr.rb +0 -45
- data/lib/google/cloud/bigtable/v2.rb +0 -146
- data/lib/google/cloud/bigtable/v2/bigtable_client.rb +0 -591
- data/lib/google/cloud/bigtable/v2/bigtable_client_config.json +0 -83
- data/lib/google/cloud/bigtable/v2/credentials.rb +0 -46
- data/lib/google/cloud/bigtable/v2/doc/google/bigtable/v2/bigtable.rb +0 -290
- data/lib/google/cloud/bigtable/v2/doc/google/bigtable/v2/data.rb +0 -493
- data/lib/google/cloud/bigtable/v2/doc/google/protobuf/any.rb +0 -131
- data/lib/google/cloud/bigtable/v2/doc/google/protobuf/wrappers.rb +0 -34
- data/lib/google/cloud/bigtable/v2/doc/google/rpc/status.rb +0 -39
|
@@ -431,7 +431,7 @@ module Google
|
|
|
431
431
|
|
|
432
432
|
yield column_families if block_given?
|
|
433
433
|
|
|
434
|
-
table = Google::Bigtable::Admin::V2::Table.new({
|
|
434
|
+
table = Google::Cloud::Bigtable::Admin::V2::Table.new({
|
|
435
435
|
column_families: column_families.to_grpc_hash,
|
|
436
436
|
granularity: granularity
|
|
437
437
|
}.delete_if { |_, v| v.nil? })
|
|
@@ -587,6 +587,7 @@ module Google
|
|
|
587
587
|
#
|
|
588
588
|
# @param row_key_prefix [String] Row key prefix (for example, "user").
|
|
589
589
|
# @param delete_all_data [Boolean]
|
|
590
|
+
# @param timeout [Integer] Call timeout in seconds.
|
|
590
591
|
# @return [Boolean]
|
|
591
592
|
#
|
|
592
593
|
# @example
|
|
@@ -615,9 +616,9 @@ module Google
|
|
|
615
616
|
end
|
|
616
617
|
|
|
617
618
|
# @private
|
|
618
|
-
# Creates a new Table instance from a Google::Bigtable::Admin::V2::Table.
|
|
619
|
+
# Creates a new Table instance from a Google::Cloud::Bigtable::Admin::V2::Table.
|
|
619
620
|
#
|
|
620
|
-
# @param grpc [Google::Bigtable::Admin::V2::Table]
|
|
621
|
+
# @param grpc [Google::Cloud::Bigtable::Admin::V2::Table]
|
|
621
622
|
# @param service [Google::Cloud::Bigtable::Service]
|
|
622
623
|
# @param view [Symbol] View type.
|
|
623
624
|
# @return [Google::Cloud::Bigtable::Table]
|
|
@@ -636,7 +637,7 @@ module Google
|
|
|
636
637
|
# @return [Google::Cloud::Bigtable::Table]
|
|
637
638
|
#
|
|
638
639
|
def self.from_path path, service
|
|
639
|
-
grpc = Google::Bigtable::Admin::V2::Table.new name: path
|
|
640
|
+
grpc = Google::Cloud::Bigtable::Admin::V2::Table.new name: path
|
|
640
641
|
new grpc, service, view: :NAME_ONLY
|
|
641
642
|
end
|
|
642
643
|
|
|
@@ -21,6 +21,8 @@ module Google
|
|
|
21
21
|
class Table
|
|
22
22
|
##
|
|
23
23
|
# Table::ClusterState is the state of a table's data in a particular cluster.
|
|
24
|
+
#
|
|
25
|
+
# @attr [String] cluster_name The name of the cluster.
|
|
24
26
|
class ClusterState
|
|
25
27
|
attr_reader :cluster_name
|
|
26
28
|
|
|
@@ -39,6 +41,10 @@ module Google
|
|
|
39
41
|
# * `:PLANNED_MAINTENANCE` - The table is temporarily unable to serve.
|
|
40
42
|
# * `:UNPLANNED_MAINTENANCE` - The table is temporarily unable to serve.
|
|
41
43
|
# * `:READY` - The table can serve.
|
|
44
|
+
# * `:READY_OPTIMIZING` - The table is fully created and ready for use
|
|
45
|
+
# after a restore, and is being optimized for performance. When
|
|
46
|
+
# optimizations are complete, the table will transition to `READY`
|
|
47
|
+
# state.
|
|
42
48
|
#
|
|
43
49
|
# @return [Symbol] The state of replication.
|
|
44
50
|
#
|
|
@@ -51,7 +57,7 @@ module Google
|
|
|
51
57
|
# over pre-existing data from other clusters before it can begin
|
|
52
58
|
# receiving live replication updates and serving.
|
|
53
59
|
#
|
|
54
|
-
# @return [Boolean] `true` if the cluster is initializing.
|
|
60
|
+
# @return [Boolean] `true` if the table in this cluster is initializing.
|
|
55
61
|
#
|
|
56
62
|
def initializing?
|
|
57
63
|
replication_state == :INITIALIZING
|
|
@@ -61,7 +67,8 @@ module Google
|
|
|
61
67
|
# The table is temporarily unable to serve
|
|
62
68
|
# requests from this cluster due to planned internal maintenance.
|
|
63
69
|
#
|
|
64
|
-
# @return [Boolean] `true` if the cluster is in planned
|
|
70
|
+
# @return [Boolean] `true` if the table in this cluster is in planned
|
|
71
|
+
# maintenance.
|
|
65
72
|
#
|
|
66
73
|
def planned_maintenance?
|
|
67
74
|
replication_state == :PLANNED_MAINTENANCE
|
|
@@ -71,7 +78,8 @@ module Google
|
|
|
71
78
|
# The table is temporarily unable to serve requests from this
|
|
72
79
|
# cluster due to unplanned or emergency maintenance.
|
|
73
80
|
#
|
|
74
|
-
# @return [Boolean] `true` if the cluster is in unplanned
|
|
81
|
+
# @return [Boolean] `true` if the table in this cluster is in unplanned
|
|
82
|
+
# maintenance.
|
|
75
83
|
#
|
|
76
84
|
def unplanned_maintenance?
|
|
77
85
|
replication_state == :UNPLANNED_MAINTENANCE
|
|
@@ -82,15 +90,28 @@ module Google
|
|
|
82
90
|
# Depending on replication delay, reads may not immediately
|
|
83
91
|
# reflect the state of the table in other clusters.
|
|
84
92
|
#
|
|
85
|
-
# @return [Boolean] `true` if the cluster is ready.
|
|
93
|
+
# @return [Boolean] `true` if the table in this cluster is ready.
|
|
86
94
|
#
|
|
87
95
|
def ready?
|
|
88
96
|
replication_state == :READY
|
|
89
97
|
end
|
|
90
98
|
|
|
99
|
+
##
|
|
100
|
+
# The table is fully created and ready for use after a
|
|
101
|
+
# restore, and is being optimized for performance. When
|
|
102
|
+
# optimizations are complete, the table will transition to `READY`
|
|
103
|
+
# state.
|
|
104
|
+
#
|
|
105
|
+
# @return [Boolean] `true` if the table in this cluster is being
|
|
106
|
+
# optimized.
|
|
107
|
+
#
|
|
108
|
+
def ready_optimizing?
|
|
109
|
+
replication_state == :READY_OPTIMIZING
|
|
110
|
+
end
|
|
111
|
+
|
|
91
112
|
# @private
|
|
92
|
-
# New Table::ClusterState from a Google::Bigtable::Admin::V2::Table::ClusterState object.
|
|
93
|
-
# @param grpc [Google::Bigtable::Admin::V2::Table::ClusterState]
|
|
113
|
+
# New Table::ClusterState from a Google::Cloud::Bigtable::Admin::V2::Table::ClusterState object.
|
|
114
|
+
# @param grpc [Google::Cloud::Bigtable::Admin::V2::Table::ClusterState]
|
|
94
115
|
# @param cluster_name [String]
|
|
95
116
|
# @return [Google::Cloud::Bigtable::Table::ClusterState]
|
|
96
117
|
#
|
|
@@ -94,7 +94,7 @@ module Google
|
|
|
94
94
|
# @yield [table] The block for accessing each table instance.
|
|
95
95
|
# @yieldparam [Table] table The table instance object.
|
|
96
96
|
#
|
|
97
|
-
# @return [Enumerator]
|
|
97
|
+
# @return [Enumerator,nil] An enumerator is returned if no block is given, otherwise `nil`.
|
|
98
98
|
#
|
|
99
99
|
# @example Iterating each table by passing a block:
|
|
100
100
|
# require "google/cloud/bigtable"
|
|
@@ -127,7 +127,7 @@ module Google
|
|
|
127
127
|
end
|
|
128
128
|
|
|
129
129
|
# @private
|
|
130
|
-
# New Table::List from a
|
|
130
|
+
# New Table::List from a Gapic::PagedEnumerable<Google::Cloud::Bigtable::Admin::V2::Table> object.
|
|
131
131
|
#
|
|
132
132
|
def self.from_grpc grpc, service
|
|
133
133
|
tables = List.new(Array(grpc.response.tables).map do |table|
|
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
# Copyright 2020 Google LLC
|
|
2
|
+
#
|
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
# you may not use this file except in compliance with the License.
|
|
5
|
+
# You may obtain a copy of the License at
|
|
6
|
+
#
|
|
7
|
+
# https://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
+
#
|
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
# See the License for the specific language governing permissions and
|
|
13
|
+
# limitations under the License.
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
module Google
|
|
17
|
+
module Cloud
|
|
18
|
+
module Bigtable
|
|
19
|
+
class Table
|
|
20
|
+
##
|
|
21
|
+
# # RestoreJob
|
|
22
|
+
#
|
|
23
|
+
# A resource representing the long-running, asynchronous processing of a backup restore operation. The
|
|
24
|
+
# job can be refreshed to retrieve the table object once the operation has been completed.
|
|
25
|
+
#
|
|
26
|
+
# See {Backup#restore}.
|
|
27
|
+
#
|
|
28
|
+
# @see https://cloud.google.com/bigtable/docs/reference/admin/rpc/google.longrunning#google.longrunning.Operation
|
|
29
|
+
# Long-running Operation
|
|
30
|
+
#
|
|
31
|
+
# @example
|
|
32
|
+
# require "google/cloud/bigtable"
|
|
33
|
+
#
|
|
34
|
+
# bigtable = Google::Cloud::Bigtable.new
|
|
35
|
+
# instance = bigtable.instance("my-instance")
|
|
36
|
+
# cluster = instance.cluster("my-cluster")
|
|
37
|
+
#
|
|
38
|
+
# backup = cluster.backup("my-backup")
|
|
39
|
+
#
|
|
40
|
+
# job = backup.restore("my-new-table")
|
|
41
|
+
#
|
|
42
|
+
# job.wait_until_done!
|
|
43
|
+
# job.done? #=> true
|
|
44
|
+
#
|
|
45
|
+
# if job.error?
|
|
46
|
+
# status = job.error
|
|
47
|
+
# else
|
|
48
|
+
# table = job.table
|
|
49
|
+
# optimized = job.optimize_table_operation_name
|
|
50
|
+
# end
|
|
51
|
+
#
|
|
52
|
+
class RestoreJob < LongrunningJob
|
|
53
|
+
##
|
|
54
|
+
# The optimize table operation name from operation metadata.
|
|
55
|
+
#
|
|
56
|
+
# @return [String, nil] The optimize table operation name, or `nil` if the optimize table operation is not
|
|
57
|
+
# complete.
|
|
58
|
+
#
|
|
59
|
+
# @example
|
|
60
|
+
# require "google/cloud/bigtable"
|
|
61
|
+
#
|
|
62
|
+
# bigtable = Google::Cloud::Bigtable.new
|
|
63
|
+
# instance = bigtable.instance("my-instance")
|
|
64
|
+
# cluster = instance.cluster("my-cluster")
|
|
65
|
+
#
|
|
66
|
+
# backup = cluster.backup("my-backup")
|
|
67
|
+
#
|
|
68
|
+
# job = backup.restore("my-new-table")
|
|
69
|
+
#
|
|
70
|
+
# job.wait_until_done!
|
|
71
|
+
# job.done? #=> true
|
|
72
|
+
#
|
|
73
|
+
# if job.error?
|
|
74
|
+
# status = job.error
|
|
75
|
+
# else
|
|
76
|
+
# table = job.table
|
|
77
|
+
# optimized = job.optimize_table_operation_name
|
|
78
|
+
# end
|
|
79
|
+
#
|
|
80
|
+
def optimize_table_operation_name
|
|
81
|
+
metadata.optimize_table_operation_name
|
|
82
|
+
end
|
|
83
|
+
|
|
84
|
+
##
|
|
85
|
+
# Gets the table object from operation results.
|
|
86
|
+
#
|
|
87
|
+
# @return [Google::Cloud::Bigtable::Table, nil] The table instance, or `nil` if the operation is not complete.
|
|
88
|
+
#
|
|
89
|
+
# @example
|
|
90
|
+
# require "google/cloud/bigtable"
|
|
91
|
+
#
|
|
92
|
+
# bigtable = Google::Cloud::Bigtable.new
|
|
93
|
+
# instance = bigtable.instance("my-instance")
|
|
94
|
+
# cluster = instance.cluster("my-cluster")
|
|
95
|
+
#
|
|
96
|
+
# backup = cluster.backup("my-backup")
|
|
97
|
+
#
|
|
98
|
+
# job = backup.restore("my-new-table")
|
|
99
|
+
#
|
|
100
|
+
# job.wait_until_done!
|
|
101
|
+
# job.done? #=> true
|
|
102
|
+
#
|
|
103
|
+
# if job.error?
|
|
104
|
+
# status = job.error
|
|
105
|
+
# else
|
|
106
|
+
# table = job.table
|
|
107
|
+
# optimized = job.optimize_table_operation_name
|
|
108
|
+
# end
|
|
109
|
+
#
|
|
110
|
+
def table
|
|
111
|
+
Table.from_grpc results, service if results
|
|
112
|
+
end
|
|
113
|
+
end
|
|
114
|
+
end
|
|
115
|
+
end
|
|
116
|
+
end
|
|
117
|
+
end
|
|
@@ -59,7 +59,7 @@ module Google
|
|
|
59
59
|
# @private
|
|
60
60
|
# Creates a value range instance.
|
|
61
61
|
def initialize
|
|
62
|
-
@grpc = Google::Bigtable::V2::ValueRange.new
|
|
62
|
+
@grpc = Google::Cloud::Bigtable::V2::ValueRange.new
|
|
63
63
|
end
|
|
64
64
|
|
|
65
65
|
##
|
|
@@ -170,7 +170,7 @@ module Google
|
|
|
170
170
|
|
|
171
171
|
# @private
|
|
172
172
|
#
|
|
173
|
-
# @return [Google::Bigtable::V2::ValueRange]
|
|
173
|
+
# @return [Google::Cloud::Bigtable::V2::ValueRange]
|
|
174
174
|
#
|
|
175
175
|
def to_grpc
|
|
176
176
|
@grpc
|
metadata
CHANGED
|
@@ -1,97 +1,57 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-bigtable
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 2.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-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
|
-
name: google-cloud-
|
|
14
|
+
name: google-cloud-bigtable-admin-v2
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
17
|
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: '
|
|
19
|
+
version: '0.0'
|
|
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: '
|
|
26
|
+
version: '0.0'
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
|
-
name: google-
|
|
28
|
+
name: google-cloud-bigtable-v2
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
30
30
|
requirements:
|
|
31
31
|
- - "~>"
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: '
|
|
33
|
+
version: '0.0'
|
|
34
34
|
type: :runtime
|
|
35
35
|
prerelease: false
|
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
38
|
- - "~>"
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
|
-
version: '
|
|
41
|
-
- !ruby/object:Gem::Dependency
|
|
42
|
-
name: googleapis-common-protos
|
|
43
|
-
requirement: !ruby/object:Gem::Requirement
|
|
44
|
-
requirements:
|
|
45
|
-
- - ">="
|
|
46
|
-
- !ruby/object:Gem::Version
|
|
47
|
-
version: 1.3.9
|
|
48
|
-
- - "<"
|
|
49
|
-
- !ruby/object:Gem::Version
|
|
50
|
-
version: '2.0'
|
|
51
|
-
type: :runtime
|
|
52
|
-
prerelease: false
|
|
53
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
54
|
-
requirements:
|
|
55
|
-
- - ">="
|
|
56
|
-
- !ruby/object:Gem::Version
|
|
57
|
-
version: 1.3.9
|
|
58
|
-
- - "<"
|
|
59
|
-
- !ruby/object:Gem::Version
|
|
60
|
-
version: '2.0'
|
|
40
|
+
version: '0.0'
|
|
61
41
|
- !ruby/object:Gem::Dependency
|
|
62
|
-
name:
|
|
63
|
-
requirement: !ruby/object:Gem::Requirement
|
|
64
|
-
requirements:
|
|
65
|
-
- - ">="
|
|
66
|
-
- !ruby/object:Gem::Version
|
|
67
|
-
version: 1.0.4
|
|
68
|
-
- - "<"
|
|
69
|
-
- !ruby/object:Gem::Version
|
|
70
|
-
version: '2.0'
|
|
71
|
-
type: :runtime
|
|
72
|
-
prerelease: false
|
|
73
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
74
|
-
requirements:
|
|
75
|
-
- - ">="
|
|
76
|
-
- !ruby/object:Gem::Version
|
|
77
|
-
version: 1.0.4
|
|
78
|
-
- - "<"
|
|
79
|
-
- !ruby/object:Gem::Version
|
|
80
|
-
version: '2.0'
|
|
81
|
-
- !ruby/object:Gem::Dependency
|
|
82
|
-
name: grpc-google-iam-v1
|
|
42
|
+
name: google-cloud-core
|
|
83
43
|
requirement: !ruby/object:Gem::Requirement
|
|
84
44
|
requirements:
|
|
85
45
|
- - "~>"
|
|
86
46
|
- !ruby/object:Gem::Version
|
|
87
|
-
version:
|
|
47
|
+
version: '1.5'
|
|
88
48
|
type: :runtime
|
|
89
49
|
prerelease: false
|
|
90
50
|
version_requirements: !ruby/object:Gem::Requirement
|
|
91
51
|
requirements:
|
|
92
52
|
- - "~>"
|
|
93
53
|
- !ruby/object:Gem::Version
|
|
94
|
-
version:
|
|
54
|
+
version: '1.5'
|
|
95
55
|
- !ruby/object:Gem::Dependency
|
|
96
56
|
name: google-style
|
|
97
57
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -221,43 +181,13 @@ files:
|
|
|
221
181
|
- OVERVIEW.md
|
|
222
182
|
- TROUBLESHOOTING.md
|
|
223
183
|
- lib/google-cloud-bigtable.rb
|
|
224
|
-
- lib/google/bigtable/admin/v2/bigtable_instance_admin_pb.rb
|
|
225
|
-
- lib/google/bigtable/admin/v2/bigtable_instance_admin_services_pb.rb
|
|
226
|
-
- lib/google/bigtable/admin/v2/bigtable_table_admin_pb.rb
|
|
227
|
-
- lib/google/bigtable/admin/v2/bigtable_table_admin_services_pb.rb
|
|
228
|
-
- lib/google/bigtable/admin/v2/common_pb.rb
|
|
229
|
-
- lib/google/bigtable/admin/v2/instance_pb.rb
|
|
230
|
-
- lib/google/bigtable/admin/v2/table_pb.rb
|
|
231
|
-
- lib/google/bigtable/v2/bigtable_pb.rb
|
|
232
|
-
- lib/google/bigtable/v2/bigtable_services_pb.rb
|
|
233
|
-
- lib/google/bigtable/v2/data_pb.rb
|
|
234
184
|
- lib/google/cloud/bigtable.rb
|
|
235
|
-
- lib/google/cloud/bigtable/admin.rb
|
|
236
|
-
- lib/google/cloud/bigtable/admin/credentials.rb
|
|
237
|
-
- lib/google/cloud/bigtable/admin/v2.rb
|
|
238
|
-
- lib/google/cloud/bigtable/admin/v2/bigtable_instance_admin_client.rb
|
|
239
|
-
- lib/google/cloud/bigtable/admin/v2/bigtable_instance_admin_client_config.json
|
|
240
|
-
- lib/google/cloud/bigtable/admin/v2/bigtable_table_admin_client.rb
|
|
241
|
-
- lib/google/cloud/bigtable/admin/v2/bigtable_table_admin_client_config.json
|
|
242
|
-
- lib/google/cloud/bigtable/admin/v2/credentials.rb
|
|
243
|
-
- lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_instance_admin.rb
|
|
244
|
-
- lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_table_admin.rb
|
|
245
|
-
- lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/instance.rb
|
|
246
|
-
- lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/table.rb
|
|
247
|
-
- lib/google/cloud/bigtable/admin/v2/doc/google/iam/v1/iam_policy.rb
|
|
248
|
-
- lib/google/cloud/bigtable/admin/v2/doc/google/iam/v1/options.rb
|
|
249
|
-
- lib/google/cloud/bigtable/admin/v2/doc/google/iam/v1/policy.rb
|
|
250
|
-
- lib/google/cloud/bigtable/admin/v2/doc/google/longrunning/operations.rb
|
|
251
|
-
- lib/google/cloud/bigtable/admin/v2/doc/google/protobuf/any.rb
|
|
252
|
-
- lib/google/cloud/bigtable/admin/v2/doc/google/protobuf/duration.rb
|
|
253
|
-
- lib/google/cloud/bigtable/admin/v2/doc/google/protobuf/empty.rb
|
|
254
|
-
- lib/google/cloud/bigtable/admin/v2/doc/google/protobuf/field_mask.rb
|
|
255
|
-
- lib/google/cloud/bigtable/admin/v2/doc/google/protobuf/timestamp.rb
|
|
256
|
-
- lib/google/cloud/bigtable/admin/v2/doc/google/rpc/status.rb
|
|
257
|
-
- lib/google/cloud/bigtable/admin/v2/doc/google/type/expr.rb
|
|
258
185
|
- lib/google/cloud/bigtable/app_profile.rb
|
|
259
186
|
- lib/google/cloud/bigtable/app_profile/job.rb
|
|
260
187
|
- lib/google/cloud/bigtable/app_profile/list.rb
|
|
188
|
+
- lib/google/cloud/bigtable/backup.rb
|
|
189
|
+
- lib/google/cloud/bigtable/backup/job.rb
|
|
190
|
+
- lib/google/cloud/bigtable/backup/list.rb
|
|
261
191
|
- lib/google/cloud/bigtable/chunk_processor.rb
|
|
262
192
|
- lib/google/cloud/bigtable/cluster.rb
|
|
263
193
|
- lib/google/cloud/bigtable/cluster/job.rb
|
|
@@ -296,15 +226,7 @@ files:
|
|
|
296
226
|
- lib/google/cloud/bigtable/table.rb
|
|
297
227
|
- lib/google/cloud/bigtable/table/cluster_state.rb
|
|
298
228
|
- lib/google/cloud/bigtable/table/list.rb
|
|
299
|
-
- lib/google/cloud/bigtable/
|
|
300
|
-
- lib/google/cloud/bigtable/v2/bigtable_client.rb
|
|
301
|
-
- lib/google/cloud/bigtable/v2/bigtable_client_config.json
|
|
302
|
-
- lib/google/cloud/bigtable/v2/credentials.rb
|
|
303
|
-
- lib/google/cloud/bigtable/v2/doc/google/bigtable/v2/bigtable.rb
|
|
304
|
-
- lib/google/cloud/bigtable/v2/doc/google/bigtable/v2/data.rb
|
|
305
|
-
- lib/google/cloud/bigtable/v2/doc/google/protobuf/any.rb
|
|
306
|
-
- lib/google/cloud/bigtable/v2/doc/google/protobuf/wrappers.rb
|
|
307
|
-
- lib/google/cloud/bigtable/v2/doc/google/rpc/status.rb
|
|
229
|
+
- lib/google/cloud/bigtable/table/restore_job.rb
|
|
308
230
|
- lib/google/cloud/bigtable/value_range.rb
|
|
309
231
|
- lib/google/cloud/bigtable/version.rb
|
|
310
232
|
homepage: https://github.com/googleapis/google-cloud-ruby/tree/master/google-cloud-bigtable
|
|
@@ -326,7 +248,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
326
248
|
- !ruby/object:Gem::Version
|
|
327
249
|
version: '0'
|
|
328
250
|
requirements: []
|
|
329
|
-
rubygems_version: 3.
|
|
251
|
+
rubygems_version: 3.1.4
|
|
330
252
|
signing_key:
|
|
331
253
|
specification_version: 4
|
|
332
254
|
summary: API Client library for Cloud Bigtable API
|