google-cloud-commerce-consumer-procurement-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: 5c3f6a9b6c89a31dc78e83c74282b5f0c1750854978b1d10a6a136fd981ce9cb
4
- data.tar.gz: 1441c7b45bbbc3cc554a82140e87d37d49372323b20b9bfdbd1c864e595d1ecb
3
+ metadata.gz: eac76ca752a4942078ee88427f4e2abedf555e33679390daf05d3f760d132a6f
4
+ data.tar.gz: ba67ec31b246c81ad2971d77070632c0c594029ba06b48047b04c119a648fc44
5
5
  SHA512:
6
- metadata.gz: 1ac04442b92c72b710f4cf012aaf76b542ebb65cbc908c9738a79c40e840809d1729640a1dbf53f1623dad5f30ae9a0f08fdd6e7d0af96f2b02e7e69428dc9ce
7
- data.tar.gz: a056bc3e7806a77672e2a102a448bc03e6b54a75c9e5f1156eca6a9b64de182098d7bbe041dba754464c307d06a2fe944d703b3e8c3eb6936d6a6ad33afb68f9
6
+ metadata.gz: d0e07d91691dbc4e1e93058f136171d211f0fb3050597e9de68244fe6573fc511c1a2acf0fddb7fd4e698b2e18b3893e04c0825c18bfc6eb46ff8eedc7005c47
7
+ data.tar.gz: fad99168574ecb4759b5271ad674245631a2b791bb02a1d31c5d5e499b33598a8ef2f69e678e90fb9ec172723b3c67ede8f804a585eb853dfb7b655556f26c29
@@ -23,7 +23,7 @@ module Google
23
23
  module Consumer
24
24
  module Procurement
25
25
  module V1
26
- VERSION = "1.0.1"
26
+ VERSION = "1.0.2"
27
27
  end
28
28
  end
29
29
  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-commerce-consumer-procurement-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