google-cloud-bare_metal_solution-v2 0.5.0 → 0.6.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: e16aab746e8b4fa296884031618874093bbc57b4487d74ceae94ffe031d0cf19
4
- data.tar.gz: db774d8d910456f5b6033a8128cad08eefa68de8bbd6adc84a27eeadf454c5bb
3
+ metadata.gz: 00f014a1d25a20ebd084f6c21cd19d52b84b6301b59bfa39cf80e92c95e6fa97
4
+ data.tar.gz: 884bbf2518c133cc84f4cc2b3569f57688aba024cc4e8c5b095cc13ba6c84e2b
5
5
  SHA512:
6
- metadata.gz: 0e5a1a8d612ecfcaa60a2863f0fd0f82940d34ab784844b68d7be89b68c5616848e5aff15a0a8bdda673b456918876a851d3ab17e4ba6034d517fcc4b07751de
7
- data.tar.gz: 0540cf6e6a1b91d994d4adbef054084215ae0da51cb8b543446e69ceef767450ec6784465ea01ce6a85e75318e478e81b85dd596a1273c3c2e677e49552ab45d
6
+ metadata.gz: cd968d357a5153ad32b0f8c6fc1db435ca478f222976976eb49e7b400db34b2522fd761ae8db39d3c402adbce02f3e60f10b2580c4b1216587ca9f2257bfad5c
7
+ data.tar.gz: fa22a959e5b947bbbeaa0bbe4e8d958dfdbaeedb2de42d79343ff6794fd4186ccd9f4a6292e15e837cc0c41cfe0000aa6b42f2fa02a8819172c94dba35ff674c
@@ -167,7 +167,8 @@ module Google
167
167
  credentials: credentials,
168
168
  endpoint: @config.endpoint,
169
169
  channel_args: @config.channel_args,
170
- interceptors: @config.interceptors
170
+ interceptors: @config.interceptors,
171
+ channel_pool_config: @config.channel_pool
171
172
  )
172
173
  end
173
174
 
@@ -4379,6 +4380,14 @@ module Google
4379
4380
  end
4380
4381
  end
4381
4382
 
4383
+ ##
4384
+ # Configuration for the channel pool
4385
+ # @return [::Gapic::ServiceStub::ChannelPool::Configuration]
4386
+ #
4387
+ def channel_pool
4388
+ @channel_pool ||= ::Gapic::ServiceStub::ChannelPool::Configuration.new
4389
+ end
4390
+
4382
4391
  ##
4383
4392
  # Configuration RPC class for the BareMetalSolution API.
4384
4393
  #
@@ -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
  #