google-cloud-functions-v2 0.8.0 → 0.8.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: 88279e3f67935c388a65357cb1e530e347d0ff2ede02fc2f2aaafa9544833004
4
- data.tar.gz: 65eb7a3548db1f6bfe2ae2d919eff54d0babfae47794c7591e6f26908834a4a7
3
+ metadata.gz: 198b1fa5d7c48a315d7b842a512c72b300c36b2d88febd3c11eb3bba02f7d2fc
4
+ data.tar.gz: ffaba71304c71f718350972bc68678a4815832bcdef0446f2eea5add88bfdd8d
5
5
  SHA512:
6
- metadata.gz: d0b5b7ce0de5e9fc348231b559822d0c1112e9b28af2ccf39ef594e6def26c860dc55626c5938a6016cbe0f589793380ced56c24a6a077e4d9b8e4a27a8abb30
7
- data.tar.gz: 015c67436fca4e908577bf3f44d495560a9f0734defe44aaa505317264dff2f87d7c6cadec95bcacaa8e76a1d44984344ee6363e6e52f906359661de97b2892d
6
+ metadata.gz: 7a978dd24b4043ebf432be4355745df2ec1ed23d528cc2dc3b743df9aa7a81f7caaf15acc34eb3673fd9276bb3bf5d8126754e404cef4294fcfbf1ce3a062165
7
+ data.tar.gz: 3adf738a27f7401be56da842e80741f6220b0473cef3537c1dcfd73254b064843d2fc3525ac50bf03018508d9ce1bf2f8a696e6c2ad1fead85151417159a5448
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Functions
23
23
  module V2
24
- VERSION = "0.8.0"
24
+ VERSION = "0.8.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-functions-v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.8.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-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