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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 912496dace09745347860fd324dcab5eda8fe3bc50471e0e7718db0cc8e62d0c
|
|
4
|
+
data.tar.gz: 41c52583c229cb1d464e97543755671d4943d91ea6adda23685a5e09e8eb0d61
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
#
|