google-cloud-bigtable-admin-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: 5553304c3a2389afe820344c89d6a51832acceb06e0fa900f7a4681c96455356
4
- data.tar.gz: 3695f55735ab6517bf7365abe2ac3e03a1cef24ab6b879e23b4fd639a50aa39b
3
+ metadata.gz: 4632d6c2837caa4d27175404422525edc2528149e443f8dec01a8b795eac91c1
4
+ data.tar.gz: 78bd9a700f8010bfc0daf20cba135409c306f3f4817913a9254f9223968905e2
5
5
  SHA512:
6
- metadata.gz: e5d04b0bb77a950ca5ba96ffb897c052b1bb3453c1ac9e9fc6b819999955fa76bf201809ac374cc41ac5816c234975fbaa9698ac9ddb08ee3871daaebdab3e8b
7
- data.tar.gz: 126fec01cc9c2f5d320d97df9a5b1260548fae2b54c06eb5854d038f84a3186ce45a32ff355fef725121cf8ab3c9cb0562d16deed8e3965c906cb3a0edf24831
6
+ metadata.gz: fb4ab2f41fb0fc5039706ee6f4c19e31818d12d7dc52c5cf79c9e0f07d43f752fdd1dc95db224e3d0c29e99d6491c768b0a335dcc3096c7332bf759a9e88c5b8
7
+ data.tar.gz: 5d6159fb26cdb2546315f88ba606004a924b6e9c7a8fb75afb5bc562c4ea32d0ad4e4f42d3e34a963055b5411e812f37b25001dd7a7643267670d5486f670fe5
@@ -22,7 +22,7 @@ module Google
22
22
  module Bigtable
23
23
  module Admin
24
24
  module V2
25
- VERSION = "1.2.0"
25
+ VERSION = "1.2.1"
26
26
  end
27
27
  end
28
28
  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-admin-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-08-05 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