google-cloud-data_catalog-v1beta1 0.9.0 → 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.9.
|
4
|
+
version: 0.9.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -144,7 +144,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
144
144
|
- !ruby/object:Gem::Version
|
145
145
|
version: '0'
|
146
146
|
requirements: []
|
147
|
-
rubygems_version: 3.6.
|
147
|
+
rubygems_version: 3.6.9
|
148
148
|
specification_version: 4
|
149
149
|
summary: A fully managed and highly scalable data discovery and metadata management
|
150
150
|
service.
|