google-cloud-bigtable-v2 1.2.0 → 1.2.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: 33aaaf976ab8ca4c68523b93660af5c10b319757b476244dd8ae5043fee52366
4
- data.tar.gz: 6abac831ea6376ee7c978bb2c650ada80e77464fdf7ad6a91f16f01afa354721
3
+ metadata.gz: a2700e3c033844251fd72c3513a103a3e957cf685c009bc127f8d9f6e9b14ca6
4
+ data.tar.gz: d04deda13193b783ca07ff07c364ad3e1e0d7a64e982a873d1a903d11e53b671
5
5
  SHA512:
6
- metadata.gz: a225ac332666f10a9490c2a15b5d99e1efd8b749981db66f385060deddfeef734ccb22e570223d4964ed23c24854f14081fe62cedb07cc57d1cd770b11f59473
7
- data.tar.gz: ecc7440686f245e9c15f68fe8b8d46303c6d83fa34a24bc24619fbd41b3497f5496fff475070663cedd6e755449211c6784556e26cc8761af0168cc693999a47
6
+ metadata.gz: 49e6e0760d0273eb89a038cb358409e837ad2df0af0f0ae9c57453204988e00b56aecd71f0baac8bfb650014b69d06dee39a6a20966ac372d85ab836364cc5dc
7
+ data.tar.gz: ac708b841d6d5d9c382fea1fd47d25e85932fabc4ac463fe85048a7f7499912a34d7a2def9999fb6ee3021c1f87521890c2f8a77e63a944e9bd756c895105f1b
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Bigtable
23
23
  module V2
24
- VERSION = "1.2.0"
24
+ VERSION = "1.2.1"
25
25
  end
26
26
  end
27
27
  end
@@ -196,9 +196,26 @@ module Google
196
196
  # @!attribute [rw] common
197
197
  # @return [::Google::Api::CommonLanguageSettings]
198
198
  # Some settings.
199
+ # @!attribute [rw] experimental_features
200
+ # @return [::Google::Api::PythonSettings::ExperimentalFeatures]
201
+ # Experimental features to be included during client library generation.
199
202
  class PythonSettings
200
203
  include ::Google::Protobuf::MessageExts
201
204
  extend ::Google::Protobuf::MessageExts::ClassMethods
205
+
206
+ # Experimental features to be included during client library generation.
207
+ # These fields will be deprecated once the feature graduates and is enabled
208
+ # by default.
209
+ # @!attribute [rw] rest_async_io_enabled
210
+ # @return [::Boolean]
211
+ # Enables generation of asynchronous REST clients if `rest` transport is
212
+ # enabled. By default, asynchronous REST clients will not be generated.
213
+ # This feature will be enabled by default 1 month after launching the
214
+ # feature in preview packages.
215
+ class ExperimentalFeatures
216
+ include ::Google::Protobuf::MessageExts
217
+ extend ::Google::Protobuf::MessageExts::ClassMethods
218
+ end
202
219
  end
203
220
 
204
221
  # Settings for Node client libraries.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-bigtable-v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-07-24 00:00:00.000000000 Z
11
+ date: 2024-08-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common