google-cloud-service_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: 9f3372905fecc2190ebf75f5d5b8b213d054cda6068c2e2df2356b4506d1bbab
4
- data.tar.gz: 562a09b07a23024ee7d9ab726da8f4cb583440d86249f895fb05bd6874934bd4
3
+ metadata.gz: e3ebd712a7cec2c51462d5784ceddb8c6458d3b6f30c29714446ca6222adc215
4
+ data.tar.gz: 5df991aff4d4e8cda24c4ef84576edce04f732e79db505bcfa66149280fe068c
5
5
  SHA512:
6
- metadata.gz: a60a930e50e7adaea15e55dc5373a033daf551ed46e2ccc530b29b162dd3af5b76ed4a6c1faaeaf3a7b5afeb24f89670f4c1b235ceff8bd4f6678361e2035efd
7
- data.tar.gz: a1a6a8b5aacfc24ef15d72e176b472418350543baaf6929c30223fa051b9d978feb136121dba14cd0470777a4efbc86dd6e14da1aea3d0e6344c3ea3e500d37b
6
+ metadata.gz: aaac3526b78022e7f9abfb2a23239f8a2b778465910313a9fea188fae761ebec43f531c7782085538c7830fb13c8a7a9c4e5d7236efd75f9d79fa60cb7357098
7
+ data.tar.gz: 6c4b87db9fd9fa9c3d8ed03ba93cddb26774a1615c76a5561457d25a9a6742d39a615e06f54b710d5528d6d271a852e2258a9e396004871f45d31b847d4e58cb
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module ServiceManagement
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-service_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-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