google-cloud-data_catalog-v1 0.18.1 → 0.19.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/google/cloud/data_catalog/v1/data_catalog/client.rb +10 -1
- data/lib/google/cloud/data_catalog/v1/data_catalog/operations.rb +10 -1
- data/lib/google/cloud/data_catalog/v1/data_catalog/rest/client.rb +574 -0
- data/lib/google/cloud/data_catalog/v1/data_catalog/rest/operations.rb +75 -0
- data/lib/google/cloud/data_catalog/v1/policy_tag_manager/client.rb +10 -1
- data/lib/google/cloud/data_catalog/v1/policy_tag_manager/rest/client.rb +216 -0
- data/lib/google/cloud/data_catalog/v1/policy_tag_manager_serialization/client.rb +10 -1
- data/lib/google/cloud/data_catalog/v1/policy_tag_manager_serialization/rest/client.rb +48 -0
- data/lib/google/cloud/data_catalog/v1/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7a6334f139ec5f409c1000af27e5e61382b59e7edf34e5ca5521f8ee05e28770
|
4
|
+
data.tar.gz: 21f3301f4f6f294d31e963872a316d7c8000cdf596019266a524eefe825a5a08
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
|
@@ -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
|
#
|