google-cloud-security_center-v1 0.31.0 → 0.32.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: 148e1834fb88ecdccb8e27f65e7aaed4ad712d8b8c1c5b61ec44d67f355911a9
4
- data.tar.gz: 6f11e710cc33bb14e80b6f1baa8cd940746b6d2251a874b44e715364d2b901fe
3
+ metadata.gz: cb5f5353f5de55f1dc9bf90184f56161fdbb5924cd9d8fb1198bc481563a94c8
4
+ data.tar.gz: 70253ea6af60231b4a3d12959812797536b46b878387c2896861534502c97fb5
5
5
  SHA512:
6
- metadata.gz: 9e92a518b8833bc7e8c637a8977d6e55a2153c88bef1f5bb82a78688a1f56b3d8cf09bebe45fe857fe8fd7a9303d064eeb4957412f923b21cec31349ba25f45b
7
- data.tar.gz: b38b707c69ee5b5b5ff2d3a1428e670f2c8981700ea8b0cbf64ab490f966f03240fbd6ab1783b0c62e4a6277a4745c5897f860a5625c1735f28ab8cfb7770c28
6
+ metadata.gz: 96603c6e7fa25639bccac2877cff799588e283a23a75666cfb952594949030b550ce3f8a2ce0961a1566d3314484a420abb717a3e73eca99e557fd93ab10ed84
7
+ data.tar.gz: 43fbb35193c78344b9e2ad056447a03117d5b9b4da55c691237cc470202566b6119bc3ccfe86e26010193378f3de39ea1113fad9b513d6ece513f160d67ca043
@@ -254,7 +254,8 @@ module Google
254
254
  credentials: credentials,
255
255
  endpoint: @config.endpoint,
256
256
  channel_args: @config.channel_args,
257
- interceptors: @config.interceptors
257
+ interceptors: @config.interceptors,
258
+ channel_pool_config: @config.channel_pool
258
259
  )
259
260
  end
260
261
 
@@ -5015,6 +5016,14 @@ module Google
5015
5016
  end
5016
5017
  end
5017
5018
 
5019
+ ##
5020
+ # Configuration for the channel pool
5021
+ # @return [::Gapic::ServiceStub::ChannelPool::Configuration]
5022
+ #
5023
+ def channel_pool
5024
+ @channel_pool ||= ::Gapic::ServiceStub::ChannelPool::Configuration.new
5025
+ end
5026
+
5018
5027
  ##
5019
5028
  # Configuration RPC class for the SecurityCenter API.
5020
5029
  #
@@ -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
  #