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 +4 -4
- data/lib/google/bigtable/admin/v2/bigtable_instance_admin_pb.rb +2 -2
- data/lib/google/bigtable/admin/v2/bigtable_instance_admin_services_pb.rb +1 -1
- data/lib/google/bigtable/admin/v2/bigtable_table_admin_pb.rb +2 -2
- data/lib/google/bigtable/admin/v2/bigtable_table_admin_services_pb.rb +1 -1
- data/lib/google/bigtable/admin/v2/common_pb.rb +1 -1
- data/lib/google/bigtable/admin/v2/instance_pb.rb +5 -2
- data/lib/google/bigtable/admin/v2/table_pb.rb +2 -2
- data/lib/google/cloud/bigtable/admin/v2/version.rb +1 -1
- data/proto_docs/google/bigtable/admin/v2/instance.rb +5 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d3d27a60e7267ddce783b165ab18c007ad847ba5a9442bb5a7154500bc3d765b
|
|
4
|
+
data.tar.gz: 30996ad9f951db879eb5c9b7a8ff9ab8c9826f42792b109cf7de6187d3cdfe70
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
|
@@ -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
|
|
@@ -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
|
|
@@ -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.
|
|
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-
|
|
11
|
+
date: 2021-10-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|