google-cloud-data_catalog-v1 0.16.1 → 0.17.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3f112b90d3b5aa7893c9c64c80f1bb6479b8a6e134341c94f1f623716b32a558
|
4
|
+
data.tar.gz: 2668136915f29f48459da536df8c35a5bdf4c9fbfbe59995dc07ad967a0108a2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2c87e7005b3fc029f094e1474d1a665f2e40bbe1bcb6be83733d0954cf47c599f892f693835c6b26ca529f5ab5c5a08df7cfaac60bf532f063f7556a801b4c06
|
7
|
+
data.tar.gz: 699b09da4e5eb4c18ffc43cdc58d61d1a7409ff018b8263258aa819fedc751caea3c244ea35c322192bb8a52df1e229a62034a434d78a49a4d5b05f919b6c5d2
|
@@ -229,7 +229,7 @@ module Google
|
|
229
229
|
# * `column:y`
|
230
230
|
# * `description:z`
|
231
231
|
# @param page_size [::Integer]
|
232
|
-
#
|
232
|
+
# Upper bound on the number of results you can get in a single response.
|
233
233
|
#
|
234
234
|
# Can't be negative or 0, defaults to 10 in this case.
|
235
235
|
# The maximum number is 1000. If exceeded, throws an "invalid argument"
|
@@ -252,6 +252,13 @@ module Google
|
|
252
252
|
# * `last_modified_timestamp [asc|desc]` with descending (`desc`) as default
|
253
253
|
# * `default` that can only be descending
|
254
254
|
#
|
255
|
+
# Search queries don't guarantee full recall. Results that match your query
|
256
|
+
# might not be returned, even in subsequent result pages. Additionally,
|
257
|
+
# returned (and not returned) results can vary if you repeat search queries.
|
258
|
+
# If you are experiencing recall issues and you don't have to fetch the
|
259
|
+
# results in any specific order, consider setting this parameter to
|
260
|
+
# `default`.
|
261
|
+
#
|
255
262
|
# If this parameter is omitted, it defaults to the descending `relevance`.
|
256
263
|
#
|
257
264
|
# @yield [response, operation] Access the result along with the RPC operation
|
@@ -220,7 +220,7 @@ module Google
|
|
220
220
|
# * `column:y`
|
221
221
|
# * `description:z`
|
222
222
|
# @param page_size [::Integer]
|
223
|
-
#
|
223
|
+
# Upper bound on the number of results you can get in a single response.
|
224
224
|
#
|
225
225
|
# Can't be negative or 0, defaults to 10 in this case.
|
226
226
|
# The maximum number is 1000. If exceeded, throws an "invalid argument"
|
@@ -243,6 +243,13 @@ module Google
|
|
243
243
|
# * `last_modified_timestamp [asc|desc]` with descending (`desc`) as default
|
244
244
|
# * `default` that can only be descending
|
245
245
|
#
|
246
|
+
# Search queries don't guarantee full recall. Results that match your query
|
247
|
+
# might not be returned, even in subsequent result pages. Additionally,
|
248
|
+
# returned (and not returned) results can vary if you repeat search queries.
|
249
|
+
# If you are experiencing recall issues and you don't have to fetch the
|
250
|
+
# results in any specific order, consider setting this parameter to
|
251
|
+
# `default`.
|
252
|
+
#
|
246
253
|
# If this parameter is omitted, it defaults to the descending `relevance`.
|
247
254
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
248
255
|
# @yieldparam result [::Google::Cloud::DataCatalog::V1::SearchCatalogResponse]
|
@@ -46,7 +46,7 @@ module Google
|
|
46
46
|
# * `description:z`
|
47
47
|
# @!attribute [rw] page_size
|
48
48
|
# @return [::Integer]
|
49
|
-
#
|
49
|
+
# Upper bound on the number of results you can get in a single response.
|
50
50
|
#
|
51
51
|
# Can't be negative or 0, defaults to 10 in this case.
|
52
52
|
# The maximum number is 1000. If exceeded, throws an "invalid argument"
|
@@ -71,6 +71,13 @@ module Google
|
|
71
71
|
# * `last_modified_timestamp [asc|desc]` with descending (`desc`) as default
|
72
72
|
# * `default` that can only be descending
|
73
73
|
#
|
74
|
+
# Search queries don't guarantee full recall. Results that match your query
|
75
|
+
# might not be returned, even in subsequent result pages. Additionally,
|
76
|
+
# returned (and not returned) results can vary if you repeat search queries.
|
77
|
+
# If you are experiencing recall issues and you don't have to fetch the
|
78
|
+
# results in any specific order, consider setting this parameter to
|
79
|
+
# `default`.
|
80
|
+
#
|
74
81
|
# If this parameter is omitted, it defaults to the descending `relevance`.
|
75
82
|
class SearchCatalogRequest
|
76
83
|
include ::Google::Protobuf::MessageExts
|
@@ -443,10 +450,8 @@ module Google
|
|
443
450
|
# @!attribute [rw] type
|
444
451
|
# @return [::Google::Cloud::DataCatalog::V1::EntryType]
|
445
452
|
# The type of the entry.
|
446
|
-
# Only used for entries with types listed in the `EntryType` enum.
|
447
453
|
#
|
448
|
-
#
|
449
|
-
# created in Data Catalog must use the `user_specified_type`.
|
454
|
+
# For details, see [`EntryType`](#entrytype).
|
450
455
|
# @!attribute [rw] user_specified_type
|
451
456
|
# @return [::String]
|
452
457
|
# Custom entry type that doesn't match any of the values allowed for input
|
@@ -1423,8 +1428,18 @@ module Google
|
|
1423
1428
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
1424
1429
|
end
|
1425
1430
|
|
1426
|
-
#
|
1427
|
-
#
|
1431
|
+
# Metadata automatically ingested from Google Cloud resources like BigQuery
|
1432
|
+
# tables or Pub/Sub topics always uses enum values from `EntryType` as the type
|
1433
|
+
# of entry.
|
1434
|
+
#
|
1435
|
+
# Other sources of metadata like Hive or Oracle databases can identify the type
|
1436
|
+
# by either using one of the enum values from `EntryType` (for example,
|
1437
|
+
# `FILESET` for a Cloud Storage fileset) or specifying a custom value using
|
1438
|
+
# the [`Entry`](#resource:-entry) field `user_specified_type`. For more
|
1439
|
+
# information, see
|
1440
|
+
# [Surface files from Cloud Storage with fileset
|
1441
|
+
# entries](/data-catalog/docs/how-to/filesets) or [Create custom entries for
|
1442
|
+
# your data sources](/data-catalog/docs/how-to/custom-entries).
|
1428
1443
|
module EntryType
|
1429
1444
|
# Default unknown type.
|
1430
1445
|
ENTRY_TYPE_UNSPECIFIED = 0
|
@@ -1433,10 +1448,10 @@ module Google
|
|
1433
1448
|
# logical views.
|
1434
1449
|
TABLE = 2
|
1435
1450
|
|
1436
|
-
#
|
1451
|
+
# The type of models.
|
1437
1452
|
#
|
1438
|
-
# For more information, see [Supported models in BigQuery
|
1439
|
-
# (
|
1453
|
+
# For more information, see [Supported models in BigQuery
|
1454
|
+
# ML](/bigquery/docs/bqml-introduction#supported_models).
|
1440
1455
|
MODEL = 5
|
1441
1456
|
|
1442
1457
|
# An entry type for streaming entries. For example, a Pub/Sub topic.
|
@@ -1452,11 +1467,11 @@ module Google
|
|
1452
1467
|
# A database.
|
1453
1468
|
DATABASE = 7
|
1454
1469
|
|
1455
|
-
#
|
1470
|
+
# Connection to a data source. For example, a BigQuery
|
1456
1471
|
# connection.
|
1457
1472
|
DATA_SOURCE_CONNECTION = 8
|
1458
1473
|
|
1459
|
-
#
|
1474
|
+
# Routine, for example, a BigQuery routine.
|
1460
1475
|
ROUTINE = 9
|
1461
1476
|
|
1462
1477
|
# A Dataplex lake.
|
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: 0.
|
4
|
+
version: 0.17.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-07-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|