grafeas-v1 1.1.0 → 1.1.1

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: 7c9af18ba0c00c9b36878af64d7461045a1124310d2b707277a6a6669b3623ec
4
- data.tar.gz: cabc333552595a998a347f783b8ae07d2fd9063070cb0c77573a76dd62bbfd52
3
+ metadata.gz: cfac8221d4b0f0fa86421f6227bcc1ff67099630640c414df8a79784918a8a1c
4
+ data.tar.gz: 1b5716c6a135b906e3a7f6f0fe03bb466fa1e7d031caa75d83d80458eb92bf1e
5
5
  SHA512:
6
- metadata.gz: 5b4ebd562779d431c7e7e4c47d21bcd4f0fe087909e19bc7b45e170cf64a10039c095e1ccd75bcc1e5c347a1af54107002473b4bdb5f2c45559fc80aa960e052
7
- data.tar.gz: d947fac16642359d999c9fdef8d38eddb8bdf280b523ee36eb0c6731b4621f26763178b8825401ac4e05cf340930f999fd8d5b66b02fc8e6ad4d6dc48e49723d
6
+ metadata.gz: e353e4aad9dc3eb4549095a0af918fb60946bfe5ac56b37b6fa3480f21f93c0629010c02a55ba71d8acf57a9d1b7aaf88e33b0fd7d008ba6d437a356d6bf413e
7
+ data.tar.gz: cd1b30a0390e82f7c60755d3f73e1a2e6dd84e3c428cf49d8c9fc739411c0c061b39b42a8bd642419fc2366cd1dfa5e3ba234bca224a622c4d00cfe32ed4fe5e
@@ -19,6 +19,6 @@
19
19
 
20
20
  module Grafeas
21
21
  module V1
22
- VERSION = "1.1.0"
22
+ VERSION = "1.1.1"
23
23
  end
24
24
  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: grafeas-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
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-02 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