google-cloud-bigtable-admin-v2 1.11.0 → 1.11.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 26474308fceff6c6fbae6ee66b5c95d3b4918780f4fb4f0d2916736d6e54952c
4
- data.tar.gz: dc36ab177eb6e69b4ce4d326f593913d37e750d085e510f80f8e6a7172e7770c
3
+ metadata.gz: f9f701a7b9c0f4a8d94c169ceffd072bad7dde849644d6df3f505c66ef4f4fa6
4
+ data.tar.gz: 831715b81613fb8cad0055fa9daf7a1bb3d0f703ec1388e689d3c3921bb90ec1
5
5
  SHA512:
6
- metadata.gz: 707cdc1fa91ff7f4e317987323620a9ad44fe6d1b6a456cb67c00ba7d4b4ca8e2ad197e3aeb8b6eb5d8fa45de3e7c23df1aba598f4dad27ec0d5e5419c2647cc
7
- data.tar.gz: 022da012b0f359d70136234b8864bd892c1f76f7d5a3ca1980729515b8cabe32d5766382df412b55ab0fb08cbaa9a9d110bf11e23563d48e4d7613003894f1b9
6
+ metadata.gz: cdc1042021e3d434ba7c6413db4e0659ef51dd2df6795a3961bb19d9493935dff978ddabc361a982397521f26977bbff216aa0a8c29d66508b4932344f888a43
7
+ data.tar.gz: 93e457f1bea0fae86a766ba39b3ff2acd26367f3b0784ba541620f3480a0562b2c6a544f57b40e104bc902dc659466fd85bc42d5259875ec88e56dd96a19eb10
@@ -1610,11 +1610,11 @@ module Google
1610
1610
  # Delete all rows that start with this row key prefix. Prefix cannot be
1611
1611
  # zero length.
1612
1612
  #
1613
- # Note: The following fields are mutually exclusive: `row_key_prefix`, `delete_all_data_from_table`. If a field in that set is populated, all other fields in the set will automatically be cleared.
1613
+ # Note: The following parameters are mutually exclusive: `row_key_prefix`, `delete_all_data_from_table`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
1614
1614
  # @param delete_all_data_from_table [::Boolean]
1615
1615
  # Delete all rows in the table. Setting this to false is a no-op.
1616
1616
  #
1617
- # Note: The following fields are mutually exclusive: `delete_all_data_from_table`, `row_key_prefix`. If a field in that set is populated, all other fields in the set will automatically be cleared.
1617
+ # Note: The following parameters are mutually exclusive: `delete_all_data_from_table`, `row_key_prefix`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
1618
1618
  #
1619
1619
  # @yield [response, operation] Access the result along with the RPC operation
1620
1620
  # @yieldparam response [::Google::Protobuf::Empty]
@@ -1801,13 +1801,13 @@ module Google
1801
1801
  # see all writes committed before the token was created, even if the
1802
1802
  # read and write target different clusters.
1803
1803
  #
1804
- # Note: The following fields are mutually exclusive: `standard_read_remote_writes`, `data_boost_read_local_writes`. If a field in that set is populated, all other fields in the set will automatically be cleared.
1804
+ # Note: The following parameters are mutually exclusive: `standard_read_remote_writes`, `data_boost_read_local_writes`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
1805
1805
  # @param data_boost_read_local_writes [::Google::Cloud::Bigtable::Admin::V2::DataBoostReadLocalWrites, ::Hash]
1806
1806
  # Checks that reads using an app profile with `DataBoostIsolationReadOnly`
1807
1807
  # can see all writes committed before the token was created, but only if
1808
1808
  # the read and write target the same cluster.
1809
1809
  #
1810
- # Note: The following fields are mutually exclusive: `data_boost_read_local_writes`, `standard_read_remote_writes`. If a field in that set is populated, all other fields in the set will automatically be cleared.
1810
+ # Note: The following parameters are mutually exclusive: `data_boost_read_local_writes`, `standard_read_remote_writes`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
1811
1811
  #
1812
1812
  # @yield [response, operation] Access the result along with the RPC operation
1813
1813
  # @yieldparam response [::Google::Cloud::Bigtable::Admin::V2::CheckConsistencyResponse]
@@ -22,7 +22,7 @@ module Google
22
22
  module Bigtable
23
23
  module Admin
24
24
  module V2
25
- VERSION = "1.11.0"
25
+ VERSION = "1.11.1"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-bigtable-admin-v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.11.0
4
+ version: 1.11.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC