google-cloud-kms-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: 57d1cd04005f06a3dd652eb09aabd8e75177494ba5c739750b97d1b7fb3f7709
4
- data.tar.gz: bc470cf3dfc516c168c0681c788319595dca6c06e0dbc1988088747f0f8e7bb8
3
+ metadata.gz: a390bc23bc21c0509ae64079e588bbcf92a32ad4b25bda3e3d784da21e12de6d
4
+ data.tar.gz: 3fddc7145b664f02cde31e0506071d73430d634ca09291ad0fb0379268964def
5
5
  SHA512:
6
- metadata.gz: 9257022aed275ba6e8cc2cb129f5a0c1e13483d6f6a4e8beda2db6f76488c8443baa593269db0cbf83d73d02cac6f8c5274772f67dd5e36677947b8967f51ef6
7
- data.tar.gz: 2d6c01f7898fecc46746c06fb9a84e732e18cdccf62f610bb84fd05ab4648b8aba15b76adc21e747dbe424bef3189cca4af252e08d243f6fb94ad729988646c2
6
+ metadata.gz: ca98bc34aa71ea3310bf19d7516541b6b8ef3b78aee71e8a2f84627b99327df76679bf625c0d57c8a5f8764819929cde4d1aa9d9f573f63453b72524b8b70d44
7
+ data.tar.gz: 4f4e115fe7fe3e81004184e4159d489b8755b66b8cb5de1c1fc3556e6dab82ce6c996d1f45220f59556c1b463c8cbbdcc8dce9c11b268664cffc862b81d3c773
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Kms
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-kms-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