google-cloud-bigtable-admin-v2 0.6.1 → 0.7.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ad8d418e7164973b6efd1eec3e86386fc0e0d7b20c7cd5ff9e2dda08858d263f
4
- data.tar.gz: ba3df6c36076c53075e273c72260d7c9f12b3c680e617fb3dd543aad93a408b2
3
+ metadata.gz: d3d27a60e7267ddce783b165ab18c007ad847ba5a9442bb5a7154500bc3d765b
4
+ data.tar.gz: 30996ad9f951db879eb5c9b7a8ff9ab8c9826f42792b109cf7de6187d3cdfe70
5
5
  SHA512:
6
- metadata.gz: faec648f9cabec069931460f323bd71baf38fe0ecb388c5ccf46f4f6e3613c656cf94d4854bf4d3d36a5d653fbef8b869b0d1b4668b11598d1166a19ed5120c8
7
- data.tar.gz: 4a55354bda8d1d3401794cb0d0e5b544028991393a12e8558824b9728d99febdffcefe10f19eaecf63a43f3fd99b71cbbf71197b59349b7657f2a068c9bee625
6
+ metadata.gz: d7ba0556a87d4dc5ae86599e0bc55fbbb2d987282837624c1497cdc87e4e8d1c8cd00a64faf0f0575020ba013d0c1e7a3bfd4d5bc107d1463fdfead5f439e842
7
+ data.tar.gz: cef7eaf487dea44c10cbc3eac285b8cc399017210a7328b8967e9c4e952ce60a63ea48e795c621c9db800d0866b30990f85d31026efa36ef4a84901a99774e97
@@ -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
@@ -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
@@ -22,7 +22,7 @@ module Google
22
22
  module Bigtable
23
23
  module Admin
24
24
  module V2
25
- VERSION = "0.6.1"
25
+ VERSION = "0.7.0"
26
26
  end
27
27
  end
28
28
  end
@@ -55,6 +55,11 @@ module Google
55
55
  # the regular expression: `[\p{Ll}\p{Lo}\p{N}_-]{0,63}`.
56
56
  # * No more than 64 labels can be associated with a given resource.
57
57
  # * Keys and values must both be under 128 bytes.
58
+ # @!attribute [r] create_time
59
+ # @return [::Google::Protobuf::Timestamp]
60
+ # Output only. A server-assigned timestamp representing when this Instance was created.
61
+ # For instances created before this field was added (August 2021), this value
62
+ # is `seconds: 0, nanos: 1`.
58
63
  class Instance
59
64
  include ::Google::Protobuf::MessageExts
60
65
  extend ::Google::Protobuf::MessageExts::ClassMethods
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.6.1
4
+ version: 0.7.0
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-08-30 00:00:00.000000000 Z
11
+ date: 2021-10-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common