google-cloud-contact_center_insights-v1 0.15.0 → 0.17.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: 4467f6b47279e32285477dc53036564103bba3a4fde3c871060e66e10638f1fb
4
- data.tar.gz: cc509f7dc69dc1c58767d502e0b210e6fa030199f9d92ec97de13bd17b3995af
3
+ metadata.gz: 6ea04a7fac1410870238da1d922faf65a9a0e6b6f73e5f52b7a5ce6753f6dd7d
4
+ data.tar.gz: 24ce11d564f38d70eb355240f99ff0480ef043f8137b74fefa9912eb08007629
5
5
  SHA512:
6
- metadata.gz: b105af5912c6bca9088194a26cbc4c0d971e573e8b26357f2702274db3e4a5dd0d3a66fcd3b0259a5a90ee7690996e028bd8fc614befc518ecb78c74e0d3283a
7
- data.tar.gz: c0c79b570f0712a1b9f9c42fa2a0f3530e02c1e64e701bcb43e5cee1c13151bec5f21b0d49abbec4d3da54a2899007aa8c812fd7e1ce5de4b3d9b177490fee15
6
+ metadata.gz: e06429f71f81682fddf24cd3dba7391cb38cec4ceb8fc529b7cfaa288707b743f470ef7852000a6a7b5523cb028f8e794d7d751ea8314b13d82f1bb47cac0e3e
7
+ data.tar.gz: d8f0bf645d68a843119172fa8507b1989b2d73725f4b703c4e2003820b0db10bda463196abff5c6b777fdde22d77f10a733b3e74cd52861e9cb8266acb2d3498
@@ -149,7 +149,8 @@ module Google
149
149
  credentials: credentials,
150
150
  endpoint: @config.endpoint,
151
151
  channel_args: @config.channel_args,
152
- interceptors: @config.interceptors
152
+ interceptors: @config.interceptors,
153
+ channel_pool_config: @config.channel_pool
153
154
  )
154
155
  end
155
156
 
@@ -3737,6 +3738,14 @@ module Google
3737
3738
  end
3738
3739
  end
3739
3740
 
3741
+ ##
3742
+ # Configuration for the channel pool
3743
+ # @return [::Gapic::ServiceStub::ChannelPool::Configuration]
3744
+ #
3745
+ def channel_pool
3746
+ @channel_pool ||= ::Gapic::ServiceStub::ChannelPool::Configuration.new
3747
+ end
3748
+
3740
3749
  ##
3741
3750
  # Configuration RPC class for the ContactCenterInsights API.
3742
3751
  #
@@ -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
  #