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: 1447e28aae6fd01e29026e5d616ce27cca28886ae0830e3854c0e5827249c768
4
- data.tar.gz: dd82eeec0a962414cb8cd05be39a3f2c9c750e038946d3d646f131adc30f6b1e
3
+ metadata.gz: 1b178ae9a4dd1c0d6181c79b8c8b207a9c2d62f5b2880ed5110717de5abe8c70
4
+ data.tar.gz: 29a8b385a4fc22ef38e9ff1bfb4415ceb5b8270993f7c59728420155ed0b7360
5
5
  SHA512:
6
- metadata.gz: d38c8678dc73886a95a8676f0ee8f14cc39fd50952eb976f6a69b9f7cbf4ff5e3efe1d3d5331442e204dec89c6be9b7085502b88f328d5d854bc61f02249defb
7
- data.tar.gz: 73b0279da0ca1e0538447ec27705806287fe84524a62cc4dca4effe0841aa988df64d3814b13e43402f6388822f4c624d6347b7d2241b6478f0d400763b32c01
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 fields are mutually exclusive: `linked_resource`, `sql_resource`. If a field in that set is populated, all other fields in the set will automatically be cleared.
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 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.
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 fields are mutually exclusive: `linked_resource`, `sql_resource`. If a field in that set is populated, all other fields in the set will automatically be cleared.
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 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.
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]
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module DataCatalog
23
23
  module V1beta1
24
- VERSION = "0.9.0"
24
+ VERSION = "0.9.1"
25
25
  end
26
26
  end
27
27
  end
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.0
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.8
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.