google-cloud-bigtable-admin-v2 0.5.4 → 0.7.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: 9732ad93faa8c2fd0536822c3792c376cf7c2ed0fd21554b72982dac7f034dd2
4
- data.tar.gz: 936a8b8bbc7cf98fd3f7b10b3e4974486fff5c85a1a377d72df980bfbc1b0fa4
3
+ metadata.gz: f957b42081e774eafd429667f47915de887c7c3754d35ffa986e92bf40d38699
4
+ data.tar.gz: c54f97421477a2f7a47025c7a37bfc6e4f936e7a0b9728ba84cf1473b21ccbee
5
5
  SHA512:
6
- metadata.gz: b07f945ce59b03b473d1a4321d9e54816cca5274db8ef5f8aa6c49b469c721aff8004aa5625549430a4eb13e9ba19e2c1e9dafaa3397d633414233979daaec70
7
- data.tar.gz: f476006861331bd36fdb55958cda447f8cb849b4faae85922b902f576114296f3d77df40e94925f7841ac6e53feaed4559e404c0b3e4a6939c79dfc0f10657de
6
+ metadata.gz: f401388b8e6a2dcd7ff540089ea80f3925f6ba01975254deb6e7d9f372037287886385f1c2a603643d9abec62b9f6dd522ff83ebc4f88dd1ec9d85e22723a1e7
7
+ data.tar.gz: 823fdc5ac4247f90d76c47ea891782eb4e235cd202839b5cc869a629453ba5abe02fdcb5f190d2fb8a635bd7a264112d282f1558f9f5ccbf4c49b89f5c4ee1f9
data/README.md CHANGED
@@ -9,7 +9,7 @@ https://github.com/googleapis/google-cloud-ruby
9
9
  This gem is a _versioned_ client. It provides basic client classes for a
10
10
  specific version of the Cloud Bigtable Admin V2 API. Most users should consider using
11
11
  the main client gem,
12
- [google-cloud-bigtable-admin](https://rubygems.org/gems/google-cloud-bigtable-admin).
12
+ [google-cloud-bigtable](https://rubygems.org/gems/google-cloud-bigtable).
13
13
  See the section below titled *Which client should I use?* for more information.
14
14
 
15
15
  ## Installation
@@ -83,7 +83,7 @@ about the Ruby support schedule.
83
83
  ## Which client should I use?
84
84
 
85
85
  Most modern Ruby client libraries for Google APIs come in two flavors: the main
86
- client library with a name such as `google-cloud-bigtable-admin`,
86
+ client library with a name such as `google-cloud-bigtable`,
87
87
  and lower-level _versioned_ client libraries with names such as
88
88
  `google-cloud-bigtable-admin-v2`.
89
89
  _In most cases, you should install the main client._
@@ -110,7 +110,7 @@ service version.
110
110
 
111
111
  We recommend that most users install the main client gem for a service. You can
112
112
  identify this gem as the one _without_ a version in its name, e.g.
113
- `google-cloud-bigtable-admin`.
113
+ `google-cloud-bigtable`.
114
114
  The main client is recommended because it will embody the best practices for
115
115
  accessing the service, and may also provide more convenient interfaces or
116
116
  tighter integration into frameworks and third-party libraries. In addition, the
@@ -1,8 +1,6 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
2
  # source: google/bigtable/admin/v2/bigtable_instance_admin.proto
3
3
 
4
- require 'google/protobuf'
5
-
6
4
  require 'google/api/annotations_pb'
7
5
  require 'google/api/client_pb'
8
6
  require 'google/api/field_behavior_pb'
@@ -14,6 +12,8 @@ require 'google/longrunning/operations_pb'
14
12
  require 'google/protobuf/empty_pb'
15
13
  require 'google/protobuf/field_mask_pb'
16
14
  require 'google/protobuf/timestamp_pb'
15
+ require 'google/protobuf'
16
+
17
17
  Google::Protobuf::DescriptorPool.generated_pool.build do
18
18
  add_file("google/bigtable/admin/v2/bigtable_instance_admin.proto", :syntax => :proto3) do
19
19
  add_message "google.bigtable.admin.v2.CreateInstanceRequest" do
@@ -30,7 +30,7 @@ module Google
30
30
  # tables' metadata or data stored in those tables.
31
31
  class Service
32
32
 
33
- include GRPC::GenericService
33
+ include ::GRPC::GenericService
34
34
 
35
35
  self.marshal_class_method = :encode
36
36
  self.unmarshal_class_method = :decode
@@ -1,8 +1,6 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
2
  # source: google/bigtable/admin/v2/bigtable_table_admin.proto
3
3
 
4
- require 'google/protobuf'
5
-
6
4
  require 'google/api/annotations_pb'
7
5
  require 'google/api/client_pb'
8
6
  require 'google/api/field_behavior_pb'
@@ -16,6 +14,8 @@ require 'google/protobuf/duration_pb'
16
14
  require 'google/protobuf/empty_pb'
17
15
  require 'google/protobuf/field_mask_pb'
18
16
  require 'google/protobuf/timestamp_pb'
17
+ require 'google/protobuf'
18
+
19
19
  Google::Protobuf::DescriptorPool.generated_pool.build do
20
20
  add_file("google/bigtable/admin/v2/bigtable_table_admin.proto", :syntax => :proto3) do
21
21
  add_message "google.bigtable.admin.v2.RestoreTableRequest" do
@@ -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
@@ -1,9 +1,9 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
2
  # source: google/bigtable/admin/v2/common.proto
3
3
 
4
+ require 'google/protobuf/timestamp_pb'
4
5
  require 'google/protobuf'
5
6
 
6
- require 'google/protobuf/timestamp_pb'
7
7
  Google::Protobuf::DescriptorPool.generated_pool.build do
8
8
  add_file("google/bigtable/admin/v2/common.proto", :syntax => :proto3) do
9
9
  add_message "google.bigtable.admin.v2.OperationProgress" do
@@ -1,11 +1,13 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
2
  # source: google/bigtable/admin/v2/instance.proto
3
3
 
4
- require 'google/protobuf'
5
-
6
4
  require 'google/api/field_behavior_pb'
7
5
  require 'google/api/resource_pb'
8
6
  require 'google/bigtable/admin/v2/common_pb'
7
+ require 'google/protobuf/timestamp_pb'
8
+ require 'google/api/annotations_pb'
9
+ require 'google/protobuf'
10
+
9
11
  Google::Protobuf::DescriptorPool.generated_pool.build do
10
12
  add_file("google/bigtable/admin/v2/instance.proto", :syntax => :proto3) do
11
13
  add_message "google.bigtable.admin.v2.Instance" do
@@ -14,6 +16,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
14
16
  optional :state, :enum, 3, "google.bigtable.admin.v2.Instance.State"
15
17
  optional :type, :enum, 4, "google.bigtable.admin.v2.Instance.Type"
16
18
  map :labels, :string, :string, 5
19
+ optional :create_time, :message, 7, "google.protobuf.Timestamp"
17
20
  end
18
21
  add_enum "google.bigtable.admin.v2.Instance.State" do
19
22
  value :STATE_NOT_KNOWN, 0
@@ -53,6 +56,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
53
56
  end
54
57
  end
55
58
  add_message "google.bigtable.admin.v2.AppProfile.MultiClusterRoutingUseAny" do
59
+ repeated :cluster_ids, :string, 1
56
60
  end
57
61
  add_message "google.bigtable.admin.v2.AppProfile.SingleClusterRouting" do
58
62
  optional :cluster_id, :string, 1
@@ -1,13 +1,13 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
2
  # source: google/bigtable/admin/v2/table.proto
3
3
 
4
- require 'google/protobuf'
5
-
6
4
  require 'google/api/field_behavior_pb'
7
5
  require 'google/api/resource_pb'
8
6
  require 'google/protobuf/duration_pb'
9
7
  require 'google/protobuf/timestamp_pb'
10
8
  require 'google/rpc/status_pb'
9
+ require 'google/protobuf'
10
+
11
11
  Google::Protobuf::DescriptorPool.generated_pool.build do
12
12
  add_file("google/bigtable/admin/v2/table.proto", :syntax => :proto3) do
13
13
  add_message "google.bigtable.admin.v2.RestoreInfo" do