google-cloud-data_catalog-v1beta1 0.8.4 → 0.9.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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1b178ae9a4dd1c0d6181c79b8c8b207a9c2d62f5b2880ed5110717de5abe8c70
|
4
|
+
data.tar.gz: 29a8b385a4fc22ef38e9ff1bfb4415ceb5b8270993f7c59728420155ed0b7360
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0167cfb8c186f8a9389e89b3cea6d4c47db5ebbb78552fea57a461c0e414713a1f399373e22eb4a31f29ae2711c45ba4fcccfb02c682dd3c4fb23b1d1032a491
|
7
|
+
data.tar.gz: d977c15f9724f319a7551a8c8789c9d1f2e8a9b8c7f607ec40afc15d273cc6afab4cd0ef685291279f75fb834bfa59f86207bb1f7b09a649dbc54269c916b39b
|
@@ -1269,7 +1269,7 @@ module Google
|
|
1269
1269
|
# * //bigquery.googleapis.com/projects/projectId/datasets/datasetId/tables/tableId
|
1270
1270
|
# * //pubsub.googleapis.com/projects/projectId/topics/topicId
|
1271
1271
|
#
|
1272
|
-
# Note: The following
|
1272
|
+
# Note: The following parameters are mutually exclusive: `linked_resource`, `sql_resource`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
1273
1273
|
# @param sql_resource [::String]
|
1274
1274
|
# The SQL name of the entry. SQL names are case-sensitive.
|
1275
1275
|
#
|
@@ -1284,7 +1284,7 @@ module Google
|
|
1284
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
|
-
# Note: The following
|
1287
|
+
# Note: The following parameters are mutually exclusive: `sql_resource`, `linked_resource`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
1288
1288
|
#
|
1289
1289
|
# @yield [response, operation] Access the result along with the RPC operation
|
1290
1290
|
# @yieldparam response [::Google::Cloud::DataCatalog::V1beta1::Entry]
|
@@ -1177,7 +1177,7 @@ module Google
|
|
1177
1177
|
# * //bigquery.googleapis.com/projects/projectId/datasets/datasetId/tables/tableId
|
1178
1178
|
# * //pubsub.googleapis.com/projects/projectId/topics/topicId
|
1179
1179
|
#
|
1180
|
-
# Note: The following
|
1180
|
+
# Note: The following parameters are mutually exclusive: `linked_resource`, `sql_resource`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
1181
1181
|
# @param sql_resource [::String]
|
1182
1182
|
# The SQL name of the entry. SQL names are case-sensitive.
|
1183
1183
|
#
|
@@ -1192,7 +1192,7 @@ module Google
|
|
1192
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
|
-
# Note: The following
|
1195
|
+
# Note: The following parameters are mutually exclusive: `sql_resource`, `linked_resource`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
1196
1196
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
1197
1197
|
# @yieldparam result [::Google::Cloud::DataCatalog::V1beta1::Entry]
|
1198
1198
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-data_catalog-v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.9.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -13,22 +13,16 @@ dependencies:
|
|
13
13
|
name: gapic-common
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
15
15
|
requirements:
|
16
|
-
- - "
|
17
|
-
- !ruby/object:Gem::Version
|
18
|
-
version: 0.25.0
|
19
|
-
- - "<"
|
16
|
+
- - "~>"
|
20
17
|
- !ruby/object:Gem::Version
|
21
|
-
version:
|
18
|
+
version: '1.0'
|
22
19
|
type: :runtime
|
23
20
|
prerelease: false
|
24
21
|
version_requirements: !ruby/object:Gem::Requirement
|
25
22
|
requirements:
|
26
|
-
- - "
|
27
|
-
- !ruby/object:Gem::Version
|
28
|
-
version: 0.25.0
|
29
|
-
- - "<"
|
23
|
+
- - "~>"
|
30
24
|
- !ruby/object:Gem::Version
|
31
|
-
version:
|
25
|
+
version: '1.0'
|
32
26
|
- !ruby/object:Gem::Dependency
|
33
27
|
name: google-cloud-errors
|
34
28
|
requirement: !ruby/object:Gem::Requirement
|
@@ -47,22 +41,16 @@ dependencies:
|
|
47
41
|
name: google-iam-v1
|
48
42
|
requirement: !ruby/object:Gem::Requirement
|
49
43
|
requirements:
|
50
|
-
- - "
|
51
|
-
- !ruby/object:Gem::Version
|
52
|
-
version: '0.7'
|
53
|
-
- - "<"
|
44
|
+
- - "~>"
|
54
45
|
- !ruby/object:Gem::Version
|
55
|
-
version:
|
46
|
+
version: '1.3'
|
56
47
|
type: :runtime
|
57
48
|
prerelease: false
|
58
49
|
version_requirements: !ruby/object:Gem::Requirement
|
59
50
|
requirements:
|
60
|
-
- - "
|
61
|
-
- !ruby/object:Gem::Version
|
62
|
-
version: '0.7'
|
63
|
-
- - "<"
|
51
|
+
- - "~>"
|
64
52
|
- !ruby/object:Gem::Version
|
65
|
-
version:
|
53
|
+
version: '1.3'
|
66
54
|
description: Data Catalog is a centralized and unified data catalog service for all
|
67
55
|
your Cloud resources, where users and systems can discover data, explore and curate
|
68
56
|
its semantics, understand how to act on it, and help govern its usage. Note that
|
@@ -149,14 +137,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
149
137
|
requirements:
|
150
138
|
- - ">="
|
151
139
|
- !ruby/object:Gem::Version
|
152
|
-
version: '3.
|
140
|
+
version: '3.1'
|
153
141
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
154
142
|
requirements:
|
155
143
|
- - ">="
|
156
144
|
- !ruby/object:Gem::Version
|
157
145
|
version: '0'
|
158
146
|
requirements: []
|
159
|
-
rubygems_version: 3.6.
|
147
|
+
rubygems_version: 3.6.9
|
160
148
|
specification_version: 4
|
161
149
|
summary: A fully managed and highly scalable data discovery and metadata management
|
162
150
|
service.
|