google-cloud-telco_automation-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: 61996059d0b5f2d0dadef32d928211cacea5cf11a1fffb78395f895e2e3f0c86
4
- data.tar.gz: 065c422d7034f5aa6c4ff764e07d5056441f7360e1427b1b0bccdb439eeda42e
3
+ metadata.gz: 5f7b0e1a53220f51529ac3b7a4f74e365080659387fc794abc90806c353621be
4
+ data.tar.gz: e2dfdca161ef007e6f559a295d3eda23a8c3d74f6b723c4108899d1bec634ab0
5
5
  SHA512:
6
- metadata.gz: fa7c068e311c379c41f47f4427892f9ca361eca64e58034c8e11c1984561eafaabc390d6159dd800104e8dabc2e8c8602e66b547e67c11ec02b0fc45ee714dff
7
- data.tar.gz: 1e16ee1ff80acae4aa5b147a36338b1970fc4b04424971fb4156e40d19b31dc8831e7c22fda35f05468a385c833c2765c9834693535f80d29d941f77ac027c6e
6
+ metadata.gz: 92d17f2e6997260467815e6adfefbc60517497484aa5e9f8b03c8a705c3266e773d2e6ea22791ccb00fde8487e507c5e4976d73dd217d28c65059ed9c8f6081a
7
+ data.tar.gz: 91b7d31d1cdcf4cdeec5d2b38269b2aa1dec754455a36b8fc3d6d650cbcc3275972cd965c0ffdcff9ea5aa37286038774bea4712b57aaa729f7c96d9439c503f
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module TelcoAutomation
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-telco_automation-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-08 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