google-cloud-video_intelligence-v1p3beta1 0.7.1 → 0.7.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: ada509c731da576641fdcc3cb4efb9aa797df5eb55a26072e4648bbe1960b542
4
- data.tar.gz: 5a49787e384392d5ad62f56f4b61a295b364c853ec561e0198ea75b34e9d100a
3
+ metadata.gz: 393c5c58c72f167c81f20802a7ab38643b86a03ccf0b648a17409af83e38ee1d
4
+ data.tar.gz: cd2afe1cb22dbc275740e3a46afa7ac5b94fe4d6ebdb5f735c79574d40f034e0
5
5
  SHA512:
6
- metadata.gz: 0115b5f05582fb5d1c81450db50f7b9e6920d55566770142f8137a0e1045728ea5a772774eee54aa9d319a23624656bf6adf202595c71f5ae06378cdd07f7eb3
7
- data.tar.gz: 46580485bb4467fe393b7edb20edb26294c799281994dc22e13866dc44296bcd37a2d78cf4a042e67cbc5b63b4996fa36aa5265946ed049d559203af3bd27fb8
6
+ metadata.gz: 0c7f7e4f1929634671b1c4c02102f0e4367a6bc3c0c0837a8839f81cce2bbdbc876ebdbfc0b11f900120fa7060692a4adf7b2ac823940fc9cae89987e154a80b
7
+ data.tar.gz: f03cfadf04f4e66dbec72124c0c8d4e6edb85c87ad4364bf05cfccd5465b2901d5b3581baf2001d12685495e92dd148de21949cf636fbd0938c345f6d3d2b025
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module VideoIntelligence
23
23
  module V1p3beta1
24
- VERSION = "0.7.1"
24
+ VERSION = "0.7.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-v1p3beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.1
4
+ version: 0.7.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