google-cloud-confidential_computing-v1 1.1.1 → 1.1.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: 0c2e9b1f131c3b17ce20997470f9f1cc863ab8caa3fc7e81851220009010fedd
4
- data.tar.gz: a4bf4bf78f44504ff575ef4713283fe244cfeb7ff65941e8b236e1fe691f889a
3
+ metadata.gz: 650d92e58713548a7b8fe753b83ec7ccabcdd25b6d2981a740d9f4aeb30834a8
4
+ data.tar.gz: ee514bf0a008c2ba8f061c76621491db6ee37b490009ca32d149e96514b9b468
5
5
  SHA512:
6
- metadata.gz: 57a85cdf2b5b53e421e22fa32d33d739bab134cd58ce99d59fb9e0c32142105a52ca153bacfb22a60d1fedcba41c5e59fa2720a9a37998b57f22acf8e5996c07
7
- data.tar.gz: ef581a969aa4952ca62630995bf09362357c1ad39864ab0b07f1d8ed8fd90d4becb8fdfb6aa497ca6a6c299ebe6c539e729e71adcfd96f1c64528f79d6c8e1e5
6
+ metadata.gz: ec2abffcd70a8c95cdb143c2adff2678fb6249fe4d22731ff7a4ad679b1ac99466b07be32ffd8a1baba2519a1689cc2eacf4d5a12fedd99c6395f02ecbb34e2d
7
+ data.tar.gz: c8b84054de30c9c45d5e7e70ac76088152a460bc9b6b8527f487ef9ffa7099be7a52e7f7e740205bc29a715c2843296d8b6e5694d3a41b2aadbac96032d70b7a
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module ConfidentialComputing
23
23
  module V1
24
- VERSION = "1.1.1"
24
+ VERSION = "1.1.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-confidential_computing-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.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