google-cloud-data_catalog-v1 1.2.0 → 1.3.1
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 +4 -4
- data/README.md +30 -20
- data/lib/google/cloud/data_catalog/v1/data_catalog/client.rb +34 -38
- data/lib/google/cloud/data_catalog/v1/data_catalog/operations.rb +9 -5
- data/lib/google/cloud/data_catalog/v1/data_catalog/rest/client.rb +33 -38
- data/lib/google/cloud/data_catalog/v1/data_catalog/rest/operations.rb +40 -28
- data/lib/google/cloud/data_catalog/v1/data_catalog/rest/service_stub.rb +310 -224
- data/lib/google/cloud/data_catalog/v1/policy_tag_manager/client.rb +30 -14
- data/lib/google/cloud/data_catalog/v1/policy_tag_manager/rest/client.rb +30 -14
- data/lib/google/cloud/data_catalog/v1/policy_tag_manager/rest/service_stub.rb +118 -80
- data/lib/google/cloud/data_catalog/v1/policy_tag_manager_serialization/client.rb +28 -4
- data/lib/google/cloud/data_catalog/v1/policy_tag_manager_serialization/rest/client.rb +28 -4
- data/lib/google/cloud/data_catalog/v1/policy_tag_manager_serialization/rest/service_stub.rb +38 -20
- data/lib/google/cloud/data_catalog/v1/version.rb +1 -1
- data/proto_docs/google/api/client.rb +19 -0
- data/proto_docs/google/cloud/datacatalog/v1/tags.rb +1 -1
- metadata +5 -5
@@ -155,7 +155,7 @@ module Google
|
|
155
155
|
# @return [::Boolean]
|
156
156
|
# Indicates whether tags created with this template are public. Public tags
|
157
157
|
# do not require tag template access to appear in
|
158
|
-
#
|
158
|
+
# {::Google::Cloud::DataCatalog::V1::DataCatalog::Client#list_tags ListTags} API response.
|
159
159
|
#
|
160
160
|
# Additionally, you can search for a public tag by value with a
|
161
161
|
# simple search query in addition to using a ``tag:`` predicate.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-data_catalog-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.3.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2025-01-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
19
|
+
version: 0.24.0
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 2.a
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: 0.
|
29
|
+
version: 0.24.0
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
@@ -173,7 +173,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
173
173
|
- !ruby/object:Gem::Version
|
174
174
|
version: '0'
|
175
175
|
requirements: []
|
176
|
-
rubygems_version: 3.5.
|
176
|
+
rubygems_version: 3.5.23
|
177
177
|
signing_key:
|
178
178
|
specification_version: 4
|
179
179
|
summary: A fully managed and highly scalable data discovery and metadata management
|