google-cloud-data_catalog-v1 0.18.0 → 0.19.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0a3872ae5eca6deb810fa1ddd9c3ba91265ae311b3e8540b40022bf70831faf0
4
- data.tar.gz: 13de169e974ed8a7eb85cdddafb3a5c4cfa5965e561c181e43b45afd8ba865d7
3
+ metadata.gz: 7a6334f139ec5f409c1000af27e5e61382b59e7edf34e5ca5521f8ee05e28770
4
+ data.tar.gz: 21f3301f4f6f294d31e963872a316d7c8000cdf596019266a524eefe825a5a08
5
5
  SHA512:
6
- metadata.gz: 1f5266f1f8bad0d264933e1ebc0467dbd39cd5c233de0910064285f794673420bd3118c0d53cdcdb8ad02b4cd1de545be8d312f4c4331b82fcd71a10e53a649b
7
- data.tar.gz: d728ef01934b854935873f5f2e02c7b9563ff60ecfc7157d63b5b85ab0d664737210bd8497dff747aae027079dca846ff45b119b25800def24fa61ec3371e7a1
6
+ metadata.gz: d8cc547b5eeaa079594ab7c3c61c6fe4b7f3a59d8a76601808c4edc6192fa4f44e90bbb753abe8ffd17f0fd72e255cd507a8cef489d7a4a71233b3d2a2cb4a16
7
+ data.tar.gz: c483e3898eb0d8818eb964b2ce9c38798b33e3dd859ffbd0751830452f4e39cc75f6a0c364f413f05c2816d757088bfb34cb64ed4932a0c781be2e153633bdcd
@@ -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
 
@@ -261,7 +262,7 @@ module Google
261
262
  #
262
263
  # If this parameter is omitted, it defaults to the descending `relevance`.
263
264
  # @param admin_search [::Boolean]
264
- # Optional. If set, uses searchAll permission granted on organizations from
265
+ # Optional. If set, use searchAll permission granted on organizations from
265
266
  # `include_org_ids` and projects from `include_project_ids` instead of the
266
267
  # fine grained per resource permissions when filtering the search results.
267
268
  # The only allowed `order_by` criteria for admin_search mode is `default`.
@@ -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
  #