lib/google/cloud/app_engine/v1/instances/operations.rb in google-cloud-app_engine-v1-0.7.0 vs lib/google/cloud/app_engine/v1/instances/operations.rb in google-cloud-app_engine-v1-0.8.0
- old
+ new
@@ -91,11 +91,12 @@
@operations_stub = ::Gapic::ServiceStub.new(
::Google::Longrunning::Operations::Stub,
credentials: credentials,
endpoint: @config.endpoint,
channel_args: @config.channel_args,
- interceptors: @config.interceptors
+ interceptors: @config.interceptors,
+ channel_pool_config: @config.channel_pool
)
# Used by an LRO wrapper for some methods of this service
@operations_client = self
end
@@ -697,9 +698,17 @@
@rpcs ||= begin
parent_rpcs = nil
parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config.respond_to?(:rpcs)
Rpcs.new parent_rpcs
end
+ end
+
+ ##
+ # Configuration for the channel pool
+ # @return [::Gapic::ServiceStub::ChannelPool::Configuration]
+ #
+ def channel_pool
+ @channel_pool ||= ::Gapic::ServiceStub::ChannelPool::Configuration.new
end
##
# Configuration RPC class for the Operations API.
#