google-cloud-dataqna-v1alpha 0.7.1 → 0.7.2

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: 7129f4cb874b88b90916bd197f606f41137b150aba9ba020bc58197da4f7b4f3
4
- data.tar.gz: 6a36176090f4b7263ba3830157357b1d534aaeb05a0f6d878364a6dc5c6281b1
3
+ metadata.gz: e4afbbca0ef06410aa80fd4203abdb6260c5acecfb8f639f6526b71d57ce2438
4
+ data.tar.gz: e953498e277666433a85dfbe71ba7d701a3ed98ea91f06e47151496f5feb1287
5
5
  SHA512:
6
- metadata.gz: 23b040649c3f8212b90741eb52188cee78f23430860b9e8632ce2bb7e7528124707a7c95dfe59d79cb949608dcf9b68cc817332d19ae958c92b0ae1bd0aa480c
7
- data.tar.gz: 6db3109b27872d79c32d98aff243204f275021158c7b56e7a138ff6ba926c6bf5c0446251673c3c53dc378fb06f847bf4eb158a6c12f81301318bf87c3dc4d16
6
+ metadata.gz: 9771cbfe8438392bac86d58cf979c8bfaf3f72fdc824bc9d0e0cb7cdb53aab9aa346bcdefa2ee4f04a372a228230965089a33d46164e316d2a52ade9e968f7cd
7
+ data.tar.gz: 955c8fc2ac24f6bf71ade3d654ca928ed90edf1d49243a55948621d31ce5714ec185a9ab3502f96a98c61d673ea5a1276fcaddb9e484cfe0b7aae75d3ade7f9e
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module DataQnA
23
23
  module V1alpha
24
- VERSION = "0.7.1"
24
+ VERSION = "0.7.2"
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-dataqna-v1alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.1
4
+ version: 0.7.2
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-09 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