google-cloud-network_connectivity-v1 0.6.1 → 0.7.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: 0a998e6fb4927ed33789bdd42e12fbd8efca81a068e4a9adc7d8073d6a50659c
4
- data.tar.gz: 308eddd0e52a2d295f50b2631f7edd7ae57e418a97b2fdba7577712229800e9e
3
+ metadata.gz: b9ac5818f86a233037ab34c541dc44ab2cc319f9c9e75e4b6f9764d4cb5872be
4
+ data.tar.gz: 12b9c57756c155002fcc0712c1aeca5d683751130fa11308d0faf0965402ab95
5
5
  SHA512:
6
- metadata.gz: 65166a48cfe3c8410475e9aec297afd98ce20b45cbb4a008b5e81139ddf6b98a89ffd3c914a5210c67a546e22b01dfa70c9a2ab63d26574c2538d520a245a958
7
- data.tar.gz: adee37b844ee9d4505462d60fab629c966dc584ef96b6800ff103ee9c15fd0fe74f593eb195e8c5aa74e13af614b231d856e4420877873e436289191bb135bf3
6
+ metadata.gz: fe847b1d206c6c3330b1a4baae6d3236144a9dbf8cdfad9649452891326cbc413cf28b94802263a58aa9cbba4a225713f96886e05b06c5dfdd651572a6ced2b2
7
+ data.tar.gz: 046bcb3c57f63641ea3d880bd06dfdb999aa97c7da592992fa7a6ee280e01096287e4c7521bda02d181be2f0fa80dd82c98ea80e61a449d20b42b6f3bcf0c938
@@ -177,7 +177,8 @@ module Google
177
177
  credentials: credentials,
178
178
  endpoint: @config.endpoint,
179
179
  channel_args: @config.channel_args,
180
- interceptors: @config.interceptors
180
+ interceptors: @config.interceptors,
181
+ channel_pool_config: @config.channel_pool
181
182
  )
182
183
  end
183
184
 
@@ -1359,6 +1360,14 @@ module Google
1359
1360
  end
1360
1361
  end
1361
1362
 
1363
+ ##
1364
+ # Configuration for the channel pool
1365
+ # @return [::Gapic::ServiceStub::ChannelPool::Configuration]
1366
+ #
1367
+ def channel_pool
1368
+ @channel_pool ||= ::Gapic::ServiceStub::ChannelPool::Configuration.new
1369
+ end
1370
+
1362
1371
  ##
1363
1372
  # Configuration RPC class for the HubService API.
1364
1373
  #
@@ -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
  #