google-cloud-functions-v1 1.1.0 → 1.1.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: abaf9cf8d9b39467f53d38db766d367e10b837f2b92670db014fc64a3ff6a7a0
4
- data.tar.gz: c3960570848d6445364d2d8eb926f6351fce5393ee2864b91e003a0812e00e17
3
+ metadata.gz: 35c5ab8ce9343f4da9d89e22fa7e0f09d9f5537e1b870386961b7da54c3ae7f9
4
+ data.tar.gz: 26813bb96e4c8ed12bddb22c783db93912bbf3d9307ebbc5c51abaddb36d1e1f
5
5
  SHA512:
6
- metadata.gz: 1a85512e35666888a105448b2f78cecb59173441890591c06c1ca04f8faa95e50d02cd6673e795f6f34594273d5214c1fdfc99436d4b2475c1c706d3d2503524
7
- data.tar.gz: e4febfe968923ad86bcf3f8beede20759bd3adf006b6af80820e7f37b7f88180425bf4874520b11d1f8685d5d278390a802fe8ec3c032ea090e470ae7e0f9c00
6
+ metadata.gz: a782f4b70cf438806165718b43a581a4b91ded218283a2abe9ec3ca68751543090db7b985f5bf6b36562393fb30ab4dae384d0a4efc8e049db19077da3e2e7b4
7
+ data.tar.gz: 9a0fcd45c0b1542d91161ed397a63fd4407dfc211b557a63b866c7484a69950799dc654d79730b51cf8e6f865da9a1459dae0056644495304652423db8642b4a
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Functions
23
23
  module V1
24
- VERSION = "1.1.0"
24
+ VERSION = "1.1.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-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.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