google-analytics-admin-v1alpha 0.24.0 → 0.25.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: f70a696af6f8722edfdc6e0ce47c30917668aa0a3a02a41803030b8453592f2d
4
- data.tar.gz: ed313cbe1cb56894f261ba285286e8c7acb8ecfde6850c648d4fbcc36d553f49
3
+ metadata.gz: 912496dace09745347860fd324dcab5eda8fe3bc50471e0e7718db0cc8e62d0c
4
+ data.tar.gz: 41c52583c229cb1d464e97543755671d4943d91ea6adda23685a5e09e8eb0d61
5
5
  SHA512:
6
- metadata.gz: f2633e7cea5da8919ff4864554d9201423dfd726de1dbe6f8b90418ba91e18e6bb382cf2fdee4f58918ba84f6fd8b575d197e852c0345bf7b28f351ac6605769
7
- data.tar.gz: c5b76717e78fe5a4380a27e9f947e4d589124210c4b5c4b46b50795d77464f2168d7461b9275fcbda4453053c05fb6d1378aeb56a32ea05f67bf494ad90713a2
6
+ metadata.gz: b321310538c0740bfab8774a94d864f7607ab3f75aa265f5bfc952ff08ab89a655d3584477a245cce736f6878c00d292466648117a04a3d30f5d90a1b200dba6
7
+ data.tar.gz: 89a50e77c97798786aea45e2724e691b51a9109e7e98c0a17bb10d3e0d75edf18a20a7ea9b950e9c7d04b9fffdab1e248f2438531842593cebb955dc37845c8f
@@ -203,7 +203,8 @@ module Google
203
203
  credentials: credentials,
204
204
  endpoint: @config.endpoint,
205
205
  channel_args: @config.channel_args,
206
- interceptors: @config.interceptors
206
+ interceptors: @config.interceptors,
207
+ channel_pool_config: @config.channel_pool
207
208
  )
208
209
  end
209
210
 
@@ -12015,6 +12016,14 @@ module Google
12015
12016
  end
12016
12017
  end
12017
12018
 
12019
+ ##
12020
+ # Configuration for the channel pool
12021
+ # @return [::Gapic::ServiceStub::ChannelPool::Configuration]
12022
+ #
12023
+ def channel_pool
12024
+ @channel_pool ||= ::Gapic::ServiceStub::ChannelPool::Configuration.new
12025
+ end
12026
+
12018
12027
  ##
12019
12028
  # Configuration RPC class for the AnalyticsAdminService API.
12020
12029
  #