google-cloud-optimization-v1 0.9.1 → 0.9.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: ab77e3fa7b5d3c164545f2443737020e3fefb95d356f5a9fe392586f0828ef31
4
- data.tar.gz: a81a8b52232689c031fd90585ead8384853eb3f470955978a8ca68a392ac00f7
3
+ metadata.gz: b4ad18d7ab0f1c0e594c48f77ebee6857564b666eab26921c8e0c1f1cdc0b20a
4
+ data.tar.gz: 19cbc333de29a9ffdc4deaa043b050b17fa613a78421d2cfc5c417fad300c98a
5
5
  SHA512:
6
- metadata.gz: 6f5b5f8b1642415f684fd71d2751564fad212e90a9709d0fa154fee6cf11ac5d31ae6304ab5198cf824bb78714d5d5cc718896768ab27580433ebf75fee86e2e
7
- data.tar.gz: f9ace933912b00947ae81c5f6cd1de1975b882dbb2c3a070357dc7ac6c0c2a55ebb6be6f94342dd24170ba3bd8478cacc5997e2e64e593cc65b6374cc23bb8f5
6
+ metadata.gz: 8b4d68b93ff899f8dad5e5b6085c6e7473b0c71d3b48b54919dd7fe7ac4319ac15c042b7d514275144236b08f5f4aad14185102bc74473710bd28b82e9ea532c
7
+ data.tar.gz: b8142c59916513405ea50a61f755a01f73c585872e4c6e8564c4b7d5c9efb234a83b280e8e0ff7cfed79cb4f2a0e7afa1f7ddfb51bda7ff121ce50c4a3cd8cfa
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Optimization
23
23
  module V1
24
- VERSION = "0.9.1"
24
+ VERSION = "0.9.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-optimization-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.1
4
+ version: 0.9.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