google-cloud-deploy-v1 0.10.0 → 0.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 041c6a8e8a147aa7b11772b1e506826ec8a708a13dd352a517560cf5edebe132
4
- data.tar.gz: fd8c8a357d0dad0a98fac741ac5445ada150ac967b1c54bd1786142b2ad80eff
3
+ metadata.gz: d62b25b7f8a779a6275d78c6cc2708690191973abde9bfe6640fc7915119732f
4
+ data.tar.gz: 074c1747dc9c61a914069e8f5f4c927a7e3edebe61218ae3cc7d2fe912a037f9
5
5
  SHA512:
6
- metadata.gz: 2f0e885e670fe1bb9846e2d1cecff71bd8c6dd60cdb2f8a04c0807843b942ec1d88e78d25aa212717d7fde12bb783c6886a4a78f88c866c13d1f64d5cd886d62
7
- data.tar.gz: 268224dd9009cccfb8c47465cb12fc3aebd0da9f35ad8c0758f78d81dc867c1ea7ad911234d8fc8c86003aad80bc9a7d149a92f82c774d9a1b9bad1e7848fee2
6
+ metadata.gz: da3a8e428dc2ac4cd6692918b0ce00578c67715144bc86fde2c2a6a81a2d70ef01fb9361d042a75d4364009106f2f964919c1eb758b90da1d4b290dcd364fb51
7
+ data.tar.gz: a7d2388d351f70775009a8a650f3f65e1947b7106e006a9be0082267d10cedeb97e43aa1fb6458b7720237d7adfd90b1f55c8cb2da187666b2e26e1c22d0e06c
@@ -244,7 +244,8 @@ module Google
244
244
  credentials: credentials,
245
245
  endpoint: @config.endpoint,
246
246
  channel_args: @config.channel_args,
247
- interceptors: @config.interceptors
247
+ interceptors: @config.interceptors,
248
+ channel_pool_config: @config.channel_pool
248
249
  )
249
250
  end
250
251
 
@@ -3007,6 +3008,14 @@ module Google
3007
3008
  end
3008
3009
  end
3009
3010
 
3011
+ ##
3012
+ # Configuration for the channel pool
3013
+ # @return [::Gapic::ServiceStub::ChannelPool::Configuration]
3014
+ #
3015
+ def channel_pool
3016
+ @channel_pool ||= ::Gapic::ServiceStub::ChannelPool::Configuration.new
3017
+ end
3018
+
3010
3019
  ##
3011
3020
  # Configuration RPC class for the CloudDeploy API.
3012
3021
  #
@@ -93,7 +93,8 @@ module Google
93
93
  credentials: credentials,
94
94
  endpoint: @config.endpoint,
95
95
  channel_args: @config.channel_args,
96
- interceptors: @config.interceptors
96
+ interceptors: @config.interceptors,
97
+ channel_pool_config: @config.channel_pool
97
98
  )
98
99
 
99
100
  # Used by an LRO wrapper for some methods of this service
@@ -701,6 +702,14 @@ module Google
701
702
  end
702
703
  end
703
704
 
705
+ ##
706
+ # Configuration for the channel pool
707
+ # @return [::Gapic::ServiceStub::ChannelPool::Configuration]
708
+ #
709
+ def channel_pool
710
+ @channel_pool ||= ::Gapic::ServiceStub::ChannelPool::Configuration.new
711
+ end
712
+
704
713
  ##
705
714
  # Configuration RPC class for the Operations API.
706
715
  #