google-cloud-beyond_corp-app_connections-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: e68cdacdfbf97aaa8ec20e2f3c8a3ec253c124b12a63577838011589615e20bf
4
- data.tar.gz: ca570dd44732fce713c0922872feb6a3b77817d8e9d28fff0eb5c60d0ab34668
3
+ metadata.gz: 067a4684c2463c4e9981e1b4480cf26fe5f0f378ea015ce247a078f213fa1c14
4
+ data.tar.gz: fbde8466bc47d3fdd0f0924be4623f3e1af091163ede7da3056df9fe0920349c
5
5
  SHA512:
6
- metadata.gz: ba246277bf2b9a7fb97052572c0c56f1b4cc7221303d0c1d5c5fb47c18affdf0aa9e78ff87ef1b705da09591c186a64a3ff75ea75ed4cb58c589d7d64c054dcb
7
- data.tar.gz: 14c1cca42b778cd7d686c039378e188cbb51d41ee367b3362a3064165a2ca39f4e4b111afdc8d1fa871062d3a53f6aab008815e12dc589970a3e17ec5102d9c9
6
+ metadata.gz: 0b1666f792e3b654646160c292d2bf9b5d98f8f2f0333f8525da920c2b2abda311f2709b19b4590d25fccbcf953f2fcfc6ba7b947f2b73ed454b5fa5780ccac5
7
+ data.tar.gz: 278c103df19a0210f8aa759a056800a0fb3f7451b936122fb2ab8af211b81ba6790c6db03f920554aa8f24353412c87b662cb214656d91c640ca84b86a6daa2d
@@ -22,7 +22,7 @@ module Google
22
22
  module BeyondCorp
23
23
  module AppConnections
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_connections-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