google-cloud-video_intelligence-v1beta2 0.10.1 → 0.10.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: 60753e76ce56ba7c9e4c9c3866474c094a6cd0a5e7edb7565d902f43a7f73d7f
4
- data.tar.gz: 70fba0005ef5d60a4e779bd8fa44292df60540351aa79f7f3b47fe75236d2c54
3
+ metadata.gz: fbb8248f28503c08b36fd0551c20cbfa05525f54d80c6bca9f4e828c09114d45
4
+ data.tar.gz: 5431076b12110d1928b2185fbecf07fb7da874cfd49384c4f21a31bf4affe61d
5
5
  SHA512:
6
- metadata.gz: 8b6e6f05d7acdbb0a877647f829dc95c9fb88524069ec14602caee5d65561236c5ef12a174e175c5fc91b9e16a1a252e67a5bb5d179c8e0a95c45683c97d45d8
7
- data.tar.gz: 272bbb767b3848f9cf9f65fdbae7a37683927e5225d90c0e0082be726d72276f1696b8f933850104b270e28d0fe9048bbec92753cbc8bec0acfa6f344be92d90
6
+ metadata.gz: 20ec90ea0a07456b3492fc4c77512d6dca6d2de5cebaaf397f92cf51c907d65cbdbb037bb3917d83932534be083e10d259fc78958c46fdbeaf5bbbef3faf93a0
7
+ data.tar.gz: 546d76012ae57cc6e658c14ec438fbe8560d9d320f001bb069b2d0ef76de150bd7aee15ca067d7bff3034aca02e6c493dcc8dc8878363ef911ba73afe3c742e7
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module VideoIntelligence
23
23
  module V1beta2
24
- VERSION = "0.10.1"
24
+ VERSION = "0.10.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-video_intelligence-v1beta2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.1
4
+ version: 0.10.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-08 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