google-cloud-discovery_engine-v1beta 0.14.0 → 0.14.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: 768fb7ac0412015526653a93e4313f495155769f0a34f1c2450e0cf875718340
4
- data.tar.gz: b75ba5e6a5cd75bbbc905e4e70c2059999c676425024d39b6aed1bf3717ddc2a
3
+ metadata.gz: 3102dfe2a1d8fb79257d9745dbcb166a782487577d90b5d31917410d14ad98ac
4
+ data.tar.gz: 0c35e7c567ef7c15e4b2ed037d6f39dac323d5217f5254b14cd94fbc0c96628f
5
5
  SHA512:
6
- metadata.gz: d653b00354b737e11b71ae2f9d4b6b6220ebafa3652075d057da960e15ffa986d5f52600d4a4a1046362d536561ab12976077c3c3e6a9cfb0b93f50bb1604e85
7
- data.tar.gz: 7616742d0175477b3c5543a6a9295e4d448efbd2b4d036b90f4a269cd2a1ab611d7e51f64f7f9b66bf0c8a8dd865e5b737b9551b62fc827a2f3edba4f67ff66a
6
+ metadata.gz: 2c8cd03e176c4b875b5237a81be1d3c4c9614419a9051e1c913d0affd799b75da2f3135ace2e8e3a81a626f7b9be9d65ec9dc25ebfa953a9d67b56d7170468fe
7
+ data.tar.gz: 9c0497f5480bb9265768a3aac23a1abe065866e6c291a9d435265f494646e854cec50a5dcbe3f4838721904320cd8718bdf5d4361e21ea0a555b953214d0a81e
data/README.md CHANGED
@@ -2,7 +2,6 @@
2
2
 
3
3
  Discovery Engine API.
4
4
 
5
- Discovery Engine API.
6
5
 
7
6
  https://github.com/googleapis/google-cloud-ruby
8
7
 
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module DiscoveryEngine
23
23
  module V1beta
24
- VERSION = "0.14.0"
24
+ VERSION = "0.14.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-discovery_engine-v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.0
4
+ version: 0.14.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-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