google-cloud-video-stitcher-v1 0.6.2 → 0.7.0

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: b8a2ae1c6b2efcb275427479f23853f09b322c6c1714d720ead6babf1ab1af69
4
- data.tar.gz: d8942c87f6f393fb94db66fb1b71cf88276844d4b63edcba1c4898a2447c9677
3
+ metadata.gz: '08a5c287a56cebe5751dd0f5a970487cbcb952d6adc37e78d83568e587ace89a'
4
+ data.tar.gz: de6e6faf34298ffc78de072fcca98a4084ffcad7154c0376a8f905931e51e67c
5
5
  SHA512:
6
- metadata.gz: 7b24f451e4f42a451c2121b5cce31ef38a0bb7293ff85e8d5b0aca02224794e5f1d405fde9e0c241d337be55624ea0d64557a6cd3a8fb4a5541ba1f1d8d61d54
7
- data.tar.gz: 85b8d761bbbcb3549f36e9af947e1b45ad85786a59da4df1a98dfae5cc812bc9dd40b7d1e7a852f87a14c699b9bb46f83368751969541e0a746ec8822129f22b
6
+ metadata.gz: a2869fcf63356d1d82d94ec06ede91263def8c83e9cef8f3bc486fc2bd0dee4cbf07d29590336fc40997b539ead5d0cccfca7f8b7a49416b07aca049e9268020
7
+ data.tar.gz: 5dc66c607990b4003ec65e788673d6130b97e34e112ba3b1c4cbce74fcb51cebecadd432ad347553a18a86f7e54e52cb5ae9a636e2c6fc76c80c671450c6943d
@@ -22,7 +22,7 @@ module Google
22
22
  module Video
23
23
  module Stitcher
24
24
  module V1
25
- VERSION = "0.6.2"
25
+ VERSION = "0.7.0"
26
26
  end
27
27
  end
28
28
  end
@@ -202,7 +202,8 @@ module Google
202
202
  credentials: credentials,
203
203
  endpoint: @config.endpoint,
204
204
  channel_args: @config.channel_args,
205
- interceptors: @config.interceptors
205
+ interceptors: @config.interceptors,
206
+ channel_pool_config: @config.channel_pool
206
207
  )
207
208
  end
208
209
 
@@ -2599,6 +2600,14 @@ module Google
2599
2600
  end
2600
2601
  end
2601
2602
 
2603
+ ##
2604
+ # Configuration for the channel pool
2605
+ # @return [::Gapic::ServiceStub::ChannelPool::Configuration]
2606
+ #
2607
+ def channel_pool
2608
+ @channel_pool ||= ::Gapic::ServiceStub::ChannelPool::Configuration.new
2609
+ end
2610
+
2602
2611
  ##
2603
2612
  # Configuration RPC class for the VideoStitcherService API.
2604
2613
  #
@@ -94,7 +94,8 @@ module Google
94
94
  credentials: credentials,
95
95
  endpoint: @config.endpoint,
96
96
  channel_args: @config.channel_args,
97
- interceptors: @config.interceptors
97
+ interceptors: @config.interceptors,
98
+ channel_pool_config: @config.channel_pool
98
99
  )
99
100
 
100
101
  # Used by an LRO wrapper for some methods of this service
@@ -702,6 +703,14 @@ module Google
702
703
  end
703
704
  end
704
705
 
706
+ ##
707
+ # Configuration for the channel pool
708
+ # @return [::Gapic::ServiceStub::ChannelPool::Configuration]
709
+ #
710
+ def channel_pool
711
+ @channel_pool ||= ::Gapic::ServiceStub::ChannelPool::Configuration.new
712
+ end
713
+
705
714
  ##
706
715
  # Configuration RPC class for the Operations API.
707
716
  #
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-video-stitcher-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.2
4
+ version: 0.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-09-05 00:00:00.000000000 Z
11
+ date: 2023-09-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.19.1
19
+ version: 0.20.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.19.1
29
+ version: 0.20.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a