google-cloud-data_catalog-v1 0.18.1 → 0.20.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: 9412aa7b159533d54d3ac10be3989996a11a276112f8aaf19f57a74881397e81
4
- data.tar.gz: 5465a76e6acb4be17abec27234247f2db92199ed885adc03246ac8017d32a4c7
3
+ metadata.gz: a9844e04c2f02e462715c91596f72ba489f7c88046bbd4659e4e184d380fc0ff
4
+ data.tar.gz: b8042ea78342866bf72e82c1ced62f5c08f38392da9b4f93df774997037b47c3
5
5
  SHA512:
6
- metadata.gz: 17feaa4756890b48eccda6c95533ae5eaf38280fd281f3c92709b5e2fe2b134d1fefb26fbd6a0b07b0d438185e35f428779970a57c3283772af12e628eadd271
7
- data.tar.gz: f62093a8abd1f1617481d11c942cfb06d6c1dcc0edc069920cd6b3a23d353857f0b25a9df3f12634586ba008d7bfb0c090384845eb35ce4e62dd17a863ae32c7
6
+ metadata.gz: cc72a01ff5862313f9a66b89c0d8cee91b62eafd608ed0030a5e2ef44be151959a65c4eede6cad8933767e9dba3b6083bf8e5b61c35b681540e6acb6da54d2b6
7
+ data.tar.gz: c658d1361e712cbe66ee34f68f0bb64d67c54c182580e82818416eb76a8ef90290447fca9f45d52e00cf5920f4de2677ad8fa0ff05f04c98938956867af25dce
@@ -157,7 +157,8 @@ module Google
157
157
  credentials: credentials,
158
158
  endpoint: @config.endpoint,
159
159
  channel_args: @config.channel_args,
160
- interceptors: @config.interceptors
160
+ interceptors: @config.interceptors,
161
+ channel_pool_config: @config.channel_pool
161
162
  )
162
163
  end
163
164
 
@@ -3745,6 +3746,14 @@ module Google
3745
3746
  end
3746
3747
  end
3747
3748
 
3749
+ ##
3750
+ # Configuration for the channel pool
3751
+ # @return [::Gapic::ServiceStub::ChannelPool::Configuration]
3752
+ #
3753
+ def channel_pool
3754
+ @channel_pool ||= ::Gapic::ServiceStub::ChannelPool::Configuration.new
3755
+ end
3756
+
3748
3757
  ##
3749
3758
  # Configuration RPC class for the DataCatalog API.
3750
3759
  #
@@ -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
  #