google-cloud-data_catalog-v1beta1 0.8.1 → 0.8.3
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 +1 -1
- data/lib/google/cloud/data_catalog/v1beta1/data_catalog/client.rb +3 -3
- data/lib/google/cloud/data_catalog/v1beta1/data_catalog/rest/client.rb +2 -2
- data/lib/google/cloud/data_catalog/v1beta1/policy_tag_manager/client.rb +2 -2
- data/lib/google/cloud/data_catalog/v1beta1/policy_tag_manager/rest/client.rb +1 -1
- data/lib/google/cloud/data_catalog/v1beta1/policy_tag_manager_serialization/client.rb +2 -2
- data/lib/google/cloud/data_catalog/v1beta1/policy_tag_manager_serialization/rest/client.rb +1 -1
- data/lib/google/cloud/data_catalog/v1beta1/version.rb +1 -1
- data/proto_docs/google/cloud/datacatalog/v1beta1/datacatalog.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: fcdbee4f1b743735fb21f9f80842f13cbe42f48cac13b85daafa3f571fe2cd64
|
4
|
+
data.tar.gz: e57d4348b6d2a3acaa148e3556c4b3471fd976ce5db81ed422563456f45440b8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 244d064f1f75fdd36c2a7dc907cdb7bd471fd8ca29af0d6a921a928b03d1fd23aca24217815b34411ad90617fc341642adbc4d962138ca763ae9c38efe1180b1
|
7
|
+
data.tar.gz: 4c66af461dbf3daa645a246f2443ca1174a64f643134df3f26f4d7d8acc7357f53adc842815fa41b0a46159ef9a1b4d914a476f434b80df40c0cdb5396baeccb
|
data/README.md
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
A fully managed and highly scalable data discovery and metadata management service.
|
4
4
|
|
5
|
-
|
5
|
+
Data Catalog is a centralized and unified data catalog service for all your Cloud resources, where users and systems can discover data, explore and curate its semantics, understand how to act on it, and help govern its usage.
|
6
6
|
|
7
7
|
https://github.com/googleapis/google-cloud-ruby
|
8
8
|
|
@@ -1281,7 +1281,7 @@ module Google
|
|
1281
1281
|
# * `bigquery.dataset.project_id.dataset_id`
|
1282
1282
|
# * `datacatalog.entry.project_id.location_id.entry_group_id.entry_id`
|
1283
1283
|
#
|
1284
|
-
# `*_id`s should satisfy the
|
1284
|
+
# `*_id`s should satisfy the GoogleSQL rules for identifiers.
|
1285
1285
|
# https://cloud.google.com/bigquery/docs/reference/standard-sql/lexical.
|
1286
1286
|
#
|
1287
1287
|
# Note: The following fields are mutually exclusive: `sql_resource`, `linked_resource`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
@@ -3160,8 +3160,8 @@ module Google
|
|
3160
3160
|
|
3161
3161
|
config_attr :endpoint, nil, ::String, nil
|
3162
3162
|
config_attr :credentials, nil do |value|
|
3163
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
3164
|
-
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
|
3163
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
3164
|
+
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
|
3165
3165
|
allowed.any? { |klass| klass === value }
|
3166
3166
|
end
|
3167
3167
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -1189,7 +1189,7 @@ module Google
|
|
1189
1189
|
# * `bigquery.dataset.project_id.dataset_id`
|
1190
1190
|
# * `datacatalog.entry.project_id.location_id.entry_group_id.entry_id`
|
1191
1191
|
#
|
1192
|
-
# `*_id`s should satisfy the
|
1192
|
+
# `*_id`s should satisfy the GoogleSQL rules for identifiers.
|
1193
1193
|
# https://cloud.google.com/bigquery/docs/reference/standard-sql/lexical.
|
1194
1194
|
#
|
1195
1195
|
# Note: The following fields are mutually exclusive: `sql_resource`, `linked_resource`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
@@ -2907,7 +2907,7 @@ module Google
|
|
2907
2907
|
|
2908
2908
|
config_attr :endpoint, nil, ::String, nil
|
2909
2909
|
config_attr :credentials, nil do |value|
|
2910
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
2910
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
2911
2911
|
allowed.any? { |klass| klass === value }
|
2912
2912
|
end
|
2913
2913
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -1485,8 +1485,8 @@ module Google
|
|
1485
1485
|
|
1486
1486
|
config_attr :endpoint, nil, ::String, nil
|
1487
1487
|
config_attr :credentials, nil do |value|
|
1488
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
1489
|
-
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
|
1488
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
1489
|
+
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
|
1490
1490
|
allowed.any? { |klass| klass === value }
|
1491
1491
|
end
|
1492
1492
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -1378,7 +1378,7 @@ module Google
|
|
1378
1378
|
|
1379
1379
|
config_attr :endpoint, nil, ::String, nil
|
1380
1380
|
config_attr :credentials, nil do |value|
|
1381
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
1381
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
1382
1382
|
allowed.any? { |klass| klass === value }
|
1383
1383
|
end
|
1384
1384
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -492,8 +492,8 @@ module Google
|
|
492
492
|
|
493
493
|
config_attr :endpoint, nil, ::String, nil
|
494
494
|
config_attr :credentials, nil do |value|
|
495
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
496
|
-
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
|
495
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
496
|
+
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
|
497
497
|
allowed.any? { |klass| klass === value }
|
498
498
|
end
|
499
499
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -462,7 +462,7 @@ module Google
|
|
462
462
|
|
463
463
|
config_attr :endpoint, nil, ::String, nil
|
464
464
|
config_attr :credentials, nil do |value|
|
465
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
465
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
466
466
|
allowed.any? { |klass| klass === value }
|
467
467
|
end
|
468
468
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -363,7 +363,7 @@ module Google
|
|
363
363
|
# * `bigquery.dataset.project_id.dataset_id`
|
364
364
|
# * `datacatalog.entry.project_id.location_id.entry_group_id.entry_id`
|
365
365
|
#
|
366
|
-
# `*_id`s should satisfy the
|
366
|
+
# `*_id`s should satisfy the GoogleSQL rules for identifiers.
|
367
367
|
# https://cloud.google.com/bigquery/docs/reference/standard-sql/lexical.
|
368
368
|
#
|
369
369
|
# Note: The following fields are mutually exclusive: `sql_resource`, `linked_resource`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-data_catalog-v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.8.
|
4
|
+
version: 0.8.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: gapic-common
|
@@ -63,7 +63,7 @@ dependencies:
|
|
63
63
|
- - "<"
|
64
64
|
- !ruby/object:Gem::Version
|
65
65
|
version: 2.a
|
66
|
-
description:
|
66
|
+
description: Data Catalog is a centralized and unified data catalog service for all
|
67
67
|
your Cloud resources, where users and systems can discover data, explore and curate
|
68
68
|
its semantics, understand how to act on it, and help govern its usage. Note that
|
69
69
|
google-cloud-data_catalog-v1beta1 is a version-specific client library. For most
|
@@ -156,7 +156,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
156
156
|
- !ruby/object:Gem::Version
|
157
157
|
version: '0'
|
158
158
|
requirements: []
|
159
|
-
rubygems_version: 3.6.
|
159
|
+
rubygems_version: 3.6.8
|
160
160
|
specification_version: 4
|
161
161
|
summary: A fully managed and highly scalable data discovery and metadata management
|
162
162
|
service.
|