google-cloud-beyond_corp-app_gateways-v1 0.5.1 → 0.5.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: 036b330eecc9918f4f90e7240d873573739c8b2983b39db35a918c8a9a926754
4
- data.tar.gz: 993c7937b3ab8e9dbef35eebdb0db2116154290c57a0428f24af1088f98b2102
3
+ metadata.gz: 9d18c7b1717254772c1a4c4c830866b8c597f6292cefcbf69194d3c525b850f9
4
+ data.tar.gz: 17c4ebe0c66a3c08e70cad51f8426cb28df864bbe160bbd7c73137adaa0f2ab1
5
5
  SHA512:
6
- metadata.gz: 74e495b7dc1817b7dd0c2e60cf8124383400befd1bd79a6f2b3e75f5b166c784eb5c246983090a8a266ba5141edaafbbac02ee54a471ee49f6f8e64710cc65ee
7
- data.tar.gz: 840b59ab53e5aee1993b4e4a85473fba0e18b415c7e67d6ac1807e60a7ef63d30dddda8ce3d614bad93845df87b82e87b80390703f24554b02bf07ee59cb19b8
6
+ metadata.gz: a0a7cbe93da078afc59bf334461c0755fb880beff41d7c31aa4bdff483f2a07249f0e4aa958c72f74a4e00eaa8696f353fce0bb0f16f2d7824fb53ca9becb081
7
+ data.tar.gz: 71ed997b398565a0ee46e062f622ddca50c3bc443641f2e069b05d98bcf0e48dc484e4404c37f364d82cc4a62c9d8cbeb14840d604feaf6dbf31e5c3ee961598
@@ -22,7 +22,7 @@ module Google
22
22
  module BeyondCorp
23
23
  module AppGateways
24
24
  module V1
25
- VERSION = "0.5.1"
25
+ VERSION = "0.5.2"
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-beyond_corp-app_gateways-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.5.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