google-cloud-bigtable-admin-v2 0.13.0 → 0.14.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: 7d56d28882f06606b8aa40fa4455d886e555d1fbddecb36989a86a7686202242
4
- data.tar.gz: 44e2a56ca140b69c02fee68c6c4fb1225b588052fdcea172b3428f3a41a21558
3
+ metadata.gz: 1a3abbab8f6a6e56ea4cfb915519ec818dbf60e10e6c273a3a5621e4e580bf3c
4
+ data.tar.gz: 2189b855c266d5d438a0adb943bd925f792f08ee26b498d30611d0c1473d898c
5
5
  SHA512:
6
- metadata.gz: 36e519e516e3266c085dfdf88e3f652d1debf2971bb41ac86db71c4dfa3e315c742cee31ecb77c13054da06c0dd7426e141bacdb2ab055c4a99d14a3ea704840
7
- data.tar.gz: 38f3e5664b12b8d26caa2d203a17cd8e9527b12dbcc98b49b9c546b65fddcb126500f2f090106937ae73afdb381c1f622625dbc181c78d9a136cb0a338bc944b
6
+ metadata.gz: 590ce05de6889e1fe9f964d2f900721252ccb95cea4322a012a183f1a0dd76215ce3c9c1ac7e975b60b987b072ee34e358e3bc1d91239efaf22e2a1370207c5e
7
+ data.tar.gz: b67a31318f5909a087da70d85862ee0a694d401a8503f816ae5e90c960bc0cb2884ca17f547703fa3a8c9ece425f0f485cb5c8b5d1350543eac612d19bd4dca2
@@ -17,6 +17,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
17
17
  optional :type, :enum, 4, "google.bigtable.admin.v2.Instance.Type"
18
18
  map :labels, :string, :string, 5
19
19
  optional :create_time, :message, 7, "google.protobuf.Timestamp"
20
+ proto3_optional :satisfies_pzs, :bool, 8
20
21
  end
21
22
  add_enum "google.bigtable.admin.v2.Instance.State" do
22
23
  value :STATE_NOT_KNOWN, 0
@@ -22,7 +22,7 @@ module Google
22
22
  module Bigtable
23
23
  module Admin
24
24
  module V2
25
- VERSION = "0.13.0"
25
+ VERSION = "0.14.0"
26
26
  end
27
27
  end
28
28
  end
@@ -60,6 +60,9 @@ module Google
60
60
  # Output only. A server-assigned timestamp representing when this Instance was created.
61
61
  # For instances created before this field was added (August 2021), this value
62
62
  # is `seconds: 0, nanos: 1`.
63
+ # @!attribute [r] satisfies_pzs
64
+ # @return [::Boolean]
65
+ # Output only. Reserved for future use.
63
66
  class Instance
64
67
  include ::Google::Protobuf::MessageExts
65
68
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -26,8 +26,6 @@ module Google
26
26
  # service Foo {
27
27
  # rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty);
28
28
  # }
29
- #
30
- # The JSON representation for `Empty` is empty JSON object `{}`.
31
29
  class Empty
32
30
  include ::Google::Protobuf::MessageExts
33
31
  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.13.0
4
+ version: 0.14.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: 2022-07-01 00:00:00.000000000 Z
11
+ date: 2022-07-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common