google-cloud-api_hub-v1 0.1.0 → 0.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: 48953bfe5667c6457b497d211ef6932e918995ddb933151fe41c74be0d834439
4
- data.tar.gz: 7d5c47b3ccd6ca3122d8f2a66d1857dee4ce9c68c906fc1d711e2220d4abb376
3
+ metadata.gz: 5ada8ff30bcc7b1fad53f954820bccdee3fbf8876788c293a531392c66504b1a
4
+ data.tar.gz: 6d0ffcd84a822a97cde73e2b9bfbfe321915b5c931e012059f241bdcc47ad653
5
5
  SHA512:
6
- metadata.gz: b3bf416538de364483fddb408f671bdab6c2963a2008a3be7ada22d19a302ed22f439131b8e07e4f715ff590849c4280e33091c0dfbb21eb5ac1fe570cc44bd4
7
- data.tar.gz: 91df3771ba0ae6f4664bb325c47b593aff4c5b27bdb0057d2c789d8de219afbfdc8e6c1fa02943179fd717418c6f8fcecfb67574ce8897f4465f485e699f5faa
6
+ metadata.gz: b787961dd525b0acbe230f4cf1d70c63df738767e89458256e7c4e787d986722a49bdb2794430245cacdae32245f3dec64655c2dd74c79250726a86596219ff7
7
+ data.tar.gz: c0d01b78f26a4062e326d4d85e7148918186d8ed09fd3487b8d07f86fe85017c2fc388a2ee5137d67f062be54cc894b482c6f2483e7abd73e6dbdbc63eae78f5
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module ApiHub
23
23
  module V1
24
- VERSION = "0.1.0"
24
+ VERSION = "0.1.1"
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-api_hub-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.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-12 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