google-cloud-dialogflow-cx-v3 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: 9f9c0b64c1caba0849818d379932f735a885a4ae2b80116d289e8a54bc1c23e0
4
- data.tar.gz: 65d275a52df2aa5143bef56b7f71ea866dd1fabe107bd48909fe5491be9c5bd6
3
+ metadata.gz: aa6bd912f7fc27f9aa770b73f13820b5a166f674b0a6235443df174ee63bd551
4
+ data.tar.gz: ad9b2dc0063f64c8225df52bd767d22cd60345d2b723a79765bb7f6c6c7e57f7
5
5
  SHA512:
6
- metadata.gz: fa4ea15ebdc79d2b293a1f12e655018ad74056c0d796b4e81ab504c3eb83bf46b41d0fb4f792de244bc73495063583c394f3dbe7736f0ec861d724360a3ad3e1
7
- data.tar.gz: 257eb18a1047cf5d06ac3f76c30f47c37b590e436195ff0d12cc030f93584421bbc2e9d1d1ab3ba5b6436a78c408f29f733643902ee4224a6fbb9aa60d7cb54d
6
+ metadata.gz: 3fa648b714d2cca87d54e88ddbbc242582f9c89b4acbba241258e49ef8418119c8346a86133dc1af2b2985d505a5e0bfb43a385966d6ad277c51032504fe40db
7
+ data.tar.gz: e36d0384b48f9b8f087354531d4237d80db202c5ae05460a81c010b55ca606044725682fd04446c9e7ed0aa58b03733fd9c20f2f7dc270334fd0e6fc3c699755
@@ -22,7 +22,7 @@ module Google
22
22
  module Dialogflow
23
23
  module CX
24
24
  module V3
25
- VERSION = "1.1.0"
25
+ VERSION = "1.1.1"
26
26
  end
27
27
  end
28
28
  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-dialogflow-cx-v3
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-07-25 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