google-cloud-video-live_stream-v1 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: 9c81d9e112e8fd9c01f82ee223949ef85b42691a8cc2a649293f0605f91a2a04
4
- data.tar.gz: b6f1c639dece01a9cb27dfb34ca1650291da3f0233f889b912d2dc50739396fd
3
+ metadata.gz: 89bc73f351e39c1a7821d0cb4397973cea232da67409f929ee9bde5ec22b23a1
4
+ data.tar.gz: ad0cd4e16ff9d939d409056bfba96b13da843ccd6bef3f6f615dc27a1e9a51cb
5
5
  SHA512:
6
- metadata.gz: 83884d056126831dfeb65b80d441e40b688f6f791bc1ac7893a1c00a810600fef5cbbb4892b72a7f422dfa9b5174dc99c0d0c9efe647bcbf4a8de3cdd2347a0d
7
- data.tar.gz: 88fecec120dade2a8b9bc847cf0410e35c4e90bfabbd0f1fac86e398a5e284a9eed370882bc7656358f81b4902b26aaa6087ada641b6e15091a74a0451bd11d4
6
+ metadata.gz: ef02ddeddca8abe38ce4006c094a7bf6979a4984bceeb39c09ffe7fb64f325d50c8fc545c2ee3d7759ad3cab876d2154631d246072d6cf62b59f5d8ab1e9ad5b
7
+ data.tar.gz: a083bda8d1490b069b5120716fa7b761af8fcb5713656ccad37bda864adab563b8eb5a33b761ecbbeb7a29486db44dec7f0cafee994b046d7ec95659ce2d5789
@@ -22,7 +22,7 @@ module Google
22
22
  module Video
23
23
  module LiveStream
24
24
  module V1
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-video-live_stream-v1
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-22 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