google-cloud-document_ai-v1beta3 0.26.0 → 0.28.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: 862dff0c398d9cde485ea687836cc8f545419df08ca1a7244c456fd6ed80b949
4
- data.tar.gz: a86ffaa639b4446d477f30628f9f9cfc01c14251b7afa3b201b11bf0e9f0fb9f
3
+ metadata.gz: 0dae5ebc30d7ebe6d4f5139e686f069ccbbe440f81a6fdf5ad53ffc8ff2a89b6
4
+ data.tar.gz: 3b0ac779c6186e28e8d0568cc8c1055d4d83b7ae7bb7986265bcac1a59ba5810
5
5
  SHA512:
6
- metadata.gz: c1fd5961a5360be321993039116e5203594d2e85c734a9e8a88ac926921aaf5876dce78a277275fe5f6b5ebda5907297567df86bc9975e0582f51d14cd6c1674
7
- data.tar.gz: 6b9a7c0d3748f70a3fa07692e409fd334edbcd7e0455110db52e03f6e81676f875b92e9e99261add25427a95d8d1b631208991ed6af527244c84afa0d033c286
6
+ metadata.gz: 2001758dd7877a8f98522151ab59097267f25be6938b41d36cb928c4d719d6e6cbe54da788c3797ffdf633910d08c0e203f17b18f86416cb23f96028a1bd5a14
7
+ data.tar.gz: c76c2158f3fc7c65c47b692a58308d5d2d8475855814eb4cf91cec03900d210fa055215b9b943db6dff58dfa38718a36a384ab0f1661c1e03dece09176b9822e
@@ -169,7 +169,8 @@ module Google
169
169
  credentials: credentials,
170
170
  endpoint: @config.endpoint,
171
171
  channel_args: @config.channel_args,
172
- interceptors: @config.interceptors
172
+ interceptors: @config.interceptors,
173
+ channel_pool_config: @config.channel_pool
173
174
  )
174
175
  end
175
176
 
@@ -2538,6 +2539,14 @@ module Google
2538
2539
  end
2539
2540
  end
2540
2541
 
2542
+ ##
2543
+ # Configuration for the channel pool
2544
+ # @return [::Gapic::ServiceStub::ChannelPool::Configuration]
2545
+ #
2546
+ def channel_pool
2547
+ @channel_pool ||= ::Gapic::ServiceStub::ChannelPool::Configuration.new
2548
+ end
2549
+
2541
2550
  ##
2542
2551
  # Configuration RPC class for the DocumentProcessorService API.
2543
2552
  #
@@ -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
  #