google-cloud-network_management-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: b270919a7cd98feee9fe4ccbee3661c35386f32125b3b193447b92b641205bac
4
- data.tar.gz: d2f2df358c049f387b8362562b00991ddc51509c496370bcbcfe9098ad3849e5
3
+ metadata.gz: b28543f15d6cdcb5b9651043b9d6187fdb8c50c304067e7adb934b638095ad25
4
+ data.tar.gz: be646b48f2dbe70a538b0cdb570990051d75e1a1490803b72a8b1d52f46bfec8
5
5
  SHA512:
6
- metadata.gz: fe6158ff0c2e049886009dbcb92c6e514f02d8039171eb6273ebb5afac04380d114f88177a71dedef41c0e39aaf4a276f1ff2044481664abc675446352b23ebe
7
- data.tar.gz: bc37d80d439639407ff37bca72dc446f42896a3c626e699f2d64982cb3735857a6b1414c974083b80ff134c1489188939767c2484cd6f3285edd3095597bf78c
6
+ metadata.gz: dfc3b4d0894b729cb2cb7d686b3d70423ac366b832e8dcb28b99177d6c61aaefb31981cc7b1701860da2de503a6861f9deaea9777f5bb2531e484505c1e4cc0c
7
+ data.tar.gz: 849b8639354a2184915e6136cc7fe0703cb6bb2cf0eef09e9e11eb9abc86dbb4e4cd18657531b3c98a4474c214052cdf65bcccbb3ceb330b11c4a2973e621ee4
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module NetworkManagement
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-network_management-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