google-cloud-edge_network-v1 1.0.1 → 1.0.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: 707d200814ab8c6beedb99982785bc9af7d4019839191cdccf4d4bddbd2c96e6
4
- data.tar.gz: bd5bc0ed02dbaed21732f184da1d0ff9e178a92a262a3519d71a27fd23a10f58
3
+ metadata.gz: bea3652264e89c33cb017389872db6cfa7d27c77ac8a88a209d5736d5e34a645
4
+ data.tar.gz: 87222162ba1e7620fa40f62546c31d3d54678cd9400a7177e4b535230677bed6
5
5
  SHA512:
6
- metadata.gz: 02c43a5d35f4c701868e2e5467bb57b03d2f21c7d8a19c578a6b352217ad225218c45925c379f878ae04a911b52e48fe7f55dba26a464dbe35e88b000b285fa5
7
- data.tar.gz: cba4761d99ac01a683cfc5a4afd69dfb8eaa9a69d9cb81ecb00513b428f7093b9bbb13949dc8fb4a28e9f09a7c12c3eac2339c144c565fe9f79b4ba022e0256c
6
+ metadata.gz: 55234d52067109d9f5c9f40b510e267f45f5da27c91b0d0ed06af3986f29bcec70dde5da622dc55c02e3ecacbc5a21964f27bcca5dcc75ced049891f8590b772
7
+ data.tar.gz: ff0a46fd85cd7adbf42519e78f694322a7b232650bfb8b0c6b0ac1dc5d1cef92c6da0253702b2b64cf7e07da8801f5748ad6abdb4fb232ff28e6b84932d64862
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module EdgeNetwork
23
23
  module V1
24
- VERSION = "1.0.1"
24
+ VERSION = "1.0.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-edge_network-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.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